[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master-tx, updated. v0.9.17-55-g1d19d6b
Lennart Poettering
gitmailer-noreply at 0pointer.de
Fri Sep 18 13:21:25 PDT 2009
This is an automated email from the git hooks/post-receive script. It was
generated because of a push to the "PulseAudio Sound Server" repository.
The master-tx branch has been updated
from 62b8780541e8cce1e1c0a33243c67f13fd08e1cf (commit)
- Log -----------------------------------------------------------------
1d19d6b i18n: run make update-po
3cb8e01 Merge remote branch 'origin/master-tx'
9697c5d memblock: don't try to reuse PA_MEMBLOCK_APPENDED memblocks since they usually are much bigger than we want them
f84d755 mainloop: fix detection of rt clocks
cd5d6e7 socket-client: modernizations
c010172 memblock: modernizations
8f29968 conf: Fix typo in daemon.conf: rlimit-rtttime - too many t's
fd25e8f alsa: Give all ports a human name to allow UI tools to present the choice to users.
0323e48 rtp: Remove 'fix me' comment after it was actually fixed in [56b6e1]
d629151 mainloop: pass monotonic times back to user if he passed monotonic times to us
c024aea timeval: make timeval conversion routines handle PA_USEC_INVALID special
a1da83b timeval: add UNLIKELY annotation
05f6236 timeval: make pa_timeval_sub saturating
fdec460 core-rtclock: introduce pa_timespec_store() akin pa_timeval_store()
f7d3896 timeval: introduce PA_USEC_MAX
56f217f macro: introduce PA_INT_TYPE_MIN, PA_INT_TYPE_MAX, PA_INT_TYPE_SIGNED macros
fb4a2a1 mainloop: sum up dispatched events in an unsigned to clarify range
18d69c5 mainloop: use PA_LLIST_FOREACH macros where applicable
b32f599 mainloop: don't initialize fields we don't have to
a049909 mainloop: calculate in pa_usec_t everywhere
a43118b mainloop: properly convert time to wallclock time when handing it to the user
a37e48a alsa: fix Surround mixer element name
56b6e18 rtp: Factor out direct io writing and use ioline instead.
94d20a5 raop: Use pa_module_unload_request_by_index as per module-zeroconf-discover
7b76ea3 core-util: unify how we determine the temporary directory
2d9168c Improve TMPDIR handling
3de5c49 cli: properly destruct cli object
b4d4f2b cli: don't accidentaly set O_NDELAY on stderr
94f28b9 proplist: introduce PA_PROP_WINDOW_DESKTOP property
add4cbf position-event-sounds: don't warn that loud about vpos/hpos out of range
cdbeac6 libpulse: as a special exception, don't require a non-NULL context in pa_context_errno
231c17b svolume_mmx: disable test accidentaly left on
4e6dce5 Merge remote branch 'wtay/optimize'
e63c867 alsa: correct assumptions about channels an element lacks
1a6974a pacat: use fully automatic buffer sizes if possible
e2899f8 memblock: make it easy to disable mempool usage with $PULSE_MEMPOOL_DISABLE
6b8fdc4 CANCELLED vs. CANCELED
3d5a572 svolume_mmx: optimize some more
d397a82 svolume_sse: fix comment
12f2111 gccmacro: enable weakrefs only on ELF
-----------------------------------------------------------------------
Summary of changes:
po/as.po | 82 ++--
po/bn_IN.po | 82 ++--
po/ca.po | 82 ++--
po/cs.po | 82 ++--
po/de.po | 528 +++++++++------
po/de_CH.po | 528 +++++++++------
po/el.po | 82 ++--
po/es.po | 712 +++++++++++++-------
po/fi.po | 82 ++--
po/fr.po | 82 ++--
po/gu.po | 101 ++--
po/hi.po | 82 ++--
po/it.po | 82 ++--
po/ja.po | 82 ++--
po/kn.po | 82 ++--
po/ml.po | 82 ++--
po/mr.po | 82 ++--
po/nl.po | 82 ++--
po/or.po | 98 ++--
po/pa.po | 92 ++--
po/pl.po | 82 ++--
po/pt.po | 554 ++++++++++------
po/pt_BR.po | 82 ++--
po/sr.po | 82 ++--
po/sr at latin.po | 82 ++--
po/sv.po | 82 ++--
po/ta.po | 107 ++--
po/te.po | 82 ++--
po/uk.po | 125 ++--
po/zh_CN.po | 82 ++--
src/daemon/daemon.conf.in | 2 +-
src/modules/alsa/alsa-mixer.c | 18 +-
.../alsa/mixer/paths/analog-output-headphones.conf | 2 +-
.../mixer/paths/analog-output-lfe-on-mono.conf | 2 +-
.../alsa/mixer/paths/analog-output-mono.conf | 2 +-
src/modules/module-cli.c | 28 +-
src/modules/module-position-event-sounds.c | 5 +-
src/modules/raop/module-raop-discover.c | 4 +-
src/modules/rtp/rtsp_client.c | 24 +-
src/pulse/context.c | 5 +-
src/pulse/def.h | 5 +-
src/pulse/gccmacro.h | 2 +-
src/pulse/mainloop.c | 179 +++---
src/pulse/proplist.h | 3 +
src/pulse/timeval.c | 67 ++-
src/pulse/timeval.h | 7 +-
src/pulsecore/core-rtclock.c | 22 +-
src/pulsecore/core-rtclock.h | 1 +
src/pulsecore/core-util.c | 33 +-
src/pulsecore/core-util.h | 2 +
src/pulsecore/macro.h | 12 +
src/pulsecore/memblock.c | 27 +-
src/pulsecore/socket-client.c | 60 +-
src/pulsecore/socket-client.h | 2 -
src/pulsecore/svolume_mmx.c | 18 +-
src/pulsecore/svolume_sse.c | 2 +-
src/utils/pacat.c | 14 +-
src/utils/padsp.c | 6 +-
58 files changed, 2941 insertions(+), 2180 deletions(-)
-----------------------------------------------------------------------
commit 12f211105e843d8b10f7d2a85d0ef451b7becd9a
Author: Lennart Poettering <lennart at poettering.net>
Date: Tue Sep 15 04:31:54 2009 +0200
gccmacro: enable weakrefs only on ELF
diff --git a/src/pulse/gccmacro.h b/src/pulse/gccmacro.h
index e85ecb6..57e8050 100644
--- a/src/pulse/gccmacro.h
+++ b/src/pulse/gccmacro.h
@@ -118,7 +118,7 @@
#endif
#ifndef PA_GCC_WEAKREF
-#if defined(__GNUC__) && (((__GNUC__ == 4) && (__GNUC_MINOR__ > 1)) || (__GNUC__ > 4))
+#if defined(__GNUC__) && defined(__ELF__) && (((__GNUC__ == 4) && (__GNUC_MINOR__ > 1)) || (__GNUC__ > 4))
/** Macro for usgae of GCC's weakref attribute */
#define PA_GCC_WEAKREF(x) __attribute__((weakref(#x)));
#endif
commit d397a82e14da192995ba8caee5c95e70e545df29
Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date: Sat Sep 12 12:02:40 2009 +0200
svolume_sse: fix comment
diff --git a/src/pulsecore/svolume_sse.c b/src/pulsecore/svolume_sse.c
index bbd73a9..5276bda 100644
--- a/src/pulsecore/svolume_sse.c
+++ b/src/pulsecore/svolume_sse.c
@@ -45,7 +45,7 @@
" movdqa "#s", %%xmm5 \n\t" \
" pmulhuw "#v", "#s" \n\t" /* .. | 0 | vl*p0 | */ \
" psubd %%xmm4, "#s" \n\t" /* .. | 0 | vl*p0 | + sign correct */ \
- " psrld $16, "#v" \n\t" /* .. | p0 | 0 | */ \
+ " psrld $16, "#v" \n\t" /* .. | 0 | vh | */ \
" pmaddwd %%xmm5, "#v" \n\t" /* .. | p0 * vh | */ \
" paddd "#s", "#v" \n\t" /* .. | p0 * v0 | */ \
" packssdw "#v", "#v" \n\t" /* .. | p1*v1 | p0*v0 | */
commit 3d5a572694388008fd4cf522699fc6c431f97325
Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date: Sat Sep 12 12:02:59 2009 +0200
svolume_mmx: optimize some more
We can reorder the algortihm a bit like we do for sse so that we
don't need the contants and masking instructions. Saves 2 instructions
for the mmx code.
diff --git a/src/pulsecore/svolume_mmx.c b/src/pulsecore/svolume_mmx.c
index 74918e7..170f01d 100644
--- a/src/pulsecore/svolume_mmx.c
+++ b/src/pulsecore/svolume_mmx.c
@@ -57,14 +57,12 @@
" punpcklwd %%mm4, "#s" \n\t" /* .. | 0 | p0 | */ \
" pcmpgtw "#v", %%mm4 \n\t" /* .. | 0 | s(vl) | */ \
" pand "#s", %%mm4 \n\t" /* .. | 0 | (p0) | (vl >> 15) & p */ \
- " movq %%mm6, %%mm5 \n\t" /* .. | ffff | 0 | */ \
- " pand "#v", %%mm5 \n\t" /* .. | vh | 0 | */ \
- " por %%mm5, %%mm4 \n\t" /* .. | vh | (p0) | */ \
- " pmulhw "#s", "#v" \n\t" /* .. | 0 | vl*p0 | */ \
- " paddw %%mm4, "#v" \n\t" /* .. | vh | vl*p0 | vh + sign correct */ \
- " pslld $16, "#s" \n\t" /* .. | p0 | 0 | */ \
- " por %%mm7, "#s" \n\t" /* .. | p0 | 1 | */ \
- " pmaddwd "#s", "#v" \n\t" /* .. | p0 * v0 | */ \
+ " movq "#s", %%mm5 \n\t" \
+ " pmulhw "#v", "#s" \n\t" /* .. | 0 | vl*p0 | */ \
+ " paddw %%mm4, "#s" \n\t" /* .. | 0 | vl*p0 | + sign correct */ \
+ " psrld $16, "#v" \n\t" /* .. | 0 | vh | */ \
+ " pmaddwd %%mm5, "#v" \n\t" /* .. | p0 * vh | */ \
+ " paddd "#s", "#v" \n\t" /* .. | p0 * v0 | */ \
" packssdw "#v", "#v" \n\t" /* .. | p1*v1 | p0*v0 | */
/* approximately advances %3 = (%3 + a) % b. This function requires that
@@ -105,10 +103,6 @@ pa_volume_s16ne_mmx (int16_t *samples, int32_t *volumes, unsigned channels, unsi
__asm__ __volatile__ (
" xor %3, %3 \n\t"
" sar $1, %2 \n\t" /* length /= sizeof (int16_t) */
- " pcmpeqw %%mm6, %%mm6 \n\t" /* .. | ffff | ffff | */
- " pcmpeqw %%mm7, %%mm7 \n\t" /* .. | ffff | ffff | */
- " pslld $16, %%mm6 \n\t" /* .. | ffff | 0 | */
- " psrld $31, %%mm7 \n\t" /* .. | 0 | 1 | */
" test $1, %2 \n\t" /* check for odd samples */
" je 2f \n\t"
@@ -239,7 +233,7 @@ pa_volume_s16re_mmx (int16_t *samples, int32_t *volumes, unsigned channels, unsi
);
}
-#undef RUN_TEST
+#define RUN_TEST
#ifdef RUN_TEST
#define CHANNELS 2
commit 6b8fdc41693a710a29c4d3851a8c870031f1af88
Author: Lennart Poettering <lennart at poettering.net>
Date: Thu Sep 17 01:19:55 2009 +0200
CANCELLED vs. CANCELED
Define CANCELLED as alias for CANCELED
diff --git a/src/pulse/def.h b/src/pulse/def.h
index 1a7da97..e839bd9 100644
--- a/src/pulse/def.h
+++ b/src/pulse/def.h
@@ -95,13 +95,14 @@ static inline int PA_STREAM_IS_GOOD(pa_stream_state_t x) {
typedef enum pa_operation_state {
PA_OPERATION_RUNNING, /**< The operation is still running */
PA_OPERATION_DONE, /**< The operation has been completed */
- PA_OPERATION_CANCELED /**< The operation has been canceled */
+ PA_OPERATION_CANCELLED /**< The operation has been cancelled. Before 0.9.18 this was called PA_OPERATION_CANCELED. That name is still available for compatibility. */
} pa_operation_state_t;
/** \cond fulldocs */
#define PA_OPERATION_RUNNING PA_OPERATION_RUNNING
#define PA_OPERATION_DONE PA_OPERATION_DONE
-#define PA_OPERATION_CANCELED PA_OPERATION_CANCELED
+#define PA_OPERATION_CANCELED PA_OPERATION_CANCELLED
+#define PA_OPERATION_CANCELLED PA_OPERATION_CANCELLED
/** \endcond */
/** An invalid index */
commit e2899f8bf331d4cc89e2fa4ef3d17924fb91f922
Author: Lennart Poettering <lennart at poettering.net>
Date: Thu Sep 17 01:21:56 2009 +0200
memblock: make it easy to disable mempool usage with $PULSE_MEMPOOL_DISABLE
diff --git a/src/pulsecore/memblock.c b/src/pulsecore/memblock.c
index 0e40d12..47f298a 100644
--- a/src/pulsecore/memblock.c
+++ b/src/pulsecore/memblock.c
@@ -303,10 +303,17 @@ static struct mempool_slot* mempool_slot_by_ptr(pa_mempool *p, void *ptr) {
pa_memblock *pa_memblock_new_pool(pa_mempool *p, size_t length) {
pa_memblock *b = NULL;
struct mempool_slot *slot;
+ static int mempool_disable = 0;
pa_assert(p);
pa_assert(length);
+ if (mempool_disable == 0)
+ mempool_disable = getenv("PULSE_MEMPOOL_DISABLE") ? 1 : -1;
+
+ if (mempool_disable > 0)
+ return NULL;
+
/* If -1 is passed as length we choose the size for the caller: we
* take the largest size that fits in one of our slots. */
commit 1a6974a1e2f013e6ae522bc404adf24724f3127b
Author: Lennart Poettering <lennart at poettering.net>
Date: Thu Sep 17 01:22:48 2009 +0200
pacat: use fully automatic buffer sizes if possible
diff --git a/src/utils/pacat.c b/src/utils/pacat.c
index 781bfa3..5f29ba3 100644
--- a/src/utils/pacat.c
+++ b/src/utils/pacat.c
@@ -430,14 +430,18 @@ static void context_state_callback(pa_context *c, void *userdata) {
pa_stream_set_event_callback(stream, stream_event_callback, NULL);
pa_stream_set_buffer_attr_callback(stream, stream_buffer_attr_callback, NULL);
+ pa_zero(buffer_attr);
+ buffer_attr.maxlength = (uint32_t) -1;
+ buffer_attr.prebuf = (uint32_t) -1;
+
if (latency > 0) {
- memset(&buffer_attr, 0, sizeof(buffer_attr));
- buffer_attr.tlength = (uint32_t) latency;
+ buffer_attr.fragsize = buffer_attr.tlength = (uint32_t) latency;
buffer_attr.minreq = (uint32_t) process_time;
- buffer_attr.maxlength = (uint32_t) -1;
- buffer_attr.prebuf = (uint32_t) -1;
- buffer_attr.fragsize = (uint32_t) latency;
flags |= PA_STREAM_ADJUST_LATENCY;
+ } else {
+ buffer_attr.tlength = (uint32_t) -1;
+ buffer_attr.minreq = (uint32_t) -1;
+ buffer_attr.fragsize = (uint32_t) -1;
}
if (mode == PLAYBACK) {
commit e63c867f8714a790e157c5e6f834b421cc82ae33
Author: Vladimir Kokarev <matrix47 at gmail.com>
Date: Thu Sep 17 01:26:18 2009 +0200
alsa: correct assumptions about channels an element lacks
If an element does not control some channels assume they are 0dB in
comparison to the other elements, i.e. do not influence the volume at
all. Previously we were assuming they were as high as the highest of the
channels we do control.
diff --git a/src/modules/alsa/alsa-mixer.c b/src/modules/alsa/alsa-mixer.c
index 685169b..8d54d58 100644
--- a/src/modules/alsa/alsa-mixer.c
+++ b/src/modules/alsa/alsa-mixer.c
@@ -479,7 +479,6 @@ static int element_get_volume(pa_alsa_element *e, snd_mixer_t *m, const pa_chann
snd_mixer_elem_t *me;
snd_mixer_selem_channel_id_t c;
pa_channel_position_mask_t mask = 0;
- pa_volume_t max_channel_volume = PA_VOLUME_MUTED;
unsigned k;
pa_assert(m);
@@ -546,9 +545,6 @@ static int element_get_volume(pa_alsa_element *e, snd_mixer_t *m, const pa_chann
f = from_alsa_volume(value, e->min_volume, e->max_volume);
}
- if (f > max_channel_volume)
- max_channel_volume = f;
-
for (k = 0; k < cm->channels; k++)
if (e->masks[c][e->n_channels-1] & PA_CHANNEL_POSITION_MASK(cm->map[k]))
if (v->values[k] < f)
@@ -559,7 +555,7 @@ static int element_get_volume(pa_alsa_element *e, snd_mixer_t *m, const pa_chann
for (k = 0; k < cm->channels; k++)
if (!(mask & PA_CHANNEL_POSITION_MASK(cm->map[k])))
- v->values[k] = max_channel_volume;
+ v->values[k] = PA_VOLUME_NORM;
return 0;
}
@@ -681,7 +677,6 @@ static int element_set_volume(pa_alsa_element *e, snd_mixer_t *m, const pa_chann
snd_mixer_elem_t *me;
snd_mixer_selem_channel_id_t c;
pa_channel_position_mask_t mask = 0;
- pa_volume_t max_channel_volume = PA_VOLUME_MUTED;
unsigned k;
pa_assert(m);
@@ -771,9 +766,6 @@ static int element_set_volume(pa_alsa_element *e, snd_mixer_t *m, const pa_chann
f = from_alsa_volume(value, e->min_volume, e->max_volume);
}
- if (f > max_channel_volume)
- max_channel_volume = f;
-
for (k = 0; k < cm->channels; k++)
if (e->masks[c][e->n_channels-1] & PA_CHANNEL_POSITION_MASK(cm->map[k]))
if (rv.values[k] < f)
@@ -784,7 +776,7 @@ static int element_set_volume(pa_alsa_element *e, snd_mixer_t *m, const pa_chann
for (k = 0; k < cm->channels; k++)
if (!(mask & PA_CHANNEL_POSITION_MASK(cm->map[k])))
- rv.values[k] = max_channel_volume;
+ rv.values[k] = PA_VOLUME_NORM;
*v = rv;
return 0;
commit 4e6dce593f555eda262568c5218ed3a3b6e315c4
Merge: e63c867 3d5a572
Author: Lennart Poettering <lennart at poettering.net>
Date: Thu Sep 17 01:32:03 2009 +0200
Merge remote branch 'wtay/optimize'
commit 231c17be0330a3621f5249c5c7ea0ce521085c61
Author: Lennart Poettering <lennart at poettering.net>
Date: Thu Sep 17 01:34:02 2009 +0200
svolume_mmx: disable test accidentaly left on
diff --git a/src/pulsecore/svolume_mmx.c b/src/pulsecore/svolume_mmx.c
index 170f01d..62f3397 100644
--- a/src/pulsecore/svolume_mmx.c
+++ b/src/pulsecore/svolume_mmx.c
@@ -233,7 +233,7 @@ pa_volume_s16re_mmx (int16_t *samples, int32_t *volumes, unsigned channels, unsi
);
}
-#define RUN_TEST
+#undef RUN_TEST
#ifdef RUN_TEST
#define CHANNELS 2
commit cdbeac6b6961b5e071250f539b7011efe65ef513
Author: Lennart Poettering <lennart at poettering.net>
Date: Thu Sep 17 01:37:23 2009 +0200
libpulse: as a special exception, don't require a non-NULL context in pa_context_errno
diff --git a/src/pulse/context.c b/src/pulse/context.c
index 894ab2e..23ae30c 100644
--- a/src/pulse/context.c
+++ b/src/pulse/context.c
@@ -1045,7 +1045,10 @@ pa_context_state_t pa_context_get_state(pa_context *c) {
}
int pa_context_errno(pa_context *c) {
- pa_assert(c);
+
+ if (!c)
+ return PA_ERR_INVALID;
+
pa_assert(PA_REFCNT_VALUE(c) >= 1);
return c->error;
commit add4cbf2f3e40131c03318d76c4c1e5208025ddc
Author: Lennart Poettering <lennart at poettering.net>
Date: Thu Sep 17 02:04:59 2009 +0200
position-event-sounds: don't warn that loud about vpos/hpos out of range
diff --git a/src/modules/module-position-event-sounds.c b/src/modules/module-position-event-sounds.c
index fa8f73d..7221b14 100644
--- a/src/modules/module-position-event-sounds.c
+++ b/src/modules/module-position-event-sounds.c
@@ -65,8 +65,9 @@ static int parse_pos(const char *pos, double *f) {
}
if (*f < 0.0 || *f > 1.0) {
- pa_log_warn("Property hpos/vpos out of range %0.2f", *f);
- return -1;
+ pa_log_debug("Property hpos/vpos out of range %0.2f", *f);
+
+ *f = PA_CLAMP(*f, 0.0, 1.0);
}
return 0;
commit 94f28b9d4b7448c1e9bb6fb8a3b44f53988f6aa5
Author: Lennart Poettering <lennart at poettering.net>
Date: Thu Sep 17 02:22:41 2009 +0200
proplist: introduce PA_PROP_WINDOW_DESKTOP property
diff --git a/src/pulse/proplist.h b/src/pulse/proplist.h
index 8bf9c48..8dff8df 100644
--- a/src/pulse/proplist.h
+++ b/src/pulse/proplist.h
@@ -115,6 +115,9 @@ PA_C_DECL_BEGIN
/** For streams that belong to a window on the screen: relative position of the window center on the screen, float formatted as text string, ranging from 0.0 (top of the screen) to 1.0 (bottom of the screen). e.g. "0.43". \since 0.9.17 */
#define PA_PROP_WINDOW_VPOS "window.vpos"
+/** For streams that belong to a window on the screen: if the windowing system supports multiple desktops, a comma seperated list of indexes of the desktops this window is visible on. If this property is an empty string, it is visible on all desktops (i.e. 'sticky'). The first desktop is 0. e.g. "0,2,3" \since 0.9.18 */
+#define PA_PROP_WINDOW_DESKTOP "window.desktop"
+
/** For streams that belong to an X11 window on the screen: the X11 display string. e.g. ":0.0" */
#define PA_PROP_WINDOW_X11_DISPLAY "window.x11.display"
commit b4d4f2b856cd0d5e24f777a088b9d4462567dac0
Author: Lennart Poettering <lennart at poettering.net>
Date: Thu Sep 17 03:51:35 2009 +0200
cli: don't accidentaly set O_NDELAY on stderr
Loading module-cli could have the effect of setting O_NDELAY on stderr,
because it was just a dup'ed fd of stdin which module-cli sets O_NDELAY
for and which flag is shared between all dupes.
Instead of using stdin/stdout directly we now open a new file descriptor
for the controlling terminal, which is equally useful as stdin/stdout
but gives a new file that does not share O_NDELAY with stdin/stdout.
This solves a problem where when running pulseaudio -C resulted in
log output being truncated since stdio does not really handle O_NDELAY
that well in on its fds.
diff --git a/src/modules/module-cli.c b/src/modules/module-cli.c
index fd9452b..60a9d46 100644
--- a/src/modules/module-cli.c
+++ b/src/modules/module-cli.c
@@ -25,6 +25,8 @@
#include <stdio.h>
#include <unistd.h>
+#include <fcntl.h>
+#include <errno.h>
#include <pulsecore/module.h>
#include <pulsecore/iochannel.h>
@@ -33,6 +35,8 @@
#include <pulsecore/log.h>
#include <pulsecore/modargs.h>
#include <pulsecore/macro.h>
+#include <pulsecore/core-util.h>
+#include <pulsecore/core-error.h>
#include "module-cli-symdef.h"
@@ -69,6 +73,7 @@ int pa__init(pa_module*m) {
pa_iochannel *io;
pa_modargs *ma;
pa_bool_t exit_on_eof = FALSE;
+ int fd;
pa_assert(m);
@@ -92,11 +97,24 @@ int pa__init(pa_module*m) {
goto fail;
}
- io = pa_iochannel_new(m->core->mainloop, STDIN_FILENO, STDOUT_FILENO);
- pa_iochannel_set_noclose(io, 1);
+ /* We try to open the controlling tty anew here. This has the
+ * benefit of giving us a new fd that doesn't share the O_NDELAY
+ * flag with fds 0, 1, or 2. Since pa_iochannel_xxx needs O_NDELAY
+ * on its fd using those fds directly could set O_NDELAY which
+ * fprintf() doesn't really like, resulting in truncated output
+ * of log messages, particularly because if stdout and stderr are
+ * dup'ed they share the same O_NDELAY, too. */
+
+ if ((fd = open("/dev/tty", O_RDWR|O_CLOEXEC|O_NONBLOCK)) >= 0) {
+ io = pa_iochannel_new(m->core->mainloop, fd, fd);
+ pa_log_debug("Managed to open /dev/tty.");
+ } else {
+ io = pa_iochannel_new(m->core->mainloop, STDIN_FILENO, STDOUT_FILENO);
+ pa_iochannel_set_noclose(io, TRUE);
+ pa_log_debug("Failed to open /dev/tty, using stdin/stdout fds instead.");
+ }
m->userdata = pa_cli_new(m->core, io, m);
-
pa_cli_set_eof_callback(m->userdata, exit_on_eof ? eof_and_exit_cb : eof_and_unload_cb, m);
pa_modargs_free(ma);
commit 3de5c49e4289bb646919bdced6fccb82ced51ad0
Author: Lennart Poettering <lennart at poettering.net>
Date: Thu Sep 17 04:04:54 2009 +0200
cli: properly destruct cli object
diff --git a/src/modules/module-cli.c b/src/modules/module-cli.c
index 60a9d46..6bd0f4f 100644
--- a/src/modules/module-cli.c
+++ b/src/modules/module-cli.c
@@ -93,7 +93,7 @@ int pa__init(pa_module*m) {
}
if (pa_stdio_acquire() < 0) {
- pa_log("STDIN/STDUSE already in use.");
+ pa_log("STDIN/STDOUT already in use.");
goto fail;
}
@@ -132,7 +132,7 @@ fail:
void pa__done(pa_module*m) {
pa_assert(m);
- if (m->core->running_as_daemon == 0) {
+ if (m->userdata) {
pa_cli_free(m->userdata);
pa_stdio_release();
}
commit 2d9168ceb388cbb6dba49cc3a531921f78ec3295
Author: Lennart Poettering <lennart at poettering.net>
Date: Thu Sep 17 20:58:36 2009 +0200
Improve TMPDIR handling
Patch from 'jnelson',
http://pulseaudio.org/ticket/653
diff --git a/src/pulsecore/core-util.c b/src/pulsecore/core-util.c
index 7a9f458..690f34c 100644
--- a/src/pulsecore/core-util.c
+++ b/src/pulsecore/core-util.c
@@ -1390,7 +1390,7 @@ static char* make_random_dir(mode_t m) {
if (!tmpdir || !pa_is_path_absolute(tmpdir))
tmpdir = "/tmp";
- fn = pa_sprintf_malloc("%s/pulse-XXXXXXXXXXXX", tmpdir);
+ fn = pa_sprintf_malloc("%s" PA_PATH_SEP "pulse-XXXXXXXXXXXX", tmpdir);
pathlen = strlen(fn);
for (;;) {
diff --git a/src/utils/padsp.c b/src/utils/padsp.c
index 41bfd74..c8c0874 100644
--- a/src/utils/padsp.c
+++ b/src/utils/padsp.c
@@ -1394,10 +1394,21 @@ static int sndstat_open(int flags, int *_errno) {
"Mixers:\n"
"0: PulseAudio Virtual OSS\n";
- char fn[] = "/tmp/padsp-sndstat-XXXXXX";
+ char *fn;
mode_t u;
int fd = -1;
int e;
+ const char *tmpdir;
+
+ if (!(tmpdir = getenv("TMPDIR")))
+ if (!(tmpdir = getenv("TMP")))
+ if (!(tmpdir = getenv("TEMP")))
+ tmpdir = getenv("TEMPDIR");
+
+ if (!tmpdir || !pa_is_path_absolute(tmpdir))
+ tmpdir = "/tmp";
+
+ fn = pa_sprintf_malloc("%s" PA_PATH_SEP "padsp-sndstat-XXXXXX", tmpdir);
debug(DEBUG_LEVEL_NORMAL, __FILE__": sndstat_open()\n");
@@ -1423,6 +1434,7 @@ static int sndstat_open(int flags, int *_errno) {
}
unlink(fn);
+ pa_xfree(fn);
if (write(fd, sndstat, sizeof(sndstat) -1) != sizeof(sndstat)-1) {
*_errno = errno;
@@ -1439,6 +1451,7 @@ static int sndstat_open(int flags, int *_errno) {
return fd;
fail:
+ pa_xfree(fn);
if (fd >= 0)
close(fd);
return -1;
commit 7b76ea378460bf3e037dff90742f88f74ee70b11
Author: Lennart Poettering <lennart at poettering.net>
Date: Thu Sep 17 21:06:54 2009 +0200
core-util: unify how we determine the temporary directory
diff --git a/src/pulsecore/core-util.c b/src/pulsecore/core-util.c
index 690f34c..8e98e85 100644
--- a/src/pulsecore/core-util.c
+++ b/src/pulsecore/core-util.c
@@ -1378,19 +1378,10 @@ static char* make_random_dir(mode_t m) {
"ABCDEFGHIJKLMNOPQRSTUVWXYZ"
"0123456789";
- const char *tmpdir;
char *fn;
size_t pathlen;
- if (!(tmpdir = getenv("TMPDIR")))
- if (!(tmpdir = getenv("TMP")))
- if (!(tmpdir = getenv("TEMP")))
- tmpdir = getenv("TEMPDIR");
-
- if (!tmpdir || !pa_is_path_absolute(tmpdir))
- tmpdir = "/tmp";
-
- fn = pa_sprintf_malloc("%s" PA_PATH_SEP "pulse-XXXXXXXXXXXX", tmpdir);
+ fn = pa_sprintf_malloc("%s" PA_PATH_SEP "pulse-XXXXXXXXXXXX", pa_get_temp_dir());
pathlen = strlen(fn);
for (;;) {
@@ -2854,3 +2845,25 @@ pa_bool_t pa_run_from_build_tree(void) {
}
#endif
+
+const char *pa_get_temp_dir(void) {
+ const char *t;
+
+ if ((t = getenv("TMPDIR")) &&
+ pa_is_path_absolute(t))
+ return t;
+
+ if ((t = getenv("TMP")) &&
+ pa_is_path_absolute(t))
+ return t;
+
+ if ((t = getenv("TEMP")) &&
+ pa_is_path_absolute(t))
+ return t;
+
+ if ((t = getenv("TEMPDIR")) &&
+ pa_is_path_absolute(t))
+ return t;
+
+ return "/tmp";
+}
diff --git a/src/pulsecore/core-util.h b/src/pulsecore/core-util.h
index ccc9a38..84752d4 100644
--- a/src/pulsecore/core-util.h
+++ b/src/pulsecore/core-util.h
@@ -249,4 +249,6 @@ void pa_reset_personality(void);
pa_bool_t pa_run_from_build_tree(void);
#endif
+const char *pa_get_temp_dir(void);
+
#endif
diff --git a/src/utils/padsp.c b/src/utils/padsp.c
index c8c0874..2ed0a03 100644
--- a/src/utils/padsp.c
+++ b/src/utils/padsp.c
@@ -1398,17 +1398,8 @@ static int sndstat_open(int flags, int *_errno) {
mode_t u;
int fd = -1;
int e;
- const char *tmpdir;
- if (!(tmpdir = getenv("TMPDIR")))
- if (!(tmpdir = getenv("TMP")))
- if (!(tmpdir = getenv("TEMP")))
- tmpdir = getenv("TEMPDIR");
-
- if (!tmpdir || !pa_is_path_absolute(tmpdir))
- tmpdir = "/tmp";
-
- fn = pa_sprintf_malloc("%s" PA_PATH_SEP "padsp-sndstat-XXXXXX", tmpdir);
+ fn = pa_sprintf_malloc("%s" PA_PATH_SEP "padsp-sndstat-XXXXXX", pa_get_temp_dir());
debug(DEBUG_LEVEL_NORMAL, __FILE__": sndstat_open()\n");
commit 94d20a59faacb3c690227602ab5d097ea3999d24
Author: Colin Guthrie <cguthrie at mandriva.org>
Date: Wed Sep 16 20:54:51 2009 +0100
raop: Use pa_module_unload_request_by_index as per module-zeroconf-discover
diff --git a/src/modules/raop/module-raop-discover.c b/src/modules/raop/module-raop-discover.c
index eaeb77f..adba8e4 100644
--- a/src/modules/raop/module-raop-discover.c
+++ b/src/modules/raop/module-raop-discover.c
@@ -265,7 +265,7 @@ static void browser_cb(
struct tunnel *t2;
if ((t2 = pa_hashmap_get(u->tunnels, t))) {
- pa_module_unload_by_index(u->core, t2->module_index, TRUE);
+ pa_module_unload_request_by_index(u->core, t2->module_index, TRUE);
pa_hashmap_remove(u->tunnels, t2);
tunnel_free(t2);
}
@@ -386,7 +386,7 @@ void pa__done(pa_module*m) {
struct tunnel *t;
while ((t = pa_hashmap_steal_first(u->tunnels))) {
- pa_module_unload_by_index(u->core, t->module_index, TRUE);
+ pa_module_unload_request_by_index(u->core, t->module_index, TRUE);
tunnel_free(t);
}
commit 56b6e18030b5a467946bd0a5803ec119efccdc8a
Author: Colin Guthrie <cguthrie at mandriva.org>
Date: Fri Sep 18 00:20:46 2009 +0100
rtp: Factor out direct io writing and use ioline instead.
This is how things should have worked orinally, but I obviously misunderstood things a bit.
This seems to prevent the random hangups that were happening previously :)
diff --git a/src/modules/rtp/rtsp_client.c b/src/modules/rtp/rtsp_client.c
index 915c107..8857414 100644
--- a/src/modules/rtp/rtsp_client.c
+++ b/src/modules/rtp/rtsp_client.c
@@ -60,7 +60,6 @@ struct pa_rtsp_client {
uint16_t port;
pa_socket_client *sc;
- pa_iochannel *io;
pa_ioline *ioline;
pa_rtsp_cb_t callback;
@@ -111,10 +110,8 @@ void pa_rtsp_client_free(pa_rtsp_client* c) {
if (c->sc)
pa_socket_client_unref(c->sc);
- if (c->ioline)
- pa_ioline_close(c->ioline);
- else if (c->io)
- pa_iochannel_free(c->io);
+
+ pa_rtsp_disconnect(c);
pa_xfree(c->hostname);
pa_xfree(c->url);
@@ -187,7 +184,6 @@ static void line_callback(pa_ioline *line, const char *s, void *userdata) {
if (!s) {
/* Keep the ioline/iochannel open as they will be freed automatically */
c->ioline = NULL;
- c->io = NULL;
c->callback(c, STATE_DISCONNECTED, NULL, c->userdata);
return;
}
@@ -303,8 +299,7 @@ static void on_connection(pa_socket_client *sc, pa_iochannel *io, void *userdata
pa_log("Connection failed: %s", pa_cstrerror(errno));
return;
}
- pa_assert(!c->io);
- c->io = io;
+ pa_assert(!c->ioline);
c->ioline = pa_ioline_new(io);
pa_ioline_set_callback(c->ioline, line_callback, c);
@@ -360,9 +355,6 @@ void pa_rtsp_disconnect(pa_rtsp_client *c) {
if (c->ioline)
pa_ioline_close(c->ioline);
- else if (c->io)
- pa_iochannel_free(c->io);
- c->io = NULL;
c->ioline = NULL;
}
@@ -408,13 +400,11 @@ static int rtsp_exec(pa_rtsp_client* c, const char* cmd,
pa_headerlist* headers) {
pa_strbuf* buf;
char* hdrs;
- ssize_t l;
pa_assert(c);
pa_assert(c->url);
-
- if (!cmd)
- return -1;
+ pa_assert(cmd);
+ pa_assert(c->ioline);
pa_log_debug("Sending command: %s", cmd);
@@ -453,7 +443,7 @@ static int rtsp_exec(pa_rtsp_client* c, const char* cmd,
hdrs = pa_strbuf_tostring_free(buf);
/*pa_log_debug("Submitting request:");
pa_log_debug(hdrs);*/
- l = pa_iochannel_write(c->io, hdrs, strlen(hdrs));
+ pa_ioline_puts(c->ioline, hdrs);
pa_xfree(hdrs);
/* FIXME: this is broken, not necessarily all bytes are written */
commit a37e48a819f40bebd31e353f4afa43a1ba4a7567
Author: Lennart Poettering <lennart at poettering.net>
Date: Fri Sep 18 03:46:33 2009 +0200
alsa: fix Surround mixer element name
s/Sourround/Surround/
Spotted by Colin Guthrie
diff --git a/src/modules/alsa/mixer/paths/analog-output-headphones.conf b/src/modules/alsa/mixer/paths/analog-output-headphones.conf
index 691cb3f..61d2e29 100644
--- a/src/modules/alsa/mixer/paths/analog-output-headphones.conf
+++ b/src/modules/alsa/mixer/paths/analog-output-headphones.conf
@@ -56,7 +56,7 @@ volume = off
switch = off
volume = off
-[Element Sourround]
+[Element Surround]
switch = off
volume = off
diff --git a/src/modules/alsa/mixer/paths/analog-output-lfe-on-mono.conf b/src/modules/alsa/mixer/paths/analog-output-lfe-on-mono.conf
index 3457d4a..911361d 100644
--- a/src/modules/alsa/mixer/paths/analog-output-lfe-on-mono.conf
+++ b/src/modules/alsa/mixer/paths/analog-output-lfe-on-mono.conf
@@ -62,7 +62,7 @@ volume = off
switch = off
volume = off
-[Element Sourround]
+[Element Surround]
switch = off
volume = off
diff --git a/src/modules/alsa/mixer/paths/analog-output-mono.conf b/src/modules/alsa/mixer/paths/analog-output-mono.conf
index dc270cf..2fbc60b 100644
--- a/src/modules/alsa/mixer/paths/analog-output-mono.conf
+++ b/src/modules/alsa/mixer/paths/analog-output-mono.conf
@@ -59,7 +59,7 @@ volume = off
switch = off
volume = off
-[Element Sourround]
+[Element Surround]
switch = off
volume = off
commit a43118b730c60a17b032b882b10ff9b93ab59460
Author: Lennart Poettering <lennart at poettering.net>
Date: Fri Sep 18 03:48:55 2009 +0200
mainloop: properly convert time to wallclock time when handing it to the user
diff --git a/src/pulse/mainloop.c b/src/pulse/mainloop.c
index 93a4742..379f88a 100644
--- a/src/pulse/mainloop.c
+++ b/src/pulse/mainloop.c
@@ -806,7 +806,7 @@ static int dispatch_timeout(pa_mainloop *m) {
/* Disable time event */
mainloop_time_restart(e, NULL);
- e->callback(&m->api, e, pa_timeval_rtstore(&tv, e->time, TRUE), e->userdata);
+ e->callback(&m->api, e, pa_timeval_rtstore(&tv, e->time, FALSE), e->userdata);
r++;
}
commit a049909a7044813cb6237d22757ac24081b59af8
Author: Lennart Poettering <lennart at poettering.net>
Date: Fri Sep 18 03:59:40 2009 +0200
mainloop: calculate in pa_usec_t everywhere
diff --git a/src/pulse/mainloop.c b/src/pulse/mainloop.c
index 379f88a..d2cc7ae 100644
--- a/src/pulse/mainloop.c
+++ b/src/pulse/mainloop.c
@@ -112,7 +112,7 @@ struct pa_mainloop {
struct pollfd *pollfds;
unsigned max_pollfds, n_pollfds;
- int prepared_timeout;
+ pa_usec_t prepared_timeout;
pa_time_event *cached_next_time_event;
pa_mainloop_api api;
@@ -320,21 +320,19 @@ static void mainloop_defer_set_destroy(pa_defer_event *e, pa_defer_event_destroy
}
/* Time events */
-static pa_usec_t timeval_load(const struct timeval *tv) {
- pa_bool_t is_rtclock;
+static pa_usec_t make_rt(const struct timeval *tv) {
struct timeval ttv;
if (!tv)
return PA_USEC_INVALID;
- ttv = *tv;
- is_rtclock = !!(ttv.tv_usec & PA_TIMEVAL_RTCLOCK);
- ttv.tv_usec &= ~PA_TIMEVAL_RTCLOCK;
-
- if (!is_rtclock)
- pa_rtclock_from_wallclock(&ttv);
+ if (tv->tv_usec & PA_TIMEVAL_RTCLOCK) {
+ ttv = *tv;
+ ttv.tv_usec &= ~PA_TIMEVAL_RTCLOCK;
+ tv = pa_rtclock_from_wallclock(&ttv);
+ }
- return pa_timeval_load(&ttv);
+ return pa_timeval_load(tv);
}
static pa_time_event* mainloop_time_new(
@@ -351,7 +349,7 @@ static pa_time_event* mainloop_time_new(
pa_assert(a->userdata);
pa_assert(callback);
- t = timeval_load(tv);
+ t = make_rt(tv);
m = a->userdata;
pa_assert(a == &m->api);
@@ -392,7 +390,7 @@ static void mainloop_time_restart(pa_time_event *e, const struct timeval *tv) {
pa_assert(e);
pa_assert(!e->dead);
- t = timeval_load(tv);
+ t = make_rt(tv);
valid = (t != PA_USEC_INVALID);
if (e->enabled && !valid) {
@@ -763,12 +761,12 @@ static pa_time_event* find_next_time_event(pa_mainloop *m) {
return n;
}
-static int calc_next_timeout(pa_mainloop *m) {
+static pa_usec_t calc_next_timeout(pa_mainloop *m) {
pa_time_event *t;
pa_usec_t clock_now;
- if (!m->n_enabled_time_events)
- return -1;
+ if (m->n_enabled_time_events <= 0)
+ return PA_USEC_INVALID;
pa_assert_se(t = find_next_time_event(m));
@@ -780,7 +778,7 @@ static int calc_next_timeout(pa_mainloop *m) {
if (t->time <= clock_now)
return 0;
- return (int) ((t->time - clock_now) / 1000); /* in milliseconds */
+ return t->time - clock_now;
}
static int dispatch_timeout(pa_mainloop *m) {
@@ -850,12 +848,17 @@ int pa_mainloop_prepare(pa_mainloop *m, int timeout) {
goto quit;
if (m->n_enabled_defer_events <= 0) {
+
if (m->rebuild_pollfds)
rebuild_pollfds(m);
m->prepared_timeout = calc_next_timeout(m);
- if (timeout >= 0 && (timeout < m->prepared_timeout || m->prepared_timeout < 0))
- m->prepared_timeout = timeout;
+ if (timeout >= 0) {
+ uint64_t u = (uint64_t) timeout * PA_USEC_PER_MSEC;
+
+ if (u < m->prepared_timeout || m->prepared_timeout == PA_USEC_INVALID)
+ m->prepared_timeout = timeout;
+ }
}
m->state = STATE_PREPARED;
@@ -866,6 +869,13 @@ quit:
return -2;
}
+static int usec_to_timeout(pa_usec_t u) {
+ if (u == PA_USEC_INVALID)
+ return -1;
+
+ return (u + PA_USEC_PER_MSEC - 1) / PA_USEC_PER_MSEC;
+}
+
int pa_mainloop_poll(pa_mainloop *m) {
pa_assert(m);
pa_assert(m->state == STATE_PREPARED);
@@ -881,9 +891,24 @@ int pa_mainloop_poll(pa_mainloop *m) {
pa_assert(!m->rebuild_pollfds);
if (m->poll_func)
- m->poll_func_ret = m->poll_func(m->pollfds, m->n_pollfds, m->prepared_timeout, m->poll_func_userdata);
- else
- m->poll_func_ret = poll(m->pollfds, m->n_pollfds, m->prepared_timeout);
+ m->poll_func_ret = m->poll_func(
+ m->pollfds, m->n_pollfds,
+ usec_to_timeout(m->prepared_timeout),
+ m->poll_func_userdata);
+ else {
+#ifdef HAVE_PPOLL
+ struct timespec ts;
+
+ m->poll_func_ret = ppoll(
+ m->pollfds, m->n_pollfds,
+ m->prepared_timeout == PA_USEC_INVALID ? NULL : pa_timespec_store(&ts, m->prepared_timeout),
+ NULL);
+#else
+ m->poll_func_ret = poll(
+ m->pollfds, m->n_pollfds,
+ usec_to_timeout(m->prepared_timeout));
+#endif
+ }
if (m->poll_func_ret < 0) {
if (errno == EINTR)
commit b32f5994e9d1872c3a2ed8fd44d6d1866bb8387f
Author: Lennart Poettering <lennart at poettering.net>
Date: Fri Sep 18 04:00:38 2009 +0200
mainloop: don't initialize fields we don't have to
diff --git a/src/pulse/mainloop.c b/src/pulse/mainloop.c
index d2cc7ae..4f3b676 100644
--- a/src/pulse/mainloop.c
+++ b/src/pulse/mainloop.c
@@ -172,17 +172,14 @@ static pa_io_event* mainloop_io_new(
m = a->userdata;
pa_assert(a == &m->api);
- e = pa_xnew(pa_io_event, 1);
+ e = pa_xnew0(pa_io_event, 1);
e->mainloop = m;
- e->dead = FALSE;
e->fd = fd;
e->events = events;
- e->pollfd = NULL;
e->callback = callback;
e->userdata = userdata;
- e->destroy_callback = NULL;
#ifdef OS_IS_WIN32
{
@@ -265,16 +262,14 @@ static pa_defer_event* mainloop_defer_new(
m = a->userdata;
pa_assert(a == &m->api);
- e = pa_xnew(pa_defer_event, 1);
+ e = pa_xnew0(pa_defer_event, 1);
e->mainloop = m;
- e->dead = FALSE;
e->enabled = TRUE;
m->n_enabled_defer_events++;
e->callback = callback;
e->userdata = userdata;
- e->destroy_callback = NULL;
PA_LLIST_PREPEND(pa_defer_event, m->defer_events, e);
@@ -354,9 +349,8 @@ static pa_time_event* mainloop_time_new(
m = a->userdata;
pa_assert(a == &m->api);
- e = pa_xnew(pa_time_event, 1);
+ e = pa_xnew0(pa_time_event, 1);
e->mainloop = m;
- e->dead = FALSE;
if ((e->enabled = (t != PA_USEC_INVALID))) {
e->time = t;
@@ -373,7 +367,6 @@ static pa_time_event* mainloop_time_new(
e->callback = callback;
e->userdata = userdata;
- e->destroy_callback = NULL;
PA_LLIST_PREPEND(pa_time_event, m->time_events, e);
@@ -478,9 +471,8 @@ pa_mainloop *pa_mainloop_new(void) {
pa_init_i18n();
- m = pa_xnew(pa_mainloop, 1);
+ m = pa_xnew0(pa_mainloop, 1);
- m->wakeup_pipe_type = 0;
if (pipe(m->wakeup_pipe) < 0) {
pa_log_error("ERROR: cannot create wakeup pipe");
pa_xfree(m);
@@ -491,32 +483,14 @@ pa_mainloop *pa_mainloop_new(void) {
pa_make_fd_nonblock(m->wakeup_pipe[1]);
pa_make_fd_cloexec(m->wakeup_pipe[0]);
pa_make_fd_cloexec(m->wakeup_pipe[1]);
- m->wakeup_requested = FALSE;
- PA_LLIST_HEAD_INIT(pa_io_event, m->io_events);
- PA_LLIST_HEAD_INIT(pa_time_event, m->time_events);
- PA_LLIST_HEAD_INIT(pa_defer_event, m->defer_events);
-
- m->n_enabled_defer_events = m->n_enabled_time_events = m->n_io_events = 0;
- m->io_events_please_scan = m->time_events_please_scan = m->defer_events_please_scan = 0;
-
- m->cached_next_time_event = NULL;
- m->prepared_timeout = 0;
-
- m->pollfds = NULL;
- m->max_pollfds = m->n_pollfds = 0;
m->rebuild_pollfds = TRUE;
- m->quit = FALSE;
- m->retval = 0;
-
m->api = vtable;
m->api.userdata = m;
m->state = STATE_PASSIVE;
- m->poll_func = NULL;
- m->poll_func_userdata = NULL;
m->poll_func_ret = -1;
return m;
commit 18d69c5d9d04d81135f078d7f49bad3214418622
Author: Lennart Poettering <lennart at poettering.net>
Date: Fri Sep 18 04:03:49 2009 +0200
mainloop: use PA_LLIST_FOREACH macros where applicable
diff --git a/src/pulse/mainloop.c b/src/pulse/mainloop.c
index 4f3b676..67f095b 100644
--- a/src/pulse/mainloop.c
+++ b/src/pulse/mainloop.c
@@ -497,11 +497,9 @@ pa_mainloop *pa_mainloop_new(void) {
}
static void cleanup_io_events(pa_mainloop *m, pa_bool_t force) {
- pa_io_event *e;
+ pa_io_event *e, *n;
- e = m->io_events;
- while (e) {
- pa_io_event *n = e->next;
+ PA_LLIST_FOREACH_SAFE(e, n, m->io_events) {
if (!force && m->io_events_please_scan <= 0)
break;
@@ -521,19 +519,15 @@ static void cleanup_io_events(pa_mainloop *m, pa_bool_t force) {
m->rebuild_pollfds = TRUE;
}
-
- e = n;
}
pa_assert(m->io_events_please_scan == 0);
}
static void cleanup_time_events(pa_mainloop *m, pa_bool_t force) {
- pa_time_event *e;
+ pa_time_event *e, *n;
- e = m->time_events;
- while (e) {
- pa_time_event *n = e->next;
+ PA_LLIST_FOREACH_SAFE(e, n, m->time_events) {
if (!force && m->time_events_please_scan <= 0)
break;
@@ -557,19 +551,15 @@ static void cleanup_time_events(pa_mainloop *m, pa_bool_t force) {
pa_xfree(e);
}
-
- e = n;
}
pa_assert(m->time_events_please_scan == 0);
}
static void cleanup_defer_events(pa_mainloop *m, pa_bool_t force) {
- pa_defer_event *e;
+ pa_defer_event *e, *n;
- e = m->defer_events;
- while (e) {
- pa_defer_event *n = e->next;
+ PA_LLIST_FOREACH_SAFE(e, n, m->defer_events) {
if (!force && m->defer_events_please_scan <= 0)
break;
@@ -593,8 +583,6 @@ static void cleanup_defer_events(pa_mainloop *m, pa_bool_t force) {
pa_xfree(e);
}
-
- e = n;
}
pa_assert(m->defer_events_please_scan == 0);
@@ -651,7 +639,7 @@ static void rebuild_pollfds(pa_mainloop *m) {
m->n_pollfds++;
}
- for (e = m->io_events; e; e = e->next) {
+ PA_LLIST_FOREACH(e, m->io_events) {
if (e->dead) {
e->pollfd = NULL;
continue;
@@ -675,16 +663,22 @@ static int dispatch_pollfds(pa_mainloop *m) {
pa_assert(m->poll_func_ret > 0);
- for (e = m->io_events, k = m->poll_func_ret; e && !m->quit && k > 0; e = e->next) {
+ k = m->poll_func_ret;
+
+ PA_LLIST_FOREACH(e, m->io_events) {
+
+ if (k <= 0 || m->quit)
+ break;
+
if (e->dead || !e->pollfd || !e->pollfd->revents)
continue;
pa_assert(e->pollfd->fd == e->fd);
pa_assert(e->callback);
+
e->callback(&m->api, e, e->fd, map_flags_from_libc(e->pollfd->revents), e->userdata);
e->pollfd->revents = 0;
r++;
-
k--;
}
@@ -698,7 +692,11 @@ static int dispatch_defer(pa_mainloop *m) {
if (m->n_enabled_defer_events <= 0)
return 0;
- for (e = m->defer_events; e && !m->quit; e = e->next) {
+ PA_LLIST_FOREACH(e, m->defer_events) {
+
+ if (m->quit)
+ break;
+
if (e->dead || !e->enabled)
continue;
@@ -717,7 +715,7 @@ static pa_time_event* find_next_time_event(pa_mainloop *m) {
if (m->cached_next_time_event)
return m->cached_next_time_event;
- for (t = m->time_events; t; t = t->next) {
+ PA_LLIST_FOREACH(t, m->time_events) {
if (t->dead || !t->enabled)
continue;
@@ -766,7 +764,10 @@ static int dispatch_timeout(pa_mainloop *m) {
now = pa_rtclock_now();
- for (e = m->time_events; e && !m->quit; e = e->next) {
+ PA_LLIST_FOREACH(e, m->time_events) {
+
+ if (m->quit)
+ break;
if (e->dead || !e->enabled)
continue;
@@ -806,7 +807,8 @@ static void clear_wakeup(pa_mainloop *m) {
return;
if (m->wakeup_requested) {
- while (pa_read(m->wakeup_pipe[0], &c, sizeof(c), &m->wakeup_pipe_type) == sizeof(c));
+ while (pa_read(m->wakeup_pipe[0], &c, sizeof(c), &m->wakeup_pipe_type) == sizeof(c))
+ ;
m->wakeup_requested = 0;
}
}
@@ -964,7 +966,8 @@ quit:
int pa_mainloop_run(pa_mainloop *m, int *retval) {
int r;
- while ((r = pa_mainloop_iterate(m, 1, retval)) >= 0);
+ while ((r = pa_mainloop_iterate(m, 1, retval)) >= 0)
+ ;
if (r == -2)
return 1;
@@ -984,6 +987,7 @@ void pa_mainloop_quit(pa_mainloop *m, int retval) {
pa_mainloop_api* pa_mainloop_get_api(pa_mainloop*m) {
pa_assert(m);
+
return &m->api;
}
commit fb4a2a1bbbd35601b5da62037c1cee40be859428
Author: Lennart Poettering <lennart at poettering.net>
Date: Fri Sep 18 04:05:10 2009 +0200
mainloop: sum up dispatched events in an unsigned to clarify range
diff --git a/src/pulse/mainloop.c b/src/pulse/mainloop.c
index 67f095b..62659d8 100644
--- a/src/pulse/mainloop.c
+++ b/src/pulse/mainloop.c
@@ -657,9 +657,9 @@ static void rebuild_pollfds(pa_mainloop *m) {
m->rebuild_pollfds = FALSE;
}
-static int dispatch_pollfds(pa_mainloop *m) {
+static unsigned dispatch_pollfds(pa_mainloop *m) {
pa_io_event *e;
- int r = 0, k;
+ unsigned r = 0, k;
pa_assert(m->poll_func_ret > 0);
@@ -685,9 +685,9 @@ static int dispatch_pollfds(pa_mainloop *m) {
return r;
}
-static int dispatch_defer(pa_mainloop *m) {
+static unsigned dispatch_defer(pa_mainloop *m) {
pa_defer_event *e;
- int r = 0;
+ unsigned r = 0;
if (m->n_enabled_defer_events <= 0)
return 0;
@@ -753,10 +753,10 @@ static pa_usec_t calc_next_timeout(pa_mainloop *m) {
return t->time - clock_now;
}
-static int dispatch_timeout(pa_mainloop *m) {
+static unsigned dispatch_timeout(pa_mainloop *m) {
pa_time_event *e;
pa_usec_t now;
- int r = 0;
+ unsigned r = 0;
pa_assert(m);
if (m->n_enabled_time_events <= 0)
@@ -903,7 +903,7 @@ quit:
}
int pa_mainloop_dispatch(pa_mainloop *m) {
- int dispatched = 0;
+ unsigned dispatched = 0;
pa_assert(m);
pa_assert(m->state == STATE_POLLED);
@@ -929,7 +929,7 @@ int pa_mainloop_dispatch(pa_mainloop *m) {
m->state = STATE_PASSIVE;
- return dispatched;
+ return (int) dispatched;
quit:
m->state = STATE_QUIT;
@@ -938,6 +938,7 @@ quit:
int pa_mainloop_get_retval(pa_mainloop *m) {
pa_assert(m);
+
return m->retval;
}
commit 56f217f3f8b43a02a72bf28e049f9a20738843c8
Author: Lennart Poettering <lennart at poettering.net>
Date: Fri Sep 18 04:05:54 2009 +0200
macro: introduce PA_INT_TYPE_MIN, PA_INT_TYPE_MAX, PA_INT_TYPE_SIGNED macros
diff --git a/src/pulsecore/macro.h b/src/pulsecore/macro.h
index bffcc26..9a5a267 100644
--- a/src/pulsecore/macro.h
+++ b/src/pulsecore/macro.h
@@ -304,6 +304,18 @@ typedef int pa_bool_t;
#define pa_memzero(x,l) (memset((x), 0, (l)))
#define pa_zero(x) (pa_memzero(&(x), sizeof(x)))
+#define PA_INT_TYPE_SIGNED(type) (!!((type) 0 > (type) -1))
+
+#define PA_INT_TYPE_MAX(type) \
+ ((type) (PA_INT_TYPE_SIGNED(type) \
+ ? ~(~(type) 0 << (8*sizeof(type)-1)) \
+ : (type) -1))
+
+#define PA_INT_TYPE_MIN(type) \
+ ((type) (PA_INT_TYPE_SIGNED(type) \
+ ? (~(type) 0 << (8*sizeof(type)-1)) \
+ : (type) 0))
+
/* We include this at the very last place */
#include <pulsecore/log.h>
commit f7d38965b355b4932e7a17774e4625f57248f845
Author: Lennart Poettering <lennart at poettering.net>
Date: Fri Sep 18 04:07:12 2009 +0200
timeval: introduce PA_USEC_MAX
diff --git a/src/pulse/timeval.h b/src/pulse/timeval.h
index 48c6cdb..3cea5d3 100644
--- a/src/pulse/timeval.h
+++ b/src/pulse/timeval.h
@@ -51,12 +51,15 @@ PA_C_DECL_BEGIN
/** The number of nanoseconds in a microsecond */
#define PA_NSEC_PER_USEC ((unsigned long long) 1000ULL)
-/** Invalid time in usec */
+/** Invalid time in usec. \since 0.9.15 */
#define PA_USEC_INVALID ((pa_usec_t) -1)
+/** Biggest time in usec. \since 0.9.18 */
+#define PA_USEC_MAX ((pa_usec_t) -2)
+
struct timeval;
-/** Return the current timestamp, just like UNIX gettimeofday() */
+/** Return the current wallclock timestamp, just like UNIX gettimeofday(). */
struct timeval *pa_gettimeofday(struct timeval *tv);
/** Calculate the difference between the two specified timeval
commit fdec460661faa802c1acf9d985990c2d1b4fa1a3
Author: Lennart Poettering <lennart at poettering.net>
Date: Fri Sep 18 04:08:36 2009 +0200
core-rtclock: introduce pa_timespec_store() akin pa_timeval_store()
diff --git a/src/pulsecore/core-rtclock.c b/src/pulsecore/core-rtclock.c
index 3b3e3a6..7690ab7 100644
--- a/src/pulsecore/core-rtclock.c
+++ b/src/pulsecore/core-rtclock.c
@@ -151,6 +151,20 @@ pa_usec_t pa_timespec_load(const struct timespec *ts) {
(pa_usec_t) ts->tv_nsec / PA_NSEC_PER_USEC;
}
+struct timespec* pa_timespec_store(struct timespec *ts, pa_usec_t v) {
+ pa_assert(ts);
+
+ if (PA_UNLIKELY(v == PA_USEC_INVALID)) {
+ ts->tv_sec = PA_INT_TYPE_MAX(time_t);
+ ts->tv_nsec = (long) (PA_NSEC_PER_SEC-1);
+ return NULL;
+ }
+
+ ts->tv_sec = (time_t) (v / PA_USEC_PER_SEC);
+ ts->tv_nsec = (long) ((v % PA_USEC_PER_SEC) * PA_NSEC_PER_USEC);
+
+ return ts;
+}
static struct timeval* wallclock_from_rtclock(struct timeval *tv) {
diff --git a/src/pulsecore/core-rtclock.h b/src/pulsecore/core-rtclock.h
index 9f5ae2d..3b393ed 100644
--- a/src/pulsecore/core-rtclock.h
+++ b/src/pulsecore/core-rtclock.h
@@ -44,6 +44,7 @@ void pa_rtclock_hrtimer_enable(void);
struct timeval* pa_rtclock_from_wallclock(struct timeval *tv);
pa_usec_t pa_timespec_load(const struct timespec *ts);
+struct timespec* pa_timespec_store(struct timespec *ts, pa_usec_t v);
struct timeval* pa_timeval_rtstore(struct timeval *tv, pa_usec_t v, pa_bool_t rtclock);
commit 05f6236a83414573587c73dbc439e68dae5f529e
Author: Lennart Poettering <lennart at poettering.net>
Date: Fri Sep 18 04:10:26 2009 +0200
timeval: make pa_timeval_sub saturating
diff --git a/src/pulse/timeval.c b/src/pulse/timeval.c
index 376cf13..1a0d3ce 100644
--- a/src/pulse/timeval.c
+++ b/src/pulse/timeval.c
@@ -33,6 +33,7 @@
#include <pulsecore/winsock.h>
#include <pulsecore/macro.h>
+#include <pulsecore/core-util.h>
#include "timeval.h"
@@ -54,9 +55,9 @@ struct timeval *pa_gettimeofday(struct timeval *tv) {
#define EPOCHFILETIME (116444736000000000LL)
#endif
- FILETIME ft;
- LARGE_INTEGER li;
- __int64 t;
+ FILETIME ft;
+ LARGE_INTEGER li;
+ int64_t t;
pa_assert(tv);
@@ -128,40 +129,65 @@ pa_usec_t pa_timeval_age(const struct timeval *tv) {
}
struct timeval* pa_timeval_add(struct timeval *tv, pa_usec_t v) {
- unsigned long secs;
+ time_t secs;
pa_assert(tv);
- secs = (unsigned long) (v/PA_USEC_PER_SEC);
- tv->tv_sec += (time_t) secs;
- v -= ((pa_usec_t) secs) * PA_USEC_PER_SEC;
+ secs = (time_t) (v/PA_USEC_PER_SEC);
+ if (PA_UNLIKELY(tv->tv_sec > PA_INT_TYPE_MAX(time_t) - secs))
+ goto overflow;
+
+ tv->tv_sec += secs;
+ v -= (pa_usec_t) secs * PA_USEC_PER_SEC;
tv->tv_usec += (suseconds_t) v;
/* Normalize */
- while ((unsigned) tv->tv_usec >= PA_USEC_PER_SEC) {
+ while ((pa_usec_t) tv->tv_usec >= PA_USEC_PER_SEC) {
+
+ if (PA_UNLIKELY(tv->tv_sec >= PA_INT_TYPE_MAX(time_t)))
+ goto overflow;
+
tv->tv_sec++;
tv->tv_usec -= (suseconds_t) PA_USEC_PER_SEC;
}
return tv;
+
+overflow:
+ tv->tv_sec = PA_INT_TYPE_MAX(time_t);
+ tv->tv_usec = (suseconds_t) (PA_USEC_PER_SEC-1);
+ return tv;
}
struct timeval* pa_timeval_sub(struct timeval *tv, pa_usec_t v) {
- unsigned long secs;
+ time_t secs;
pa_assert(tv);
- secs = (unsigned long) (v/PA_USEC_PER_SEC);
- tv->tv_sec -= (time_t) secs;
- v -= ((pa_usec_t) secs) * PA_USEC_PER_SEC;
+ secs = (time_t) (v/PA_USEC_PER_SEC);
+
+ if (PA_UNLIKELY(tv->tv_sec < secs))
+ goto underflow;
+
+ tv->tv_sec -= secs;
+ v -= (pa_usec_t) secs * PA_USEC_PER_SEC;
if (tv->tv_usec >= (suseconds_t) v)
tv->tv_usec -= (suseconds_t) v;
else {
+
+ if (PA_UNLIKELY(tv->tv_sec <= 0))
+ goto underflow;
+
tv->tv_sec --;
tv->tv_usec += (suseconds_t) (PA_USEC_PER_SEC - v);
}
return tv;
+
+underflow:
+ tv->tv_sec = 0;
+ tv->tv_usec = 0;
+ return tv;
}
struct timeval* pa_timeval_store(struct timeval *tv, pa_usec_t v) {
commit a1da83b206d4a73bfa537ab3694bac7244bd19a1
Author: Lennart Poettering <lennart at poettering.net>
Date: Fri Sep 18 04:11:02 2009 +0200
timeval: add UNLIKELY annotation
diff --git a/src/pulse/timeval.c b/src/pulse/timeval.c
index 1a0d3ce..87569cf 100644
--- a/src/pulse/timeval.c
+++ b/src/pulse/timeval.c
@@ -83,7 +83,7 @@ pa_usec_t pa_timeval_diff(const struct timeval *a, const struct timeval *b) {
pa_assert(b);
/* Check which whan is the earlier time and swap the two arguments if required. */
- if (pa_timeval_cmp(a, b) < 0) {
+ if (PA_UNLIKELY(pa_timeval_cmp(a, b) < 0)) {
const struct timeval *c;
c = a;
a = b;
@@ -95,9 +95,9 @@ pa_usec_t pa_timeval_diff(const struct timeval *a, const struct timeval *b) {
/* Calculate the microsecond difference */
if (a->tv_usec > b->tv_usec)
- r += ((pa_usec_t) a->tv_usec - (pa_usec_t) b->tv_usec);
+ r += (pa_usec_t) a->tv_usec - (pa_usec_t) b->tv_usec;
else if (a->tv_usec < b->tv_usec)
- r -= ((pa_usec_t) b->tv_usec - (pa_usec_t) a->tv_usec);
+ r -= (pa_usec_t) b->tv_usec - (pa_usec_t) a->tv_usec;
return r;
}
commit c024aeaae91c139914dc928df975ea311729052c
Author: Lennart Poettering <lennart at poettering.net>
Date: Fri Sep 18 04:11:59 2009 +0200
timeval: make timeval conversion routines handle PA_USEC_INVALID special
diff --git a/src/pulse/timeval.c b/src/pulse/timeval.c
index 87569cf..cde4417 100644
--- a/src/pulse/timeval.c
+++ b/src/pulse/timeval.c
@@ -193,6 +193,13 @@ underflow:
struct timeval* pa_timeval_store(struct timeval *tv, pa_usec_t v) {
pa_assert(tv);
+ if (PA_UNLIKELY(v == PA_USEC_INVALID)) {
+ tv->tv_sec = PA_INT_TYPE_MAX(time_t);
+ tv->tv_usec = (suseconds_t) (PA_USEC_PER_SEC-1);
+
+ return tv;
+ }
+
tv->tv_sec = (time_t) (v / PA_USEC_PER_SEC);
tv->tv_usec = (suseconds_t) (v % PA_USEC_PER_SEC);
@@ -200,7 +207,9 @@ struct timeval* pa_timeval_store(struct timeval *tv, pa_usec_t v) {
}
pa_usec_t pa_timeval_load(const struct timeval *tv) {
- pa_assert(tv);
+
+ if (PA_UNLIKELY(!tv))
+ return PA_USEC_INVALID;
return
(pa_usec_t) tv->tv_sec * PA_USEC_PER_SEC +
diff --git a/src/pulsecore/core-rtclock.c b/src/pulsecore/core-rtclock.c
index 7690ab7..1420470 100644
--- a/src/pulsecore/core-rtclock.c
+++ b/src/pulsecore/core-rtclock.c
@@ -132,6 +132,8 @@ struct timeval* pa_rtclock_from_wallclock(struct timeval *tv) {
pa_assert(tv);
+ /* pa_timeval_sub() saturates on underflow! */
+
if (pa_timeval_cmp(&wc_now, tv) < 0)
pa_timeval_add(&rt_now, pa_timeval_diff(tv, &wc_now));
else
@@ -144,7 +146,9 @@ struct timeval* pa_rtclock_from_wallclock(struct timeval *tv) {
}
pa_usec_t pa_timespec_load(const struct timespec *ts) {
- pa_assert(ts);
+
+ if (PA_UNLIKELY(!ts))
+ return PA_USEC_INVALID;
return
(pa_usec_t) ts->tv_sec * PA_USEC_PER_SEC +
@@ -176,6 +180,8 @@ static struct timeval* wallclock_from_rtclock(struct timeval *tv) {
pa_assert(tv);
+ /* pa_timeval_sub() saturates on underflow! */
+
if (pa_timeval_cmp(&rt_now, tv) < 0)
pa_timeval_add(&wc_now, pa_timeval_diff(tv, &rt_now));
else
commit d6291511a25d29c51cc3b22b72b69426f68e461d
Author: Lennart Poettering <lennart at poettering.net>
Date: Fri Sep 18 04:21:01 2009 +0200
mainloop: pass monotonic times back to user if he passed monotonic times to us
diff --git a/src/pulse/mainloop.c b/src/pulse/mainloop.c
index 62659d8..c5443f2 100644
--- a/src/pulse/mainloop.c
+++ b/src/pulse/mainloop.c
@@ -78,6 +78,7 @@ struct pa_time_event {
pa_bool_t dead:1;
pa_bool_t enabled:1;
+ pa_bool_t use_rtclock:1;
pa_usec_t time;
pa_time_event_cb_t callback;
@@ -315,17 +316,22 @@ static void mainloop_defer_set_destroy(pa_defer_event *e, pa_defer_event_destroy
}
/* Time events */
-static pa_usec_t make_rt(const struct timeval *tv) {
+static pa_usec_t make_rt(const struct timeval *tv, pa_bool_t *use_rtclock) {
struct timeval ttv;
- if (!tv)
+ if (!tv) {
+ *use_rtclock = FALSE;
return PA_USEC_INVALID;
+ }
if (tv->tv_usec & PA_TIMEVAL_RTCLOCK) {
ttv = *tv;
ttv.tv_usec &= ~PA_TIMEVAL_RTCLOCK;
tv = pa_rtclock_from_wallclock(&ttv);
- }
+
+ *use_rtclock = TRUE;
+ } else
+ *use_rtclock = FALSE;
return pa_timeval_load(tv);
}
@@ -339,12 +345,13 @@ static pa_time_event* mainloop_time_new(
pa_mainloop *m;
pa_time_event *e;
pa_usec_t t;
+ pa_bool_t use_rtclock = FALSE;
pa_assert(a);
pa_assert(a->userdata);
pa_assert(callback);
- t = make_rt(tv);
+ t = make_rt(tv, &use_rtclock);
m = a->userdata;
pa_assert(a == &m->api);
@@ -354,6 +361,7 @@ static pa_time_event* mainloop_time_new(
if ((e->enabled = (t != PA_USEC_INVALID))) {
e->time = t;
+ e->use_rtclock= use_rtclock;
m->n_enabled_time_events++;
@@ -379,11 +387,12 @@ static pa_time_event* mainloop_time_new(
static void mainloop_time_restart(pa_time_event *e, const struct timeval *tv) {
pa_bool_t valid;
pa_usec_t t;
+ pa_bool_t use_rtclock = FALSE;
pa_assert(e);
pa_assert(!e->dead);
- t = make_rt(tv);
+ t = make_rt(tv, &use_rtclock);
valid = (t != PA_USEC_INVALID);
if (e->enabled && !valid) {
@@ -394,6 +403,7 @@ static void mainloop_time_restart(pa_time_event *e, const struct timeval *tv) {
if ((e->enabled = valid)) {
e->time = t;
+ e->use_rtclock = use_rtclock;
pa_mainloop_wakeup(e->mainloop);
}
@@ -779,7 +789,7 @@ static unsigned dispatch_timeout(pa_mainloop *m) {
/* Disable time event */
mainloop_time_restart(e, NULL);
- e->callback(&m->api, e, pa_timeval_rtstore(&tv, e->time, FALSE), e->userdata);
+ e->callback(&m->api, e, pa_timeval_rtstore(&tv, e->time, e->use_rtclock), e->userdata);
r++;
}
commit 0323e48fdc31925178ef375652660785328cb08f
Author: Colin Guthrie <cguthrie at mandriva.org>
Date: Fri Sep 18 09:18:04 2009 +0100
rtp: Remove 'fix me' comment after it was actually fixed in [56b6e1]
That's what you get for applying your stash without fully checking if anything else was committed in the mean time :p
diff --git a/src/modules/rtp/rtsp_client.c b/src/modules/rtp/rtsp_client.c
index 8857414..5961806 100644
--- a/src/modules/rtp/rtsp_client.c
+++ b/src/modules/rtp/rtsp_client.c
@@ -446,8 +446,6 @@ static int rtsp_exec(pa_rtsp_client* c, const char* cmd,
pa_ioline_puts(c->ioline, hdrs);
pa_xfree(hdrs);
- /* FIXME: this is broken, not necessarily all bytes are written */
-
return 0;
}
commit fd25e8fa8bd22dc3ba4beac0fd12b2fc74bc6902
Author: Colin Guthrie <cguthrie at mandriva.org>
Date: Fri Sep 18 09:22:23 2009 +0100
alsa: Give all ports a human name to allow UI tools to present the choice to users.
diff --git a/src/modules/alsa/alsa-mixer.c b/src/modules/alsa/alsa-mixer.c
index 8d54d58..f3ce681 100644
--- a/src/modules/alsa/alsa-mixer.c
+++ b/src/modules/alsa/alsa-mixer.c
@@ -1708,11 +1708,11 @@ static int option_verify(pa_alsa_option *o) {
{ "input-radio", N_("Radio") },
{ "input-video", N_("Video") },
{ "input-agc-on", N_("Automatic Gain Control") },
- { "input-agc-off", "" },
+ { "input-agc-off", N_("No Automatic Gain Control") },
{ "input-boost-on", N_("Boost") },
- { "input-boost-off", "" },
+ { "input-boost-off", N_("No Boost") },
{ "output-amplifier-on", N_("Amplifier") },
- { "output-amplifier-off", "" }
+ { "output-amplifier-off", N_("No Amplifier") }
};
pa_assert(o);
commit 8f299687882a33093cad32936672ba649306739b
Author: Colin Guthrie <cguthrie at mandriva.org>
Date: Fri Sep 18 16:10:13 2009 +0100
conf: Fix typo in daemon.conf: rlimit-rtttime - too many t's
Spotted by peol on IRC
diff --git a/src/daemon/daemon.conf.in b/src/daemon/daemon.conf.in
index db2059e..3af68b0 100644
--- a/src/daemon/daemon.conf.in
+++ b/src/daemon/daemon.conf.in
@@ -70,7 +70,7 @@
; rlimit-msgqueue = -1
; rlimit-nice = 31
; rlimit-rtprio = 9
-; rlimit-rtttime = 1000000
+; rlimit-rttime = 1000000
; default-sample-format = s16le
; default-sample-rate = 44100
commit c010172c6649f6f9e6f00aea3cc963ef1b34e3c3
Author: Lennart Poettering <lennart at poettering.net>
Date: Fri Sep 18 21:24:26 2009 +0200
memblock: modernizations
diff --git a/src/pulsecore/memblock.c b/src/pulsecore/memblock.c
index 47f298a..2b187f0 100644
--- a/src/pulsecore/memblock.c
+++ b/src/pulsecore/memblock.c
@@ -898,7 +898,7 @@ static pa_memimport_segment* segment_attach(pa_memimport *i, uint32_t shm_id) {
if (pa_hashmap_size(i->segments) >= PA_MEMIMPORT_SEGMENTS_MAX)
return NULL;
- seg = pa_xnew(pa_memimport_segment, 1);
+ seg = pa_xnew0(pa_memimport_segment, 1);
if (pa_shm_attach_ro(&seg->memory, shm_id) < 0) {
pa_xfree(seg);
@@ -906,10 +906,9 @@ static pa_memimport_segment* segment_attach(pa_memimport *i, uint32_t shm_id) {
}
seg->import = i;
- seg->n_blocks = 0;
seg->trap = pa_memtrap_add(seg->memory.ptr, seg->memory.size);
- pa_hashmap_put(i->segments, PA_UINT32_TO_PTR(shm_id), seg);
+ pa_hashmap_put(i->segments, PA_UINT32_TO_PTR(seg->memory.id), seg);
return seg;
}
commit cd5d6e7b42096272780261492ac9f1e00b6706c8
Author: Lennart Poettering <lennart at poettering.net>
Date: Fri Sep 18 21:24:58 2009 +0200
socket-client: modernizations
diff --git a/src/pulsecore/socket-client.c b/src/pulsecore/socket-client.c
index c9cfdbe..b9d6950 100644
--- a/src/pulsecore/socket-client.c
+++ b/src/pulsecore/socket-client.c
@@ -73,14 +73,18 @@
struct pa_socket_client {
PA_REFCNT_DECLARE;
- pa_mainloop_api *mainloop;
int fd;
+
+ pa_mainloop_api *mainloop;
pa_io_event *io_event;
pa_time_event *timeout_event;
pa_defer_event *defer_event;
+
pa_socket_client_cb_t callback;
void *userdata;
+
pa_bool_t local;
+
#ifdef HAVE_LIBASYNCNS
asyncns_t *asyncns;
asyncns_query_t * asyncns_query;
@@ -92,22 +96,10 @@ static pa_socket_client* socket_client_new(pa_mainloop_api *m) {
pa_socket_client *c;
pa_assert(m);
- c = pa_xnew(pa_socket_client, 1);
+ c = pa_xnew0(pa_socket_client, 1);
PA_REFCNT_INIT(c);
c->mainloop = m;
c->fd = -1;
- c->io_event = NULL;
- c->timeout_event = NULL;
- c->defer_event = NULL;
- c->callback = NULL;
- c->userdata = NULL;
- c->local = FALSE;
-
-#ifdef HAVE_LIBASYNCNS
- c->asyncns = NULL;
- c->asyncns_io_event = NULL;
- c->asyncns_query = NULL;
-#endif
return c;
}
@@ -163,7 +155,6 @@ static void do_call(pa_socket_client *c) {
}
io = pa_iochannel_new(c->mainloop, c->fd, c->fd);
- pa_assert(io);
finish:
if (!io && c->fd >= 0)
@@ -172,7 +163,6 @@ finish:
free_events(c);
- pa_assert(c->callback);
c->callback(c, io, c->userdata);
pa_socket_client_unref(c);
@@ -220,9 +210,9 @@ static int do_connect(pa_socket_client *c, const struct sockaddr *sa, socklen_t
return -1;
}
- pa_assert_se(c->io_event = c->mainloop->io_new(c->mainloop, c->fd, PA_IO_EVENT_OUTPUT, connect_io_cb, c));
+ c->io_event = c->mainloop->io_new(c->mainloop, c->fd, PA_IO_EVENT_OUTPUT, connect_io_cb, c);
} else
- pa_assert_se(c->defer_event = c->mainloop->defer_new(c->mainloop, connect_defer_cb, c));
+ c->defer_event = c->mainloop->defer_new(c->mainloop, connect_defer_cb, c);
return 0;
}
@@ -233,7 +223,7 @@ pa_socket_client* pa_socket_client_new_ipv4(pa_mainloop_api *m, uint32_t address
pa_assert(m);
pa_assert(port > 0);
- memset(&sa, 0, sizeof(sa));
+ pa_zero(sa);
sa.sin_family = AF_INET;
sa.sin_port = htons(port);
sa.sin_addr.s_addr = htonl(address);
@@ -241,28 +231,24 @@ pa_socket_client* pa_socket_client_new_ipv4(pa_mainloop_api *m, uint32_t address
return pa_socket_client_new_sockaddr(m, (struct sockaddr*) &sa, sizeof(sa));
}
-#ifdef HAVE_SYS_UN_H
pa_socket_client* pa_socket_client_new_unix(pa_mainloop_api *m, const char *filename) {
+#ifdef HAVE_SYS_UN_H
struct sockaddr_un sa;
pa_assert(m);
pa_assert(filename);
- memset(&sa, 0, sizeof(sa));
+ pa_zero(sa);
sa.sun_family = AF_UNIX;
pa_strlcpy(sa.sun_path, filename, sizeof(sa.sun_path));
return pa_socket_client_new_sockaddr(m, (struct sockaddr*) &sa, sizeof(sa));
-}
-
#else /* HAVE_SYS_UN_H */
-pa_socket_client* pa_socket_client_new_unix(pa_mainloop_api *m, const char *filename) {
return NULL;
-}
-
#endif /* HAVE_SYS_UN_H */
+}
static int sockaddr_prepare(pa_socket_client *c, const struct sockaddr *sa, size_t salen) {
pa_assert(c);
@@ -300,7 +286,7 @@ pa_socket_client* pa_socket_client_new_sockaddr(pa_mainloop_api *m, const struct
pa_assert(sa);
pa_assert(salen > 0);
- pa_assert_se(c = socket_client_new(m));
+ c = socket_client_new(m);
if (sockaddr_prepare(c, sa, salen) < 0)
goto fail;
@@ -357,22 +343,25 @@ void pa_socket_client_set_callback(pa_socket_client *c, pa_socket_client_cb_t on
c->userdata = userdata;
}
-#ifdef HAVE_IPV6
pa_socket_client* pa_socket_client_new_ipv6(pa_mainloop_api *m, uint8_t address[16], uint16_t port) {
+#ifdef HAVE_IPV6
struct sockaddr_in6 sa;
pa_assert(m);
pa_assert(address);
pa_assert(port > 0);
- memset(&sa, 0, sizeof(sa));
+ pa_zero(sa);
sa.sin6_family = AF_INET6;
sa.sin6_port = htons(port);
memcpy(&sa.sin6_addr, address, sizeof(sa.sin6_addr));
return pa_socket_client_new_sockaddr(m, (struct sockaddr*) &sa, sizeof(sa));
-}
+
+#else
+ return NULL;
#endif
+}
#ifdef HAVE_LIBASYNCNS
@@ -466,14 +455,13 @@ pa_socket_client* pa_socket_client_new_string(pa_mainloop_api *m, pa_bool_t use_
case PA_PARSED_ADDRESS_TCP4: /* Fallthrough */
case PA_PARSED_ADDRESS_TCP6: /* Fallthrough */
- case PA_PARSED_ADDRESS_TCP_AUTO:{
-
+ case PA_PARSED_ADDRESS_TCP_AUTO: {
struct addrinfo hints;
char port[12];
pa_snprintf(port, sizeof(port), "%u", (unsigned) a.port);
- memset(&hints, 0, sizeof(hints));
+ pa_zero(hints);
if (a.type == PA_PARSED_ADDRESS_TCP4)
hints.ai_family = PF_INET;
#ifdef HAVE_IPV6
@@ -492,11 +480,10 @@ pa_socket_client* pa_socket_client_new_string(pa_mainloop_api *m, pa_bool_t use_
if (!(asyncns = asyncns_new(1)))
goto finish;
- pa_assert_se(c = socket_client_new(m));
+ c = socket_client_new(m);
c->asyncns = asyncns;
c->asyncns_io_event = m->io_new(m, asyncns_fd(c->asyncns), PA_IO_EVENT_INPUT, asyncns_cb, c);
- c->asyncns_query = asyncns_getaddrinfo(c->asyncns, a.path_or_host, port, &hints);
- pa_assert(c->asyncns_query);
+ pa_assert_se(c->asyncns_query = asyncns_getaddrinfo(c->asyncns, a.path_or_host, port, &hints));
start_timeout(c, use_rtclock);
}
#elif defined(HAVE_GETADDRINFO)
@@ -539,6 +526,7 @@ pa_socket_client* pa_socket_client_new_string(pa_mainloop_api *m, pa_bool_t use_
if (!host)
goto finish;
+ pa_zero(sa);
s.sin_family = AF_INET;
memcpy(&s.sin_addr, host->h_addr, sizeof(struct in_addr));
s.sin_port = htons(a.port);
diff --git a/src/pulsecore/socket-client.h b/src/pulsecore/socket-client.h
index b896afa..138f658 100644
--- a/src/pulsecore/socket-client.h
+++ b/src/pulsecore/socket-client.h
@@ -35,9 +35,7 @@ typedef struct pa_socket_client pa_socket_client;
typedef void (*pa_socket_client_cb_t)(pa_socket_client *c, pa_iochannel*io, void *userdata);
pa_socket_client* pa_socket_client_new_ipv4(pa_mainloop_api *m, uint32_t address, uint16_t port);
-#ifdef HAVE_IPV6
pa_socket_client* pa_socket_client_new_ipv6(pa_mainloop_api *m, uint8_t address[16], uint16_t port);
-#endif
pa_socket_client* pa_socket_client_new_unix(pa_mainloop_api *m, const char *filename);
pa_socket_client* pa_socket_client_new_sockaddr(pa_mainloop_api *m, const struct sockaddr *sa, size_t salen);
pa_socket_client* pa_socket_client_new_string(pa_mainloop_api *m, pa_bool_t use_rtclock, const char *a, uint16_t default_port);
commit f84d755d6a90ce8752e063a8a04a5d91239eb348
Author: Lennart Poettering <lennart at poettering.net>
Date: Fri Sep 18 22:14:55 2009 +0200
mainloop: fix detection of rt clocks
diff --git a/src/pulse/mainloop.c b/src/pulse/mainloop.c
index c5443f2..090ac8c 100644
--- a/src/pulse/mainloop.c
+++ b/src/pulse/mainloop.c
@@ -324,16 +324,15 @@ static pa_usec_t make_rt(const struct timeval *tv, pa_bool_t *use_rtclock) {
return PA_USEC_INVALID;
}
- if (tv->tv_usec & PA_TIMEVAL_RTCLOCK) {
- ttv = *tv;
- ttv.tv_usec &= ~PA_TIMEVAL_RTCLOCK;
- tv = pa_rtclock_from_wallclock(&ttv);
+ ttv = *tv;
+ *use_rtclock = !!(ttv.tv_usec & PA_TIMEVAL_RTCLOCK);
- *use_rtclock = TRUE;
- } else
- *use_rtclock = FALSE;
+ if (*use_rtclock)
+ ttv.tv_usec &= ~PA_TIMEVAL_RTCLOCK;
+ else
+ pa_rtclock_from_wallclock(&ttv);
- return pa_timeval_load(tv);
+ return pa_timeval_load(&ttv);
}
static pa_time_event* mainloop_time_new(
commit 9697c5dc18e8fcc270c2e1871826940b17ecc07e
Author: Lennart Poettering <lennart at poettering.net>
Date: Fri Sep 18 22:15:33 2009 +0200
memblock: don't try to reuse PA_MEMBLOCK_APPENDED memblocks since they usually are much bigger than we want them
diff --git a/src/pulsecore/memblock.c b/src/pulsecore/memblock.c
index 2b187f0..f38b17c 100644
--- a/src/pulsecore/memblock.c
+++ b/src/pulsecore/memblock.c
@@ -368,6 +368,7 @@ pa_memblock *pa_memblock_new_fixed(pa_mempool *p, void *d, size_t length, pa_boo
if (!(b = pa_flist_pop(PA_STATIC_FLIST_GET(unused_memblocks))))
b = pa_xnew(pa_memblock, 1);
+
PA_REFCNT_INIT(b);
b->pool = p;
b->type = PA_MEMBLOCK_FIXED;
@@ -394,6 +395,7 @@ pa_memblock *pa_memblock_new_user(pa_mempool *p, void *d, size_t length, pa_free
if (!(b = pa_flist_pop(PA_STATIC_FLIST_GET(unused_memblocks))))
b = pa_xnew(pa_memblock, 1);
+
PA_REFCNT_INIT(b);
b->pool = p;
b->type = PA_MEMBLOCK_USER;
@@ -506,13 +508,19 @@ static void memblock_free(pa_memblock *b) {
/* Fall through */
case PA_MEMBLOCK_FIXED:
- case PA_MEMBLOCK_APPENDED :
if (pa_flist_push(PA_STATIC_FLIST_GET(unused_memblocks), b) < 0)
pa_xfree(b);
break;
- case PA_MEMBLOCK_IMPORTED : {
+ case PA_MEMBLOCK_APPENDED:
+
+ /* We could attached it unused_memblocks, but that would
+ * probably waste some considerable memory */
+ pa_xfree(b);
+ break;
+
+ case PA_MEMBLOCK_IMPORTED: {
pa_memimport_segment *segment;
pa_memimport *import;
@@ -546,8 +554,7 @@ static void memblock_free(pa_memblock *b) {
struct mempool_slot *slot;
pa_bool_t call_free;
- slot = mempool_slot_by_ptr(b->pool, pa_atomic_ptr_load(&b->data));
- pa_assert(slot);
+ pa_assert_se(slot = mempool_slot_by_ptr(b->pool, pa_atomic_ptr_load(&b->data)));
call_free = b->type == PA_MEMBLOCK_POOL_EXTERNAL;
commit 3cb8e0191c9e79a4d39f788b42449d12032b462c
Merge: 9697c5d 62b8780
Author: Lennart Poettering <lennart at poettering.net>
Date: Fri Sep 18 22:16:59 2009 +0200
Merge remote branch 'origin/master-tx'
commit 1d19d6b878397824dc2d189ef98f18b0a1ffc029
Author: Lennart Poettering <lennart at poettering.net>
Date: Fri Sep 18 22:21:08 2009 +0200
i18n: run make update-po
diff --git a/po/as.po b/po/as.po
index a7aa34e..8d88ae1 100644
--- a/po/as.po
+++ b/po/as.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pulseaudio.master-tx.as\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-09-11 01:26+0200\n"
+"POT-Creation-Date: 2009-09-18 22:17+0200\n"
"PO-Revision-Date: 2009-09-08 21:04+0530\n"
"Last-Translator: Amitakhya Phukan <aphukan at fedoraproject.org>\n"
"Language-Team: Assamese\n"
@@ -243,7 +243,7 @@ msgstr "pipe বিফল: %s"
msgid "fork() failed: %s"
msgstr "fork() বিফল: %s"
-#: ../src/daemon/main.c:641 ../src/utils/pacat.c:504
+#: ../src/daemon/main.c:641 ../src/utils/pacat.c:508
#, c-format
msgid "read() failed: %s"
msgstr "read() বিফল: %s"
@@ -1145,7 +1145,7 @@ msgstr "fork(): %s"
msgid "waitpid(): %s"
msgstr "waitpid(): %s"
-#: ../src/pulse/context.c:1435
+#: ../src/pulse/context.c:1438
#, c-format
msgid "Received message for unknown extension '%s'"
msgstr "à¦
à¦à¦¾à¦¨à¦¾ à¦à¦à§à¦¸à¦à§à¦¨à¦¶à¦¨ '%s'-ৰ বাবৠবাৰà§à¦¤à¦¾ পà§à§°à¦¾à¦ªà§à¦¤ হà§à¦à§"
@@ -1266,50 +1266,50 @@ msgstr "সà¦à¦¯à§à¦ সà§à¦¥à¦¾à¦ªà¦¿à¦¤ হà§à§à¦à§à¥¤%s"
msgid "pa_stream_new() failed: %s"
msgstr "pa_stream_new() বà§à¦¯à¦°à§à¦¥: %s"
-#: ../src/utils/pacat.c:446
+#: ../src/utils/pacat.c:450
#, c-format
msgid "pa_stream_connect_playback() failed: %s"
msgstr "pa_stream_connect_playback() বà§à¦¯à¦°à§à¦¥: %s"
-#: ../src/utils/pacat.c:452
+#: ../src/utils/pacat.c:456
#, c-format
msgid "pa_stream_connect_record() failed: %s"
msgstr "pa_stream_connect_record() বà§à¦¯à¦°à§à¦¥: %s"
-#: ../src/utils/pacat.c:466 ../src/utils/pactl.c:857
+#: ../src/utils/pacat.c:470 ../src/utils/pactl.c:857
#, c-format
msgid "Connection failure: %s"
msgstr "সà¦à¦¯à§à¦ বিফল: %s"
-#: ../src/utils/pacat.c:499
+#: ../src/utils/pacat.c:503
msgid "Got EOF."
msgstr "ফাà¦à¦²à§à¦° সমাপà§à¦¤à¦¿ সনাà¦à§à¦¤ হà§à§à¦à§à¥¤"
-#: ../src/utils/pacat.c:536
+#: ../src/utils/pacat.c:540
#, c-format
msgid "write() failed: %s"
msgstr "write() বà§à¦¯à¦°à§à¦¥: %s"
-#: ../src/utils/pacat.c:557
+#: ../src/utils/pacat.c:561
msgid "Got signal, exiting."
msgstr "সিà¦à¦¨à§à¦¯à¦¾à¦² পà§à¦°à¦¾à¦ªà§à¦¤ হà§à§à¦à§, পà§à¦°à¦¸à§à¦¥à¦¾à¦¨ à¦à¦°à¦¾ হবà§à¥¤"
-#: ../src/utils/pacat.c:571
+#: ../src/utils/pacat.c:575
#, c-format
msgid "Failed to get latency: %s"
msgstr "লà§à¦à§à¦¨à§à¦¸à¦¿à¦° পরিমাণ পà§à¦°à¦¾à¦ªà§à¦¤ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: ../src/utils/pacat.c:576
+#: ../src/utils/pacat.c:580
#, fuzzy, c-format
msgid "Time: %0.3f sec; Latency: %0.0f usec."
msgstr "সমà§: %0.3f sec; Latency: %0.0f usec. \r"
-#: ../src/utils/pacat.c:595
+#: ../src/utils/pacat.c:599
#, c-format
msgid "pa_stream_update_timing_info() failed: %s"
msgstr "pa_stream_update_timing_info() বà§à¦¯à¦°à§à¦¥: %s"
-#: ../src/utils/pacat.c:605
+#: ../src/utils/pacat.c:609
#, c-format
msgid ""
"%s [options]\n"
@@ -1424,7 +1424,7 @@ msgstr ""
" --file-format=FFORMAT Record/play formatted PCM data.\n"
" --list-file-formats List available file formats.\n"
-#: ../src/utils/pacat.c:727
+#: ../src/utils/pacat.c:731
#, c-format
msgid ""
"pacat %s\n"
@@ -1435,68 +1435,68 @@ msgstr ""
"libpulse ৰ সà§à¦¤à§ সà¦à§à¦à¦²à¦¨ à¦à§°à¦¾ হà§à¦à§ %s\n"
"libpulse ৰ সà§à¦¤à§ যà§à¦à§à¦¤ %s\n"
-#: ../src/utils/pacat.c:760 ../src/utils/pactl.c:953
+#: ../src/utils/pacat.c:764 ../src/utils/pactl.c:953
#, c-format
msgid "Invalid client name '%s'"
msgstr "à¦à§à¦²à¦¾à§à§à¦¨à§à¦à§à¦° নাম '%s' বà§à¦§ নà§"
-#: ../src/utils/pacat.c:775
+#: ../src/utils/pacat.c:779
#, c-format
msgid "Invalid stream name '%s'"
msgstr "সà§à¦à§à¦°à¦¿à¦®à§à¦° নাম '%s' বà§à¦§ নà§à¥¤"
-#: ../src/utils/pacat.c:812
+#: ../src/utils/pacat.c:816
#, c-format
msgid "Invalid channel map '%s'"
msgstr "à¦à§à¦¯à¦¾à¦¨à§à¦² মà§à¦¯à¦¾à¦ª '%s' বà§à¦§ নà§"
-#: ../src/utils/pacat.c:841
+#: ../src/utils/pacat.c:845
#, c-format
msgid "Invalid latency specification '%s'"
msgstr "লà§à¦à§à¦¨à§à¦¸à¦¿à¦° à¦à¦¨à§à¦¯ নিরà§à¦§à¦¾à¦°à¦¿à¦¤ বà§à¦¶à¦¿à¦·à§à¦à§à¦¯ '%s' বà§à¦§ নà§"
-#: ../src/utils/pacat.c:848
+#: ../src/utils/pacat.c:852
#, c-format
msgid "Invalid process time specification '%s'"
msgstr "পà§à¦°à¦¸à§à¦¸à§à¦° সমà§à§à¦° বà§à¦¶à¦¿à¦·à§à¦à§à¦¯ '%s' বà§à¦§ নà§"
-#: ../src/utils/pacat.c:860
+#: ../src/utils/pacat.c:864
#, c-format
msgid "Invalid property '%s'"
msgstr "বà§à¦¶à¦¿à¦·à§à¦à§à¦¯ '%s' বà§à¦§ নà§à¥¤"
-#: ../src/utils/pacat.c:877
+#: ../src/utils/pacat.c:881
#, c-format
msgid "Unknown file format %s."
msgstr "ফাà¦à¦²à§à¦° à¦
à¦à¦¾à¦¨à¦¾ বিনà§à¦¯à¦¾à¦¸ %s।"
-#: ../src/utils/pacat.c:896
+#: ../src/utils/pacat.c:900
msgid "Invalid sample specification"
msgstr "à¦
বà§à¦§ সà§à¦¯à¦¾à¦®à§à¦ªà§à¦² নিরà§à¦§à¦¾à¦°à¦¿à¦¤"
-#: ../src/utils/pacat.c:906
+#: ../src/utils/pacat.c:910
#, c-format
msgid "open(): %s"
msgstr "open(): %s"
-#: ../src/utils/pacat.c:911
+#: ../src/utils/pacat.c:915
#, c-format
msgid "dup2(): %s"
msgstr "dup2(): %s"
-#: ../src/utils/pacat.c:918
+#: ../src/utils/pacat.c:922
msgid "Too many arguments."
msgstr "à¦
তà§à¦¯à¦¾à¦§à¦¿à¦ à¦à¦°à§à¦à§à¦®à§à¦¨à§à¦à¥¤"
-#: ../src/utils/pacat.c:929
+#: ../src/utils/pacat.c:933
msgid "Failed to generate sample specification for file."
msgstr "সà§à¦¯à¦¾à¦®à§à¦ªà§à¦²à§à¦° মান নিরà§à¦§à¦¾à¦°à¦£à§à¦° ফাà¦à¦² নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: ../src/utils/pacat.c:949
+#: ../src/utils/pacat.c:953
msgid "Failed to open audio file."
msgstr "শবà§à¦¦à§à¦° ফাà¦à¦² à¦à§à¦²à¦¤à§ বà§à¦¯à¦°à§à¦¥à¥¤"
-#: ../src/utils/pacat.c:955
+#: ../src/utils/pacat.c:959
msgid ""
"Warning: specified sample specification will be overwritten with "
"specification from file."
@@ -1504,23 +1504,23 @@ msgstr ""
"সতরà§à¦à¦¬à¦¾à¦°à§à¦¤à¦¾: à¦à¦¿à¦¹à§à¦¨à¦¿à¦¤ সà§à¦¯à¦¾à¦®à§à¦ªà§à¦² নিরà§à¦§à¦¾à¦°à¦£à§à¦° ফাà¦à¦²à¦à¦¿à¦° তথà§à¦¯, à¦à¦ ফাà¦à¦²à§à¦° থà§à¦à§ à¦à¦ªà¦²à¦¬à§à¦§ তথà§à¦¯ "
"দà§à¦¬à¦¾à¦°à¦¾ পà§à¦°à¦¤à¦¿à¦¸à§à¦¥à¦¾à¦ªà¦¿à¦¤ হবà§à¥¤"
-#: ../src/utils/pacat.c:958 ../src/utils/pactl.c:997
+#: ../src/utils/pacat.c:962 ../src/utils/pactl.c:997
msgid "Failed to determine sample specification from file."
msgstr "ফাà¦à¦² থà§à¦à§ সà§à¦¯à¦¾à¦®à§à¦ªà§à¦² সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ পà§à¦°à¦¾à¦ªà§à¦¤ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥à¥¤"
-#: ../src/utils/pacat.c:967
+#: ../src/utils/pacat.c:971
msgid "Warning: Failed to determine channel map from file."
msgstr "সতরà§à¦à¦¬à¦¾à¦°à§à¦¤à¦¾: ফাà¦à¦² থà§à¦à§ à¦à§à¦¯à¦¾à¦¨à§à¦²à§à¦° মà§à¦¯à¦¾à¦ª নিরà§à¦§à¦¾à¦°à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥à¥¤"
-#: ../src/utils/pacat.c:978
+#: ../src/utils/pacat.c:982
msgid "Channel map doesn't match sample specification"
msgstr "à¦à§à¦¯à¦¾à¦¨à§à¦²à§à¦° মà§à¦¯à¦¾à¦ª ঠসà§à¦¯à¦¾à¦®à§à¦ªà§à¦²à§à¦° নিরà§à¦§à¦¾à¦°à¦¿à¦¤ মানৠà¦à¦°à¦®à¦¿à¦²"
-#: ../src/utils/pacat.c:989
+#: ../src/utils/pacat.c:993
msgid "Warning: failed to write channel map to file."
msgstr "সতরà§à¦à¦¬à¦¾à¦°à§à¦¤à¦¾: ফাà¦à¦²à§à¦° মধà§à¦¯à§ à¦à§à¦¯à¦¾à¦¨à§à¦²à§à¦° মà§à¦¯à¦¾à¦ª লিà¦à¦¤à§ বà§à¦¯à¦°à§à¦¥à¥¤"
-#: ../src/utils/pacat.c:1004
+#: ../src/utils/pacat.c:1008
#, c-format
msgid ""
"Opening a %s stream with sample specification '%s' and channel map '%s'."
@@ -1528,36 +1528,36 @@ msgstr ""
"à¦à¦à¦à¦¿ %s সà§à¦à§à¦°à¦¿à¦® à¦à§à¦²à¦¾ হà¦à§à¦à§à¥¤ à¦à¦à¦¿à¦° à¦à¦¨à§à¦¯ '%s'-র সà§à¦¯à¦¾à¦®à§à¦ªà§à¦²à§à¦° নিরà§à¦§à¦¾à¦°à¦¿à¦¤ মান ঠ'%s' "
"à¦à§à¦¯à¦¾à¦¨à§à¦²à§à¦° মà§à¦¯à¦¾à¦ª পà§à¦°à§à§à¦ à¦à¦°à¦¾ হবà§à¥¤"
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "recording"
msgstr "ৰà§à¦à§°à§à¦¡ à¦à§°à¦¾ হà§à¦à§"
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "playback"
msgstr "পà§à¦²à§-বà§à¦"
-#: ../src/utils/pacat.c:1031 ../src/utils/pactl.c:1267
+#: ../src/utils/pacat.c:1035 ../src/utils/pactl.c:1267
msgid "pa_mainloop_new() failed."
msgstr "pa_mainloop_new() বà§à¦¯à¦°à§à¦¥à¥¤"
-#: ../src/utils/pacat.c:1050
+#: ../src/utils/pacat.c:1054
msgid "io_new() failed."
msgstr "io_new() বà§à¦¯à¦°à§à¦¥à¥¤"
-#: ../src/utils/pacat.c:1057 ../src/utils/pactl.c:1279
+#: ../src/utils/pacat.c:1061 ../src/utils/pactl.c:1279
msgid "pa_context_new() failed."
msgstr "pa_context_new() বà§à¦¯à¦°à§à¦¥à¥¤"
-#: ../src/utils/pacat.c:1065 ../src/utils/pactl.c:1285
+#: ../src/utils/pacat.c:1069 ../src/utils/pactl.c:1285
#, c-format
msgid "pa_context_connect() failed: %s"
msgstr "pa_context_connect() বà§à¦¯à§°à§à¦¥: %s"
-#: ../src/utils/pacat.c:1071
+#: ../src/utils/pacat.c:1075
msgid "pa_context_rttime_new() failed."
msgstr "pa_context_rttime_new() বà§à¦¯à¦°à§à¦¥à¥¤"
-#: ../src/utils/pacat.c:1078 ../src/utils/pactl.c:1290
+#: ../src/utils/pacat.c:1082 ../src/utils/pactl.c:1290
msgid "pa_mainloop_run() failed."
msgstr "pa_mainloop_run() বà§à¦¯à¦°à§à¦¥à¥¤"
diff --git a/po/bn_IN.po b/po/bn_IN.po
index 5a63415..22ddfb9 100644
--- a/po/bn_IN.po
+++ b/po/bn_IN.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pulseaudio.master-tx.bn_IN\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-09-11 01:26+0200\n"
+"POT-Creation-Date: 2009-09-18 22:17+0200\n"
"PO-Revision-Date: 2009-09-10 17:08+0530\n"
"Last-Translator: Runa Bhattacharjee <runab at redhat.com>\n"
"Language-Team: Bengali INDIA <anubad at lists.ankur.org.in>\n"
@@ -248,7 +248,7 @@ msgstr "পাà¦à¦ª বিফল: %s"
msgid "fork() failed: %s"
msgstr "fork() বিফল: %s"
-#: ../src/daemon/main.c:641 ../src/utils/pacat.c:504
+#: ../src/daemon/main.c:641 ../src/utils/pacat.c:508
#, c-format
msgid "read() failed: %s"
msgstr "read() বিফল: %s"
@@ -1157,7 +1157,7 @@ msgstr "fork(): %s"
msgid "waitpid(): %s"
msgstr "waitpid(): %s"
-#: ../src/pulse/context.c:1435
+#: ../src/pulse/context.c:1438
#, c-format
msgid "Received message for unknown extension '%s'"
msgstr "à¦
à¦à¦¾à¦¨à¦¾ à¦à¦à§à¦¸à¦à§à¦¨à¦¶à¦¨ '%s'-র à¦à¦¨à§à¦¯ বারà§à¦¤à¦¾ পà§à¦°à¦¾à¦ªà§à¦¤ হà§à§à¦à§"
@@ -1281,52 +1281,52 @@ msgstr "সà¦à¦¯à§à¦ সà§à¦¥à¦¾à¦ªà¦¿à¦¤ হà§à§à¦à§à¥¤%s"
msgid "pa_stream_new() failed: %s"
msgstr "pa_stream_new() বà§à¦¯à¦°à§à¦¥: %s"
-#: ../src/utils/pacat.c:446
+#: ../src/utils/pacat.c:450
#, c-format
msgid "pa_stream_connect_playback() failed: %s"
msgstr "pa_stream_connect_playback() বà§à¦¯à¦°à§à¦¥: %s"
-#: ../src/utils/pacat.c:452
+#: ../src/utils/pacat.c:456
#, c-format
msgid "pa_stream_connect_record() failed: %s"
msgstr "pa_stream_connect_record() বà§à¦¯à¦°à§à¦¥: %s"
-#: ../src/utils/pacat.c:466 ../src/utils/pactl.c:857
+#: ../src/utils/pacat.c:470 ../src/utils/pactl.c:857
#, c-format
msgid "Connection failure: %s"
msgstr "সà¦à¦¯à§à¦ বিফল: %s"
-#: ../src/utils/pacat.c:499
+#: ../src/utils/pacat.c:503
msgid "Got EOF."
msgstr "ফাà¦à¦²à§à¦° সমাপà§à¦¤à¦¿ সনাà¦à§à¦¤ হà§à§à¦à§à¥¤"
-#: ../src/utils/pacat.c:536
+#: ../src/utils/pacat.c:540
#, c-format
msgid "write() failed: %s"
msgstr "write() বà§à¦¯à¦°à§à¦¥: %s"
-#: ../src/utils/pacat.c:557
+#: ../src/utils/pacat.c:561
msgid "Got signal, exiting."
msgstr "সিà¦à¦¨à§à¦¯à¦¾à¦² পà§à¦°à¦¾à¦ªà§à¦¤ হà§à§à¦à§, পà§à¦°à¦¸à§à¦¥à¦¾à¦¨ à¦à¦°à¦¾ হবà§à¥¤"
# latency here = delay (technical term
-#: ../src/utils/pacat.c:571
+#: ../src/utils/pacat.c:575
#, c-format
msgid "Failed to get latency: %s"
msgstr "লà§à¦à§à¦¨à§à¦¸à¦¿à¦° পরিমাণ পà§à¦°à¦¾à¦ªà§à¦¤ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥: %s"
-#: ../src/utils/pacat.c:576
+#: ../src/utils/pacat.c:580
#, c-format
msgid "Time: %0.3f sec; Latency: %0.0f usec."
msgstr "সমà§: %0.3f সà§à¦à§à¦¨à§à¦¡; লà§à¦à§à¦¨à§à¦¸à¦¿: %0.0f usec।"
-#: ../src/utils/pacat.c:595
+#: ../src/utils/pacat.c:599
#, c-format
msgid "pa_stream_update_timing_info() failed: %s"
msgstr "pa_stream_update_timing_info() বà§à¦¯à¦°à§à¦¥: %s"
# reverting this to english because the command line text gets messed up
-#: ../src/utils/pacat.c:605
+#: ../src/utils/pacat.c:609
#, c-format
msgid ""
"%s [options]\n"
@@ -1441,7 +1441,7 @@ msgstr ""
" --file-format=FFORMAT Record/play formatted PCM data.\n"
" --list-file-formats List available file formats.\n"
-#: ../src/utils/pacat.c:727
+#: ../src/utils/pacat.c:731
#, c-format
msgid ""
"pacat %s\n"
@@ -1452,68 +1452,68 @@ msgstr ""
"libpulse সহযà§à¦à§ à¦à¦®à§à¦ªà¦¾à¦à¦² à¦à¦°à¦¾ হà§à§à¦à§ %s\n"
"libpulse-র সাথৠযà§à¦à§à¦¤ %s\n"
-#: ../src/utils/pacat.c:760 ../src/utils/pactl.c:953
+#: ../src/utils/pacat.c:764 ../src/utils/pactl.c:953
#, c-format
msgid "Invalid client name '%s'"
msgstr "à¦à§à¦²à¦¾à§à§à¦¨à§à¦à§à¦° নাম '%s' বà§à¦§ নà§"
-#: ../src/utils/pacat.c:775
+#: ../src/utils/pacat.c:779
#, c-format
msgid "Invalid stream name '%s'"
msgstr "সà§à¦à§à¦°à¦¿à¦®à§à¦° নাম '%s' বà§à¦§ নà§à¥¤"
-#: ../src/utils/pacat.c:812
+#: ../src/utils/pacat.c:816
#, c-format
msgid "Invalid channel map '%s'"
msgstr "à¦à§à¦¯à¦¾à¦¨à§à¦² মà§à¦¯à¦¾à¦ª '%s' বà§à¦§ নà§"
-#: ../src/utils/pacat.c:841
+#: ../src/utils/pacat.c:845
#, c-format
msgid "Invalid latency specification '%s'"
msgstr "লà§à¦à§à¦¨à§à¦¸à¦¿à¦° à¦à¦¨à§à¦¯ নিরà§à¦§à¦¾à¦°à¦¿à¦¤ বà§à¦¶à¦¿à¦·à§à¦à§à¦¯ '%s' বà§à¦§ নà§"
-#: ../src/utils/pacat.c:848
+#: ../src/utils/pacat.c:852
#, c-format
msgid "Invalid process time specification '%s'"
msgstr "পà§à¦°à¦¸à§à¦¸à§à¦° সমà§à§à¦° বà§à¦¶à¦¿à¦·à§à¦à§à¦¯ '%s' বà§à¦§ নà§"
-#: ../src/utils/pacat.c:860
+#: ../src/utils/pacat.c:864
#, c-format
msgid "Invalid property '%s'"
msgstr "বà§à¦¶à¦¿à¦·à§à¦à§à¦¯ '%s' বà§à¦§ নà§à¥¤"
-#: ../src/utils/pacat.c:877
+#: ../src/utils/pacat.c:881
#, c-format
msgid "Unknown file format %s."
msgstr "ফাà¦à¦²à§à¦° à¦
à¦à¦¾à¦¨à¦¾ বিনà§à¦¯à¦¾à¦¸ %s।"
-#: ../src/utils/pacat.c:896
+#: ../src/utils/pacat.c:900
msgid "Invalid sample specification"
msgstr "à¦
বà§à¦§ সà§à¦¯à¦¾à¦®à§à¦ªà§à¦² নিরà§à¦§à¦¾à¦°à¦¿à¦¤"
-#: ../src/utils/pacat.c:906
+#: ../src/utils/pacat.c:910
#, c-format
msgid "open(): %s"
msgstr "open(): %s"
-#: ../src/utils/pacat.c:911
+#: ../src/utils/pacat.c:915
#, c-format
msgid "dup2(): %s"
msgstr "dup2(): %s"
-#: ../src/utils/pacat.c:918
+#: ../src/utils/pacat.c:922
msgid "Too many arguments."
msgstr "à¦
তà§à¦¯à¦¾à¦§à¦¿à¦ à¦à¦°à§à¦à§à¦®à§à¦¨à§à¦à¥¤"
-#: ../src/utils/pacat.c:929
+#: ../src/utils/pacat.c:933
msgid "Failed to generate sample specification for file."
msgstr "সà§à¦¯à¦¾à¦®à§à¦ªà§à¦²à§à¦° মান নিরà§à¦§à¦¾à¦°à¦£à§à¦° ফাà¦à¦² নিরà§à¦®à¦¾à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥"
-#: ../src/utils/pacat.c:949
+#: ../src/utils/pacat.c:953
msgid "Failed to open audio file."
msgstr "শবà§à¦¦à§à¦° ফাà¦à¦² à¦à§à¦²à¦¤à§ বà§à¦¯à¦°à§à¦¥à¥¤"
-#: ../src/utils/pacat.c:955
+#: ../src/utils/pacat.c:959
msgid ""
"Warning: specified sample specification will be overwritten with "
"specification from file."
@@ -1521,23 +1521,23 @@ msgstr ""
"সতরà§à¦à¦¬à¦¾à¦°à§à¦¤à¦¾: à¦à¦¿à¦¹à§à¦¨à¦¿à¦¤ সà§à¦¯à¦¾à¦®à§à¦ªà§à¦² নিরà§à¦§à¦¾à¦°à¦£à§à¦° ফাà¦à¦²à¦à¦¿à¦° তথà§à¦¯, à¦à¦ ফাà¦à¦²à§à¦° থà§à¦à§ à¦à¦ªà¦²à¦¬à§à¦§ তথà§à¦¯ "
"দà§à¦¬à¦¾à¦°à¦¾ পà§à¦°à¦¤à¦¿à¦¸à§à¦¥à¦¾à¦ªà¦¿à¦¤ হবà§à¥¤"
-#: ../src/utils/pacat.c:958 ../src/utils/pactl.c:997
+#: ../src/utils/pacat.c:962 ../src/utils/pactl.c:997
msgid "Failed to determine sample specification from file."
msgstr "ফাà¦à¦² থà§à¦à§ সà§à¦¯à¦¾à¦®à§à¦ªà§à¦² সà¦à¦à§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ পà§à¦°à¦¾à¦ªà§à¦¤ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥à¥¤"
-#: ../src/utils/pacat.c:967
+#: ../src/utils/pacat.c:971
msgid "Warning: Failed to determine channel map from file."
msgstr "সতরà§à¦à¦¬à¦¾à¦°à§à¦¤à¦¾: ফাà¦à¦² থà§à¦à§ à¦à§à¦¯à¦¾à¦¨à§à¦²à§à¦° মà§à¦¯à¦¾à¦ª নিরà§à¦§à¦¾à¦°à¦£ à¦à¦°à¦¤à§ বà§à¦¯à¦°à§à¦¥à¥¤"
-#: ../src/utils/pacat.c:978
+#: ../src/utils/pacat.c:982
msgid "Channel map doesn't match sample specification"
msgstr "à¦à§à¦¯à¦¾à¦¨à§à¦²à§à¦° মà§à¦¯à¦¾à¦ª ঠসà§à¦¯à¦¾à¦®à§à¦ªà§à¦²à§à¦° নিরà§à¦§à¦¾à¦°à¦¿à¦¤ মানৠà¦à¦°à¦®à¦¿à¦²"
-#: ../src/utils/pacat.c:989
+#: ../src/utils/pacat.c:993
msgid "Warning: failed to write channel map to file."
msgstr "সতরà§à¦à¦¬à¦¾à¦°à§à¦¤à¦¾: ফাà¦à¦²à§à¦° মধà§à¦¯à§ à¦à§à¦¯à¦¾à¦¨à§à¦²à§à¦° মà§à¦¯à¦¾à¦ª লিà¦à¦¤à§ বà§à¦¯à¦°à§à¦¥à¥¤"
-#: ../src/utils/pacat.c:1004
+#: ../src/utils/pacat.c:1008
#, c-format
msgid ""
"Opening a %s stream with sample specification '%s' and channel map '%s'."
@@ -1545,36 +1545,36 @@ msgstr ""
"à¦à¦à¦à¦¿ %s সà§à¦à§à¦°à¦¿à¦® à¦à§à¦²à¦¾ হà¦à§à¦à§à¥¤ à¦à¦à¦¿à¦° à¦à¦¨à§à¦¯ '%s'-র সà§à¦¯à¦¾à¦®à§à¦ªà§à¦²à§à¦° নিরà§à¦§à¦¾à¦°à¦¿à¦¤ মান ঠ'%s' "
"à¦à§à¦¯à¦¾à¦¨à§à¦²à§à¦° মà§à¦¯à¦¾à¦ª পà§à¦°à§à§à¦ à¦à¦°à¦¾ হবà§à¥¤"
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "recording"
msgstr "রà§à¦à¦°à§à¦¡ à¦à¦°à¦¾ হà¦à§à¦à§"
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "playback"
msgstr "পà§à¦²à§-বà§à¦¯à¦¾à¦"
-#: ../src/utils/pacat.c:1031 ../src/utils/pactl.c:1267
+#: ../src/utils/pacat.c:1035 ../src/utils/pactl.c:1267
msgid "pa_mainloop_new() failed."
msgstr "pa_mainloop_new() বà§à¦¯à¦°à§à¦¥à¥¤"
-#: ../src/utils/pacat.c:1050
+#: ../src/utils/pacat.c:1054
msgid "io_new() failed."
msgstr "io_new() বà§à¦¯à¦°à§à¦¥à¥¤"
-#: ../src/utils/pacat.c:1057 ../src/utils/pactl.c:1279
+#: ../src/utils/pacat.c:1061 ../src/utils/pactl.c:1279
msgid "pa_context_new() failed."
msgstr "pa_context_new() বà§à¦¯à¦°à§à¦¥à¥¤"
-#: ../src/utils/pacat.c:1065 ../src/utils/pactl.c:1285
+#: ../src/utils/pacat.c:1069 ../src/utils/pactl.c:1285
#, c-format
msgid "pa_context_connect() failed: %s"
msgstr "pa_context_connect() বà§à¦¯à¦°à§à¦¥: %s"
-#: ../src/utils/pacat.c:1071
+#: ../src/utils/pacat.c:1075
msgid "pa_context_rttime_new() failed."
msgstr "pa_context_rttime_new() বà§à¦¯à¦°à§à¦¥à¥¤"
-#: ../src/utils/pacat.c:1078 ../src/utils/pactl.c:1290
+#: ../src/utils/pacat.c:1082 ../src/utils/pactl.c:1290
msgid "pa_mainloop_run() failed."
msgstr "pa_mainloop_run() বà§à¦¯à¦°à§à¦¥à¥¤"
diff --git a/po/ca.po b/po/ca.po
index 5853ba9..f94d21d 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -24,7 +24,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pulseaudio\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-09-12 19:46+0000\n"
+"POT-Creation-Date: 2009-09-18 22:17+0200\n"
"PO-Revision-Date: 2009-09-12 11:40+0100\n"
"Last-Translator: Josep Torné Llavall <josep.torne at gmail.com>\n"
"Language-Team: Catalan <fedora at softcatala.net>\n"
@@ -268,7 +268,7 @@ msgstr "Ha fallat la canonada: %s"
msgid "fork() failed: %s"
msgstr "Ha fallat fork(): %s"
-#: ../src/daemon/main.c:641 ../src/utils/pacat.c:504
+#: ../src/daemon/main.c:641 ../src/utils/pacat.c:508
#, c-format
msgid "read() failed: %s"
msgstr "Ha fallat read(): %s"
@@ -1185,7 +1185,7 @@ msgstr "fork(): %s"
msgid "waitpid(): %s"
msgstr "waitpid(): %s"
-#: ../src/pulse/context.c:1435
+#: ../src/pulse/context.c:1438
#, c-format
msgid "Received message for unknown extension '%s'"
msgstr "S'ha rebut un missatge per a una extensió desconeguda '%s'"
@@ -1308,50 +1308,50 @@ msgstr "S'ha establert la connexió.%s"
msgid "pa_stream_new() failed: %s"
msgstr "Ha fallat pa_stream_new(): %s"
-#: ../src/utils/pacat.c:446
+#: ../src/utils/pacat.c:450
#, c-format
msgid "pa_stream_connect_playback() failed: %s"
msgstr "Ha fallat pa_stream_connect_playback(): %s"
-#: ../src/utils/pacat.c:452
+#: ../src/utils/pacat.c:456
#, c-format
msgid "pa_stream_connect_record() failed: %s"
msgstr "Ha fallat pa_stream_connect_record(): %s"
-#: ../src/utils/pacat.c:466 ../src/utils/pactl.c:857
+#: ../src/utils/pacat.c:470 ../src/utils/pactl.c:857
#, c-format
msgid "Connection failure: %s"
msgstr "Ha fallat la connexió: %s"
-#: ../src/utils/pacat.c:499
+#: ../src/utils/pacat.c:503
msgid "Got EOF."
msgstr "S'ha llegit el fi del fitxer."
-#: ../src/utils/pacat.c:536
+#: ../src/utils/pacat.c:540
#, c-format
msgid "write() failed: %s"
msgstr "Ha fallat write(): %s"
-#: ../src/utils/pacat.c:557
+#: ../src/utils/pacat.c:561
msgid "Got signal, exiting."
msgstr "S'ha rebut un senyal, s'està sortint."
-#: ../src/utils/pacat.c:571
+#: ../src/utils/pacat.c:575
#, c-format
msgid "Failed to get latency: %s"
msgstr "No s'ha pogut obtenir la latència: %s"
-#: ../src/utils/pacat.c:576
+#: ../src/utils/pacat.c:580
#, c-format
msgid "Time: %0.3f sec; Latency: %0.0f usec."
msgstr "Temps: %0.3f segs; Latència: %0.0f microsegs."
-#: ../src/utils/pacat.c:595
+#: ../src/utils/pacat.c:599
#, c-format
msgid "pa_stream_update_timing_info() failed: %s"
msgstr "Ha fallat pa_stream_update_timing_info(): %s"
-#: ../src/utils/pacat.c:605
+#: ../src/utils/pacat.c:609
#, c-format
msgid ""
"%s [options]\n"
@@ -1467,7 +1467,7 @@ msgstr ""
" --list-file-formats Llista disponible de formats de "
"fitxer.\n"
-#: ../src/utils/pacat.c:727
+#: ../src/utils/pacat.c:731
#, c-format
msgid ""
"pacat %s\n"
@@ -1478,68 +1478,68 @@ msgstr ""
"Compilat amb libpulse %s\n"
"Enllaçat amb libpulse %s\n"
-#: ../src/utils/pacat.c:760 ../src/utils/pactl.c:953
+#: ../src/utils/pacat.c:764 ../src/utils/pactl.c:953
#, c-format
msgid "Invalid client name '%s'"
msgstr "Nom del client invà lid '%s'"
-#: ../src/utils/pacat.c:775
+#: ../src/utils/pacat.c:779
#, c-format
msgid "Invalid stream name '%s'"
msgstr "Nom de flux de dades invà lid '%s'"
-#: ../src/utils/pacat.c:812
+#: ../src/utils/pacat.c:816
#, c-format
msgid "Invalid channel map '%s'"
msgstr "Mapa de canals invà lid '%s'"
-#: ../src/utils/pacat.c:841
+#: ../src/utils/pacat.c:845
#, c-format
msgid "Invalid latency specification '%s'"
msgstr "Especificació de latència invà lida '%s'"
-#: ../src/utils/pacat.c:848
+#: ../src/utils/pacat.c:852
#, c-format
msgid "Invalid process time specification '%s'"
msgstr "Especificació de temps de procés invà lida '%s'"
-#: ../src/utils/pacat.c:860
+#: ../src/utils/pacat.c:864
#, c-format
msgid "Invalid property '%s'"
msgstr "Propietat invà lida '%s'"
-#: ../src/utils/pacat.c:877
+#: ../src/utils/pacat.c:881
#, c-format
msgid "Unknown file format %s."
msgstr "Format desconegut de fitxer %s."
-#: ../src/utils/pacat.c:896
+#: ../src/utils/pacat.c:900
msgid "Invalid sample specification"
msgstr "Especificació de mostra invà lida"
-#: ../src/utils/pacat.c:906
+#: ../src/utils/pacat.c:910
#, c-format
msgid "open(): %s"
msgstr "open(): %s"
-#: ../src/utils/pacat.c:911
+#: ../src/utils/pacat.c:915
#, c-format
msgid "dup2(): %s"
msgstr "dup2(): %s"
-#: ../src/utils/pacat.c:918
+#: ../src/utils/pacat.c:922
msgid "Too many arguments."
msgstr "Massa arguments."
-#: ../src/utils/pacat.c:929
+#: ../src/utils/pacat.c:933
msgid "Failed to generate sample specification for file."
msgstr "No s'ha pogut generar l'especificació de mostra del fitxer."
-#: ../src/utils/pacat.c:949
+#: ../src/utils/pacat.c:953
msgid "Failed to open audio file."
msgstr "No s'ha pogut obrir el fitxer d'Ã udio."
-#: ../src/utils/pacat.c:955
+#: ../src/utils/pacat.c:959
msgid ""
"Warning: specified sample specification will be overwritten with "
"specification from file."
@@ -1547,24 +1547,24 @@ msgstr ""
"Advertència: l'especificació de mostra especificada se sobreescriurà amb "
"l'especificació del fitxer."
-#: ../src/utils/pacat.c:958 ../src/utils/pactl.c:997
+#: ../src/utils/pacat.c:962 ../src/utils/pactl.c:997
msgid "Failed to determine sample specification from file."
msgstr "No s'ha pogut determinar l'especificació de mostra del fitxer."
-#: ../src/utils/pacat.c:967
+#: ../src/utils/pacat.c:971
msgid "Warning: Failed to determine channel map from file."
msgstr ""
"Advertència: no s'ha pogut determinar el mapeig de canals des del fitxer."
-#: ../src/utils/pacat.c:978
+#: ../src/utils/pacat.c:982
msgid "Channel map doesn't match sample specification"
msgstr "El mapa de canals no coincideix amb l'especificació de mostra"
-#: ../src/utils/pacat.c:989
+#: ../src/utils/pacat.c:993
msgid "Warning: failed to write channel map to file."
msgstr "Advertència: no s'ha pogut escriure el mapa de canals en un fitxer."
-#: ../src/utils/pacat.c:1004
+#: ../src/utils/pacat.c:1008
#, c-format
msgid ""
"Opening a %s stream with sample specification '%s' and channel map '%s'."
@@ -1572,36 +1572,36 @@ msgstr ""
"S'està obrint un flux de dades %s amb especificació de mostra '%s' i mapa de "
"canals '%s'."
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "recording"
msgstr "enregistrant"
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "playback"
msgstr "reproducció"
-#: ../src/utils/pacat.c:1031 ../src/utils/pactl.c:1267
+#: ../src/utils/pacat.c:1035 ../src/utils/pactl.c:1267
msgid "pa_mainloop_new() failed."
msgstr "Ha fallat el pa_mainloop_new()."
-#: ../src/utils/pacat.c:1050
+#: ../src/utils/pacat.c:1054
msgid "io_new() failed."
msgstr "Ha fallat el io_new()."
-#: ../src/utils/pacat.c:1057 ../src/utils/pactl.c:1279
+#: ../src/utils/pacat.c:1061 ../src/utils/pactl.c:1279
msgid "pa_context_new() failed."
msgstr "Ha fallat el pa_context_new()."
-#: ../src/utils/pacat.c:1065 ../src/utils/pactl.c:1285
+#: ../src/utils/pacat.c:1069 ../src/utils/pactl.c:1285
#, c-format
msgid "pa_context_connect() failed: %s"
msgstr "Ha fallat pa_context_connect(): %s"
-#: ../src/utils/pacat.c:1071
+#: ../src/utils/pacat.c:1075
msgid "pa_context_rttime_new() failed."
msgstr "Ha fallat el pa_context_new()."
-#: ../src/utils/pacat.c:1078 ../src/utils/pactl.c:1290
+#: ../src/utils/pacat.c:1082 ../src/utils/pactl.c:1290
msgid "pa_mainloop_run() failed."
msgstr "Ha fallat el pa_mainloop_run()."
diff --git a/po/cs.po b/po/cs.po
index 8aa4dd9..bc99e25 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pulseaudio.master-tx\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-09-11 01:26+0200\n"
+"POT-Creation-Date: 2009-09-18 22:17+0200\n"
"PO-Revision-Date: 2009-09-09 02:43+0100\n"
"Last-Translator: Petr Kovar <pknbe at volny.cz>\n"
"Language-Team: Czech <translation-team-cs at lists.sourceforge.net>\n"
@@ -245,7 +245,7 @@ msgstr "pipe selhalo: %s"
msgid "fork() failed: %s"
msgstr "fork() selhalo: %s"
-#: ../src/daemon/main.c:641 ../src/utils/pacat.c:504
+#: ../src/daemon/main.c:641 ../src/utils/pacat.c:508
#, c-format
msgid "read() failed: %s"
msgstr "read() selhalo: %s"
@@ -1153,7 +1153,7 @@ msgstr "fork(): %s"
msgid "waitpid(): %s"
msgstr "waitpid(): %s"
-#: ../src/pulse/context.c:1435
+#: ../src/pulse/context.c:1438
#, c-format
msgid "Received message for unknown extension '%s'"
msgstr "PÅijata zpráva pro neznámé rozÅ¡ÃÅenà \"%s\""
@@ -1275,50 +1275,50 @@ msgstr "Spojenà navázáno.%s"
msgid "pa_stream_new() failed: %s"
msgstr "pa_stream_new() selhalo: %s"
-#: ../src/utils/pacat.c:446
+#: ../src/utils/pacat.c:450
#, c-format
msgid "pa_stream_connect_playback() failed: %s"
msgstr "pa_stream_connect_playback() selhalo: %s"
-#: ../src/utils/pacat.c:452
+#: ../src/utils/pacat.c:456
#, c-format
msgid "pa_stream_connect_record() failed: %s"
msgstr "pa_stream_connect_record() selhalo: %s"
-#: ../src/utils/pacat.c:466 ../src/utils/pactl.c:857
+#: ../src/utils/pacat.c:470 ../src/utils/pactl.c:857
#, c-format
msgid "Connection failure: %s"
msgstr "Spojenà selhalo: %s"
-#: ../src/utils/pacat.c:499
+#: ../src/utils/pacat.c:503
msgid "Got EOF."
msgstr "ZÃskáno EOF."
-#: ../src/utils/pacat.c:536
+#: ../src/utils/pacat.c:540
#, c-format
msgid "write() failed: %s"
msgstr "write() selhalo: %s"
-#: ../src/utils/pacat.c:557
+#: ../src/utils/pacat.c:561
msgid "Got signal, exiting."
msgstr "ZÃskán signál, ukonÄovánÃ."
-#: ../src/utils/pacat.c:571
+#: ../src/utils/pacat.c:575
#, c-format
msgid "Failed to get latency: %s"
msgstr "NezdaÅilo se zÃskat latenci: %s"
-#: ../src/utils/pacat.c:576
+#: ../src/utils/pacat.c:580
#, fuzzy, c-format
msgid "Time: %0.3f sec; Latency: %0.0f usec."
msgstr "Äas: %0.3f sekund; latence: %0.0f μs. \r"
-#: ../src/utils/pacat.c:595
+#: ../src/utils/pacat.c:599
#, c-format
msgid "pa_stream_update_timing_info() failed: %s"
msgstr "pa_stream_update_timing_info() selhalo: %s"
-#: ../src/utils/pacat.c:605
+#: ../src/utils/pacat.c:609
#, c-format
msgid ""
"%s [options]\n"
@@ -1429,7 +1429,7 @@ msgstr ""
" --list-file-formats Zobrazà seznam dostupných formátů "
"souborů.\n"
-#: ../src/utils/pacat.c:727
+#: ../src/utils/pacat.c:731
#, c-format
msgid ""
"pacat %s\n"
@@ -1440,126 +1440,126 @@ msgstr ""
"PÅeloženo s libpulse %s\n"
"Propojeno s libpulse %s\n"
-#: ../src/utils/pacat.c:760 ../src/utils/pactl.c:953
+#: ../src/utils/pacat.c:764 ../src/utils/pactl.c:953
#, c-format
msgid "Invalid client name '%s'"
msgstr "Neplatný název klienta \"%s\""
-#: ../src/utils/pacat.c:775
+#: ../src/utils/pacat.c:779
#, c-format
msgid "Invalid stream name '%s'"
msgstr "Neplatný název proudu \"%s\""
-#: ../src/utils/pacat.c:812
+#: ../src/utils/pacat.c:816
#, c-format
msgid "Invalid channel map '%s'"
msgstr "Neplatná mapa kanálů \"%s\""
-#: ../src/utils/pacat.c:841
+#: ../src/utils/pacat.c:845
#, c-format
msgid "Invalid latency specification '%s'"
msgstr "Neplatné upÅesnÄnà latence \"%s\""
-#: ../src/utils/pacat.c:848
+#: ../src/utils/pacat.c:852
#, c-format
msgid "Invalid process time specification '%s'"
msgstr "Neplatné upÅesnÄnà Äasu zpracovánà \"%s\""
-#: ../src/utils/pacat.c:860
+#: ../src/utils/pacat.c:864
#, c-format
msgid "Invalid property '%s'"
msgstr "Neplatná vlastnost \"%s\""
-#: ../src/utils/pacat.c:877
+#: ../src/utils/pacat.c:881
#, c-format
msgid "Unknown file format %s."
msgstr "Neznámý formát souboru %s."
-#: ../src/utils/pacat.c:896
+#: ../src/utils/pacat.c:900
msgid "Invalid sample specification"
msgstr "Neplatné urÄenà vzorku"
-#: ../src/utils/pacat.c:906
+#: ../src/utils/pacat.c:910
#, c-format
msgid "open(): %s"
msgstr "open(): %s"
-#: ../src/utils/pacat.c:911
+#: ../src/utils/pacat.c:915
#, c-format
msgid "dup2(): %s"
msgstr "dup2(): %s"
-#: ../src/utils/pacat.c:918
+#: ../src/utils/pacat.c:922
msgid "Too many arguments."
msgstr "PÅÃliÅ¡ mnoho argumentů."
-#: ../src/utils/pacat.c:929
+#: ../src/utils/pacat.c:933
msgid "Failed to generate sample specification for file."
msgstr "Selhalo vytvoÅenà urÄenà vzorku souboru."
-#: ../src/utils/pacat.c:949
+#: ../src/utils/pacat.c:953
msgid "Failed to open audio file."
msgstr "Selhalo otevÅenà zvukového souboru."
-#: ../src/utils/pacat.c:955
+#: ../src/utils/pacat.c:959
msgid ""
"Warning: specified sample specification will be overwritten with "
"specification from file."
msgstr ""
"VarovánÃ: zadané urÄenà vzorku bude pÅepsáno urÄenÃm zÃskaným ze souboru."
-#: ../src/utils/pacat.c:958 ../src/utils/pactl.c:997
+#: ../src/utils/pacat.c:962 ../src/utils/pactl.c:997
msgid "Failed to determine sample specification from file."
msgstr "Selhalo zjiÅ¡tÄnà urÄenà vzorku ze souboru."
-#: ../src/utils/pacat.c:967
+#: ../src/utils/pacat.c:971
msgid "Warning: Failed to determine channel map from file."
msgstr "VarovánÃ: Selhalo zjiÅ¡tÄnà mapy kanálů ze souboru."
-#: ../src/utils/pacat.c:978
+#: ../src/utils/pacat.c:982
msgid "Channel map doesn't match sample specification"
msgstr "Mapa kanálů se neshoduje s urÄenÃm vzorku"
-#: ../src/utils/pacat.c:989
+#: ../src/utils/pacat.c:993
msgid "Warning: failed to write channel map to file."
msgstr "VarovánÃ: selhal zápis mapy kanálů do souboru."
-#: ../src/utils/pacat.c:1004
+#: ../src/utils/pacat.c:1008
#, c-format
msgid ""
"Opening a %s stream with sample specification '%s' and channel map '%s'."
msgstr "OtevÃránà proudu %s s urÄenÃm vzorku \"%s\" a mapou kanálů \"%s\"."
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "recording"
msgstr "nahrávánÃ"
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "playback"
msgstr "pÅehrávánÃ"
-#: ../src/utils/pacat.c:1031 ../src/utils/pactl.c:1267
+#: ../src/utils/pacat.c:1035 ../src/utils/pactl.c:1267
msgid "pa_mainloop_new() failed."
msgstr "pa_mainloop_new() selhalo."
-#: ../src/utils/pacat.c:1050
+#: ../src/utils/pacat.c:1054
msgid "io_new() failed."
msgstr "io_new() selhalo."
-#: ../src/utils/pacat.c:1057 ../src/utils/pactl.c:1279
+#: ../src/utils/pacat.c:1061 ../src/utils/pactl.c:1279
msgid "pa_context_new() failed."
msgstr "pa_context_new() selhalo."
-#: ../src/utils/pacat.c:1065 ../src/utils/pactl.c:1285
+#: ../src/utils/pacat.c:1069 ../src/utils/pactl.c:1285
#, c-format
msgid "pa_context_connect() failed: %s"
msgstr "pa_context_connect() selhalo: %s"
-#: ../src/utils/pacat.c:1071
+#: ../src/utils/pacat.c:1075
msgid "pa_context_rttime_new() failed."
msgstr "pa_context_rttime_new() selhalo."
-#: ../src/utils/pacat.c:1078 ../src/utils/pactl.c:1290
+#: ../src/utils/pacat.c:1082 ../src/utils/pactl.c:1290
msgid "pa_mainloop_run() failed."
msgstr "pa_mainloop_run() selhalo."
diff --git a/po/de.po b/po/de.po
index 81723db..188d03c 100644
--- a/po/de.po
+++ b/po/de.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pulseaudio\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-09-14 05:35+0000\n"
+"POT-Creation-Date: 2009-09-18 22:17+0200\n"
"PO-Revision-Date: 2009-09-14 10:19+0100\n"
"Last-Translator: Fabian Affolter <fab at fedoraproject.org>\n"
"Language-Team: German <fedora-trans-de at redhat.com>\n"
@@ -19,8 +19,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-Language: German\n"
-#: ../src/modules/alsa/alsa-util.c:858
-#: ../src/pulsecore/sink.c:2629
+#: ../src/modules/alsa/alsa-util.c:858 ../src/pulsecore/sink.c:2629
#, c-format
msgid "%s %s"
msgstr "%s %s"
@@ -28,29 +27,41 @@ msgstr "%s %s"
#: ../src/modules/alsa/alsa-util.c:1106
#, c-format
msgid ""
-"snd_pcm_avail() returned a value that is exceptionally large: %lu bytes (%lu ms).\n"
-"Most likely this is a bug in the ALSA driver '%s'. Please report this issue to the ALSA developers."
+"snd_pcm_avail() returned a value that is exceptionally large: %lu bytes (%lu "
+"ms).\n"
+"Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
+"to the ALSA developers."
msgstr ""
-"snd_pcm_avail() gibt einen Wert zurück, welche auÃerordentlich groà ist: %lu bytes (%lu ms).\n"
-"Dies ist wahrscheinlich ein Fehler im ALSA-Treiber '%s'. Bitte melden Sie diesen Punkt den ALSA-Entwicklern."
+"snd_pcm_avail() gibt einen Wert zurück, welche auÃerordentlich groà ist: %lu "
+"bytes (%lu ms).\n"
+"Dies ist wahrscheinlich ein Fehler im ALSA-Treiber '%s'. Bitte melden Sie "
+"diesen Punkt den ALSA-Entwicklern."
#: ../src/modules/alsa/alsa-util.c:1147
#, c-format
msgid ""
-"snd_pcm_delay() returned a value that is exceptionally large: %li bytes (%s%lu ms).\n"
-"Most likely this is a bug in the ALSA driver '%s'. Please report this issue to the ALSA developers."
+"snd_pcm_delay() returned a value that is exceptionally large: %li bytes (%s%"
+"lu ms).\n"
+"Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
+"to the ALSA developers."
msgstr ""
-"snd_pcm_delay() gibt einen Wert zurück, welche auÃerordentlich groà ist: %li bytes (%s%lu ms).\n"
-"Dies ist wahrscheinlich ein Fehler im ALSA-Treiber '%s'. Bitte melden Sie diesen Punkt den ALSA-Entwicklern."
+"snd_pcm_delay() gibt einen Wert zurück, welche auÃerordentlich groà ist: %li "
+"bytes (%s%lu ms).\n"
+"Dies ist wahrscheinlich ein Fehler im ALSA-Treiber '%s'. Bitte melden Sie "
+"diesen Punkt den ALSA-Entwicklern."
#: ../src/modules/alsa/alsa-util.c:1194
#, c-format
msgid ""
-"snd_pcm_mmap_begin() returned a value that is exceptionally large: %lu bytes (%lu ms).\n"
-"Most likely this is a bug in the ALSA driver '%s'. Please report this issue to the ALSA developers."
+"snd_pcm_mmap_begin() returned a value that is exceptionally large: %lu bytes "
+"(%lu ms).\n"
+"Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
+"to the ALSA developers."
msgstr ""
-"snd_pcm_mmap_begin() gibt einen Wert zurück, welche auÃerordentlich groà ist: %lu bytes (%lu ms).\n"
-"Dies ist wahrscheinlich ein Fehler im ALSA-Treiber '%s'. Bitte melden Sie diesen Punkt den ALSA-Entwicklern."
+"snd_pcm_mmap_begin() gibt einen Wert zurück, welche auÃerordentlich groà "
+"ist: %lu bytes (%lu ms).\n"
+"Dies ist wahrscheinlich ein Fehler im ALSA-Treiber '%s'. Bitte melden Sie "
+"diesen Punkt den ALSA-Entwicklern."
#: ../src/modules/module-always-sink.c:39
msgid "Always keeps at least one sink loaded even if it's a null one"
@@ -66,7 +77,12 @@ msgid "Virtual LADSPA sink"
msgstr "Virtueller LADSPA-Sink"
#: ../src/modules/module-ladspa-sink.c:53
-msgid "sink_name=<name for the sink> sink_properties=<properties for the sink> master=<name of sink to filter> format=<sample format> rate=<sample rate> channels=<number of channels> channel_map=<channel map> plugin=<ladspa plugin name> label=<ladspa plugin label> control=<comma seperated list of input control values>"
+msgid ""
+"sink_name=<name for the sink> sink_properties=<properties for the sink> "
+"master=<name of sink to filter> format=<sample format> rate=<sample rate> "
+"channels=<number of channels> channel_map=<channel map> plugin=<ladspa "
+"plugin name> label=<ladspa plugin label> control=<comma seperated list of "
+"input control values>"
msgstr ""
#: ../src/modules/module-null-sink.c:55
@@ -132,8 +148,7 @@ msgstr "GID von Benutzer '%s' und Gruppe '%s' stimmen nicht überein."
msgid "Home directory of user '%s' is not '%s', ignoring."
msgstr "Benutzerverzeichnis von Benutzer '%s' ist nicht '%s', ignoriere."
-#: ../src/daemon/main.c:208
-#: ../src/daemon/main.c:213
+#: ../src/daemon/main.c:208 ../src/daemon/main.c:213
#, c-format
msgid "Failed to create '%s': %s"
msgstr "Konnte '%s' nciht erzeugen: %s"
@@ -185,8 +200,12 @@ msgid "Failed to kill daemon: %s"
msgstr "Konnte Prozess nicht abbrechen: %s"
#: ../src/daemon/main.c:566
-msgid "This program is not intended to be run as root (unless --system is specified)."
-msgstr "Dieses Programm sollte ohne die Option --system nicht als Administrator ausgeführt werden."
+msgid ""
+"This program is not intended to be run as root (unless --system is "
+"specified)."
+msgstr ""
+"Dieses Programm sollte ohne die Option --system nicht als Administrator "
+"ausgeführt werden."
#: ../src/daemon/main.c:568
msgid "Root privileges required."
@@ -226,8 +245,7 @@ msgstr "pipe fehlgeschlagen: %s"
msgid "fork() failed: %s"
msgstr "fork() fehlgeschlagen: %s"
-#: ../src/daemon/main.c:641
-#: ../src/utils/pacat.c:504
+#: ../src/daemon/main.c:641 ../src/utils/pacat.c:508
#, c-format
msgid "read() failed: %s"
msgstr "read() fehlgeschlagen: %s"
@@ -339,9 +357,12 @@ msgstr "Laufe im System-Modus: %s"
#: ../src/daemon/main.c:787
msgid ""
-"OK, so you are running PA in system mode. Please note that you most likely shouldn't be doing that.\n"
-"If you do it nonetheless then it's your own fault if things don't work as expected.\n"
-"Please read http://pulseaudio.org/wiki/WhatIsWrongWithSystemMode for an explanation why system mode is usually a bad idea."
+"OK, so you are running PA in system mode. Please note that you most likely "
+"shouldn't be doing that.\n"
+"If you do it nonetheless then it's your own fault if things don't work as "
+"expected.\n"
+"Please read http://pulseaudio.org/wiki/WhatIsWrongWithSystemMode for an "
+"explanation why system mode is usually a bad idea."
msgstr ""
#: ../src/daemon/main.c:804
@@ -353,7 +374,9 @@ msgid "Fresh high-resolution timers available! Bon appetit!"
msgstr "Neue hochauslösende Timer verfügbar! Guten Appetit!"
#: ../src/daemon/main.c:816
-msgid "Dude, your kernel stinks! The chef's recommendation today is Linux with high-resolution timers enabled!"
+msgid ""
+"Dude, your kernel stinks! The chef's recommendation today is Linux with high-"
+"resolution timers enabled!"
msgstr "Der Chefkoch empfiehlt: Linux mit aktivierten hochauslösenden Timern!"
#: ../src/daemon/main.c:839
@@ -391,37 +414,48 @@ 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 (only returns exit code)\n"
+" --check Check for a running daemon (only "
+"returns exit code)\n"
"\n"
"OPTIONS:\n"
" --system[=BOOL] Run as system-wide instance\n"
" -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"
-" --log-meta[=BOOL] Include code location in log messages\n"
+" --log-meta[=BOOL] Include code location in log "
+"messages\n"
" --log-time[=BOOL] Include timestamps in log messages\n"
" --log-backtrace=FRAMES Include a backtrace in log messages\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"
@@ -432,10 +466,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"
@@ -448,41 +484,54 @@ msgstr ""
" --dump-conf Zeige Standardkonfiguration\n"
" --dump-modules Zeige Liste verfügbarer Module\n"
" --dump-resample-methods Zeige verfügbare Resample-Methoden\n"
-" --cleanup-shm Cleanup stale shared memory segments\n"
-" --start Starte Daemon, falls noch nicht geschehen\n"
+" --cleanup-shm Cleanup stale shared memory "
+"segments\n"
+" --start Starte Daemon, falls noch nicht "
+"geschehen\n"
" -k --kill Laufenden Daemon beenden\n"
-" --check Prüfe laufende Daemone (gibt nur einen Exit-Code zurück)\n"
+" --check Prüfe laufende Daemone (gibt nur "
+"einen Exit-Code zurück)\n"
"\n"
"OPTIONS:\n"
" --system[=BOOL] Als systemweite Instanz ausführen\n"
" -D, --daemonize[=BOOL] Nach Start zum Daemon machen\n"
" --fail[=BOOL] Beenden, wenn Start fehlschlägt\n"
" --high-priority[=BOOL] Nutze höchste Priorität\n"
-" (Nur verfügbar als root, wenn SUID oder\n"
+" (Nur verfügbar als root, wenn SUID "
+"oder\n"
" mit erhöhtem RLIMIT_NICE)\n"
-" --realtime[=BOOL] Versuche, Echtzeit-Scheduling zu aktivieren\n"
-" (Nur verfügbar als root, wenn SUID oder\n"
+" --realtime[=BOOL] Versuche, Echtzeit-Scheduling zu "
+"aktivieren\n"
+" (Nur verfügbar als root, wenn SUID "
+"oder\n"
" mit erhöhtem RLIMIT_RTPRIO)\n"
-" --disallow-module-loading[=BOOL] Verbiete (Ent-)laden durch Nutzer angeforderter\n"
+" --disallow-module-loading[=BOOL] Verbiete (Ent-)laden durch Nutzer "
+"angeforderter\n"
" Module nach dem Start\n"
-" --disallow-exit[=BOOL] Verbiete Beenden auf Anfrage des Nutzers\n"
+" --disallow-exit[=BOOL] Verbiete Beenden auf Anfrage des "
+"Nutzers\n"
" --exit-idle-time=SECS Beende Daemon, wenn für diese Zeit \n"
" untätig\n"
-" --module-idle-time=SECS Entlade untätige Module nach dieser Zeit\n"
-" --scache-idle-time=SECS Entlade untätige automatisch geladene \n"
+" --module-idle-time=SECS Entlade untätige Module nach dieser "
+"Zeit\n"
+" --scache-idle-time=SECS Entlade untätige automatisch "
+"geladene \n"
" Samples nach dieser Zeit\n"
" --log-level[=STUFE] Grad der Ausführlichkeit angeben\n"
" -v Ausführliche Meldungen\n"
" --log-target={auto,syslog,stderr} Protokoll-Ziel angeben\n"
-" -p, --dl-search-path=PFAD Suchpfad für dynamisch freigegebene \n"
+" -p, --dl-search-path=PFAD Suchpfad für dynamisch "
+"freigegebene \n"
" Objekte (Plugins)\n"
" --resample-method=METHODE Nutze diese Resampling-Methode\n"
" (Siehe --dump-resample-methods für\n"
" mögliche Werte)\n"
" --use-pid-file[=BOOL] Eine PID-Datei erstellen\n"
-" --no-cpu-limit[=BOOL] CPU-Lastbegrenzung auf unterstützten\n"
+" --no-cpu-limit[=BOOL] CPU-Lastbegrenzung auf "
+"unterstützten\n"
" Systemen nicht installieren.\n"
-" --disable-shm[=BOOL] Keine Unterstützung für Shared Memory.\n"
+" --disable-shm[=BOOL] Keine Unterstützung für Shared "
+"Memory.\n"
"\n"
"STARTUP-SCRIPT:\n"
" -L, --load=\"MODUL-ARGUMENTE\" Plugin-Modul mit diesen Parametern \n"
@@ -502,8 +551,12 @@ msgid "--fail expects boolean argument"
msgstr "Option --fail erfordert bool'schen Wert"
#: ../src/daemon/cmdline.c:264
-msgid "--log-level expects log level argument (either numeric in range 0..4 or one of debug, info, notice, warn, error)."
-msgstr "--log-level erfordert Wert für Grad der Protokollierung (entweder numerisch im Bereich 0..4 or einen dieser: 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 ""
+"--log-level erfordert Wert für Grad der Protokollierung (entweder numerisch "
+"im Bereich 0..4 or einen dieser: debug, info, notice, warn, error)."
#: ../src/daemon/cmdline.c:276
msgid "--high-priority expects boolean argument"
@@ -527,7 +580,8 @@ msgstr "Option --use-pid-file erfordert bool'schen Wert"
#: ../src/daemon/cmdline.c:321
msgid "Invalid log target: use either 'syslog', 'stderr' or 'auto'."
-msgstr "Ungültiges Log-Ziel: Benutzen Sie entweder 'syslog', 'stderr' oder 'auto'."
+msgstr ""
+"Ungültiges Log-Ziel: Benutzen Sie entweder 'syslog', 'stderr' oder 'auto'."
#: ../src/daemon/cmdline.c:328
msgid "--log-time expects boolean argument"
@@ -665,8 +719,12 @@ msgid "Failed to open configuration file: %s"
msgstr "Ãffnen der Konfigurationsdatei fehlgeschlagen : %s"
#: ../src/daemon/daemon-conf.c:562
-msgid "The specified default channel map has a different number of channels than the specified default number of channels."
-msgstr "Die angegebene Standard-Kanalzuordnung hat eine andere Anzahl von Kanälen als die angegebene Standard-Kanal-Anzahl."
+msgid ""
+"The specified default channel map has a different number of channels than "
+"the specified default number of channels."
+msgstr ""
+"Die angegebene Standard-Kanalzuordnung hat eine andere Anzahl von Kanälen "
+"als die angegebene Standard-Kanal-Anzahl."
#: ../src/daemon/daemon-conf.c:638
#, c-format
@@ -685,8 +743,7 @@ msgstr "PulseAudio Sound System"
msgid "Start the PulseAudio Sound System"
msgstr "Das PulseAudio Sound System starten"
-#: ../src/pulse/channelmap.c:105
-#: ../src/pulse/channelmap.c:757
+#: ../src/pulse/channelmap.c:105 ../src/pulse/channelmap.c:757
msgid "Mono"
msgstr "Mono"
@@ -890,12 +947,9 @@ msgstr "Oben Hinten Links"
msgid "Top Rear Right"
msgstr "Oben Hinten Rechts"
-#: ../src/pulse/channelmap.c:484
-#: ../src/pulse/sample.c:170
-#: ../src/pulse/volume.c:295
-#: ../src/pulse/volume.c:321
-#: ../src/pulse/volume.c:341
-#: ../src/pulse/volume.c:371
+#: ../src/pulse/channelmap.c:484 ../src/pulse/sample.c:170
+#: ../src/pulse/volume.c:295 ../src/pulse/volume.c:321
+#: ../src/pulse/volume.c:341 ../src/pulse/volume.c:371
msgid "(invalid)"
msgstr "(ungültig)"
@@ -1056,8 +1110,7 @@ msgstr "%0.1f KB"
msgid "%u B"
msgstr "%u B"
-#: ../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"
@@ -1084,7 +1137,7 @@ msgstr "fork(): %s"
msgid "waitpid(): %s"
msgstr "waitpid(): %s"
-#: ../src/pulse/context.c:1435
+#: ../src/pulse/context.c:1438
#, c-format
msgid "Received message for unknown extension '%s'"
msgstr "Nachricht für unbekannte Erweiterung '%s' erhalten"
@@ -1117,8 +1170,7 @@ msgstr "pa_stream_write() fehlgeschlagen: %s"
msgid "pa_stream_begin_write() failed: %s"
msgstr "pa_stream_write() fehlgeschlagen: %s"
-#: ../src/utils/pacat.c:237
-#: ../src/utils/pacat.c:267
+#: ../src/utils/pacat.c:237 ../src/utils/pacat.c:267
#, c-format
msgid "pa_stream_peek() failed: %s"
msgstr "pa_stream_peek() fehlgeschlagen: %s"
@@ -1206,51 +1258,50 @@ msgstr "Verbindung hergestellt.%s"
msgid "pa_stream_new() failed: %s"
msgstr "pa_stream_new() fehlgeschlagen: %s"
-#: ../src/utils/pacat.c:446
+#: ../src/utils/pacat.c:450
#, c-format
msgid "pa_stream_connect_playback() failed: %s"
msgstr "pa_stream_connect_playback() fehlgeschlagen: %s"
-#: ../src/utils/pacat.c:452
+#: ../src/utils/pacat.c:456
#, c-format
msgid "pa_stream_connect_record() failed: %s"
msgstr "pa_stream_connect_record() fehlgeschlagen: %s"
-#: ../src/utils/pacat.c:466
-#: ../src/utils/pactl.c:857
+#: ../src/utils/pacat.c:470 ../src/utils/pactl.c:857
#, c-format
msgid "Connection failure: %s"
msgstr "Verbindungsfehler: %s"
-#: ../src/utils/pacat.c:499
+#: ../src/utils/pacat.c:503
msgid "Got EOF."
msgstr "EOF empfangen."
-#: ../src/utils/pacat.c:536
+#: ../src/utils/pacat.c:540
#, c-format
msgid "write() failed: %s"
msgstr "write() fehlgeschlagen: %s"
-#: ../src/utils/pacat.c:557
+#: ../src/utils/pacat.c:561
msgid "Got signal, exiting."
msgstr "Signal empfangen, beenden."
-#: ../src/utils/pacat.c:571
+#: ../src/utils/pacat.c:575
#, c-format
msgid "Failed to get latency: %s"
msgstr "Erhalten der Latenz fehlgeschlagen: %s"
-#: ../src/utils/pacat.c:576
+#: ../src/utils/pacat.c:580
#, c-format
msgid "Time: %0.3f sec; Latency: %0.0f usec."
msgstr "Zeit: %0.3f sec; Latenz: %0.0f usec."
-#: ../src/utils/pacat.c:595
+#: ../src/utils/pacat.c:599
#, c-format
msgid "pa_stream_update_timing_info() failed: %s"
msgstr "pa_stream_update_timing_info() fehlgeschlagen: %s"
-#: ../src/utils/pacat.c:605
+#: ../src/utils/pacat.c:609
#, fuzzy, c-format
msgid ""
"%s [options]\n"
@@ -1263,29 +1314,48 @@ 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, s32le, s32be, s24le, s24be,\n"
-" s24-32le, s24-32be (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, "
+"s24le, s24be,\n"
+" s24-32le, s24-32be (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"
-" --property=PROPERTY=VALUE Set the specified property to the specified value.\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"
+" --property=PROPERTY=VALUE Set the specified property to the "
+"specified value.\n"
" --raw Record/play raw PCM data.\n"
" --file-format=FFORMAT Record/play formatted PCM data.\n"
" --list-file-formats List available file formats.\n"
@@ -1304,13 +1374,18 @@ msgstr ""
" -d, --device=DEVICE Name zu verbindender Sink/Quelle\n"
" -n, --client-name=NAME Rufname des Clients auf dem Server\n"
" --stream-name=NAME Rufname des Streams auf dem Server\n"
-" --volume=VOLUME Initiale (lineare) Lautstärke zwischen 0...65536 angeben\n"
+" --volume=VOLUME Initiale (lineare) Lautstärke "
+"zwischen 0...65536 angeben\n"
" --rate=SAMPLERATE Sample-Rate in Hz (Standard 44100)\n"
-" --format=SAMPLEFORMAT Ein Sample-Format von s16le, s16be, u8, float32le,\n"
-" float32be, ulaw, alaw, s32le, s32be (defaults to s16ne)\n"
-" --channels=CHANNELS Anzahl Kanäle, 1 für mono, 2 für stereo\n"
+" --format=SAMPLEFORMAT Ein Sample-Format von s16le, s16be, "
+"u8, float32le,\n"
+" float32be, ulaw, alaw, s32le, s32be "
+"(defaults to s16ne)\n"
+" --channels=CHANNELS Anzahl Kanäle, 1 für mono, 2 für "
+"stereo\n"
" (Standard ist 2)\n"
-" --channel-map=CHANNELMAP Diese geänderte Kanalzuordnung nutzen\n"
+" --channel-map=CHANNELMAP Diese geänderte Kanalzuordnung "
+"nutzen\n"
" --fix-format Sample-Format des mit Sink\n"
" verbundenen Streams nutzen.\n"
" --fix-rate Sample-Rate des mit Sink\n"
@@ -1319,11 +1394,13 @@ msgstr ""
" des mit Sink verbundenen\n"
" Streams nutzen.\n"
" --no-remix Kanäle nicht up-/down-mischen.\n"
-" --no-remap Kanäle nach Index statt Name zuordnen.\n"
+" --no-remap Kanäle nach Index statt Name "
+"zuordnen.\n"
" --latency=BYTES Diese Latenz verwenden.\n"
-" --process-time=BYTES Diese Prozesszeit pro Anfrage verwenden.\n"
+" --process-time=BYTES Diese Prozesszeit pro Anfrage "
+"verwenden.\n"
-#: ../src/utils/pacat.c:727
+#: ../src/utils/pacat.c:731
#, c-format
msgid ""
"pacat %s\n"
@@ -1334,128 +1411,126 @@ msgstr ""
"Kompiliert mit libpulse %s\n"
"Gelinkt mit libpulse %s\n"
-#: ../src/utils/pacat.c:760
-#: ../src/utils/pactl.c:953
+#: ../src/utils/pacat.c:764 ../src/utils/pactl.c:953
#, c-format
msgid "Invalid client name '%s'"
msgstr "Ungültiger Client-Name '%s'"
-#: ../src/utils/pacat.c:775
+#: ../src/utils/pacat.c:779
#, c-format
msgid "Invalid stream name '%s'"
msgstr "Ungültiger Stream-Name '%s'"
-#: ../src/utils/pacat.c:812
+#: ../src/utils/pacat.c:816
#, c-format
msgid "Invalid channel map '%s'"
msgstr "Ungültige Kanal-Zuweisung '%s'"
-#: ../src/utils/pacat.c:841
+#: ../src/utils/pacat.c:845
#, c-format
msgid "Invalid latency specification '%s'"
msgstr "Ungültige Latenz-Angaben '%s'"
-#: ../src/utils/pacat.c:848
+#: ../src/utils/pacat.c:852
#, c-format
msgid "Invalid process time specification '%s'"
msgstr "Ungültige Prozesszeit-Angaben '%s'"
-#: ../src/utils/pacat.c:860
+#: ../src/utils/pacat.c:864
#, c-format
msgid "Invalid property '%s'"
msgstr "Ungültige Eigenschaft '%s'"
-#: ../src/utils/pacat.c:877
+#: ../src/utils/pacat.c:881
#, c-format
msgid "Unknown file format %s."
msgstr "Unbekanntes Dateiformat %s."
-#: ../src/utils/pacat.c:896
+#: ../src/utils/pacat.c:900
msgid "Invalid sample specification"
msgstr "Ungültige Sample-Angaben"
-#: ../src/utils/pacat.c:906
+#: ../src/utils/pacat.c:910
#, c-format
msgid "open(): %s"
msgstr "open(): %s"
-#: ../src/utils/pacat.c:911
+#: ../src/utils/pacat.c:915
#, c-format
msgid "dup2(): %s"
msgstr "dup2(): %s"
-#: ../src/utils/pacat.c:918
+#: ../src/utils/pacat.c:922
msgid "Too many arguments."
msgstr "Zu viele Argumente."
-#: ../src/utils/pacat.c:929
+#: ../src/utils/pacat.c:933
msgid "Failed to generate sample specification for file."
msgstr "Beziehen der Sample-Informationen für die Datei fehlgeschlagen."
-#: ../src/utils/pacat.c:949
+#: ../src/utils/pacat.c:953
msgid "Failed to open audio file."
msgstr "Ãffnen der Audio-Datei fehlgeschlagen."
-#: ../src/utils/pacat.c:955
-msgid "Warning: specified sample specification will be overwritten with specification from file."
+#: ../src/utils/pacat.c:959
+msgid ""
+"Warning: specified sample specification will be overwritten with "
+"specification from file."
msgstr "Warnung: Beziehen der Sample-Angabe aus Datei fehlgeschlagen."
-#: ../src/utils/pacat.c:958
-#: ../src/utils/pactl.c:997
+#: ../src/utils/pacat.c:962 ../src/utils/pactl.c:997
msgid "Failed to determine sample specification from file."
msgstr "Beziehen der Sample-Informationen der Datei fehlgeschlagen."
-#: ../src/utils/pacat.c:967
+#: ../src/utils/pacat.c:971
msgid "Warning: Failed to determine channel map from file."
msgstr "Warnung: Bestimmung der Kanalzuordnung aus Datei fehlgeschlagen."
-#: ../src/utils/pacat.c:978
+#: ../src/utils/pacat.c:982
msgid "Channel map doesn't match sample specification"
msgstr "Kanalzuordnung entspricht nicht Einstellungen des Samples"
-#: ../src/utils/pacat.c:989
+#: ../src/utils/pacat.c:993
msgid "Warning: failed to write channel map to file."
msgstr "Warnung: Schreiben der Kanalzuordnung in Datei fehlgeschlagen."
-#: ../src/utils/pacat.c:1004
+#: ../src/utils/pacat.c:1008
#, c-format
-msgid "Opening a %s stream with sample specification '%s' and channel map '%s'."
-msgstr "Ãffnen eines %s-Streams mit Sample-Angabe '%s' und Kanalzuordnung '%s'."
+msgid ""
+"Opening a %s stream with sample specification '%s' and channel map '%s'."
+msgstr ""
+"Ãffnen eines %s-Streams mit Sample-Angabe '%s' und Kanalzuordnung '%s'."
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "recording"
msgstr "aufnehmen"
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "playback"
msgstr "abspielen"
-#: ../src/utils/pacat.c:1031
-#: ../src/utils/pactl.c:1267
+#: ../src/utils/pacat.c:1035 ../src/utils/pactl.c:1267
msgid "pa_mainloop_new() failed."
msgstr "pa_mainloop_new() fehlgeschlagen"
-#: ../src/utils/pacat.c:1050
+#: ../src/utils/pacat.c:1054
msgid "io_new() failed."
msgstr "io_new() fehlgeschlagen."
-#: ../src/utils/pacat.c:1057
-#: ../src/utils/pactl.c:1279
+#: ../src/utils/pacat.c:1061 ../src/utils/pactl.c:1279
msgid "pa_context_new() failed."
msgstr "pa_context_new() fehlgeschlagen."
-#: ../src/utils/pacat.c:1065
-#: ../src/utils/pactl.c:1285
+#: ../src/utils/pacat.c:1069 ../src/utils/pactl.c:1285
#, c-format
msgid "pa_context_connect() failed: %s"
msgstr "pa_context_new() fehlgeschlagen: %s"
-#: ../src/utils/pacat.c:1071
+#: ../src/utils/pacat.c:1075
msgid "pa_context_rttime_new() failed."
msgstr "pa_context_new() fehlgeschlagen."
-#: ../src/utils/pacat.c:1078
-#: ../src/utils/pactl.c:1290
+#: ../src/utils/pacat.c:1082 ../src/utils/pactl.c:1290
msgid "pa_mainloop_run() failed."
msgstr "pa_mainloop_run() fehlgeschlagen."
@@ -1506,7 +1581,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 ""
"%s [options] ... \n"
@@ -1634,14 +1710,12 @@ msgstr ""
"\tEigenschaften:\n"
"\t\t%s\n"
-#: ../src/utils/pactl.c:268
-#: ../src/utils/pactl.c:360
+#: ../src/utils/pactl.c:268 ../src/utils/pactl.c:360
#, c-format
msgid "\tPorts:\n"
msgstr "\tProfile:\n"
-#: ../src/utils/pactl.c:274
-#: ../src/utils/pactl.c:366
+#: ../src/utils/pactl.c:274 ../src/utils/pactl.c:366
#, c-format
msgid "\tActive Port: %s\n"
msgstr "\tAktive Profile: %s\n"
@@ -1690,18 +1764,10 @@ msgstr ""
"\tEigenschaften:\n"
"\t\t%s\n"
-#: ../src/utils/pactl.c:345
-#: ../src/utils/pactl.c:401
-#: ../src/utils/pactl.c:436
-#: ../src/utils/pactl.c:473
-#: ../src/utils/pactl.c:532
-#: ../src/utils/pactl.c:533
-#: ../src/utils/pactl.c:543
-#: ../src/utils/pactl.c:587
-#: ../src/utils/pactl.c:588
-#: ../src/utils/pactl.c:594
-#: ../src/utils/pactl.c:637
-#: ../src/utils/pactl.c:638
+#: ../src/utils/pactl.c:345 ../src/utils/pactl.c:401 ../src/utils/pactl.c:436
+#: ../src/utils/pactl.c:473 ../src/utils/pactl.c:532 ../src/utils/pactl.c:533
+#: ../src/utils/pactl.c:543 ../src/utils/pactl.c:587 ../src/utils/pactl.c:588
+#: ../src/utils/pactl.c:594 ../src/utils/pactl.c:637 ../src/utils/pactl.c:638
#: ../src/utils/pactl.c:645
msgid "n/a"
msgstr "k. A."
@@ -1892,8 +1958,7 @@ msgstr ""
"\tEigenschaften:\n"
"\t\t%s\n"
-#: ../src/utils/pactl.c:653
-#: ../src/utils/pactl.c:663
+#: ../src/utils/pactl.c:653 ../src/utils/pactl.c:663
#, c-format
msgid "Failure: %s"
msgstr "Fehlgeschlagen: %s"
@@ -1939,8 +2004,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 ""
"%s [options] stat\n"
"%s [options] list\n"
@@ -2007,7 +2074,8 @@ msgstr "Sie müssen einen Sink-Eingabe-Indexwert und einen Sink angeben"
#: ../src/utils/pactl.c:1045
msgid "You have to specify a source output index and a source"
-msgstr "Sie müssen eine Indexwert für die Quell-Ausgabe und eine Quelle angeben"
+msgstr ""
+"Sie müssen eine Indexwert für die Quell-Ausgabe und eine Quelle angeben"
#: ../src/utils/pactl.c:1060
msgid "You have to specify a module name and arguments."
@@ -2018,12 +2086,19 @@ msgid "You have to specify a module index"
msgstr "Sie müssen einen Indexwert für ein Modul angeben"
#: ../src/utils/pactl.c:1090
-msgid "You may not specify more than one sink. You have to specify a boolean value."
-msgstr "Sie sollten nur eine Senke angeben. Sie müssen zumindest einen bool'schen Wert übergeben."
+msgid ""
+"You may not specify more than one sink. You have to specify a boolean value."
+msgstr ""
+"Sie sollten nur eine Senke angeben. Sie müssen zumindest einen bool'schen "
+"Wert übergeben."
#: ../src/utils/pactl.c:1103
-msgid "You may not specify more than one source. You have to specify a boolean value."
-msgstr "Sie sollten nur eine Quelle angeben. Sie müssen zumindest einen bool'schen Wert übergeben."
+msgid ""
+"You may not specify more than one source. You have to specify a boolean "
+"value."
+msgstr ""
+"Sie sollten nur eine Quelle angeben. Sie müssen zumindest einen bool'schen "
+"Wert übergeben."
#: ../src/utils/pactl.c:1115
msgid "You have to specify a card name/index and a profile name"
@@ -2041,12 +2116,9 @@ msgstr "Sie müssen einen Quellennamen/-Indexwert und einen Portnamen angeben"
msgid "You have to specify a sink name/index and a volume"
msgstr "Sie müssen einen Senkennamen/-Indexwert und einen Portnamen angeben"
-#: ../src/utils/pactl.c:1154
-#: ../src/utils/pactl.c:1171
-#: ../src/utils/pactl.c:1193
-#: ../src/utils/pactl.c:1209
-#: ../src/utils/pactl.c:1226
-#: ../src/utils/pactl.c:1248
+#: ../src/utils/pactl.c:1154 ../src/utils/pactl.c:1171
+#: ../src/utils/pactl.c:1193 ../src/utils/pactl.c:1209
+#: ../src/utils/pactl.c:1226 ../src/utils/pactl.c:1248
msgid "Invalid volume specification"
msgstr "Ungültige Sample-Angaben"
@@ -2089,14 +2161,16 @@ 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 ""
"%s [-D display] [-S server] [-O sink] [-I source] [-c file] [-d|-e|-i|-r]\n"
"\n"
" -d Zeige aktuell mit X11-Anzeige verbundene PulseAudio-Daten (Standard)\n"
" -e Lokale PulseAudio-Daten an X11-Anzeige exportieren\n"
-" -i PulseAudio-Daten von X11-Anzeige in lokale Umgebungsvariablen und Cookie importieren.\n"
+" -i PulseAudio-Daten von X11-Anzeige in lokale Umgebungsvariablen und "
+"Cookie importieren.\n"
" -r PulseAudio-Daten von X11-Anzeige löschen\n"
#: ../src/utils/pax11publish.c:94
@@ -2186,39 +2260,40 @@ msgstr "Daemon antwortet nicht."
msgid "poll(): %s"
msgstr "poll(): %s"
-#: ../src/utils/pacmd.c:171
-#: ../src/utils/pacmd.c:188
+#: ../src/utils/pacmd.c:171 ../src/utils/pacmd.c:188
#, c-format
msgid "read(): %s"
msgstr "read(): %s"
-#: ../src/utils/pacmd.c:207
-#: ../src/utils/pacmd.c:223
+#: ../src/utils/pacmd.c:207 ../src/utils/pacmd.c:223
#, c-format
msgid "write(): %s"
msgstr "write(): %s"
-#: ../src/pulsecore/lock-autospawn.c:136
-#: ../src/pulsecore/lock-autospawn.c:219
+#: ../src/pulsecore/lock-autospawn.c:136 ../src/pulsecore/lock-autospawn.c:219
msgid "Cannot access autospawn lock."
msgstr "Fehler beim Zugriff auf Autostart -Sperre."
-#: ../src/modules/alsa/alsa-sink.c:530
-#: ../src/modules/alsa/alsa-sink.c:689
+#: ../src/modules/alsa/alsa-sink.c:530 ../src/modules/alsa/alsa-sink.c:689
#, c-format
msgid ""
-"ALSA woke us up to write new data to the device, but there was actually nothing to write!\n"
-"Most likely this is a bug in the ALSA driver '%s'. Please report this issue to the ALSA developers.\n"
-"We were woken up with POLLOUT set -- however a subsequent snd_pcm_avail() returned 0 or another value < min_avail."
+"ALSA woke us up to write new data to the device, but there was actually "
+"nothing to write!\n"
+"Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
+"to the ALSA developers.\n"
+"We were woken up with POLLOUT set -- however a subsequent snd_pcm_avail() "
+"returned 0 or another value < min_avail."
msgstr ""
-#: ../src/modules/alsa/alsa-source.c:506
-#: ../src/modules/alsa/alsa-source.c:656
+#: ../src/modules/alsa/alsa-source.c:506 ../src/modules/alsa/alsa-source.c:656
#, c-format
msgid ""
-"ALSA woke us up to read new data from the device, but there was actually nothing to read!\n"
-"Most likely this is a bug in the ALSA driver '%s'. Please report this issue to the ALSA developers.\n"
-"We were woken up with POLLIN set -- however a subsequent snd_pcm_avail() returned 0 or another value < min_avail."
+"ALSA woke us up to read new data from the device, but there was actually "
+"nothing to read!\n"
+"Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
+"to the ALSA developers.\n"
+"We were woken up with POLLIN set -- however a subsequent snd_pcm_avail() "
+"returned 0 or another value < min_avail."
msgstr ""
#: ../src/modules/alsa/module-alsa-card.c:152
@@ -2244,32 +2319,46 @@ msgstr "PulseAudio Sound Server"
#~ msgid "Invalid client name '%s'\n"
#~ msgstr "Ungültiger Client-Name '%s'\n"
+
#~ msgid "Failed to determine sample specification from file.\n"
#~ msgstr "Beziehen der Sample-Informationen der Datei fehlgeschlagen.\n"
+
#~ msgid "select(): %s"
#~ msgstr "select(): %s"
+
#~ msgid "Cannot connect to system bus: %s"
#~ msgstr "Kann nicht mit dem System-Bus verbinden: %s"
+
#~ msgid "Cannot get caller from PID: %s"
#~ msgstr "Kann Caller von PID nicht beziehen: %s"
+
#~ msgid "Cannot set UID on caller object."
#~ msgstr "Kann UID für Caller-Objekt nicht setzen."
+
#~ msgid "Failed to get CK session."
#~ msgstr "Kann CK-Session nicht beziehen."
+
#~ msgid "Cannot set UID on session object."
#~ msgstr "Kann UID für Session-Objekt nicht setzen."
+
#~ msgid "Cannot allocate PolKitAction."
#~ msgstr "Konnte PolKitAction nicht zuordnen."
+
#~ msgid "Cannot set action_id"
#~ msgstr "Kann action_id nicht setzen"
+
#~ msgid "Cannot allocate PolKitContext."
#~ msgstr "Konnte PolKitContext nicht zuordnen."
+
#~ msgid "Cannot initialize PolKitContext: %s"
#~ msgstr "Konnte PolKitContext nicht initialisieren: %s"
+
#~ msgid "Could not determine whether caller is authorized: %s"
#~ msgstr "Autorisierung des Callers konnte nicht sichergestellt werden: %s"
+
#~ msgid "Cannot obtain auth: %s"
#~ msgstr "Keine Authorisierung erhalten: %s"
+
#~ msgid "PolicyKit responded with '%s'"
#~ msgstr "PolicyKit antwortete mit '%s'"
@@ -2280,35 +2369,46 @@ msgstr "PulseAudio Sound Server"
#~ msgstr ""
#~ "Hochprioritäts-Terminierung () (negative Unix nice level) für den "
#~ "PulseAudio-Dienst"
+
#~ msgid "Real-time scheduling for the PulseAudio daemon"
#~ msgstr "Echtzeit-Terminierung des PulseAudio-Daemon"
+
#~ msgid ""
#~ "System policy prevents PulseAudio from acquiring high-priority scheduling."
#~ msgstr ""
#~ "System-Richtlinien verhindert PulseAudio beim Erlangen des high-priority "
#~ "scheduling."
+
#~ msgid ""
#~ "System policy prevents PulseAudio from acquiring real-time scheduling."
#~ msgstr ""
#~ "System-Richtlinien verhindert PulseAudio beim Erlangen der Echtzeit-"
#~ "Terminierung."
+
#~ msgid "read() failed: %s\n"
#~ msgstr "read() fehlgeschlagen: %s\n"
+
#~ msgid "pa_context_connect() failed: %s\n"
#~ msgstr "pa_context_connect() fehlgeschlagen: %s\n"
+
#~ msgid "We're in the group '%s', allowing high-priority scheduling."
#~ msgstr ""
#~ "Wir befinden uns in der Gruppe '%s', was Scheduling höchster Priorität "
#~ "ermöglicht."
+
#~ msgid "We're in the group '%s', allowing real-time scheduling."
#~ msgstr ""
#~ "Wir befinden uns in der Gruppe '%s', was Echtzeit-Scheduling ermöglicht."
+
#~ msgid "PolicyKit grants us acquire-high-priority privilege."
#~ msgstr "Richtlinien gewähren das Recht aquire-high-priority."
+
#~ msgid "PolicyKit refuses acquire-high-priority privilege."
#~ msgstr "Richtlinien verweigern das Recht acquire-high-priority."
+
#~ msgid "PolicyKit grants us acquire-real-time privilege."
#~ msgstr "Richtlinien gewähren das Recht aquire-real-time."
+
#~ msgid "PolicyKit refuses acquire-real-time privilege."
#~ msgstr "Richtlinien verweigern das Recht acquire-real-time."
@@ -2327,55 +2427,79 @@ msgstr "PulseAudio Sound Server"
#~ "' und PolicyKit verweigern diese Rechte. Verwerfe SUID wieder.\n"
#~ "Erlangen Sie die den Richtlinien entsprechenden Rechte, um Echtzeit-"
#~ "Scheduling zu aktivieren oder werden Sie Mitglied der Gruppe '"
+
#~ msgid ""
#~ "High-priority scheduling enabled in configuration but not allowed by "
#~ "policy."
#~ msgstr "Scheduling höchster Priorität konfiguriert, jedoch nicht erlaubt."
+
#~ msgid "Successfully increased RLIMIT_RTPRIO"
#~ msgstr "RLIMIT_RTPRIO erfolgreich erhöht"
+
#~ msgid "RLIMIT_RTPRIO failed: %s"
#~ msgstr "RLIMIT_RTPRIO fehlgeschlagen: %s"
+
#~ msgid "Giving up CAP_NICE"
#~ msgstr "Verwerfe CAP_NICE"
+
#~ msgid ""
#~ "Real-time scheduling enabled in configuration but not allowed by policy."
#~ msgstr "Echtzeit-Scheduling konfiguriert, jedoch nicht erlaubt."
+
#~ msgid "Limited capabilities successfully to CAP_SYS_NICE."
#~ msgstr "Fähigkeiten erfolgreich auf CAP_SYS_NICE reduziert."
+
#~ msgid "time_new() failed.\n"
#~ msgstr "time_new() fehlgeschlagen.\n"
+
#~ msgid "Analog Mono"
#~ msgstr "Analog Mono"
+
#~ msgid "Analog Stereo"
#~ msgstr "Analog Stereo"
+
#~ msgid "Digital Stereo (IEC958)"
#~ msgstr "Digital Stereo (IEC958)"
+
#~ msgid "Digital Stereo (HDMI)"
#~ msgstr "Digital Stereo (HDMI)"
+
#~ msgid "Analog Surround 4.0"
#~ msgstr "Analog Surround 4.0"
+
#~ msgid "Digital Surround 4.0 (IEC958/AC3)"
#~ msgstr "Digital Surround 4.0 (IEC958/AC3)"
+
#~ msgid "Analog Surround 4.1"
#~ msgstr "Analog Surround 4.1"
+
#~ msgid "Analog Surround 5.0"
#~ msgstr "Analog Surround 5.0"
+
#~ msgid "Analog Surround 5.1"
#~ msgstr "Analog Surround 5.1"
+
#~ msgid "Digital Surround 5.1 (IEC958/AC3)"
#~ msgstr "Digital Surround 5.1 (IEC958/AC3)"
+
#~ msgid "Analog Surround 7.1"
#~ msgstr "Analog Surround 7.1"
+
#~ msgid "Output %s + Input %s"
#~ msgstr "Ausgabe %s + Eingabe %s"
+
#~ msgid "Input %s"
#~ msgstr "Eingang %s"
+
#~ msgid "Stream successfully created\n"
#~ msgstr "Stream erfolgreich erzeugt\n"
+
#~ msgid "Stream errror: %s\n"
#~ msgstr "Stream-Fehler: %s\n"
+
#~ msgid "Connection established.\n"
#~ msgstr "Verbindung hergestellt.\n"
+
#~ msgid ""
#~ "%s [options] [FILE]\n"
#~ "\n"
@@ -2412,6 +2536,7 @@ msgstr "PulseAudio Sound Server"
#~ " --volume=VOLUME Initiale (lineare) Lautstärke "
#~ "zwischen 0...65536\n"
#~ " --channel-map=CHANNELMAP Diese Kanalzuordnung nutzen\n"
+
#~ msgid ""
#~ "paplay %s\n"
#~ "Compiled with libpulse %s\n"
@@ -2420,12 +2545,16 @@ msgstr "PulseAudio Sound Server"
#~ "paplay %s\n"
#~ "Kompliert mit libpulse %s\n"
#~ "Gelinkt mit libpulse %s\n"
+
#~ msgid "Invalid channel map\n"
#~ msgstr "Ungültige Kanal-Zuweisung\n"
+
#~ msgid "Failed to open file '%s'\n"
#~ msgstr "Ãffnen der Datei '%s' fehlgeschlagen\n"
+
#~ msgid "Channel map doesn't match file.\n"
#~ msgstr "Kanal-Zuweisung stimmt mit Datei nicht überein.\n"
+
#~ msgid "Using sample spec '%s'\n"
#~ msgstr "Sampling-Angabe '%s' wird benutzt\n"
@@ -2439,22 +2568,29 @@ msgstr "PulseAudio Sound Server"
#~ "Konfiguration fordert Aufruf der SUID root und Echtzeit-Scheduling "
#~ "höchster Priorität. Allerdings fehlen die nötigen Rechte:\n"
#~ "Wir befinden uns nicht in der Gruppe '"
+
#~ msgid "--log-time boolean argument"
#~ msgstr "--log-time erfordert bool'schen Wert"
+
#~ msgid ""
#~ "', or increase the RLIMIT_NICE/RLIMIT_RTPRIO resource limits for this "
#~ "user."
#~ msgstr ""
#~ "' oder erhöhen sie die RLIMIT_NICE/RLIMIT_RTPRIO-Ressourcenbegrenzungen "
#~ "für diesen Nutzer."
+
#~ msgid "Default sink name (%s) does not exist in name register."
#~ msgstr "Vorgabename für Sink (%s) existiert nicht im Namensregister."
+
#~ msgid "Buffer overrun, dropping incoming data\n"
#~ msgstr "Pufferüberlauf, verwerfe eingehende Daten\n"
+
#~ msgid "pa_stream_drop() failed: %s\n"
#~ msgstr "pa_stream_drop() fehlgeschlagen: %s\n"
+
#~ msgid "muted"
#~ msgstr "stumm"
+
#~ msgid ""
#~ "*** Autoload Entry #%u ***\n"
#~ "Name: %s\n"
@@ -2467,10 +2603,12 @@ msgstr "PulseAudio Sound Server"
#~ "Typ: %s\n"
#~ "Modul: %s\n"
#~ "Argument: %s\n"
+
#~ msgid "sink"
#~ msgstr "Sink"
+
#~ msgid "source"
#~ msgstr "Quelle"
+
#~ msgid "socketpair(): %s"
#~ msgstr "socketpair(): %s"
-
diff --git a/po/de_CH.po b/po/de_CH.po
index 96c6eb4..bfa2c5b 100644
--- a/po/de_CH.po
+++ b/po/de_CH.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pulseaudio\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-09-14 05:35+0000\n"
+"POT-Creation-Date: 2009-09-18 22:17+0200\n"
"PO-Revision-Date: 2009-09-14 10:22+0100\n"
"Last-Translator: Fabian Affolter <fab at fedoraproject.org>\n"
"Language-Team: German <fedora-trans-de at redhat.com>\n"
@@ -19,8 +19,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-Language: German\n"
-#: ../src/modules/alsa/alsa-util.c:858
-#: ../src/pulsecore/sink.c:2629
+#: ../src/modules/alsa/alsa-util.c:858 ../src/pulsecore/sink.c:2629
#, c-format
msgid "%s %s"
msgstr "%s %s"
@@ -28,29 +27,41 @@ msgstr "%s %s"
#: ../src/modules/alsa/alsa-util.c:1106
#, c-format
msgid ""
-"snd_pcm_avail() returned a value that is exceptionally large: %lu bytes (%lu ms).\n"
-"Most likely this is a bug in the ALSA driver '%s'. Please report this issue to the ALSA developers."
+"snd_pcm_avail() returned a value that is exceptionally large: %lu bytes (%lu "
+"ms).\n"
+"Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
+"to the ALSA developers."
msgstr ""
-"snd_pcm_avail() gibt einen Wert zurück, welche auÃerordentlich groà ist: %lu bytes (%lu ms).\n"
-"Dies ist wahrscheinlich ein Fehler im ALSA-Treiber '%s'. Bitte melden Sie diesen Punkt den ALSA-Entwicklern."
+"snd_pcm_avail() gibt einen Wert zurück, welche auÃerordentlich groà ist: %lu "
+"bytes (%lu ms).\n"
+"Dies ist wahrscheinlich ein Fehler im ALSA-Treiber '%s'. Bitte melden Sie "
+"diesen Punkt den ALSA-Entwicklern."
#: ../src/modules/alsa/alsa-util.c:1147
#, c-format
msgid ""
-"snd_pcm_delay() returned a value that is exceptionally large: %li bytes (%s%lu ms).\n"
-"Most likely this is a bug in the ALSA driver '%s'. Please report this issue to the ALSA developers."
+"snd_pcm_delay() returned a value that is exceptionally large: %li bytes (%s%"
+"lu ms).\n"
+"Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
+"to the ALSA developers."
msgstr ""
-"snd_pcm_delay() gibt einen Wert zurück, welche auÃerordentlich groà ist: %li bytes (%s%lu ms).\n"
-"Dies ist wahrscheinlich ein Fehler im ALSA-Treiber '%s'. Bitte melden Sie diesen Punkt den ALSA-Entwicklern."
+"snd_pcm_delay() gibt einen Wert zurück, welche auÃerordentlich groà ist: %li "
+"bytes (%s%lu ms).\n"
+"Dies ist wahrscheinlich ein Fehler im ALSA-Treiber '%s'. Bitte melden Sie "
+"diesen Punkt den ALSA-Entwicklern."
#: ../src/modules/alsa/alsa-util.c:1194
#, c-format
msgid ""
-"snd_pcm_mmap_begin() returned a value that is exceptionally large: %lu bytes (%lu ms).\n"
-"Most likely this is a bug in the ALSA driver '%s'. Please report this issue to the ALSA developers."
+"snd_pcm_mmap_begin() returned a value that is exceptionally large: %lu bytes "
+"(%lu ms).\n"
+"Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
+"to the ALSA developers."
msgstr ""
-"snd_pcm_mmap_begin() gibt einen Wert zurück, welche auÃerordentlich groà ist: %lu bytes (%lu ms).\n"
-"Dies ist wahrscheinlich ein Fehler im ALSA-Treiber '%s'. Bitte melden Sie diesen Punkt den ALSA-Entwicklern."
+"snd_pcm_mmap_begin() gibt einen Wert zurück, welche auÃerordentlich groà "
+"ist: %lu bytes (%lu ms).\n"
+"Dies ist wahrscheinlich ein Fehler im ALSA-Treiber '%s'. Bitte melden Sie "
+"diesen Punkt den ALSA-Entwicklern."
#: ../src/modules/module-always-sink.c:39
msgid "Always keeps at least one sink loaded even if it's a null one"
@@ -66,7 +77,12 @@ msgid "Virtual LADSPA sink"
msgstr "Virtueller LADSPA-Sink"
#: ../src/modules/module-ladspa-sink.c:53
-msgid "sink_name=<name for the sink> sink_properties=<properties for the sink> master=<name of sink to filter> format=<sample format> rate=<sample rate> channels=<number of channels> channel_map=<channel map> plugin=<ladspa plugin name> label=<ladspa plugin label> control=<comma seperated list of input control values>"
+msgid ""
+"sink_name=<name for the sink> sink_properties=<properties for the sink> "
+"master=<name of sink to filter> format=<sample format> rate=<sample rate> "
+"channels=<number of channels> channel_map=<channel map> plugin=<ladspa "
+"plugin name> label=<ladspa plugin label> control=<comma seperated list of "
+"input control values>"
msgstr ""
#: ../src/modules/module-null-sink.c:55
@@ -132,8 +148,7 @@ msgstr "GID von Benutzer '%s' und Gruppe '%s' stimmen nicht überein."
msgid "Home directory of user '%s' is not '%s', ignoring."
msgstr "Benutzerverzeichnis von Benutzer '%s' ist nicht '%s', ignoriere."
-#: ../src/daemon/main.c:208
-#: ../src/daemon/main.c:213
+#: ../src/daemon/main.c:208 ../src/daemon/main.c:213
#, c-format
msgid "Failed to create '%s': %s"
msgstr "Konnte '%s' nciht erzeugen: %s"
@@ -185,8 +200,12 @@ msgid "Failed to kill daemon: %s"
msgstr "Konnte Prozess nicht abbrechen: %s"
#: ../src/daemon/main.c:566
-msgid "This program is not intended to be run as root (unless --system is specified)."
-msgstr "Dieses Programm sollte ohne die Option --system nicht als Administrator ausgeführt werden."
+msgid ""
+"This program is not intended to be run as root (unless --system is "
+"specified)."
+msgstr ""
+"Dieses Programm sollte ohne die Option --system nicht als Administrator "
+"ausgeführt werden."
#: ../src/daemon/main.c:568
msgid "Root privileges required."
@@ -226,8 +245,7 @@ msgstr "pipe fehlgeschlagen: %s"
msgid "fork() failed: %s"
msgstr "fork() fehlgeschlagen: %s"
-#: ../src/daemon/main.c:641
-#: ../src/utils/pacat.c:504
+#: ../src/daemon/main.c:641 ../src/utils/pacat.c:508
#, c-format
msgid "read() failed: %s"
msgstr "read() fehlgeschlagen: %s"
@@ -339,9 +357,12 @@ msgstr "Laufe im System-Modus: %s"
#: ../src/daemon/main.c:787
msgid ""
-"OK, so you are running PA in system mode. Please note that you most likely shouldn't be doing that.\n"
-"If you do it nonetheless then it's your own fault if things don't work as expected.\n"
-"Please read http://pulseaudio.org/wiki/WhatIsWrongWithSystemMode for an explanation why system mode is usually a bad idea."
+"OK, so you are running PA in system mode. Please note that you most likely "
+"shouldn't be doing that.\n"
+"If you do it nonetheless then it's your own fault if things don't work as "
+"expected.\n"
+"Please read http://pulseaudio.org/wiki/WhatIsWrongWithSystemMode for an "
+"explanation why system mode is usually a bad idea."
msgstr ""
#: ../src/daemon/main.c:804
@@ -353,7 +374,9 @@ msgid "Fresh high-resolution timers available! Bon appetit!"
msgstr "Neue hochauslösende Timer verfügbar! Guten Appetit!"
#: ../src/daemon/main.c:816
-msgid "Dude, your kernel stinks! The chef's recommendation today is Linux with high-resolution timers enabled!"
+msgid ""
+"Dude, your kernel stinks! The chef's recommendation today is Linux with high-"
+"resolution timers enabled!"
msgstr "Der Chefkoch empfiehlt: Linux mit aktivierten hochauslösenden Timern!"
#: ../src/daemon/main.c:839
@@ -391,37 +414,48 @@ 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 (only returns exit code)\n"
+" --check Check for a running daemon (only "
+"returns exit code)\n"
"\n"
"OPTIONS:\n"
" --system[=BOOL] Run as system-wide instance\n"
" -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"
-" --log-meta[=BOOL] Include code location in log messages\n"
+" --log-meta[=BOOL] Include code location in log "
+"messages\n"
" --log-time[=BOOL] Include timestamps in log messages\n"
" --log-backtrace=FRAMES Include a backtrace in log messages\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"
@@ -432,10 +466,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"
@@ -448,41 +484,54 @@ msgstr ""
" --dump-conf Zeige Standardkonfiguration\n"
" --dump-modules Zeige Liste verfügbarer Module\n"
" --dump-resample-methods Zeige verfügbare Resample-Methoden\n"
-" --cleanup-shm Cleanup stale shared memory segments\n"
-" --start Starte Daemon, falls noch nicht geschehen\n"
+" --cleanup-shm Cleanup stale shared memory "
+"segments\n"
+" --start Starte Daemon, falls noch nicht "
+"geschehen\n"
" -k --kill Laufenden Daemon beenden\n"
-" --check Prüfe laufende Daemone (gibt nur einen Exit-Code zurück)\n"
+" --check Prüfe laufende Daemone (gibt nur "
+"einen Exit-Code zurück)\n"
"\n"
"OPTIONS:\n"
" --system[=BOOL] Als systemweite Instanz ausführen\n"
" -D, --daemonize[=BOOL] Nach Start zum Daemon machen\n"
" --fail[=BOOL] Beenden, wenn Start fehlschlägt\n"
" --high-priority[=BOOL] Nutze höchste Priorität\n"
-" (Nur verfügbar als root, wenn SUID oder\n"
+" (Nur verfügbar als root, wenn SUID "
+"oder\n"
" mit erhöhtem RLIMIT_NICE)\n"
-" --realtime[=BOOL] Versuche, Echtzeit-Scheduling zu aktivieren\n"
-" (Nur verfügbar als root, wenn SUID oder\n"
+" --realtime[=BOOL] Versuche, Echtzeit-Scheduling zu "
+"aktivieren\n"
+" (Nur verfügbar als root, wenn SUID "
+"oder\n"
" mit erhöhtem RLIMIT_RTPRIO)\n"
-" --disallow-module-loading[=BOOL] Verbiete (Ent-)laden durch Nutzer angeforderter\n"
+" --disallow-module-loading[=BOOL] Verbiete (Ent-)laden durch Nutzer "
+"angeforderter\n"
" Module nach dem Start\n"
-" --disallow-exit[=BOOL] Verbiete Beenden auf Anfrage des Nutzers\n"
+" --disallow-exit[=BOOL] Verbiete Beenden auf Anfrage des "
+"Nutzers\n"
" --exit-idle-time=SECS Beende Daemon, wenn für diese Zeit \n"
" untätig\n"
-" --module-idle-time=SECS Entlade untätige Module nach dieser Zeit\n"
-" --scache-idle-time=SECS Entlade untätige automatisch geladene \n"
+" --module-idle-time=SECS Entlade untätige Module nach dieser "
+"Zeit\n"
+" --scache-idle-time=SECS Entlade untätige automatisch "
+"geladene \n"
" Samples nach dieser Zeit\n"
" --log-level[=STUFE] Grad der Ausführlichkeit angeben\n"
" -v Ausführliche Meldungen\n"
" --log-target={auto,syslog,stderr} Protokoll-Ziel angeben\n"
-" -p, --dl-search-path=PFAD Suchpfad für dynamisch freigegebene \n"
+" -p, --dl-search-path=PFAD Suchpfad für dynamisch "
+"freigegebene \n"
" Objekte (Plugins)\n"
" --resample-method=METHODE Nutze diese Resampling-Methode\n"
" (Siehe --dump-resample-methods für\n"
" mögliche Werte)\n"
" --use-pid-file[=BOOL] Eine PID-Datei erstellen\n"
-" --no-cpu-limit[=BOOL] CPU-Lastbegrenzung auf unterstützten\n"
+" --no-cpu-limit[=BOOL] CPU-Lastbegrenzung auf "
+"unterstützten\n"
" Systemen nicht installieren.\n"
-" --disable-shm[=BOOL] Keine Unterstützung für Shared Memory.\n"
+" --disable-shm[=BOOL] Keine Unterstützung für Shared "
+"Memory.\n"
"\n"
"STARTUP-SCRIPT:\n"
" -L, --load=\"MODUL-ARGUMENTE\" Plugin-Modul mit diesen Parametern \n"
@@ -502,8 +551,12 @@ msgid "--fail expects boolean argument"
msgstr "Option --fail erfordert bool'schen Wert"
#: ../src/daemon/cmdline.c:264
-msgid "--log-level expects log level argument (either numeric in range 0..4 or one of debug, info, notice, warn, error)."
-msgstr "--log-level erfordert Wert für Grad der Protokollierung (entweder numerisch im Bereich 0..4 or einen dieser: 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 ""
+"--log-level erfordert Wert für Grad der Protokollierung (entweder numerisch "
+"im Bereich 0..4 or einen dieser: debug, info, notice, warn, error)."
#: ../src/daemon/cmdline.c:276
msgid "--high-priority expects boolean argument"
@@ -527,7 +580,8 @@ msgstr "Option --use-pid-file erfordert bool'schen Wert"
#: ../src/daemon/cmdline.c:321
msgid "Invalid log target: use either 'syslog', 'stderr' or 'auto'."
-msgstr "Ungültiges Log-Ziel: Benutzen Sie entweder 'syslog', 'stderr' oder 'auto'."
+msgstr ""
+"Ungültiges Log-Ziel: Benutzen Sie entweder 'syslog', 'stderr' oder 'auto'."
#: ../src/daemon/cmdline.c:328
msgid "--log-time expects boolean argument"
@@ -665,8 +719,12 @@ msgid "Failed to open configuration file: %s"
msgstr "Ãffnen der Konfigurationsdatei fehlgeschlagen : %s"
#: ../src/daemon/daemon-conf.c:562
-msgid "The specified default channel map has a different number of channels than the specified default number of channels."
-msgstr "Die angegebene Standard-Kanalzuordnung hat eine andere Anzahl von Kanälen als die angegebene Standard-Kanal-Anzahl."
+msgid ""
+"The specified default channel map has a different number of channels than "
+"the specified default number of channels."
+msgstr ""
+"Die angegebene Standard-Kanalzuordnung hat eine andere Anzahl von Kanälen "
+"als die angegebene Standard-Kanal-Anzahl."
#: ../src/daemon/daemon-conf.c:638
#, c-format
@@ -685,8 +743,7 @@ msgstr "PulseAudio Sound System"
msgid "Start the PulseAudio Sound System"
msgstr "Das PulseAudio Sound System starten"
-#: ../src/pulse/channelmap.c:105
-#: ../src/pulse/channelmap.c:757
+#: ../src/pulse/channelmap.c:105 ../src/pulse/channelmap.c:757
msgid "Mono"
msgstr "Mono"
@@ -890,12 +947,9 @@ msgstr "Oben Hinten Links"
msgid "Top Rear Right"
msgstr "Oben Hinten Rechts"
-#: ../src/pulse/channelmap.c:484
-#: ../src/pulse/sample.c:170
-#: ../src/pulse/volume.c:295
-#: ../src/pulse/volume.c:321
-#: ../src/pulse/volume.c:341
-#: ../src/pulse/volume.c:371
+#: ../src/pulse/channelmap.c:484 ../src/pulse/sample.c:170
+#: ../src/pulse/volume.c:295 ../src/pulse/volume.c:321
+#: ../src/pulse/volume.c:341 ../src/pulse/volume.c:371
msgid "(invalid)"
msgstr "(ungültig)"
@@ -1056,8 +1110,7 @@ msgstr "%0.1f KB"
msgid "%u B"
msgstr "%u B"
-#: ../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"
@@ -1084,7 +1137,7 @@ msgstr "fork(): %s"
msgid "waitpid(): %s"
msgstr "waitpid(): %s"
-#: ../src/pulse/context.c:1435
+#: ../src/pulse/context.c:1438
#, c-format
msgid "Received message for unknown extension '%s'"
msgstr "Nachricht für unbekannte Erweiterung '%s' erhalten"
@@ -1117,8 +1170,7 @@ msgstr "pa_stream_write() fehlgeschlagen: %s"
msgid "pa_stream_begin_write() failed: %s"
msgstr "pa_stream_write() fehlgeschlagen: %s"
-#: ../src/utils/pacat.c:237
-#: ../src/utils/pacat.c:267
+#: ../src/utils/pacat.c:237 ../src/utils/pacat.c:267
#, c-format
msgid "pa_stream_peek() failed: %s"
msgstr "pa_stream_peek() fehlgeschlagen: %s"
@@ -1206,51 +1258,50 @@ msgstr "Verbindung hergestellt.%s"
msgid "pa_stream_new() failed: %s"
msgstr "pa_stream_new() fehlgeschlagen: %s"
-#: ../src/utils/pacat.c:446
+#: ../src/utils/pacat.c:450
#, c-format
msgid "pa_stream_connect_playback() failed: %s"
msgstr "pa_stream_connect_playback() fehlgeschlagen: %s"
-#: ../src/utils/pacat.c:452
+#: ../src/utils/pacat.c:456
#, c-format
msgid "pa_stream_connect_record() failed: %s"
msgstr "pa_stream_connect_record() fehlgeschlagen: %s"
-#: ../src/utils/pacat.c:466
-#: ../src/utils/pactl.c:857
+#: ../src/utils/pacat.c:470 ../src/utils/pactl.c:857
#, c-format
msgid "Connection failure: %s"
msgstr "Verbindungsfehler: %s"
-#: ../src/utils/pacat.c:499
+#: ../src/utils/pacat.c:503
msgid "Got EOF."
msgstr "EOF empfangen."
-#: ../src/utils/pacat.c:536
+#: ../src/utils/pacat.c:540
#, c-format
msgid "write() failed: %s"
msgstr "write() fehlgeschlagen: %s"
-#: ../src/utils/pacat.c:557
+#: ../src/utils/pacat.c:561
msgid "Got signal, exiting."
msgstr "Signal empfangen, beenden."
-#: ../src/utils/pacat.c:571
+#: ../src/utils/pacat.c:575
#, c-format
msgid "Failed to get latency: %s"
msgstr "Erhalten der Latenz fehlgeschlagen: %s"
-#: ../src/utils/pacat.c:576
+#: ../src/utils/pacat.c:580
#, c-format
msgid "Time: %0.3f sec; Latency: %0.0f usec."
msgstr "Zeit: %0.3f sec; Latenz: %0.0f usec."
-#: ../src/utils/pacat.c:595
+#: ../src/utils/pacat.c:599
#, c-format
msgid "pa_stream_update_timing_info() failed: %s"
msgstr "pa_stream_update_timing_info() fehlgeschlagen: %s"
-#: ../src/utils/pacat.c:605
+#: ../src/utils/pacat.c:609
#, fuzzy, c-format
msgid ""
"%s [options]\n"
@@ -1263,29 +1314,48 @@ 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, s32le, s32be, s24le, s24be,\n"
-" s24-32le, s24-32be (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, "
+"s24le, s24be,\n"
+" s24-32le, s24-32be (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"
-" --property=PROPERTY=VALUE Set the specified property to the specified value.\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"
+" --property=PROPERTY=VALUE Set the specified property to the "
+"specified value.\n"
" --raw Record/play raw PCM data.\n"
" --file-format=FFORMAT Record/play formatted PCM data.\n"
" --list-file-formats List available file formats.\n"
@@ -1304,13 +1374,18 @@ msgstr ""
" -d, --device=DEVICE Name zu verbindender Sink/Quelle\n"
" -n, --client-name=NAME Rufname des Clients auf dem Server\n"
" --stream-name=NAME Rufname des Streams auf dem Server\n"
-" --volume=VOLUME Initiale (lineare) Lautstärke zwischen 0...65536 angeben\n"
+" --volume=VOLUME Initiale (lineare) Lautstärke "
+"zwischen 0...65536 angeben\n"
" --rate=SAMPLERATE Sample-Rate in Hz (Standard 44100)\n"
-" --format=SAMPLEFORMAT Ein Sample-Format von s16le, s16be, u8, float32le,\n"
-" float32be, ulaw, alaw, s32le, s32be (defaults to s16ne)\n"
-" --channels=CHANNELS Anzahl Kanäle, 1 für mono, 2 für stereo\n"
+" --format=SAMPLEFORMAT Ein Sample-Format von s16le, s16be, "
+"u8, float32le,\n"
+" float32be, ulaw, alaw, s32le, s32be "
+"(defaults to s16ne)\n"
+" --channels=CHANNELS Anzahl Kanäle, 1 für mono, 2 für "
+"stereo\n"
" (Standard ist 2)\n"
-" --channel-map=CHANNELMAP Diese geänderte Kanalzuordnung nutzen\n"
+" --channel-map=CHANNELMAP Diese geänderte Kanalzuordnung "
+"nutzen\n"
" --fix-format Sample-Format des mit Sink\n"
" verbundenen Streams nutzen.\n"
" --fix-rate Sample-Rate des mit Sink\n"
@@ -1319,11 +1394,13 @@ msgstr ""
" des mit Sink verbundenen\n"
" Streams nutzen.\n"
" --no-remix Kanäle nicht up-/down-mischen.\n"
-" --no-remap Kanäle nach Index statt Name zuordnen.\n"
+" --no-remap Kanäle nach Index statt Name "
+"zuordnen.\n"
" --latency=BYTES Diese Latenz verwenden.\n"
-" --process-time=BYTES Diese Prozesszeit pro Anfrage verwenden.\n"
+" --process-time=BYTES Diese Prozesszeit pro Anfrage "
+"verwenden.\n"
-#: ../src/utils/pacat.c:727
+#: ../src/utils/pacat.c:731
#, c-format
msgid ""
"pacat %s\n"
@@ -1334,128 +1411,126 @@ msgstr ""
"Kompiliert mit libpulse %s\n"
"Gelinkt mit libpulse %s\n"
-#: ../src/utils/pacat.c:760
-#: ../src/utils/pactl.c:953
+#: ../src/utils/pacat.c:764 ../src/utils/pactl.c:953
#, c-format
msgid "Invalid client name '%s'"
msgstr "Ungültiger Client-Name '%s'"
-#: ../src/utils/pacat.c:775
+#: ../src/utils/pacat.c:779
#, c-format
msgid "Invalid stream name '%s'"
msgstr "Ungültiger Stream-Name '%s'"
-#: ../src/utils/pacat.c:812
+#: ../src/utils/pacat.c:816
#, c-format
msgid "Invalid channel map '%s'"
msgstr "Ungültige Kanal-Zuweisung '%s'"
-#: ../src/utils/pacat.c:841
+#: ../src/utils/pacat.c:845
#, c-format
msgid "Invalid latency specification '%s'"
msgstr "Ungültige Latenz-Angaben '%s'"
-#: ../src/utils/pacat.c:848
+#: ../src/utils/pacat.c:852
#, c-format
msgid "Invalid process time specification '%s'"
msgstr "Ungültige Prozesszeit-Angaben '%s'"
-#: ../src/utils/pacat.c:860
+#: ../src/utils/pacat.c:864
#, c-format
msgid "Invalid property '%s'"
msgstr "Ungültige Eigenschaft '%s'"
-#: ../src/utils/pacat.c:877
+#: ../src/utils/pacat.c:881
#, c-format
msgid "Unknown file format %s."
msgstr "Unbekanntes Dateiformat %s."
-#: ../src/utils/pacat.c:896
+#: ../src/utils/pacat.c:900
msgid "Invalid sample specification"
msgstr "Ungültige Sample-Angaben"
-#: ../src/utils/pacat.c:906
+#: ../src/utils/pacat.c:910
#, c-format
msgid "open(): %s"
msgstr "open(): %s"
-#: ../src/utils/pacat.c:911
+#: ../src/utils/pacat.c:915
#, c-format
msgid "dup2(): %s"
msgstr "dup2(): %s"
-#: ../src/utils/pacat.c:918
+#: ../src/utils/pacat.c:922
msgid "Too many arguments."
msgstr "Zu viele Argumente."
-#: ../src/utils/pacat.c:929
+#: ../src/utils/pacat.c:933
msgid "Failed to generate sample specification for file."
msgstr "Beziehen der Sample-Informationen für die Datei fehlgeschlagen."
-#: ../src/utils/pacat.c:949
+#: ../src/utils/pacat.c:953
msgid "Failed to open audio file."
msgstr "Ãffnen der Audio-Datei fehlgeschlagen."
-#: ../src/utils/pacat.c:955
-msgid "Warning: specified sample specification will be overwritten with specification from file."
+#: ../src/utils/pacat.c:959
+msgid ""
+"Warning: specified sample specification will be overwritten with "
+"specification from file."
msgstr "Warnung: Beziehen der Sample-Angabe aus Datei fehlgeschlagen."
-#: ../src/utils/pacat.c:958
-#: ../src/utils/pactl.c:997
+#: ../src/utils/pacat.c:962 ../src/utils/pactl.c:997
msgid "Failed to determine sample specification from file."
msgstr "Beziehen der Sample-Informationen der Datei fehlgeschlagen."
-#: ../src/utils/pacat.c:967
+#: ../src/utils/pacat.c:971
msgid "Warning: Failed to determine channel map from file."
msgstr "Warnung: Bestimmung der Kanalzuordnung aus Datei fehlgeschlagen."
-#: ../src/utils/pacat.c:978
+#: ../src/utils/pacat.c:982
msgid "Channel map doesn't match sample specification"
msgstr "Kanalzuordnung entspricht nicht Einstellungen des Samples"
-#: ../src/utils/pacat.c:989
+#: ../src/utils/pacat.c:993
msgid "Warning: failed to write channel map to file."
msgstr "Warnung: Schreiben der Kanalzuordnung in Datei fehlgeschlagen."
-#: ../src/utils/pacat.c:1004
+#: ../src/utils/pacat.c:1008
#, c-format
-msgid "Opening a %s stream with sample specification '%s' and channel map '%s'."
-msgstr "Ãffnen eines %s-Streams mit Sample-Angabe '%s' und Kanalzuordnung '%s'."
+msgid ""
+"Opening a %s stream with sample specification '%s' and channel map '%s'."
+msgstr ""
+"Ãffnen eines %s-Streams mit Sample-Angabe '%s' und Kanalzuordnung '%s'."
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "recording"
msgstr "aufnehmen"
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "playback"
msgstr "abspielen"
-#: ../src/utils/pacat.c:1031
-#: ../src/utils/pactl.c:1267
+#: ../src/utils/pacat.c:1035 ../src/utils/pactl.c:1267
msgid "pa_mainloop_new() failed."
msgstr "pa_mainloop_new() fehlgeschlagen"
-#: ../src/utils/pacat.c:1050
+#: ../src/utils/pacat.c:1054
msgid "io_new() failed."
msgstr "io_new() fehlgeschlagen."
-#: ../src/utils/pacat.c:1057
-#: ../src/utils/pactl.c:1279
+#: ../src/utils/pacat.c:1061 ../src/utils/pactl.c:1279
msgid "pa_context_new() failed."
msgstr "pa_context_new() fehlgeschlagen."
-#: ../src/utils/pacat.c:1065
-#: ../src/utils/pactl.c:1285
+#: ../src/utils/pacat.c:1069 ../src/utils/pactl.c:1285
#, c-format
msgid "pa_context_connect() failed: %s"
msgstr "pa_context_new() fehlgeschlagen: %s"
-#: ../src/utils/pacat.c:1071
+#: ../src/utils/pacat.c:1075
msgid "pa_context_rttime_new() failed."
msgstr "pa_context_new() fehlgeschlagen."
-#: ../src/utils/pacat.c:1078
-#: ../src/utils/pactl.c:1290
+#: ../src/utils/pacat.c:1082 ../src/utils/pactl.c:1290
msgid "pa_mainloop_run() failed."
msgstr "pa_mainloop_run() fehlgeschlagen."
@@ -1506,7 +1581,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 ""
"%s [options] ... \n"
@@ -1634,14 +1710,12 @@ msgstr ""
"\tEigenschaften:\n"
"\t\t%s\n"
-#: ../src/utils/pactl.c:268
-#: ../src/utils/pactl.c:360
+#: ../src/utils/pactl.c:268 ../src/utils/pactl.c:360
#, c-format
msgid "\tPorts:\n"
msgstr "\tProfile:\n"
-#: ../src/utils/pactl.c:274
-#: ../src/utils/pactl.c:366
+#: ../src/utils/pactl.c:274 ../src/utils/pactl.c:366
#, c-format
msgid "\tActive Port: %s\n"
msgstr "\tAktive Profile: %s\n"
@@ -1690,18 +1764,10 @@ msgstr ""
"\tEigenschaften:\n"
"\t\t%s\n"
-#: ../src/utils/pactl.c:345
-#: ../src/utils/pactl.c:401
-#: ../src/utils/pactl.c:436
-#: ../src/utils/pactl.c:473
-#: ../src/utils/pactl.c:532
-#: ../src/utils/pactl.c:533
-#: ../src/utils/pactl.c:543
-#: ../src/utils/pactl.c:587
-#: ../src/utils/pactl.c:588
-#: ../src/utils/pactl.c:594
-#: ../src/utils/pactl.c:637
-#: ../src/utils/pactl.c:638
+#: ../src/utils/pactl.c:345 ../src/utils/pactl.c:401 ../src/utils/pactl.c:436
+#: ../src/utils/pactl.c:473 ../src/utils/pactl.c:532 ../src/utils/pactl.c:533
+#: ../src/utils/pactl.c:543 ../src/utils/pactl.c:587 ../src/utils/pactl.c:588
+#: ../src/utils/pactl.c:594 ../src/utils/pactl.c:637 ../src/utils/pactl.c:638
#: ../src/utils/pactl.c:645
msgid "n/a"
msgstr "k. A."
@@ -1892,8 +1958,7 @@ msgstr ""
"\tEigenschaften:\n"
"\t\t%s\n"
-#: ../src/utils/pactl.c:653
-#: ../src/utils/pactl.c:663
+#: ../src/utils/pactl.c:653 ../src/utils/pactl.c:663
#, c-format
msgid "Failure: %s"
msgstr "Fehlgeschlagen: %s"
@@ -1939,8 +2004,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 ""
"%s [options] stat\n"
"%s [options] list\n"
@@ -2007,7 +2074,8 @@ msgstr "Sie müssen einen Sink-Eingabe-Indexwert und einen Sink angeben"
#: ../src/utils/pactl.c:1045
msgid "You have to specify a source output index and a source"
-msgstr "Sie müssen eine Indexwert für die Quell-Ausgabe und eine Quelle angeben"
+msgstr ""
+"Sie müssen eine Indexwert für die Quell-Ausgabe und eine Quelle angeben"
#: ../src/utils/pactl.c:1060
msgid "You have to specify a module name and arguments."
@@ -2018,12 +2086,19 @@ msgid "You have to specify a module index"
msgstr "Sie müssen einen Indexwert für ein Modul angeben"
#: ../src/utils/pactl.c:1090
-msgid "You may not specify more than one sink. You have to specify a boolean value."
-msgstr "Sie sollten nur eine Senke angeben. Sie müssen zumindest einen bool'schen Wert übergeben."
+msgid ""
+"You may not specify more than one sink. You have to specify a boolean value."
+msgstr ""
+"Sie sollten nur eine Senke angeben. Sie müssen zumindest einen bool'schen "
+"Wert übergeben."
#: ../src/utils/pactl.c:1103
-msgid "You may not specify more than one source. You have to specify a boolean value."
-msgstr "Sie sollten nur eine Quelle angeben. Sie müssen zumindest einen bool'schen Wert übergeben."
+msgid ""
+"You may not specify more than one source. You have to specify a boolean "
+"value."
+msgstr ""
+"Sie sollten nur eine Quelle angeben. Sie müssen zumindest einen bool'schen "
+"Wert übergeben."
#: ../src/utils/pactl.c:1115
msgid "You have to specify a card name/index and a profile name"
@@ -2041,12 +2116,9 @@ msgstr "Sie müssen einen Quellennamen/-Indexwert und einen Portnamen angeben"
msgid "You have to specify a sink name/index and a volume"
msgstr "Sie müssen einen Senkennamen/-Indexwert und einen Portnamen angeben"
-#: ../src/utils/pactl.c:1154
-#: ../src/utils/pactl.c:1171
-#: ../src/utils/pactl.c:1193
-#: ../src/utils/pactl.c:1209
-#: ../src/utils/pactl.c:1226
-#: ../src/utils/pactl.c:1248
+#: ../src/utils/pactl.c:1154 ../src/utils/pactl.c:1171
+#: ../src/utils/pactl.c:1193 ../src/utils/pactl.c:1209
+#: ../src/utils/pactl.c:1226 ../src/utils/pactl.c:1248
msgid "Invalid volume specification"
msgstr "Ungültige Sample-Angaben"
@@ -2089,14 +2161,16 @@ 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 ""
"%s [-D display] [-S server] [-O sink] [-I source] [-c file] [-d|-e|-i|-r]\n"
"\n"
" -d Zeige aktuell mit X11-Anzeige verbundene PulseAudio-Daten (Standard)\n"
" -e Lokale PulseAudio-Daten an X11-Anzeige exportieren\n"
-" -i PulseAudio-Daten von X11-Anzeige in lokale Umgebungsvariablen und Cookie importieren.\n"
+" -i PulseAudio-Daten von X11-Anzeige in lokale Umgebungsvariablen und "
+"Cookie importieren.\n"
" -r PulseAudio-Daten von X11-Anzeige löschen\n"
#: ../src/utils/pax11publish.c:94
@@ -2186,39 +2260,40 @@ msgstr "Daemon antwortet nicht."
msgid "poll(): %s"
msgstr "poll(): %s"
-#: ../src/utils/pacmd.c:171
-#: ../src/utils/pacmd.c:188
+#: ../src/utils/pacmd.c:171 ../src/utils/pacmd.c:188
#, c-format
msgid "read(): %s"
msgstr "read(): %s"
-#: ../src/utils/pacmd.c:207
-#: ../src/utils/pacmd.c:223
+#: ../src/utils/pacmd.c:207 ../src/utils/pacmd.c:223
#, c-format
msgid "write(): %s"
msgstr "write(): %s"
-#: ../src/pulsecore/lock-autospawn.c:136
-#: ../src/pulsecore/lock-autospawn.c:219
+#: ../src/pulsecore/lock-autospawn.c:136 ../src/pulsecore/lock-autospawn.c:219
msgid "Cannot access autospawn lock."
msgstr "Fehler beim Zugriff auf Autostart -Sperre."
-#: ../src/modules/alsa/alsa-sink.c:530
-#: ../src/modules/alsa/alsa-sink.c:689
+#: ../src/modules/alsa/alsa-sink.c:530 ../src/modules/alsa/alsa-sink.c:689
#, c-format
msgid ""
-"ALSA woke us up to write new data to the device, but there was actually nothing to write!\n"
-"Most likely this is a bug in the ALSA driver '%s'. Please report this issue to the ALSA developers.\n"
-"We were woken up with POLLOUT set -- however a subsequent snd_pcm_avail() returned 0 or another value < min_avail."
+"ALSA woke us up to write new data to the device, but there was actually "
+"nothing to write!\n"
+"Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
+"to the ALSA developers.\n"
+"We were woken up with POLLOUT set -- however a subsequent snd_pcm_avail() "
+"returned 0 or another value < min_avail."
msgstr ""
-#: ../src/modules/alsa/alsa-source.c:506
-#: ../src/modules/alsa/alsa-source.c:656
+#: ../src/modules/alsa/alsa-source.c:506 ../src/modules/alsa/alsa-source.c:656
#, c-format
msgid ""
-"ALSA woke us up to read new data from the device, but there was actually nothing to read!\n"
-"Most likely this is a bug in the ALSA driver '%s'. Please report this issue to the ALSA developers.\n"
-"We were woken up with POLLIN set -- however a subsequent snd_pcm_avail() returned 0 or another value < min_avail."
+"ALSA woke us up to read new data from the device, but there was actually "
+"nothing to read!\n"
+"Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
+"to the ALSA developers.\n"
+"We were woken up with POLLIN set -- however a subsequent snd_pcm_avail() "
+"returned 0 or another value < min_avail."
msgstr ""
#: ../src/modules/alsa/module-alsa-card.c:152
@@ -2244,32 +2319,46 @@ msgstr "PulseAudio Sound Server"
#~ msgid "Invalid client name '%s'\n"
#~ msgstr "Ungültiger Client-Name '%s'\n"
+
#~ msgid "Failed to determine sample specification from file.\n"
#~ msgstr "Beziehen der Sample-Informationen der Datei fehlgeschlagen.\n"
+
#~ msgid "select(): %s"
#~ msgstr "select(): %s"
+
#~ msgid "Cannot connect to system bus: %s"
#~ msgstr "Kann nicht mit dem System-Bus verbinden: %s"
+
#~ msgid "Cannot get caller from PID: %s"
#~ msgstr "Kann Caller von PID nicht beziehen: %s"
+
#~ msgid "Cannot set UID on caller object."
#~ msgstr "Kann UID für Caller-Objekt nicht setzen."
+
#~ msgid "Failed to get CK session."
#~ msgstr "Kann CK-Session nicht beziehen."
+
#~ msgid "Cannot set UID on session object."
#~ msgstr "Kann UID für Session-Objekt nicht setzen."
+
#~ msgid "Cannot allocate PolKitAction."
#~ msgstr "Konnte PolKitAction nicht zuordnen."
+
#~ msgid "Cannot set action_id"
#~ msgstr "Kann action_id nicht setzen"
+
#~ msgid "Cannot allocate PolKitContext."
#~ msgstr "Konnte PolKitContext nicht zuordnen."
+
#~ msgid "Cannot initialize PolKitContext: %s"
#~ msgstr "Konnte PolKitContext nicht initialisieren: %s"
+
#~ msgid "Could not determine whether caller is authorized: %s"
#~ msgstr "Autorisierung des Callers konnte nicht sichergestellt werden: %s"
+
#~ msgid "Cannot obtain auth: %s"
#~ msgstr "Keine Authorisierung erhalten: %s"
+
#~ msgid "PolicyKit responded with '%s'"
#~ msgstr "PolicyKit antwortete mit '%s'"
@@ -2280,35 +2369,46 @@ msgstr "PulseAudio Sound Server"
#~ msgstr ""
#~ "Hochprioritäts-Terminierung () (negative Unix nice level) für den "
#~ "PulseAudio-Dienst"
+
#~ msgid "Real-time scheduling for the PulseAudio daemon"
#~ msgstr "Echtzeit-Terminierung des PulseAudio-Daemon"
+
#~ msgid ""
#~ "System policy prevents PulseAudio from acquiring high-priority scheduling."
#~ msgstr ""
#~ "System-Richtlinien verhindert PulseAudio beim Erlangen des high-priority "
#~ "scheduling."
+
#~ msgid ""
#~ "System policy prevents PulseAudio from acquiring real-time scheduling."
#~ msgstr ""
#~ "System-Richtlinien verhindert PulseAudio beim Erlangen der Echtzeit-"
#~ "Terminierung."
+
#~ msgid "read() failed: %s\n"
#~ msgstr "read() fehlgeschlagen: %s\n"
+
#~ msgid "pa_context_connect() failed: %s\n"
#~ msgstr "pa_context_connect() fehlgeschlagen: %s\n"
+
#~ msgid "We're in the group '%s', allowing high-priority scheduling."
#~ msgstr ""
#~ "Wir befinden uns in der Gruppe '%s', was Scheduling höchster Priorität "
#~ "ermöglicht."
+
#~ msgid "We're in the group '%s', allowing real-time scheduling."
#~ msgstr ""
#~ "Wir befinden uns in der Gruppe '%s', was Echtzeit-Scheduling ermöglicht."
+
#~ msgid "PolicyKit grants us acquire-high-priority privilege."
#~ msgstr "Richtlinien gewähren das Recht aquire-high-priority."
+
#~ msgid "PolicyKit refuses acquire-high-priority privilege."
#~ msgstr "Richtlinien verweigern das Recht acquire-high-priority."
+
#~ msgid "PolicyKit grants us acquire-real-time privilege."
#~ msgstr "Richtlinien gewähren das Recht aquire-real-time."
+
#~ msgid "PolicyKit refuses acquire-real-time privilege."
#~ msgstr "Richtlinien verweigern das Recht acquire-real-time."
@@ -2327,55 +2427,79 @@ msgstr "PulseAudio Sound Server"
#~ "' und PolicyKit verweigern diese Rechte. Verwerfe SUID wieder.\n"
#~ "Erlangen Sie die den Richtlinien entsprechenden Rechte, um Echtzeit-"
#~ "Scheduling zu aktivieren oder werden Sie Mitglied der Gruppe '"
+
#~ msgid ""
#~ "High-priority scheduling enabled in configuration but not allowed by "
#~ "policy."
#~ msgstr "Scheduling höchster Priorität konfiguriert, jedoch nicht erlaubt."
+
#~ msgid "Successfully increased RLIMIT_RTPRIO"
#~ msgstr "RLIMIT_RTPRIO erfolgreich erhöht"
+
#~ msgid "RLIMIT_RTPRIO failed: %s"
#~ msgstr "RLIMIT_RTPRIO fehlgeschlagen: %s"
+
#~ msgid "Giving up CAP_NICE"
#~ msgstr "Verwerfe CAP_NICE"
+
#~ msgid ""
#~ "Real-time scheduling enabled in configuration but not allowed by policy."
#~ msgstr "Echtzeit-Scheduling konfiguriert, jedoch nicht erlaubt."
+
#~ msgid "Limited capabilities successfully to CAP_SYS_NICE."
#~ msgstr "Fähigkeiten erfolgreich auf CAP_SYS_NICE reduziert."
+
#~ msgid "time_new() failed.\n"
#~ msgstr "time_new() fehlgeschlagen.\n"
+
#~ msgid "Analog Mono"
#~ msgstr "Analog Mono"
+
#~ msgid "Analog Stereo"
#~ msgstr "Analog Stereo"
+
#~ msgid "Digital Stereo (IEC958)"
#~ msgstr "Digital Stereo (IEC958)"
+
#~ msgid "Digital Stereo (HDMI)"
#~ msgstr "Digital Stereo (HDMI)"
+
#~ msgid "Analog Surround 4.0"
#~ msgstr "Analog Surround 4.0"
+
#~ msgid "Digital Surround 4.0 (IEC958/AC3)"
#~ msgstr "Digital Surround 4.0 (IEC958/AC3)"
+
#~ msgid "Analog Surround 4.1"
#~ msgstr "Analog Surround 4.1"
+
#~ msgid "Analog Surround 5.0"
#~ msgstr "Analog Surround 5.0"
+
#~ msgid "Analog Surround 5.1"
#~ msgstr "Analog Surround 5.1"
+
#~ msgid "Digital Surround 5.1 (IEC958/AC3)"
#~ msgstr "Digital Surround 5.1 (IEC958/AC3)"
+
#~ msgid "Analog Surround 7.1"
#~ msgstr "Analog Surround 7.1"
+
#~ msgid "Output %s + Input %s"
#~ msgstr "Ausgabe %s + Eingabe %s"
+
#~ msgid "Input %s"
#~ msgstr "Eingang %s"
+
#~ msgid "Stream successfully created\n"
#~ msgstr "Stream erfolgreich erzeugt\n"
+
#~ msgid "Stream errror: %s\n"
#~ msgstr "Stream-Fehler: %s\n"
+
#~ msgid "Connection established.\n"
#~ msgstr "Verbindung hergestellt.\n"
+
#~ msgid ""
#~ "%s [options] [FILE]\n"
#~ "\n"
@@ -2412,6 +2536,7 @@ msgstr "PulseAudio Sound Server"
#~ " --volume=VOLUME Initiale (lineare) Lautstärke "
#~ "zwischen 0...65536\n"
#~ " --channel-map=CHANNELMAP Diese Kanalzuordnung nutzen\n"
+
#~ msgid ""
#~ "paplay %s\n"
#~ "Compiled with libpulse %s\n"
@@ -2420,12 +2545,16 @@ msgstr "PulseAudio Sound Server"
#~ "paplay %s\n"
#~ "Kompliert mit libpulse %s\n"
#~ "Gelinkt mit libpulse %s\n"
+
#~ msgid "Invalid channel map\n"
#~ msgstr "Ungültige Kanal-Zuweisung\n"
+
#~ msgid "Failed to open file '%s'\n"
#~ msgstr "Ãffnen der Datei '%s' fehlgeschlagen\n"
+
#~ msgid "Channel map doesn't match file.\n"
#~ msgstr "Kanal-Zuweisung stimmt mit Datei nicht überein.\n"
+
#~ msgid "Using sample spec '%s'\n"
#~ msgstr "Sampling-Angabe '%s' wird benutzt\n"
@@ -2439,22 +2568,29 @@ msgstr "PulseAudio Sound Server"
#~ "Konfiguration fordert Aufruf der SUID root und Echtzeit-Scheduling "
#~ "höchster Priorität. Allerdings fehlen die nötigen Rechte:\n"
#~ "Wir befinden uns nicht in der Gruppe '"
+
#~ msgid "--log-time boolean argument"
#~ msgstr "--log-time erfordert bool'schen Wert"
+
#~ msgid ""
#~ "', or increase the RLIMIT_NICE/RLIMIT_RTPRIO resource limits for this "
#~ "user."
#~ msgstr ""
#~ "' oder erhöhen sie die RLIMIT_NICE/RLIMIT_RTPRIO-Ressourcenbegrenzungen "
#~ "für diesen Nutzer."
+
#~ msgid "Default sink name (%s) does not exist in name register."
#~ msgstr "Vorgabename für Sink (%s) existiert nicht im Namensregister."
+
#~ msgid "Buffer overrun, dropping incoming data\n"
#~ msgstr "Pufferüberlauf, verwerfe eingehende Daten\n"
+
#~ msgid "pa_stream_drop() failed: %s\n"
#~ msgstr "pa_stream_drop() fehlgeschlagen: %s\n"
+
#~ msgid "muted"
#~ msgstr "stumm"
+
#~ msgid ""
#~ "*** Autoload Entry #%u ***\n"
#~ "Name: %s\n"
@@ -2467,10 +2603,12 @@ msgstr "PulseAudio Sound Server"
#~ "Typ: %s\n"
#~ "Modul: %s\n"
#~ "Argument: %s\n"
+
#~ msgid "sink"
#~ msgstr "Sink"
+
#~ msgid "source"
#~ msgstr "Quelle"
+
#~ msgid "socketpair(): %s"
#~ msgstr "socketpair(): %s"
-
diff --git a/po/el.po b/po/el.po
index 2db0db5..43a8a46 100644
--- a/po/el.po
+++ b/po/el.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: el\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-09-11 01:26+0200\n"
+"POT-Creation-Date: 2009-09-18 22:17+0200\n"
"PO-Revision-Date: 2008-08-22 19:40+0300\n"
"Last-Translator: Dimitris Glezos <dimitris at glezos.com>\n"
"Language-Team: Greek <fedora-trans-el at redhat.com>\n"
@@ -226,7 +226,7 @@ msgstr ""
msgid "fork() failed: %s"
msgstr ""
-#: ../src/daemon/main.c:641 ../src/utils/pacat.c:504
+#: ../src/daemon/main.c:641 ../src/utils/pacat.c:508
#, c-format
msgid "read() failed: %s"
msgstr ""
@@ -1050,7 +1050,7 @@ msgstr ""
msgid "waitpid(): %s"
msgstr ""
-#: ../src/pulse/context.c:1435
+#: ../src/pulse/context.c:1438
#, c-format
msgid "Received message for unknown extension '%s'"
msgstr ""
@@ -1171,50 +1171,50 @@ msgstr ""
msgid "pa_stream_new() failed: %s"
msgstr ""
-#: ../src/utils/pacat.c:446
+#: ../src/utils/pacat.c:450
#, c-format
msgid "pa_stream_connect_playback() failed: %s"
msgstr ""
-#: ../src/utils/pacat.c:452
+#: ../src/utils/pacat.c:456
#, c-format
msgid "pa_stream_connect_record() failed: %s"
msgstr ""
-#: ../src/utils/pacat.c:466 ../src/utils/pactl.c:857
+#: ../src/utils/pacat.c:470 ../src/utils/pactl.c:857
#, c-format
msgid "Connection failure: %s"
msgstr ""
-#: ../src/utils/pacat.c:499
+#: ../src/utils/pacat.c:503
msgid "Got EOF."
msgstr ""
-#: ../src/utils/pacat.c:536
+#: ../src/utils/pacat.c:540
#, c-format
msgid "write() failed: %s"
msgstr ""
-#: ../src/utils/pacat.c:557
+#: ../src/utils/pacat.c:561
msgid "Got signal, exiting."
msgstr ""
-#: ../src/utils/pacat.c:571
+#: ../src/utils/pacat.c:575
#, fuzzy, c-format
msgid "Failed to get latency: %s"
msgstr "ÎÏοÏÏ
Ïία εÏÏεÏÎ·Ï ÏÏήÏÏη '%s'."
-#: ../src/utils/pacat.c:576
+#: ../src/utils/pacat.c:580
#, c-format
msgid "Time: %0.3f sec; Latency: %0.0f usec."
msgstr ""
-#: ../src/utils/pacat.c:595
+#: ../src/utils/pacat.c:599
#, c-format
msgid "pa_stream_update_timing_info() failed: %s"
msgstr ""
-#: ../src/utils/pacat.c:605
+#: ../src/utils/pacat.c:609
#, c-format
msgid ""
"%s [options]\n"
@@ -1274,7 +1274,7 @@ msgid ""
" --list-file-formats List available file formats.\n"
msgstr ""
-#: ../src/utils/pacat.c:727
+#: ../src/utils/pacat.c:731
#, c-format
msgid ""
"pacat %s\n"
@@ -1282,125 +1282,125 @@ msgid ""
"Linked with libpulse %s\n"
msgstr ""
-#: ../src/utils/pacat.c:760 ../src/utils/pactl.c:953
+#: ../src/utils/pacat.c:764 ../src/utils/pactl.c:953
#, c-format
msgid "Invalid client name '%s'"
msgstr ""
-#: ../src/utils/pacat.c:775
+#: ../src/utils/pacat.c:779
#, c-format
msgid "Invalid stream name '%s'"
msgstr ""
-#: ../src/utils/pacat.c:812
+#: ../src/utils/pacat.c:816
#, c-format
msgid "Invalid channel map '%s'"
msgstr ""
-#: ../src/utils/pacat.c:841
+#: ../src/utils/pacat.c:845
#, c-format
msgid "Invalid latency specification '%s'"
msgstr ""
-#: ../src/utils/pacat.c:848
+#: ../src/utils/pacat.c:852
#, c-format
msgid "Invalid process time specification '%s'"
msgstr ""
-#: ../src/utils/pacat.c:860
+#: ../src/utils/pacat.c:864
#, c-format
msgid "Invalid property '%s'"
msgstr ""
-#: ../src/utils/pacat.c:877
+#: ../src/utils/pacat.c:881
#, c-format
msgid "Unknown file format %s."
msgstr ""
-#: ../src/utils/pacat.c:896
+#: ../src/utils/pacat.c:900
msgid "Invalid sample specification"
msgstr ""
-#: ../src/utils/pacat.c:906
+#: ../src/utils/pacat.c:910
#, c-format
msgid "open(): %s"
msgstr ""
-#: ../src/utils/pacat.c:911
+#: ../src/utils/pacat.c:915
#, c-format
msgid "dup2(): %s"
msgstr ""
-#: ../src/utils/pacat.c:918
+#: ../src/utils/pacat.c:922
msgid "Too many arguments."
msgstr ""
-#: ../src/utils/pacat.c:929
+#: ../src/utils/pacat.c:933
msgid "Failed to generate sample specification for file."
msgstr ""
-#: ../src/utils/pacat.c:949
+#: ../src/utils/pacat.c:953
msgid "Failed to open audio file."
msgstr ""
-#: ../src/utils/pacat.c:955
+#: ../src/utils/pacat.c:959
msgid ""
"Warning: specified sample specification will be overwritten with "
"specification from file."
msgstr ""
-#: ../src/utils/pacat.c:958 ../src/utils/pactl.c:997
+#: ../src/utils/pacat.c:962 ../src/utils/pactl.c:997
msgid "Failed to determine sample specification from file."
msgstr ""
-#: ../src/utils/pacat.c:967
+#: ../src/utils/pacat.c:971
msgid "Warning: Failed to determine channel map from file."
msgstr ""
-#: ../src/utils/pacat.c:978
+#: ../src/utils/pacat.c:982
msgid "Channel map doesn't match sample specification"
msgstr ""
-#: ../src/utils/pacat.c:989
+#: ../src/utils/pacat.c:993
msgid "Warning: failed to write channel map to file."
msgstr ""
-#: ../src/utils/pacat.c:1004
+#: ../src/utils/pacat.c:1008
#, c-format
msgid ""
"Opening a %s stream with sample specification '%s' and channel map '%s'."
msgstr ""
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "recording"
msgstr ""
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "playback"
msgstr ""
-#: ../src/utils/pacat.c:1031 ../src/utils/pactl.c:1267
+#: ../src/utils/pacat.c:1035 ../src/utils/pactl.c:1267
msgid "pa_mainloop_new() failed."
msgstr ""
-#: ../src/utils/pacat.c:1050
+#: ../src/utils/pacat.c:1054
msgid "io_new() failed."
msgstr ""
-#: ../src/utils/pacat.c:1057 ../src/utils/pactl.c:1279
+#: ../src/utils/pacat.c:1061 ../src/utils/pactl.c:1279
msgid "pa_context_new() failed."
msgstr ""
-#: ../src/utils/pacat.c:1065 ../src/utils/pactl.c:1285
+#: ../src/utils/pacat.c:1069 ../src/utils/pactl.c:1285
#, c-format
msgid "pa_context_connect() failed: %s"
msgstr ""
-#: ../src/utils/pacat.c:1071
+#: ../src/utils/pacat.c:1075
msgid "pa_context_rttime_new() failed."
msgstr ""
-#: ../src/utils/pacat.c:1078 ../src/utils/pactl.c:1290
+#: ../src/utils/pacat.c:1082 ../src/utils/pactl.c:1290
msgid "pa_mainloop_run() failed."
msgstr ""
diff --git a/po/es.po b/po/es.po
index f195975..62a3af5 100644
--- a/po/es.po
+++ b/po/es.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PulseAudio\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-09-11 08:37+0000\n"
+"POT-Creation-Date: 2009-09-18 22:17+0200\n"
"PO-Revision-Date: 2009-09-11 08:40-0300\n"
"Last-Translator: Domingo Becker <domingobecker at gmail.com>\n"
"Language-Team: Fedora Spanish <fedora-trans-es at redhat.com>\n"
@@ -18,8 +18,7 @@ msgstr ""
"X-Poedit-Language: Spanish\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../src/modules/alsa/alsa-util.c:858
-#: ../src/pulsecore/sink.c:2629
+#: ../src/modules/alsa/alsa-util.c:858 ../src/pulsecore/sink.c:2629
#, c-format
msgid "%s %s"
msgstr "%s %s"
@@ -27,29 +26,41 @@ msgstr "%s %s"
#: ../src/modules/alsa/alsa-util.c:1106
#, c-format
msgid ""
-"snd_pcm_avail() returned a value that is exceptionally large: %lu bytes (%lu ms).\n"
-"Most likely this is a bug in the ALSA driver '%s'. Please report this issue to the ALSA developers."
+"snd_pcm_avail() returned a value that is exceptionally large: %lu bytes (%lu "
+"ms).\n"
+"Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
+"to the ALSA developers."
msgstr ""
-"snd_pcm_avail() devolvió un valor que es excepcionalmente grande: %lu bytes (%lu ms).\n"
-"Lo más probable es que sea un error del controlador ALSA '%s'. Por favor, informe ésto a los desarrolladores de ALSA."
+"snd_pcm_avail() devolvió un valor que es excepcionalmente grande: %lu bytes "
+"(%lu ms).\n"
+"Lo más probable es que sea un error del controlador ALSA '%s'. Por favor, "
+"informe ésto a los desarrolladores de ALSA."
#: ../src/modules/alsa/alsa-util.c:1147
#, c-format
msgid ""
-"snd_pcm_delay() returned a value that is exceptionally large: %li bytes (%s%lu ms).\n"
-"Most likely this is a bug in the ALSA driver '%s'. Please report this issue to the ALSA developers."
+"snd_pcm_delay() returned a value that is exceptionally large: %li bytes (%s%"
+"lu ms).\n"
+"Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
+"to the ALSA developers."
msgstr ""
-"snd_pcm_delay() devolvió un valor que es excepcionalmente grande: %li bytes (%s%lu ms).\n"
-"Lo más probable es que sea un error del controlador ALSA '%s'. Por favor, informe ésto a los desarrolladores de ALSA."
+"snd_pcm_delay() devolvió un valor que es excepcionalmente grande: %li bytes "
+"(%s%lu ms).\n"
+"Lo más probable es que sea un error del controlador ALSA '%s'. Por favor, "
+"informe ésto a los desarrolladores de ALSA."
#: ../src/modules/alsa/alsa-util.c:1194
#, c-format
msgid ""
-"snd_pcm_mmap_begin() returned a value that is exceptionally large: %lu bytes (%lu ms).\n"
-"Most likely this is a bug in the ALSA driver '%s'. Please report this issue to the ALSA developers."
+"snd_pcm_mmap_begin() returned a value that is exceptionally large: %lu bytes "
+"(%lu ms).\n"
+"Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
+"to the ALSA developers."
msgstr ""
-"snd_pcm_mmap_begin() devolvió un valor que es excepcionalmente grande: %lu bytes (%lu ms).\n"
-"Lo más probable es que sea un error del controlador ALSA '%s'. Por favor, informe ésto a los desarrolladores de ALSA."
+"snd_pcm_mmap_begin() devolvió un valor que es excepcionalmente grande: %lu "
+"bytes (%lu ms).\n"
+"Lo más probable es que sea un error del controlador ALSA '%s'. Por favor, "
+"informe ésto a los desarrolladores de ALSA."
#: ../src/modules/module-always-sink.c:39
msgid "Always keeps at least one sink loaded even if it's a null one"
@@ -64,8 +75,19 @@ msgid "Virtual LADSPA sink"
msgstr "Sumidero virtual LADSPA"
#: ../src/modules/module-ladspa-sink.c:53
-msgid "sink_name=<name for the sink> sink_properties=<properties for the sink> master=<name of sink to filter> format=<sample format> rate=<sample rate> channels=<number of channels> channel_map=<channel map> plugin=<ladspa plugin name> label=<ladspa plugin label> control=<comma seperated list of input control values>"
-msgstr "sink_name=<nombre para el sumidero> sink_properties=<propiedades para el sumidero> master=<nombre del sumidero a filtrar> format=<formato de ejemplo> rate=<tasa de ejemplo> channels=<cantidad de canaless> channel_map=<mapeo de canales> plugin=<nombre del complemento ladspa> label=<etiqueta del complemento ladspa> control=<lista separada por comas de valores de control de entrada>"
+msgid ""
+"sink_name=<name for the sink> sink_properties=<properties for the sink> "
+"master=<name of sink to filter> format=<sample format> rate=<sample rate> "
+"channels=<number of channels> channel_map=<channel map> plugin=<ladspa "
+"plugin name> label=<ladspa plugin label> control=<comma seperated list of "
+"input control values>"
+msgstr ""
+"sink_name=<nombre para el sumidero> sink_properties=<propiedades para el "
+"sumidero> master=<nombre del sumidero a filtrar> format=<formato de ejemplo> "
+"rate=<tasa de ejemplo> channels=<cantidad de canaless> channel_map=<mapeo de "
+"canales> plugin=<nombre del complemento ladspa> label=<etiqueta del "
+"complemento ladspa> control=<lista separada por comas de valores de control "
+"de entrada>"
#: ../src/modules/module-null-sink.c:55
msgid "Clocked NULL sink"
@@ -129,8 +151,7 @@ msgstr "GID del usuario '%s' y del grupo '%s' no son similares."
msgid "Home directory of user '%s' is not '%s', ignoring."
msgstr "El directorio de inicio del usuario '%s' no es '%s', ignorando."
-#: ../src/daemon/main.c:208
-#: ../src/daemon/main.c:213
+#: ../src/daemon/main.c:208 ../src/daemon/main.c:213
#, c-format
msgid "Failed to create '%s': %s"
msgstr "Falló al crear '%s': %s"
@@ -182,8 +203,12 @@ msgid "Failed to kill daemon: %s"
msgstr "No se ha podido detener el demonio: %s"
#: ../src/daemon/main.c:566
-msgid "This program is not intended to be run as root (unless --system is specified)."
-msgstr "Este programa no tiene por qué ser ejecutado como root (a menos que --system sea especificado)."
+msgid ""
+"This program is not intended to be run as root (unless --system is "
+"specified)."
+msgstr ""
+"Este programa no tiene por qué ser ejecutado como root (a menos que --system "
+"sea especificado)."
#: ../src/daemon/main.c:568
msgid "Root privileges required."
@@ -195,19 +220,24 @@ msgstr "--start no está soportado para las instancias del sistema."
#: ../src/daemon/main.c:578
msgid "Running in system mode, but --disallow-exit not set!"
-msgstr "Ejecutándose en modo de sistema, ¡pero no se ha configurado --disallow-exit! "
+msgstr ""
+"Ejecutándose en modo de sistema, ¡pero no se ha configurado --disallow-exit! "
#: ../src/daemon/main.c:581
msgid "Running in system mode, but --disallow-module-loading not set!"
-msgstr "Ejecutándose en modo de sistema, ¡pero no se ha configurado --disallow-module-loading!"
+msgstr ""
+"Ejecutándose en modo de sistema, ¡pero no se ha configurado --disallow-"
+"module-loading!"
#: ../src/daemon/main.c:584
msgid "Running in system mode, forcibly disabling SHM mode!"
-msgstr "Ejecutándose en modo de sistema, ¡desactivando forzadamente el modo SHM!"
+msgstr ""
+"Ejecutándose en modo de sistema, ¡desactivando forzadamente el modo SHM!"
#: ../src/daemon/main.c:589
msgid "Running in system mode, forcibly disabling exit idle time!"
-msgstr "Ejecutándose en modo de sistema, ¡desactivando forzadamente exit idle time!"
+msgstr ""
+"Ejecutándose en modo de sistema, ¡desactivando forzadamente exit idle time!"
#: ../src/daemon/main.c:616
msgid "Failed to acquire stdio."
@@ -223,8 +253,7 @@ msgstr "Falló el pipe: %s"
msgid "fork() failed: %s"
msgstr "Falló el fork(): %s"
-#: ../src/daemon/main.c:641
-#: ../src/utils/pacat.c:504
+#: ../src/daemon/main.c:641 ../src/utils/pacat.c:508
#, c-format
msgid "read() failed: %s"
msgstr "Falló la operación read(): %s"
@@ -336,13 +365,20 @@ msgstr "Ejecutándose en modo de sistema: %s"
#: ../src/daemon/main.c:787
msgid ""
-"OK, so you are running PA in system mode. Please note that you most likely shouldn't be doing that.\n"
-"If you do it nonetheless then it's your own fault if things don't work as expected.\n"
-"Please read http://pulseaudio.org/wiki/WhatIsWrongWithSystemMode for an explanation why system mode is usually a bad idea."
+"OK, so you are running PA in system mode. Please note that you most likely "
+"shouldn't be doing that.\n"
+"If you do it nonetheless then it's your own fault if things don't work as "
+"expected.\n"
+"Please read http://pulseaudio.org/wiki/WhatIsWrongWithSystemMode for an "
+"explanation why system mode is usually a bad idea."
msgstr ""
-"Bien, o sea que está ejecutando PA en modo de sistema. Por favor entienda que, en general, no deberÃa estar haciéndolo.\n"
-"Si insiste en seguir utilizando este modo, será debido a su propio accionar que las cosas no funcionen como se esperaba.\n"
-"Por favor lea http://pulseaudio.org/wiki/WhatIsWrongWithSystemMod para obtener una explicación acerca de por qué es una mala idea utilizar el modo sistema."
+"Bien, o sea que está ejecutando PA en modo de sistema. Por favor entienda "
+"que, en general, no deberÃa estar haciéndolo.\n"
+"Si insiste en seguir utilizando este modo, será debido a su propio accionar "
+"que las cosas no funcionen como se esperaba.\n"
+"Por favor lea http://pulseaudio.org/wiki/WhatIsWrongWithSystemMod para "
+"obtener una explicación acerca de por qué es una mala idea utilizar el modo "
+"sistema."
#: ../src/daemon/main.c:804
msgid "pa_pid_file_create() failed."
@@ -350,11 +386,17 @@ msgstr "Ha fallado pa_pid_file_create()."
#: ../src/daemon/main.c:814
msgid "Fresh high-resolution timers available! Bon appetit!"
-msgstr "¡Existen cronómetros de alta resolución fresquitos y disponibles! ¡Bon appetit!"
+msgstr ""
+"¡Existen cronómetros de alta resolución fresquitos y disponibles! ¡Bon "
+"appetit!"
#: ../src/daemon/main.c:816
-msgid "Dude, your kernel stinks! The chef's recommendation today is Linux with high-resolution timers enabled!"
-msgstr "¡Amigo, su kernel deja mucho que desear! ¡El plato que hoy recomienda el chef es Linux con cronómetros de alta resolución activados! "
+msgid ""
+"Dude, your kernel stinks! The chef's recommendation today is Linux with high-"
+"resolution timers enabled!"
+msgstr ""
+"¡Amigo, su kernel deja mucho que desear! ¡El plato que hoy recomienda el "
+"chef es Linux con cronómetros de alta resolución activados! "
#: ../src/daemon/main.c:839
msgid "pa_core_new() failed."
@@ -366,7 +408,9 @@ msgstr "Fallo al intentar iniciar el demonio."
#: ../src/daemon/main.c:904
msgid "Daemon startup without any loaded modules, refusing to work."
-msgstr "El demonio se ha iniciado sin ningún módulo cargado, y por ello se niega a funcionar."
+msgstr ""
+"El demonio se ha iniciado sin ningún módulo cargado, y por ello se niega a "
+"funcionar."
#: ../src/daemon/main.c:921
msgid "Daemon startup complete."
@@ -391,37 +435,48 @@ 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 (only returns exit code)\n"
+" --check Check for a running daemon (only "
+"returns exit code)\n"
"\n"
"OPTIONS:\n"
" --system[=BOOL] Run as system-wide instance\n"
" -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"
-" --log-meta[=BOOL] Include code location in log messages\n"
+" --log-meta[=BOOL] Include code location in log "
+"messages\n"
" --log-time[=BOOL] Include timestamps in log messages\n"
" --log-backtrace=FRAMES Include a backtrace in log messages\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"
@@ -432,10 +487,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"
@@ -446,50 +503,78 @@ msgstr ""
" -h, --help Muestra esta ayuda\n"
" --version Muestra la versión\n"
" --dump-conf Vuelca la configuración por defecto\n"
-" --dump-modules Vuelca una lista de múdulos disponibles\n"
-" --dump-resample-methods Vuelca los métodos disponibles de remuestreo\n"
-" --cleanup-shm Limpia los segmentos de memoria compartidos\n"
-" --start Inicia el demonio, si es que aún no está funcionando\n"
+" --dump-modules Vuelca una lista de múdulos "
+"disponibles\n"
+" --dump-resample-methods Vuelca los métodos disponibles de "
+"remuestreo\n"
+" --cleanup-shm Limpia los segmentos de memoria "
+"compartidos\n"
+" --start Inicia el demonio, si es que aún no "
+"está funcionando\n"
" -k --kill Detiene a un demonio funcionando\n"
-" --check Verifica qué demonios están funcionando\n"
+" --check Verifica qué demonios están "
+"funcionando\n"
"\n"
"OPCIONES:\n"
-" --system[=BOOL] Se ejecuta como unica instancia a nivel del sistema\n"
-" -D, --daemonize[=BOOL] Se convierte en demonio luego de iniciarse\n"
+" --system[=BOOL] Se ejecuta como unica instancia a "
+"nivel del sistema\n"
+" -D, --daemonize[=BOOL] Se convierte en demonio luego de "
+"iniciarse\n"
" --fail[=BOOL] Se cierra cuando falla el inicio\n"
-" --high-priority[=BOOL] Trata de establecer un nivel de nice alto\n"
-" (sólo disponible como root, cuando el SUID o\n"
+" --high-priority[=BOOL] Trata de establecer un nivel de nice "
+"alto\n"
+" (sólo disponible como root, cuando "
+"el SUID o\n"
" con RLIMIT_NICE) elevado\n"
-" --realtime[=BOOL] Trata de activar planificación en tiempo real\n"
-" (sólo disponible como root, cuando el SUID o\n"
+" --realtime[=BOOL] Trata de activar planificación en "
+"tiempo real\n"
+" (sólo disponible como root, cuando "
+"el SUID o\n"
" con RLIMIT_RTPRIO) elevado\n"
-" --disallow-module-loading[=BOOL] No permite la carga/descarga del módulo por el usuario\n"
+" --disallow-module-loading[=BOOL] No permite la carga/descarga del "
+"módulo por el usuario\n"
" después que se haya iniciado\n"
-" --disallow-exit[=BOOL] No permite la petición del usuario de abandonar el programa\n"
-" --exit-idle-time=SECS Desactiva un demonio cuando está ocioso y\n"
-" ha transcurrido esta cantidad de tiempo\n"
-" --module-idle-time=SECS Descarga modulos que se han cargado automáticamente cuando están ociosos y\n"
-" ha transcurrido esta cantidad de tiempo\n"
-" --scache-idle-time=SECS Descarga muestras cargadas automáticamente cuando están\n"
-" ociosos y ha transcurrido esta cantidad de tiempo\n"
-" --log-level[=LEVEL] Aumenta o define el grado de salida a utilizar\n"
+" --disallow-exit[=BOOL] No permite la petición del usuario "
+"de abandonar el programa\n"
+" --exit-idle-time=SECS Desactiva un demonio cuando está "
+"ocioso y\n"
+" ha transcurrido esta cantidad de "
+"tiempo\n"
+" --module-idle-time=SECS Descarga modulos que se han cargado "
+"automáticamente cuando están ociosos y\n"
+" ha transcurrido esta cantidad de "
+"tiempo\n"
+" --scache-idle-time=SECS Descarga muestras cargadas "
+"automáticamente cuando están\n"
+" ociosos y ha transcurrido esta "
+"cantidad de tiempo\n"
+" --log-level[=LEVEL] Aumenta o define el grado de salida "
+"a utilizar\n"
" -v Aumenta el grado de salida\n"
" --log-target={auto,syslog,stderr} Especifica el destino del log\n"
-" -p, --dl-search-path=PATH Establece la ruta de búsqueda (search path) para complementos\n"
+" -p, --dl-search-path=PATH Establece la ruta de búsqueda "
+"(search path) para complementos\n"
" (plugins) compartidos\n"
-" --resample-method=METHOD Utiliza un método de remuestreo especÃfico\n"
-" (Ver en --dump-resample-methods los valores posibles)\n"
+" --resample-method=METHOD Utiliza un método de remuestreo "
+"especÃfico\n"
+" (Ver en --dump-resample-methods los "
+"valores posibles)\n"
" --use-pid-file[=BOOL] Crea el archivo PID\n"
-" --no-cpu-limit[=BOOL] No instala un limitador de carga de CPU en\n"
+" --no-cpu-limit[=BOOL] No instala un limitador de carga de "
+"CPU en\n"
" plataformas que lo soporten.\n"
-" --disable-shm[=BOOL] Deshabilita el soporte para memoria compartida.\n"
+" --disable-shm[=BOOL] Deshabilita el soporte para memoria "
+"compartida.\n"
"\n"
"SCRIPT DE INICIO:\n"
-" -L, --load=\"ARGUMENTOS DEL MODULO\" Carga el módulo complemento con los parámetros dados\n"
+" -L, --load=\"ARGUMENTOS DEL MODULO\" Carga el módulo complemento con los "
+"parámetros dados\n"
" -F, --file=FILENAME Ejecuta el script especificado\n"
-" -C Abre una lÃnea de comando en el TTY actual después de iniciar\n"
+" -C Abre una lÃnea de comando en el TTY "
+"actual después de iniciar\n"
"\n"
-" -n No carga el archivo script predeterminado\n"
+" -n No carga el archivo script "
+"predeterminado\n"
#: ../src/daemon/cmdline.c:247
msgid "--daemonize expects boolean argument"
@@ -500,8 +585,13 @@ msgid "--fail expects boolean argument"
msgstr "--fail espera un argumento booleano"
#: ../src/daemon/cmdline.c:264
-msgid "--log-level expects log level argument (either numeric in range 0..4 or one of debug, info, notice, warn, error)."
-msgstr "--log-level espera un argumento en el nivel del log (ya sea numérico, que caiga en el rango de 0..4; ya sea uno de debug, info, notice, warn, o error). "
+msgid ""
+"--log-level expects log level argument (either numeric in range 0..4 or one "
+"of debug, info, notice, warn, error)."
+msgstr ""
+"--log-level espera un argumento en el nivel del log (ya sea numérico, que "
+"caiga en el rango de 0..4; ya sea uno de debug, info, notice, warn, o "
+"error). "
#: ../src/daemon/cmdline.c:276
msgid "--high-priority expects boolean argument"
@@ -663,8 +753,12 @@ msgid "Failed to open configuration file: %s"
msgstr "No se pudo abrir el archivo de configuración: %s"
#: ../src/daemon/daemon-conf.c:562
-msgid "The specified default channel map has a different number of channels than the specified default number of channels."
-msgstr "El mapa de canal predeterminado especificado tiene un número de canales distinto al especificado como predeterminado."
+msgid ""
+"The specified default channel map has a different number of channels than "
+"the specified default number of channels."
+msgstr ""
+"El mapa de canal predeterminado especificado tiene un número de canales "
+"distinto al especificado como predeterminado."
#: ../src/daemon/daemon-conf.c:638
#, c-format
@@ -683,8 +777,7 @@ msgstr "Sistema de Sonido PulseAudio"
msgid "Start the PulseAudio Sound System"
msgstr "Iniciar el Sistema de Sonido PulseAudio"
-#: ../src/pulse/channelmap.c:105
-#: ../src/pulse/channelmap.c:757
+#: ../src/pulse/channelmap.c:105 ../src/pulse/channelmap.c:757
msgid "Mono"
msgstr "Mono"
@@ -888,12 +981,9 @@ msgstr "Posterior izquierdo superior"
msgid "Top Rear Right"
msgstr "Posterior derecho superior"
-#: ../src/pulse/channelmap.c:484
-#: ../src/pulse/sample.c:170
-#: ../src/pulse/volume.c:295
-#: ../src/pulse/volume.c:321
-#: ../src/pulse/volume.c:341
-#: ../src/pulse/volume.c:371
+#: ../src/pulse/channelmap.c:484 ../src/pulse/sample.c:170
+#: ../src/pulse/volume.c:295 ../src/pulse/volume.c:321
+#: ../src/pulse/volume.c:341 ../src/pulse/volume.c:371
msgid "(invalid)"
msgstr "(inválido)"
@@ -1054,8 +1144,7 @@ msgstr "%0.1f KiB"
msgid "%u B"
msgstr "%u B"
-#: ../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() falló"
@@ -1082,7 +1171,7 @@ msgstr "fork(): %s"
msgid "waitpid(): %s"
msgstr "waitpid(:) %s"
-#: ../src/pulse/context.c:1435
+#: ../src/pulse/context.c:1438
#, c-format
msgid "Received message for unknown extension '%s'"
msgstr "Se ha recibido un mensaje para una extensión desconocida '%s'"
@@ -1115,8 +1204,7 @@ msgstr "pa_stream_write() falló: %s"
msgid "pa_stream_begin_write() failed: %s"
msgstr "pa_stream_write() falló: %s"
-#: ../src/utils/pacat.c:237
-#: ../src/utils/pacat.c:267
+#: ../src/utils/pacat.c:237 ../src/utils/pacat.c:267
#, c-format
msgid "pa_stream_peek() failed: %s"
msgstr "pa_stream_peek() falló: %s"
@@ -1204,51 +1292,50 @@ msgstr "Conexión establecida.%s"
msgid "pa_stream_new() failed: %s"
msgstr "pa_stream_new() falló: %s"
-#: ../src/utils/pacat.c:446
+#: ../src/utils/pacat.c:450
#, c-format
msgid "pa_stream_connect_playback() failed: %s"
msgstr "pa_stream_connect_playback() falló: %s"
-#: ../src/utils/pacat.c:452
+#: ../src/utils/pacat.c:456
#, c-format
msgid "pa_stream_connect_record() failed: %s"
msgstr "pa_stream_connect_record() falló: %s"
-#: ../src/utils/pacat.c:466
-#: ../src/utils/pactl.c:857
+#: ../src/utils/pacat.c:470 ../src/utils/pactl.c:857
#, c-format
msgid "Connection failure: %s"
msgstr "Error en la conexión: %s"
-#: ../src/utils/pacat.c:499
+#: ../src/utils/pacat.c:503
msgid "Got EOF."
msgstr "Se tiene EOF."
-#: ../src/utils/pacat.c:536
+#: ../src/utils/pacat.c:540
#, c-format
msgid "write() failed: %s"
msgstr "write() falló: %s"
-#: ../src/utils/pacat.c:557
+#: ../src/utils/pacat.c:561
msgid "Got signal, exiting."
msgstr "Hay señal, saliendo (exiting)."
-#: ../src/utils/pacat.c:571
+#: ../src/utils/pacat.c:575
#, c-format
msgid "Failed to get latency: %s"
msgstr "No se pudo obtener latencia: %s"
-#: ../src/utils/pacat.c:576
+#: ../src/utils/pacat.c:580
#, c-format
msgid "Time: %0.3f sec; Latency: %0.0f usec."
msgstr "Tiempo: %0.3f seg; Latencia: %0.0f useg."
-#: ../src/utils/pacat.c:595
+#: ../src/utils/pacat.c:599
#, c-format
msgid "pa_stream_update_timing_info() failed: %s"
msgstr "pa_stream_update_timing_info() falló: %s"
-#: ../src/utils/pacat.c:605
+#: ../src/utils/pacat.c:609
#, c-format
msgid ""
"%s [options]\n"
@@ -1261,29 +1348,48 @@ 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, s32le, s32be, s24le, s24be,\n"
-" s24-32le, s24-32be (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, "
+"s24le, s24be,\n"
+" s24-32le, s24-32be (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"
-" --property=PROPERTY=VALUE Set the specified property to the specified value.\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"
+" --property=PROPERTY=VALUE Set the specified property to the "
+"specified value.\n"
" --raw Record/play raw PCM data.\n"
" --file-format=FFORMAT Record/play formatted PCM data.\n"
" --list-file-formats List available file formats.\n"
@@ -1296,35 +1402,58 @@ msgstr ""
" -r, --record Crea una conexión para grabar\n"
" -p, --playback Create a connection for playback\n"
"\n"
-" -v, --verbose Habilita operaciones con vocabulario más detallado\n"
+" -v, --verbose Habilita operaciones con vocabulario "
+"más detallado\n"
"\n"
-" -s, --server=SERVER El nombre del servidor con el que conectarse\n"
-" -d, --device=DEVICE El nombre del sumidero/fuente a la que conectarse\n"
-" -n, --client-name=NAME Cómo llamar a este cliente en el servidor\n"
-" --stream-name=NAME Cómo llamar a este flujo en el servidor\n"
-" --volume=VOLUME Especifica el salida inicial (linear) de volumen dentro del rango 0...65536\n"
-" --rate=SAMPLERATE Tasa de muestra en Hz (establecida en 44100 por defecto)\n"
-" --format=SAMPLEFORMAT El tipo de ejemplo, alguno entre s16le, s16be, u8, float32le,\n"
-" float32be, ulaw, alaw, s32le, s32be (establecido en s16ne por defecto)\n"
-" --channels=CHANNELS La cantidad de canales, 1 para mono, 2 para stereo\n"
+" -s, --server=SERVER El nombre del servidor con el que "
+"conectarse\n"
+" -d, --device=DEVICE El nombre del sumidero/fuente a la "
+"que conectarse\n"
+" -n, --client-name=NAME Cómo llamar a este cliente en el "
+"servidor\n"
+" --stream-name=NAME Cómo llamar a este flujo en el "
+"servidor\n"
+" --volume=VOLUME Especifica el salida inicial "
+"(linear) de volumen dentro del rango 0...65536\n"
+" --rate=SAMPLERATE Tasa de muestra en Hz (establecida "
+"en 44100 por defecto)\n"
+" --format=SAMPLEFORMAT El tipo de ejemplo, alguno entre "
+"s16le, s16be, u8, float32le,\n"
+" float32be, ulaw, alaw, s32le, s32be "
+"(establecido en s16ne por defecto)\n"
+" --channels=CHANNELS La cantidad de canales, 1 para mono, "
+"2 para stereo\n"
" (establecido en 2 por defecto)\n"
-" --channel-map=CHANNELMAP Mapeo de canales a ser usado en lugar del establecido por defecto\n"
-" --fix-format Obtener el formato de ejemplo desde el sumidero al que el flujo\n"
+" --channel-map=CHANNELMAP Mapeo de canales a ser usado en "
+"lugar del establecido por defecto\n"
+" --fix-format Obtener el formato de ejemplo desde "
+"el sumidero al que el flujo\n"
" se ha conectado.\n"
-" --fix-rate Obtiene la tasa de ejemplo desde el destino al que el flujo\n"
+" --fix-rate Obtiene la tasa de ejemplo desde el "
+"destino al que el flujo\n"
" se ha conectado.\n"
-" --fix-channels Obtener el mapa y la cantidad de canales\n"
-" desde el sumidero al que el flujo se ha conectado.\n"
-" --no-remix No realiza un upmix o un downmix de los canales.\n"
-" --no-remap Mapea canales por Ãndices en lugar de por nombres.\n"
-" --latency=BYTES Solicita la latencia especificada en bytes.\n"
-" --process-time=BYTES Solicita los procesos de tiempo por pedido especificados en bytes.\n"
-" --property=PROPERTY=VALUE Estabelce la propiedad especificada al valor especificado.\n"
-" --raw Graba/reproduce datos PCM con formato raw.\n"
-" --file-format=FFORMAT Graba/reproduce datos PCM formateados.\n"
-" --list-file-formats Muestra una lista con los formatos de archivo disponibles.\n"
-
-#: ../src/utils/pacat.c:727
+" --fix-channels Obtener el mapa y la cantidad de "
+"canales\n"
+" desde el sumidero al que el flujo se "
+"ha conectado.\n"
+" --no-remix No realiza un upmix o un downmix de "
+"los canales.\n"
+" --no-remap Mapea canales por Ãndices en lugar "
+"de por nombres.\n"
+" --latency=BYTES Solicita la latencia especificada en "
+"bytes.\n"
+" --process-time=BYTES Solicita los procesos de tiempo por "
+"pedido especificados en bytes.\n"
+" --property=PROPERTY=VALUE Estabelce la propiedad especificada "
+"al valor especificado.\n"
+" --raw Graba/reproduce datos PCM con "
+"formato raw.\n"
+" --file-format=FFORMAT Graba/reproduce datos PCM "
+"formateados.\n"
+" --list-file-formats Muestra una lista con los formatos "
+"de archivo disponibles.\n"
+
+#: ../src/utils/pacat.c:731
#, c-format
msgid ""
"pacat %s\n"
@@ -1335,128 +1464,129 @@ msgstr ""
"Compilado con libpulse %s\n"
"Linkeado con libpulse %s\n"
-#: ../src/utils/pacat.c:760
-#: ../src/utils/pactl.c:953
+#: ../src/utils/pacat.c:764 ../src/utils/pactl.c:953
#, c-format
msgid "Invalid client name '%s'"
msgstr "Nombre de cliente '%s' inválido"
-#: ../src/utils/pacat.c:775
+#: ../src/utils/pacat.c:779
#, c-format
msgid "Invalid stream name '%s'"
msgstr "Nombre de flujo '%s' inválido"
-#: ../src/utils/pacat.c:812
+#: ../src/utils/pacat.c:816
#, c-format
msgid "Invalid channel map '%s'"
msgstr "Mapa de canales '%s' inválido"
-#: ../src/utils/pacat.c:841
+#: ../src/utils/pacat.c:845
#, c-format
msgid "Invalid latency specification '%s'"
msgstr "Especificación de latencia '%s' inválida"
-#: ../src/utils/pacat.c:848
+#: ../src/utils/pacat.c:852
#, c-format
msgid "Invalid process time specification '%s'"
msgstr "Especificación de tiempo de proceso '%s' inválida"
-#: ../src/utils/pacat.c:860
+#: ../src/utils/pacat.c:864
#, c-format
msgid "Invalid property '%s'"
msgstr "Propiedad '%s' inválida"
-#: ../src/utils/pacat.c:877
+#: ../src/utils/pacat.c:881
#, c-format
msgid "Unknown file format %s."
msgstr "Formato de archivo desconocido %s."
-#: ../src/utils/pacat.c:896
+#: ../src/utils/pacat.c:900
msgid "Invalid sample specification"
msgstr "Especificación de muestra inválida"
-#: ../src/utils/pacat.c:906
+#: ../src/utils/pacat.c:910
#, c-format
msgid "open(): %s"
msgstr "open() %s"
-#: ../src/utils/pacat.c:911
+#: ../src/utils/pacat.c:915
#, c-format
msgid "dup2(): %s"
msgstr "dup2(): %s"
-#: ../src/utils/pacat.c:918
+#: ../src/utils/pacat.c:922
msgid "Too many arguments."
msgstr "Demasiados argumentos."
-#: ../src/utils/pacat.c:929
+#: ../src/utils/pacat.c:933
msgid "Failed to generate sample specification for file."
msgstr "Falló al generar especificación de ejemplo para el archivo."
-#: ../src/utils/pacat.c:949
+#: ../src/utils/pacat.c:953
msgid "Failed to open audio file."
msgstr "Falló al abrir el archivo de sonido."
-#: ../src/utils/pacat.c:955
-msgid "Warning: specified sample specification will be overwritten with specification from file."
-msgstr "Aviso: el ejemplo de especificación indicado será sobreescrito con las especificaciones del archivo."
+#: ../src/utils/pacat.c:959
+msgid ""
+"Warning: specified sample specification will be overwritten with "
+"specification from file."
+msgstr ""
+"Aviso: el ejemplo de especificación indicado será sobreescrito con las "
+"especificaciones del archivo."
-#: ../src/utils/pacat.c:958
-#: ../src/utils/pactl.c:997
+#: ../src/utils/pacat.c:962 ../src/utils/pactl.c:997
msgid "Failed to determine sample specification from file."
msgstr "Falló al determinar especificación de ejemplo del archivo."
-#: ../src/utils/pacat.c:967
+#: ../src/utils/pacat.c:971
msgid "Warning: Failed to determine channel map from file."
msgstr "Aviso: Falló al determinar el mapeo del canal desde el archivo."
-#: ../src/utils/pacat.c:978
+#: ../src/utils/pacat.c:982
msgid "Channel map doesn't match sample specification"
msgstr "El mapa del canal no se corresponde con la especificación de muestra"
-#: ../src/utils/pacat.c:989
+#: ../src/utils/pacat.c:993
msgid "Warning: failed to write channel map to file."
msgstr "Aviso: Faló al escribir el mapeo del canal en el archivo."
-#: ../src/utils/pacat.c:1004
+#: ../src/utils/pacat.c:1008
#, c-format
-msgid "Opening a %s stream with sample specification '%s' and channel map '%s'."
-msgstr "Abriendo un flujo %s con especificación de muestra '%s' y mapeo de canal '%s'."
+msgid ""
+"Opening a %s stream with sample specification '%s' and channel map '%s'."
+msgstr ""
+"Abriendo un flujo %s con especificación de muestra '%s' y mapeo de canal '%"
+"s'."
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "recording"
msgstr "grabando"
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "playback"
msgstr "playback"
-#: ../src/utils/pacat.c:1031
-#: ../src/utils/pactl.c:1267
+#: ../src/utils/pacat.c:1035 ../src/utils/pactl.c:1267
msgid "pa_mainloop_new() failed."
msgstr "pa_mainloop_new() falló."
-#: ../src/utils/pacat.c:1050
+#: ../src/utils/pacat.c:1054
msgid "io_new() failed."
msgstr "io_new() falló."
-#: ../src/utils/pacat.c:1057
-#: ../src/utils/pactl.c:1279
+#: ../src/utils/pacat.c:1061 ../src/utils/pactl.c:1279
msgid "pa_context_new() failed."
msgstr "pa_context_new() falló."
-#: ../src/utils/pacat.c:1065
-#: ../src/utils/pactl.c:1285
+#: ../src/utils/pacat.c:1069 ../src/utils/pactl.c:1285
#, c-format
msgid "pa_context_connect() failed: %s"
msgstr "pa_context_connect() falló: %s"
-#: ../src/utils/pacat.c:1071
+#: ../src/utils/pacat.c:1075
msgid "pa_context_rttime_new() failed."
msgstr "pa_context_rttime_new() falló."
-#: ../src/utils/pacat.c:1078
-#: ../src/utils/pactl.c:1290
+#: ../src/utils/pacat.c:1082 ../src/utils/pactl.c:1290
msgid "pa_mainloop_run() failed."
msgstr "pa_mainloop_run() falló."
@@ -1507,14 +1637,16 @@ 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 ""
"%s [opciones] ... \n"
"\n"
" -h, --help Muestra esta ayuda\n"
" --version Muestra la versión\n"
-" -s, --server=SERVER El nombre del servidor con el que conectarse\n"
+" -s, --server=SERVER El nombre del servidor con el que "
+"conectarse\n"
"\n"
#: ../src/utils/pasuspender.c:248
@@ -1556,7 +1688,9 @@ msgstr "Actualmente en uso: %u bloques conteniendo %s bytes en total.\n"
#: ../src/utils/pactl.c:144
#, c-format
msgid "Allocated during whole lifetime: %u blocks containing %s bytes total.\n"
-msgstr "Ubicados durante a lo largo del tiempo: %u bloques conteniendo %s bytes en total.\n"
+msgstr ""
+"Ubicados durante a lo largo del tiempo: %u bloques conteniendo %s bytes en "
+"total.\n"
#: ../src/utils/pactl.c:147
#, c-format
@@ -1635,14 +1769,12 @@ msgstr ""
"\tPropiedades:\n"
"\t\t%s\n"
-#: ../src/utils/pactl.c:268
-#: ../src/utils/pactl.c:360
+#: ../src/utils/pactl.c:268 ../src/utils/pactl.c:360
#, c-format
msgid "\tPorts:\n"
msgstr "\tPuertos:\n"
-#: ../src/utils/pactl.c:274
-#: ../src/utils/pactl.c:366
+#: ../src/utils/pactl.c:274 ../src/utils/pactl.c:366
#, c-format
msgid "\tActive Port: %s\n"
msgstr "\tPuerto Activo: %s\n"
@@ -1691,18 +1823,10 @@ msgstr ""
"\tPropiedades:\n"
"\t\t%s\n"
-#: ../src/utils/pactl.c:345
-#: ../src/utils/pactl.c:401
-#: ../src/utils/pactl.c:436
-#: ../src/utils/pactl.c:473
-#: ../src/utils/pactl.c:532
-#: ../src/utils/pactl.c:533
-#: ../src/utils/pactl.c:543
-#: ../src/utils/pactl.c:587
-#: ../src/utils/pactl.c:588
-#: ../src/utils/pactl.c:594
-#: ../src/utils/pactl.c:637
-#: ../src/utils/pactl.c:638
+#: ../src/utils/pactl.c:345 ../src/utils/pactl.c:401 ../src/utils/pactl.c:436
+#: ../src/utils/pactl.c:473 ../src/utils/pactl.c:532 ../src/utils/pactl.c:533
+#: ../src/utils/pactl.c:543 ../src/utils/pactl.c:587 ../src/utils/pactl.c:588
+#: ../src/utils/pactl.c:594 ../src/utils/pactl.c:637 ../src/utils/pactl.c:638
#: ../src/utils/pactl.c:645
msgid "n/a"
msgstr "n/a"
@@ -1893,8 +2017,7 @@ msgstr ""
"\tPropiedades:\n"
"\t\t%s\n"
-#: ../src/utils/pactl.c:653
-#: ../src/utils/pactl.c:663
+#: ../src/utils/pactl.c:653 ../src/utils/pactl.c:663
#, c-format
msgid "Failure: %s"
msgstr "Falla: %s"
@@ -1940,8 +2063,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 ""
"%s [opciones] stat\n"
"%s [opciones] list\n"
@@ -1968,8 +2093,10 @@ msgstr ""
" -h, --help Muestra esta ayuda\n"
" --version Muestra la versión\n"
"\n"
-" -s, --server=SERVER El nombre del servidor al que conectarse\n"
-" -n, --client-name=NAME El nombre de este cliente en el servidor\n"
+" -s, --server=SERVER El nombre del servidor al que "
+"conectarse\n"
+" -n, --client-name=NAME El nombre de este cliente en el "
+"servidor\n"
#: ../src/utils/pactl.c:933
#, c-format
@@ -1992,7 +2119,9 @@ msgstr "Error al intentar abrir el archivo de sonido."
#: ../src/utils/pactl.c:1004
msgid "Warning: Failed to determine sample specification from file."
-msgstr "Aviso: Falló al intentar determinar especificación de la muestra desde el archivo."
+msgstr ""
+"Aviso: Falló al intentar determinar especificación de la muestra desde el "
+"archivo."
#: ../src/utils/pactl.c:1014
msgid "You have to specify a sample name to play"
@@ -2019,12 +2148,19 @@ msgid "You have to specify a module index"
msgstr "Debe especificar un Ãndice de módulo"
#: ../src/utils/pactl.c:1090
-msgid "You may not specify more than one sink. You have to specify a boolean value."
-msgstr "No puede especificar más de un sumidero. Tiene que especificar un valor booleano."
+msgid ""
+"You may not specify more than one sink. You have to specify a boolean value."
+msgstr ""
+"No puede especificar más de un sumidero. Tiene que especificar un valor "
+"booleano."
#: ../src/utils/pactl.c:1103
-msgid "You may not specify more than one source. You have to specify a boolean value."
-msgstr "No puede especificar más de una fuente. Tiene que especificar un valor booleano."
+msgid ""
+"You may not specify more than one source. You have to specify a boolean "
+"value."
+msgstr ""
+"No puede especificar más de una fuente. Tiene que especificar un valor "
+"booleano."
#: ../src/utils/pactl.c:1115
msgid "You have to specify a card name/index and a profile name"
@@ -2042,12 +2178,9 @@ msgstr "Debe especificar un nombre/Ãndice de fuente y un nombre de puerto"
msgid "You have to specify a sink name/index and a volume"
msgstr "Debe especificar un nombre/Ãndice de sumidero y el volumen"
-#: ../src/utils/pactl.c:1154
-#: ../src/utils/pactl.c:1171
-#: ../src/utils/pactl.c:1193
-#: ../src/utils/pactl.c:1209
-#: ../src/utils/pactl.c:1226
-#: ../src/utils/pactl.c:1248
+#: ../src/utils/pactl.c:1154 ../src/utils/pactl.c:1171
+#: ../src/utils/pactl.c:1193 ../src/utils/pactl.c:1209
+#: ../src/utils/pactl.c:1226 ../src/utils/pactl.c:1248
msgid "Invalid volume specification"
msgstr "Especificación de volumen inválida"
@@ -2073,7 +2206,8 @@ msgstr "Debe especificar un nombre/Ãndice de fuente y un booleano para mudo"
#: ../src/utils/pactl.c:1238
msgid "You have to specify a sink input index and a mute boolean"
-msgstr "Debe especificar un Ãndice de entrada a sumidero y un booleano para mudo"
+msgstr ""
+"Debe especificar un Ãndice de entrada a sumidero y un booleano para mudo"
#: ../src/utils/pactl.c:1243
msgid "Invalid sink input index specification"
@@ -2090,14 +2224,17 @@ 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 ""
"%s [-D display] [-S server] [-O sink] [-I source] [-c file] [-d|-e|-i|-r]\n"
"\n"
-" -d Muestra los datos actuales de PulseAudio asociados en un display X11 (por defecto)\n"
+" -d Muestra los datos actuales de PulseAudio asociados en un display X11 "
+"(por defecto)\n"
" -e Exporta los datos locales de PulseAudio a un display X11\n"
-" -i Importa los datos de PulseAudio de un display X11 hacia las variables del entorno local y el archivo de cookies.\n"
+" -i Importa los datos de PulseAudio de un display X11 hacia las variables "
+"del entorno local y el archivo de cookies.\n"
" -r Elimina todo dato de PulseAudio de un display X11\n"
#: ../src/utils/pax11publish.c:94
@@ -2162,7 +2299,9 @@ msgstr "Aún no se ha implementado.\n"
#: ../src/utils/pacmd.c:69
msgid "No PulseAudio daemon running, or not running as session daemon."
-msgstr "El demonio PulseAudio no está ejecutándose, o no se está ejecutando como un demonio de sesión."
+msgstr ""
+"El demonio PulseAudio no está ejecutándose, o no se está ejecutando como un "
+"demonio de sesión."
#: ../src/utils/pacmd.c:74
#, c-format
@@ -2187,46 +2326,53 @@ msgstr "El demonio no responde."
msgid "poll(): %s"
msgstr "poll(): %s"
-#: ../src/utils/pacmd.c:171
-#: ../src/utils/pacmd.c:188
+#: ../src/utils/pacmd.c:171 ../src/utils/pacmd.c:188
#, c-format
msgid "read(): %s"
msgstr "read(): %s"
-#: ../src/utils/pacmd.c:207
-#: ../src/utils/pacmd.c:223
+#: ../src/utils/pacmd.c:207 ../src/utils/pacmd.c:223
#, c-format
msgid "write(): %s"
msgstr "write(): %s"
-#: ../src/pulsecore/lock-autospawn.c:136
-#: ../src/pulsecore/lock-autospawn.c:219
+#: ../src/pulsecore/lock-autospawn.c:136 ../src/pulsecore/lock-autospawn.c:219
msgid "Cannot access autospawn lock."
msgstr "No se puede acceder al candado de autogeneración."
-#: ../src/modules/alsa/alsa-sink.c:530
-#: ../src/modules/alsa/alsa-sink.c:689
+#: ../src/modules/alsa/alsa-sink.c:530 ../src/modules/alsa/alsa-sink.c:689
#, c-format
msgid ""
-"ALSA woke us up to write new data to the device, but there was actually nothing to write!\n"
-"Most likely this is a bug in the ALSA driver '%s'. Please report this issue to the ALSA developers.\n"
-"We were woken up with POLLOUT set -- however a subsequent snd_pcm_avail() returned 0 or another value < min_avail."
+"ALSA woke us up to write new data to the device, but there was actually "
+"nothing to write!\n"
+"Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
+"to the ALSA developers.\n"
+"We were woken up with POLLOUT set -- however a subsequent snd_pcm_avail() "
+"returned 0 or another value < min_avail."
msgstr ""
-"ALSA nos despertó para escribir nuevos datos al dispositivo, ¡pero en realidad no hay nada para escribir!\n"
-"Probablemente sea un error en el controlador ALSA '%s'. Por favor, informe esto a los desarrolladores de ALSA.\n"
-"Nos despertaron con POLLOUT puesto -- sin embargo, una llamada a snd_pcm_avail() devolvió 0 u otro valor < min_avail."
+"ALSA nos despertó para escribir nuevos datos al dispositivo, ¡pero en "
+"realidad no hay nada para escribir!\n"
+"Probablemente sea un error en el controlador ALSA '%s'. Por favor, informe "
+"esto a los desarrolladores de ALSA.\n"
+"Nos despertaron con POLLOUT puesto -- sin embargo, una llamada a "
+"snd_pcm_avail() devolvió 0 u otro valor < min_avail."
-#: ../src/modules/alsa/alsa-source.c:506
-#: ../src/modules/alsa/alsa-source.c:656
+#: ../src/modules/alsa/alsa-source.c:506 ../src/modules/alsa/alsa-source.c:656
#, c-format
msgid ""
-"ALSA woke us up to read new data from the device, but there was actually nothing to read!\n"
-"Most likely this is a bug in the ALSA driver '%s'. Please report this issue to the ALSA developers.\n"
-"We were woken up with POLLIN set -- however a subsequent snd_pcm_avail() returned 0 or another value < min_avail."
+"ALSA woke us up to read new data from the device, but there was actually "
+"nothing to read!\n"
+"Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
+"to the ALSA developers.\n"
+"We were woken up with POLLIN set -- however a subsequent snd_pcm_avail() "
+"returned 0 or another value < min_avail."
msgstr ""
-"ALSA nos despertó para leer nuevos datos desde el dispositivo, ¡pero en realidad no hay nada para leer!\n"
-"Lo más probable es que sea un error del controlador ALSA '%s'. Por favor, informe esto a los desarrolladores de ALSA.\n"
-"Nos despertaron con POLLIN puesto -- sin embargo, una llamada a snd_pcm_avail() devolvió 0 u otro valor < min_avail."
+"ALSA nos despertó para leer nuevos datos desde el dispositivo, ¡pero en "
+"realidad no hay nada para leer!\n"
+"Lo más probable es que sea un error del controlador ALSA '%s'. Por favor, "
+"informe esto a los desarrolladores de ALSA.\n"
+"Nos despertaron con POLLIN puesto -- sin embargo, una llamada a snd_pcm_avail"
+"() devolvió 0 u otro valor < min_avail."
#: ../src/modules/alsa/module-alsa-card.c:152
#: ../src/modules/bluetooth/module-bluetooth-device.c:2228
@@ -2251,70 +2397,97 @@ msgstr "Servidor de Sonido PulseAudio"
#~ msgid "Invalid client name '%s'\n"
#~ msgstr "Nombre de cliente inválido '%s'\n"
+
#~ msgid "Failed to determine sample specification from file.\n"
#~ msgstr ""
#~ "Error al intentar determinar especificación de ejemplo del archivo.\n"
+
#~ msgid "select(): %s"
#~ msgstr "select(): %s"
+
#~ msgid "Cannot connect to system bus: %s"
#~ msgstr "No se puede conectar al bus del sistema: %s"
+
#~ msgid "Cannot get caller from PID: %s"
#~ msgstr "No se puede obtener el llamador desde el PID: %s"
+
#~ msgid "Cannot set UID on caller object."
#~ msgstr "No se puede poner UID en el objeto llamador."
+
#~ msgid "Failed to get CK session."
#~ msgstr "Falló al obtener sesión CK."
+
#~ msgid "Cannot set UID on session object."
#~ msgstr "No se puede poner UID en el objeto de sesión."
+
#~ msgid "Cannot allocate PolKitAction."
#~ msgstr "No se puede asignar PolKitAction."
+
#~ msgid "Cannot set action_id"
#~ msgstr "No se pudo poner action_id"
+
#~ msgid "Cannot allocate PolKitContext."
#~ msgstr "No se pudo asignar PolKitContext."
+
#~ msgid "Cannot initialize PolKitContext: %s"
#~ msgstr "No se pudo inicializar PolKitContext: %s"
+
#~ msgid "Could not determine whether caller is authorized: %s"
#~ msgstr "No se pudo determinar si el llamador está autorizado: %s"
+
#~ msgid "Cannot obtain auth: %s"
#~ msgstr "No se pudo obtener auth: %s"
+
#~ msgid "PolicyKit responded with '%s'"
#~ msgstr "PolicyKit respondió con '%s'"
+
#~ msgid ""
#~ "High-priority scheduling (negative Unix nice level) for the PulseAudio "
#~ "daemon"
#~ msgstr ""
#~ "Planificación de alta prioridad (nivel Unix negativo) para el demonio "
#~ "PulseAudio"
+
#~ msgid "Real-time scheduling for the PulseAudio daemon"
#~ msgstr "Planificación de tiempo real para el demonio de PulseAudio."
+
#~ msgid ""
#~ "System policy prevents PulseAudio from acquiring high-priority scheduling."
#~ msgstr ""
#~ "Las polÃticas del sistema impidieron a PulseAudio adquirir la "
#~ "planificación de alta prioridad."
+
#~ msgid ""
#~ "System policy prevents PulseAudio from acquiring real-time scheduling."
#~ msgstr ""
#~ "Las polÃticas del sistema impidieron a PulseAudio adquirir la "
#~ "planificación de tiempo real."
+
#~ msgid "read() failed: %s\n"
#~ msgstr "read() falló: %s\n"
+
#~ msgid "pa_context_connect() failed: %s\n"
#~ msgstr "pa_context_connect() falló: %s\n"
+
#~ msgid "We're in the group '%s', allowing high-priority scheduling."
#~ msgstr ""
#~ "Estamos en el grupo '%s', permitiendo planificación de prioridad alta."
+
#~ msgid "We're in the group '%s', allowing real-time scheduling."
#~ msgstr "Estamos en el grupo '%s', permitiendo planificación en tiempo real."
+
#~ msgid "PolicyKit grants us acquire-high-priority privilege."
#~ msgstr "PolicyKit garantiza que se obtenga el privilegio de alta prioridad."
+
#~ msgid "PolicyKit refuses acquire-high-priority privilege."
#~ msgstr "PolicyKit se niega a dar acceso al privilegio de alta prioridad."
+
#~ msgid "PolicyKit grants us acquire-real-time privilege."
#~ msgstr "PolicyKit garantiza el acceso al privilegio de tiempo real."
+
#~ msgid "PolicyKit refuses acquire-real-time privilege."
#~ msgstr "PolicyKit se niega a dar acceso al privilegio de tiempo real."
+
#~ msgid ""
#~ "Called SUID root and real-time and/or high-priority scheduling was "
#~ "requested in the configuration. However, we lack the necessary "
@@ -2336,59 +2509,83 @@ msgstr "Servidor de Sonido PulseAudio"
#~ "adquiera los privilegios apropiados en PolicyKit, o hágase miembro de '%"
#~ "s', o aumente los lÃmites del recurso RLIMIT_NICE/RLIMIT_RTPRIO para este "
#~ "usuario."
+
#~ msgid ""
#~ "High-priority scheduling enabled in configuration but not allowed by "
#~ "policy."
#~ msgstr ""
#~ "Está habilitadada la planificación de prioridad alta, pero no están "
#~ "permitidas por la polÃtica."
+
#~ msgid "Successfully increased RLIMIT_RTPRIO"
#~ msgstr "RLIMIT_RTPRIO incrementado en forma exitosa"
+
#~ msgid "RLIMIT_RTPRIO failed: %s"
#~ msgstr "Fallo en RLIMIT_RTPRIO: %s"
+
#~ msgid "Giving up CAP_NICE"
#~ msgstr "Abandonando CAP_NICE"
+
#~ msgid ""
#~ "Real-time scheduling enabled in configuration but not allowed by policy."
#~ msgstr ""
#~ "Está habilitada la planificación en tiempo real, pero no está permitido "
#~ "por la polÃtica."
+
#~ msgid "Limited capabilities successfully to CAP_SYS_NICE."
#~ msgstr "Capacidades limitadas con éxito para CAP_SYS_NICE-"
+
#~ msgid "time_new() failed.\n"
#~ msgstr "time_new() falló.\n"
+
#~ msgid "Analog Mono"
#~ msgstr "Mono Analógico"
+
#~ msgid "Analog Stereo"
#~ msgstr "Estéreo Analógico"
+
#~ msgid "Digital Stereo (IEC958)"
#~ msgstr "Estéreo Digital (IEC958)"
+
#~ msgid "Digital Stereo (HDMI)"
#~ msgstr "Estéreo Digital (HDMI)"
+
#~ msgid "Analog Surround 4.0"
#~ msgstr "Análogo Envolvente 4.0"
+
#~ msgid "Digital Surround 4.0 (IEC958/AC3)"
#~ msgstr "Digital Envolvente 4.0 (IEC9588/AC3)"
+
#~ msgid "Analog Surround 4.1"
#~ msgstr "Análogo Envolvente 4.1"
+
#~ msgid "Analog Surround 5.0"
#~ msgstr "Análogo Envolvente 5.0"
+
#~ msgid "Analog Surround 5.1"
#~ msgstr "Análogo Envolvente 5.1"
+
#~ msgid "Digital Surround 5.1 (IEC958/AC3)"
#~ msgstr "Digital Envolvente 5.1 (IEC958/AC3)"
+
#~ msgid "Analog Surround 7.1"
#~ msgstr "Análogo Envolvénte 7.1"
+
#~ msgid "Output %s + Input %s"
#~ msgstr "Salida %s + Entrada %s"
+
#~ msgid "Input %s"
#~ msgstr "Entrada %s"
+
#~ msgid "Stream successfully created\n"
#~ msgstr "Se ha creado el flujo exitosamente\n"
+
#~ msgid "Stream errror: %s\n"
#~ msgstr "Error de flujo: %s\n"
+
#~ msgid "Connection established.\n"
#~ msgstr "Conección establecida.\n"
+
#~ msgid ""
#~ "%s [options] [FILE]\n"
#~ "\n"
@@ -2429,6 +2626,7 @@ msgstr "Servidor de Sonido PulseAudio"
#~ "(linear)en el rango de 0...65536\n"
#~ " --channel-map=CHANNELMAP Establece el mapa del canal para "
#~ "el uso\n"
+
#~ msgid ""
#~ "paplay %s\n"
#~ "Compiled with libpulse %s\n"
@@ -2437,12 +2635,16 @@ msgstr "Servidor de Sonido PulseAudio"
#~ "paplay %s\n"
#~ "Compilado con libpulse %s\n"
#~ "Linked con libpulse %s\n"
+
#~ msgid "Invalid channel map\n"
#~ msgstr "Mapa de canal inválido\n"
+
#~ msgid "Failed to open file '%s'\n"
#~ msgstr "Error al intentar abrir el archivo '%s'\n"
+
#~ msgid "Channel map doesn't match file.\n"
#~ msgstr "El mapa del canal no se corresponde con el archivo.\n"
+
#~ msgid "Using sample spec '%s'\n"
#~ msgstr "Utilizando especificaciones de muestra '%s'\n"
@@ -2461,6 +2663,7 @@ msgstr "Servidor de Sonido PulseAudio"
#, fuzzy
#~ msgid "--log-time boolean argument"
#~ msgstr "--disallow-exit argumento booleano"
+
#~ msgid ""
#~ "' and PolicyKit refuse to grant us priviliges. Dropping SUID again.\n"
#~ "For enabling real-time scheduling please acquire the appropriate "
@@ -2469,21 +2672,27 @@ msgstr "Servidor de Sonido PulseAudio"
#~ "' y PolicyKit se niega a darnos privilegios. Abandonando SUID de nuevo.\n"
#~ "Para permitir planificación en tiempo real, por favor adquiera los "
#~ "privilegios de PolicyKit adecuados, o forme parte de '"
+
#~ msgid ""
#~ "', or increase the RLIMIT_NICE/RLIMIT_RTPRIO resource limits for this "
#~ "user."
#~ msgstr ""
#~ "', o incremente los lÃmites del recurso RLIMIT_NICE/RLIMIT_RTPRIO para "
#~ "ese usuario. "
+
#~ msgid "Default sink name (%s) does not exist in name register."
#~ msgstr ""
#~ "El nombre de destino por defecto (%s) no existe en el registro de nombres."
+
#~ msgid "Buffer overrun, dropping incoming data\n"
#~ msgstr "Búfer desbordado, abandonando datos entrantes\n"
+
#~ msgid "pa_stream_drop() failed: %s\n"
#~ msgstr "pa_stream_drop() falló: %s\n"
+
#~ msgid "muted"
#~ msgstr "mudo"
+
#~ msgid ""
#~ "*** Autoload Entry #%u ***\n"
#~ "Name: %s\n"
@@ -2496,8 +2705,9 @@ msgstr "Servidor de Sonido PulseAudio"
#~ "Tipo: %s\n"
#~ "Módulo: %s\n"
#~ "Argumento: %s\n"
+
#~ msgid "sink"
#~ msgstr "destino"
+
#~ msgid "source"
#~ msgstr "fuente"
-
diff --git a/po/fi.po b/po/fi.po
index 818781e..98830f0 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: git trunk\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-09-15 07:47+0000\n"
+"POT-Creation-Date: 2009-09-18 22:17+0200\n"
"PO-Revision-Date: 2009-09-15 13:24+0300\n"
"Last-Translator: Ville-Pekka Vainio <vpivaini at cs.helsinki.fi>\n"
"Language-Team: Finnish <laatu at lokalisointi.org>\n"
@@ -251,7 +251,7 @@ msgstr "putki epäonnistui: %s"
msgid "fork() failed: %s"
msgstr "fork() epäonnistui: %s"
-#: ../src/daemon/main.c:641 ../src/utils/pacat.c:504
+#: ../src/daemon/main.c:641 ../src/utils/pacat.c:508
#, c-format
msgid "read() failed: %s"
msgstr "read() epäonnistui: %s"
@@ -1168,7 +1168,7 @@ msgstr "fork(): %s"
msgid "waitpid(): %s"
msgstr "waitpid(): %s"
-#: ../src/pulse/context.c:1435
+#: ../src/pulse/context.c:1438
#, c-format
msgid "Received message for unknown extension '%s'"
msgstr "Saatiin viesti tuntemattomalle laajennokselle â%sâ"
@@ -1289,50 +1289,50 @@ msgstr "Yhteys muodostettu.%s"
msgid "pa_stream_new() failed: %s"
msgstr "pa_stream_new() epäonnistui: %s"
-#: ../src/utils/pacat.c:446
+#: ../src/utils/pacat.c:450
#, c-format
msgid "pa_stream_connect_playback() failed: %s"
msgstr "pa_stream_connect_playback() epäonnistui: %s"
-#: ../src/utils/pacat.c:452
+#: ../src/utils/pacat.c:456
#, c-format
msgid "pa_stream_connect_record() failed: %s"
msgstr "pa_stream_connect_record() epäonnistui: %s"
-#: ../src/utils/pacat.c:466 ../src/utils/pactl.c:857
+#: ../src/utils/pacat.c:470 ../src/utils/pactl.c:857
#, c-format
msgid "Connection failure: %s"
msgstr "Yhteysvirhe: %s"
-#: ../src/utils/pacat.c:499
+#: ../src/utils/pacat.c:503
msgid "Got EOF."
msgstr "Saatiin EOF."
-#: ../src/utils/pacat.c:536
+#: ../src/utils/pacat.c:540
#, c-format
msgid "write() failed: %s"
msgstr "write() epäonnistui: %s"
-#: ../src/utils/pacat.c:557
+#: ../src/utils/pacat.c:561
msgid "Got signal, exiting."
msgstr "Saatiin signaali, lopetetaan."
-#: ../src/utils/pacat.c:571
+#: ../src/utils/pacat.c:575
#, c-format
msgid "Failed to get latency: %s"
msgstr "Latenssin selvittäminen epäonnistui: %s"
-#: ../src/utils/pacat.c:576
+#: ../src/utils/pacat.c:580
#, c-format
msgid "Time: %0.3f sec; Latency: %0.0f usec."
msgstr "Aika: %0.3f s; Latenssi: %0.0f μs."
-#: ../src/utils/pacat.c:595
+#: ../src/utils/pacat.c:599
#, c-format
msgid "pa_stream_update_timing_info() failed: %s"
msgstr "pa_stream_update_timing_info() epäonnistui: %s"
-#: ../src/utils/pacat.c:605
+#: ../src/utils/pacat.c:609
#, c-format
msgid ""
"%s [options]\n"
@@ -1444,7 +1444,7 @@ msgstr ""
" --list-file-formats Luettele käytettävissä olevat "
"tiedostomuodot.\n"
-#: ../src/utils/pacat.c:727
+#: ../src/utils/pacat.c:731
#, c-format
msgid ""
"pacat %s\n"
@@ -1455,126 +1455,126 @@ msgstr ""
"Käännetty libpulsen versiolle %s\n"
"Linkitetty libpulsen versiolle %s\n"
-#: ../src/utils/pacat.c:760 ../src/utils/pactl.c:953
+#: ../src/utils/pacat.c:764 ../src/utils/pactl.c:953
#, c-format
msgid "Invalid client name '%s'"
msgstr "Virheellinen asiakasohjelman nimi â%sâ"
-#: ../src/utils/pacat.c:775
+#: ../src/utils/pacat.c:779
#, c-format
msgid "Invalid stream name '%s'"
msgstr "Virheellinen virran nimi â%sâ"
-#: ../src/utils/pacat.c:812
+#: ../src/utils/pacat.c:816
#, c-format
msgid "Invalid channel map '%s'"
msgstr "Virheellinen kanavakartta â%sâ"
-#: ../src/utils/pacat.c:841
+#: ../src/utils/pacat.c:845
#, c-format
msgid "Invalid latency specification '%s'"
msgstr "Virheellinen latenssimääritys â%sâ"
-#: ../src/utils/pacat.c:848
+#: ../src/utils/pacat.c:852
#, c-format
msgid "Invalid process time specification '%s'"
msgstr "Virheellinen prosessiajan määritys â%sâ"
-#: ../src/utils/pacat.c:860
+#: ../src/utils/pacat.c:864
#, c-format
msgid "Invalid property '%s'"
msgstr "Virheellinen asetus â%sâ"
-#: ../src/utils/pacat.c:877
+#: ../src/utils/pacat.c:881
#, c-format
msgid "Unknown file format %s."
msgstr "Tuntematon tiedostomuoto %s."
-#: ../src/utils/pacat.c:896
+#: ../src/utils/pacat.c:900
msgid "Invalid sample specification"
msgstr "Virheellinen näytemääritys"
-#: ../src/utils/pacat.c:906
+#: ../src/utils/pacat.c:910
#, c-format
msgid "open(): %s"
msgstr "open(): %s"
-#: ../src/utils/pacat.c:911
+#: ../src/utils/pacat.c:915
#, c-format
msgid "dup2(): %s"
msgstr "dup2(): %s"
-#: ../src/utils/pacat.c:918
+#: ../src/utils/pacat.c:922
msgid "Too many arguments."
msgstr "Liian monta argumenttia."
-#: ../src/utils/pacat.c:929
+#: ../src/utils/pacat.c:933
msgid "Failed to generate sample specification for file."
msgstr "Näytemäärityksen generointi tiedostolle epäonnistui."
-#: ../src/utils/pacat.c:949
+#: ../src/utils/pacat.c:953
msgid "Failed to open audio file."
msgstr "Ãänitiedoston avaaminen epäonnistui."
-#: ../src/utils/pacat.c:955
+#: ../src/utils/pacat.c:959
msgid ""
"Warning: specified sample specification will be overwritten with "
"specification from file."
msgstr ""
"Varoitus: tiedostosta luettava näytemääritys korvaa annetun määrityksen."
-#: ../src/utils/pacat.c:958 ../src/utils/pactl.c:997
+#: ../src/utils/pacat.c:962 ../src/utils/pactl.c:997
msgid "Failed to determine sample specification from file."
msgstr "Näytemäärityksen selvittäminen tiedostosta epäonnistui."
-#: ../src/utils/pacat.c:967
+#: ../src/utils/pacat.c:971
msgid "Warning: Failed to determine channel map from file."
msgstr "Varoitus: Kanavakartan selvittäminen tiedostosta epäonnistui."
-#: ../src/utils/pacat.c:978
+#: ../src/utils/pacat.c:982
msgid "Channel map doesn't match sample specification"
msgstr "Kanavakartta ei vastaa näytemääritystä"
-#: ../src/utils/pacat.c:989
+#: ../src/utils/pacat.c:993
msgid "Warning: failed to write channel map to file."
msgstr "Varoitus: kanavakartan kirjoittaminen tiedostoon epäonnistui."
-#: ../src/utils/pacat.c:1004
+#: ../src/utils/pacat.c:1008
#, c-format
msgid ""
"Opening a %s stream with sample specification '%s' and channel map '%s'."
msgstr "Avataan %svirta näytemäärityksellä â%sâ ja kanavakartalla â%sâ."
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "recording"
msgstr "nauhoitus"
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "playback"
msgstr "toisto"
-#: ../src/utils/pacat.c:1031 ../src/utils/pactl.c:1267
+#: ../src/utils/pacat.c:1035 ../src/utils/pactl.c:1267
msgid "pa_mainloop_new() failed."
msgstr "pa_mainloop_new() epäonnistui."
-#: ../src/utils/pacat.c:1050
+#: ../src/utils/pacat.c:1054
msgid "io_new() failed."
msgstr "io_new() epäonnistui."
-#: ../src/utils/pacat.c:1057 ../src/utils/pactl.c:1279
+#: ../src/utils/pacat.c:1061 ../src/utils/pactl.c:1279
msgid "pa_context_new() failed."
msgstr "pa_context_new() epäonnistui."
-#: ../src/utils/pacat.c:1065 ../src/utils/pactl.c:1285
+#: ../src/utils/pacat.c:1069 ../src/utils/pactl.c:1285
#, c-format
msgid "pa_context_connect() failed: %s"
msgstr "pa_context_connect() epäonnistui: %s"
-#: ../src/utils/pacat.c:1071
+#: ../src/utils/pacat.c:1075
msgid "pa_context_rttime_new() failed."
msgstr "pa_context_new() epäonnistui."
-#: ../src/utils/pacat.c:1078 ../src/utils/pactl.c:1290
+#: ../src/utils/pacat.c:1082 ../src/utils/pactl.c:1290
msgid "pa_mainloop_run() failed."
msgstr "pa_mainloop_run() epäonnistui."
diff --git a/po/fr.po b/po/fr.po
index 359769c..b13d739 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pulseaudio trunk\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-09-11 01:26+0200\n"
+"POT-Creation-Date: 2009-09-18 22:17+0200\n"
"PO-Revision-Date: 2009-04-26 17:22+0200\n"
"Last-Translator: Corentin Perard <corentin.perard at gmail.com>\n"
"Language-Team: French <fedora-trans-fr at redhat.com>\n"
@@ -251,7 +251,7 @@ msgstr "Ãchec du tube : %s"
msgid "fork() failed: %s"
msgstr "Ãchec de fork()Â : %s"
-#: ../src/daemon/main.c:641 ../src/utils/pacat.c:504
+#: ../src/daemon/main.c:641 ../src/utils/pacat.c:508
#, c-format
msgid "read() failed: %s"
msgstr "Ãchec de read()Â : %s"
@@ -1170,7 +1170,7 @@ msgstr "fork()Â : %s"
msgid "waitpid(): %s"
msgstr "waitpid()Â : %s"
-#: ../src/pulse/context.c:1435
+#: ../src/pulse/context.c:1438
#, c-format
msgid "Received message for unknown extension '%s'"
msgstr "Message reçu pour une extension inconnue « %s »"
@@ -1297,47 +1297,47 @@ msgstr "Connection établie.%s \n"
msgid "pa_stream_new() failed: %s"
msgstr "Ãchec de pa_stream_new()Â : %s\n"
-#: ../src/utils/pacat.c:446
+#: ../src/utils/pacat.c:450
#, fuzzy, c-format
msgid "pa_stream_connect_playback() failed: %s"
msgstr "Ãchec de pa_stream_connect_playback()Â : %s\n"
-#: ../src/utils/pacat.c:452
+#: ../src/utils/pacat.c:456
#, fuzzy, c-format
msgid "pa_stream_connect_record() failed: %s"
msgstr "Ãchec de pa_stream_connect_record()Â : %s\n"
-#: ../src/utils/pacat.c:466 ../src/utils/pactl.c:857
+#: ../src/utils/pacat.c:470 ../src/utils/pactl.c:857
#, fuzzy, c-format
msgid "Connection failure: %s"
msgstr "Ãchec lors de la connexion : %s\n"
-#: ../src/utils/pacat.c:499
+#: ../src/utils/pacat.c:503
#, fuzzy
msgid "Got EOF."
msgstr "EOF obtenu.\n"
-#: ../src/utils/pacat.c:536
+#: ../src/utils/pacat.c:540
#, fuzzy, c-format
msgid "write() failed: %s"
msgstr "Ãchec de write()Â : %s\n"
-#: ../src/utils/pacat.c:557
+#: ../src/utils/pacat.c:561
#, fuzzy
msgid "Got signal, exiting."
msgstr "Signal obtenu, fermeture.\n"
-#: ../src/utils/pacat.c:571
+#: ../src/utils/pacat.c:575
#, fuzzy, c-format
msgid "Failed to get latency: %s"
msgstr "Ãchec lors de l'obtention de la latence : %s\n"
-#: ../src/utils/pacat.c:576
+#: ../src/utils/pacat.c:580
#, fuzzy, c-format
msgid "Time: %0.3f sec; Latency: %0.0f usec."
msgstr "Durée : %0.3f s ; Latency : %0.0f µs. \r"
-#: ../src/utils/pacat.c:595
+#: ../src/utils/pacat.c:599
#, fuzzy, c-format
msgid "pa_stream_update_timing_info() failed: %s"
msgstr "Ãchec de pa_stream_update_timing_info()Â : %s\n"
@@ -1345,7 +1345,7 @@ msgstr "Ãchec de pa_stream_update_timing_info()Â : %s\n"
# downmix = par ex. convertir 5 canaux en 2 canaux
# upmixer = par ex. convertir 2 canaux en 5 canaux
# https://bugzilla.redhat.com/show_bug.cgi?id=460798
-#: ../src/utils/pacat.c:605
+#: ../src/utils/pacat.c:609
#, fuzzy, c-format
msgid ""
"%s [options]\n"
@@ -1456,7 +1456,7 @@ msgstr ""
" --process-time=OCTETS Demande le temps de traitement "
"indiqué par requête en octets.\n"
-#: ../src/utils/pacat.c:727
+#: ../src/utils/pacat.c:731
#, c-format
msgid ""
"pacat %s\n"
@@ -1467,139 +1467,139 @@ msgstr ""
"Compilé avec libpulse %s\n"
"Lié avec libpulse %s\n"
-#: ../src/utils/pacat.c:760 ../src/utils/pactl.c:953
+#: ../src/utils/pacat.c:764 ../src/utils/pactl.c:953
#, fuzzy, c-format
msgid "Invalid client name '%s'"
msgstr "Plan des canaux invalide « %s »\n"
-#: ../src/utils/pacat.c:775
+#: ../src/utils/pacat.c:779
#, fuzzy, c-format
msgid "Invalid stream name '%s'"
msgstr "Méthode de rééchantillonnage invalide « %s »."
-#: ../src/utils/pacat.c:812
+#: ../src/utils/pacat.c:816
#, fuzzy, c-format
msgid "Invalid channel map '%s'"
msgstr "Plan des canaux invalide « %s »\n"
-#: ../src/utils/pacat.c:841
+#: ../src/utils/pacat.c:845
#, fuzzy, c-format
msgid "Invalid latency specification '%s'"
msgstr "Spécification de latence invalide « %s »\n"
-#: ../src/utils/pacat.c:848
+#: ../src/utils/pacat.c:852
#, fuzzy, c-format
msgid "Invalid process time specification '%s'"
msgstr "Spécification de temps de traitement invalide « %s »\n"
-#: ../src/utils/pacat.c:860
+#: ../src/utils/pacat.c:864
#, fuzzy, c-format
msgid "Invalid property '%s'"
msgstr "Méthode de rééchantillonnage invalide « %s »."
-#: ../src/utils/pacat.c:877
+#: ../src/utils/pacat.c:881
#, c-format
msgid "Unknown file format %s."
msgstr ""
-#: ../src/utils/pacat.c:896
+#: ../src/utils/pacat.c:900
#, fuzzy
msgid "Invalid sample specification"
msgstr "Spécification d'échantillon invalide\n"
-#: ../src/utils/pacat.c:906
+#: ../src/utils/pacat.c:910
#, fuzzy, c-format
msgid "open(): %s"
msgstr "open()Â : %s\n"
-#: ../src/utils/pacat.c:911
+#: ../src/utils/pacat.c:915
#, fuzzy, c-format
msgid "dup2(): %s"
msgstr "dup2()Â : %s\n"
-#: ../src/utils/pacat.c:918
+#: ../src/utils/pacat.c:922
#, fuzzy
msgid "Too many arguments."
msgstr "Trop de paramètres.\n"
-#: ../src/utils/pacat.c:929
+#: ../src/utils/pacat.c:933
#, fuzzy
msgid "Failed to generate sample specification for file."
msgstr "Ãchec lors de l'obtention des informations de l'échantillon : %s\n"
-#: ../src/utils/pacat.c:949
+#: ../src/utils/pacat.c:953
#, fuzzy
msgid "Failed to open audio file."
msgstr "Ãchec lors de l'ouverture du fichier audio.\n"
-#: ../src/utils/pacat.c:955
+#: ../src/utils/pacat.c:959
#, fuzzy
msgid ""
"Warning: specified sample specification will be overwritten with "
"specification from file."
msgstr "Ouverture d'un flux %s avec une spécification d'échantillon « %s ».\n"
-#: ../src/utils/pacat.c:958 ../src/utils/pactl.c:997
+#: ../src/utils/pacat.c:962 ../src/utils/pactl.c:997
#, fuzzy
msgid "Failed to determine sample specification from file."
msgstr "Ãchec lors de l'obtention des informations de l'échantillon : %s\n"
-#: ../src/utils/pacat.c:967
+#: ../src/utils/pacat.c:971
#, fuzzy
msgid "Warning: Failed to determine channel map from file."
msgstr "Ouverture d'un flux %s avec une spécification d'échantillon « %s ».\n"
-#: ../src/utils/pacat.c:978
+#: ../src/utils/pacat.c:982
#, fuzzy
msgid "Channel map doesn't match sample specification"
msgstr ""
"Le plan des canaux ne correspond pas à la spécification d'échantillon\n"
-#: ../src/utils/pacat.c:989
+#: ../src/utils/pacat.c:993
#, fuzzy
msgid "Warning: failed to write channel map to file."
msgstr "Ouverture d'un flux %s avec une spécification d'échantillon « %s ».\n"
-#: ../src/utils/pacat.c:1004
+#: ../src/utils/pacat.c:1008
#, fuzzy, c-format
msgid ""
"Opening a %s stream with sample specification '%s' and channel map '%s'."
msgstr "Ouverture d'un flux %s avec une spécification d'échantillon « %s ».\n"
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "recording"
msgstr "enregistrement"
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "playback"
msgstr "lecture"
-#: ../src/utils/pacat.c:1031 ../src/utils/pactl.c:1267
+#: ../src/utils/pacat.c:1035 ../src/utils/pactl.c:1267
#, fuzzy
msgid "pa_mainloop_new() failed."
msgstr "Ãchec de pa_mainloop_new().\n"
-#: ../src/utils/pacat.c:1050
+#: ../src/utils/pacat.c:1054
#, fuzzy
msgid "io_new() failed."
msgstr "Ãchec de io_new().\n"
-#: ../src/utils/pacat.c:1057 ../src/utils/pactl.c:1279
+#: ../src/utils/pacat.c:1061 ../src/utils/pactl.c:1279
#, fuzzy
msgid "pa_context_new() failed."
msgstr "Ãchec de pa_context_new().\n"
-#: ../src/utils/pacat.c:1065 ../src/utils/pactl.c:1285
+#: ../src/utils/pacat.c:1069 ../src/utils/pactl.c:1285
#, c-format
msgid "pa_context_connect() failed: %s"
msgstr "Ãchec de pa_context_connect() : %s"
-#: ../src/utils/pacat.c:1071
+#: ../src/utils/pacat.c:1075
#, fuzzy
msgid "pa_context_rttime_new() failed."
msgstr "Ãchec de pa_context_new().\n"
-#: ../src/utils/pacat.c:1078 ../src/utils/pactl.c:1290
+#: ../src/utils/pacat.c:1082 ../src/utils/pactl.c:1290
#, fuzzy
msgid "pa_mainloop_run() failed."
msgstr "Ãchec de pa_mainloop_run().\n"
diff --git a/po/gu.po b/po/gu.po
index 75853bd..88b0e66 100644
--- a/po/gu.po
+++ b/po/gu.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PulseAudio-up\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-09-11 04:41+0000\n"
+"POT-Creation-Date: 2009-09-18 22:17+0200\n"
"PO-Revision-Date: 2009-09-11 13:02+0530\n"
"Last-Translator: Sweta Kothari <swkothar at redhat.com>\n"
"Language-Team: Gujarati\n"
@@ -203,7 +203,8 @@ msgstr "ડિમનનૠમારવાનà«àª નિષà«àª«àª³: %s"
msgid ""
"This program is not intended to be run as root (unless --system is "
"specified)."
-msgstr "ઠપà«àª°àªà«àª°àª¿àª¯àª¾àª¨à« રà«àª તરà«àªà« àªàª²àª¾àªµàªµàª¾ માàªà« વિàªàª¾àª° થયà«àª² નથૠ(નહિઠતૠ--system ઠસà«àªªàª·à«àª થયà«àª² àªà«)."
+msgstr ""
+"ઠપà«àª°àªà«àª°àª¿àª¯àª¾àª¨à« રà«àª તરà«àªà« àªàª²àª¾àªµàªµàª¾ માàªà« વિàªàª¾àª° થયà«àª² નથૠ(નહિઠતૠ--system ઠસà«àªªàª·à«àª થયà«àª² àªà«)."
#: ../src/daemon/main.c:568
msgid "Root privileges required."
@@ -245,7 +246,7 @@ msgstr "પાàªàªª નિષà«àª«àª³: %s"
msgid "fork() failed: %s"
msgstr "fork() નિષà«àª«àª³: %s"
-#: ../src/daemon/main.c:641 ../src/utils/pacat.c:504
+#: ../src/daemon/main.c:641 ../src/utils/pacat.c:508
#, c-format
msgid "read() failed: %s"
msgstr "read() નિષà«àª«àª³: %s"
@@ -731,7 +732,8 @@ msgstr "રà«àªªàª°à«àªàª¾àªàªàª¨ ફાàªàª²àª¨à« àªà«àª²àªµàª¾àª¨à«
msgid ""
"The specified default channel map has a different number of channels than "
"the specified default number of channels."
-msgstr "સà«àªªàª·à«àª થયà«àª² મà«àª³àªà«àª¤ àªà«àª¨àª² મà«àªª પાસૠસà«àªªàª·à«àª થયà«àª² àªà«àª¨àª²à«àª¨à« મà«àª³àªà«àª¤ સàªàªà«àª¯àª¾ àªàª°àª¤àª¾ વિવિધ àªà«àª¨àª²à«àª¨à« સàªàªà«àª¯àª¾ àªà«."
+msgstr ""
+"સà«àªªàª·à«àª થયà«àª² મà«àª³àªà«àª¤ àªà«àª¨àª² મà«àªª પાસૠસà«àªªàª·à«àª થયà«àª² àªà«àª¨àª²à«àª¨à« મà«àª³àªà«àª¤ સàªàªà«àª¯àª¾ àªàª°àª¤àª¾ વિવિધ àªà«àª¨àª²à«àª¨à« સàªàªà«àª¯àª¾ àªà«."
#: ../src/daemon/daemon-conf.c:638
#, c-format
@@ -1144,7 +1146,7 @@ msgstr "fork(): %s"
msgid "waitpid(): %s"
msgstr "waitpid(): %s"
-#: ../src/pulse/context.c:1435
+#: ../src/pulse/context.c:1438
#, c-format
msgid "Received message for unknown extension '%s'"
msgstr "àª
àªà«àªàª¾àª¤ àªàªà«àª¸àªà«àª¨à«àª¶àª¨ '%s' માàªà« મળà«àª² સàªàª¦à«àª¶"
@@ -1265,50 +1267,50 @@ msgstr "àªà«àª¡àª¾àª£ સà«àª¥àª¾àªªàª¿àª¤ થયà«àª² àªà«.%s"
msgid "pa_stream_new() failed: %s"
msgstr "pa_stream_new() નિષà«àª«àª³: %s"
-#: ../src/utils/pacat.c:446
+#: ../src/utils/pacat.c:450
#, c-format
msgid "pa_stream_connect_playback() failed: %s"
msgstr "pa_stream_connect_playback() નિષà«àª«àª³: %s"
-#: ../src/utils/pacat.c:452
+#: ../src/utils/pacat.c:456
#, c-format
msgid "pa_stream_connect_record() failed: %s"
msgstr "pa_stream_connect_record() નિષà«àª«àª³: %s"
-#: ../src/utils/pacat.c:466 ../src/utils/pactl.c:857
+#: ../src/utils/pacat.c:470 ../src/utils/pactl.c:857
#, c-format
msgid "Connection failure: %s"
msgstr "àªà«àª¡àª¾àª£ નિષà«àª«àª³: %s"
-#: ../src/utils/pacat.c:499
+#: ../src/utils/pacat.c:503
msgid "Got EOF."
msgstr "EOF મળà«àª¯à«."
-#: ../src/utils/pacat.c:536
+#: ../src/utils/pacat.c:540
#, c-format
msgid "write() failed: %s"
msgstr "write() નિષà«àª«àª³: %s"
-#: ../src/utils/pacat.c:557
+#: ../src/utils/pacat.c:561
msgid "Got signal, exiting."
msgstr "સàªàªà«àª¤ મળà«àª¯à«àª, બહાર નà«àªàª³à« રહà«àª¯àª¾ àªà«."
-#: ../src/utils/pacat.c:571
+#: ../src/utils/pacat.c:575
#, c-format
msgid "Failed to get latency: %s"
msgstr "àªà«àªªà«àª¤àª¤àª¾ મà«àª³àªµàªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾: %s"
-#: ../src/utils/pacat.c:576
+#: ../src/utils/pacat.c:580
#, c-format
msgid "Time: %0.3f sec; Latency: %0.0f usec."
msgstr "Time: %0.3f sec; Latency: %0.0f usec."
-#: ../src/utils/pacat.c:595
+#: ../src/utils/pacat.c:599
#, c-format
msgid "pa_stream_update_timing_info() failed: %s"
msgstr "pa_stream_update_timing_info() નિષà«àª«àª³: %s"
-#: ../src/utils/pacat.c:605
+#: ../src/utils/pacat.c:609
#, c-format
msgid ""
"%s [options]\n"
@@ -1413,7 +1415,7 @@ msgstr ""
" --file-format=FFORMAT બàªàª§àª¾àª°àª£ થયà«àª² માહિતà«àª¨à« રà«àªà«àª°à«àª¡ àªàª°à«/વàªàª¾àª¡à«.\n"
" --list-file-formats àªàªªàª²à«àª¬àª§ ફાàªàª² બàªàª§àª¾àª°àª£à«àª¨à« યાદà«.\n"
-#: ../src/utils/pacat.c:727
+#: ../src/utils/pacat.c:731
#, c-format
msgid ""
"pacat %s\n"
@@ -1424,124 +1426,125 @@ msgstr ""
"libpulse %s સાથૠàªàª®à«àªªàª¾àªàª² થયà«àª² àªà«\n"
"libpulse %s સાથૠàªàª¡à« થયà«àª² àªà«\n"
-#: ../src/utils/pacat.c:760 ../src/utils/pactl.c:953
+#: ../src/utils/pacat.c:764 ../src/utils/pactl.c:953
#, c-format
msgid "Invalid client name '%s'"
msgstr "àª
યà«àªà«àª¯ àªà«àª²àª¾àªàª¨à«àª નામ '%s'"
-#: ../src/utils/pacat.c:775
+#: ../src/utils/pacat.c:779
#, c-format
msgid "Invalid stream name '%s'"
msgstr "àª
યà«àªà«àª¯ સà«àªà«àª°à«àª® નામ '%s'"
-#: ../src/utils/pacat.c:812
+#: ../src/utils/pacat.c:816
#, c-format
msgid "Invalid channel map '%s'"
msgstr "àª
યà«àªà«àª¯ àªà«àª¨àª² મà«àªª '%s'"
-#: ../src/utils/pacat.c:841
+#: ../src/utils/pacat.c:845
#, c-format
msgid "Invalid latency specification '%s'"
msgstr "àª
યà«àªà«àª¯ àªà«àªªà«àª¤àª¤àª¾ સà«àªªàª·à«àªà«àªàª°àª£ '%s'"
-#: ../src/utils/pacat.c:848
+#: ../src/utils/pacat.c:852
#, c-format
msgid "Invalid process time specification '%s'"
msgstr "àª
યà«àªà«àª¯ પà«àª°àªà«àª°àª¿àª¯àª¾ સમય સà«àªªàª·à«àªà«àªàª°àª£ '%s'"
-#: ../src/utils/pacat.c:860
+#: ../src/utils/pacat.c:864
#, c-format
msgid "Invalid property '%s'"
msgstr "àª
યà«àªà«àª¯ àªà«àª£àª§àª°à«àª® '%s'"
-#: ../src/utils/pacat.c:877
+#: ../src/utils/pacat.c:881
#, c-format
msgid "Unknown file format %s."
msgstr "àª
àªà«àªàª¾àª¤ ફાàªàª² બàªàª§àª¾àª°àª£ %s."
-#: ../src/utils/pacat.c:896
+#: ../src/utils/pacat.c:900
msgid "Invalid sample specification"
msgstr "àª
યà«àªà«àª¯ નમà«àª¨àª¾ સà«àªªàª·à«àªà«àªàª°àª£"
-#: ../src/utils/pacat.c:906
+#: ../src/utils/pacat.c:910
#, c-format
msgid "open(): %s"
msgstr "open(): %s"
-#: ../src/utils/pacat.c:911
+#: ../src/utils/pacat.c:915
#, c-format
msgid "dup2(): %s"
msgstr "dup2(): %s"
-#: ../src/utils/pacat.c:918
+#: ../src/utils/pacat.c:922
msgid "Too many arguments."
msgstr "àªàª£à« બધૠદલà«àª²à« àªà«."
-#: ../src/utils/pacat.c:929
+#: ../src/utils/pacat.c:933
msgid "Failed to generate sample specification for file."
msgstr "ફાàªàª² માàªà« નમà«àª¨àª¾ સà«àªªàª·à«àªà«àªàª°àª£ નૠàªàª¤à«àªªàª¨à«àª¨ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³."
-#: ../src/utils/pacat.c:949
+#: ../src/utils/pacat.c:953
msgid "Failed to open audio file."
msgstr "સાàªàª¨à«àª¡ ફાàªàª²àª¨à« àªà«àª²àªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾."
-#: ../src/utils/pacat.c:955
+#: ../src/utils/pacat.c:959
msgid ""
"Warning: specified sample specification will be overwritten with "
"specification from file."
msgstr "àªà«àª¤àªµàª£à«: સà«àªªàª·à«àª થયà«àª² નમà«àª¨àª¾ સà«àªªàª·à«àªà«àªàª°àª£ ફાàªàª² માàªàª¥à« સà«àªªàª·à«àªà«àªàª°àª£ સાથૠàªàªªàª° લàªàª¾àª¯à«àª² હશà«."
-#: ../src/utils/pacat.c:958 ../src/utils/pactl.c:997
+#: ../src/utils/pacat.c:962 ../src/utils/pactl.c:997
msgid "Failed to determine sample specification from file."
msgstr "ફાàªàª² માàªàª¥à« નમà«àª¨àª¾ સà«àªªàª·à«àªà«àªàª°àª£àª¨à« નàªà«àªà« àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾."
-#: ../src/utils/pacat.c:967
+#: ../src/utils/pacat.c:971
msgid "Warning: Failed to determine channel map from file."
msgstr "àªà«àª¤àªµàª£à«: ફાàªàª²àª®àª¾àªàª¥à« àªà«àª¨àª² મà«àªªàª¨à« નàªà«àªà« àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾."
-#: ../src/utils/pacat.c:978
+#: ../src/utils/pacat.c:982
msgid "Channel map doesn't match sample specification"
msgstr "àªà«àª¨àª² મà«àªª ઠસà«àªªàª·à«àªà«àªàª°àª£ નમà«àª¨àª¾àª¨à« બàªàª§àª¬à«àª¸àª¤à« નથà«"
-#: ../src/utils/pacat.c:989
+#: ../src/utils/pacat.c:993
msgid "Warning: failed to write channel map to file."
msgstr "àªà«àª¤àª£à«: ફાàªàª²àª®àª¾àª àªà«àª¨àª² મà«àªªàª¨à« લàªàªµàª¾àª®àª¾àª નિષà«àª«àª³àª¤àª¾."
-#: ../src/utils/pacat.c:1004
+#: ../src/utils/pacat.c:1008
#, c-format
-msgid "Opening a %s stream with sample specification '%s' and channel map '%s'."
+msgid ""
+"Opening a %s stream with sample specification '%s' and channel map '%s'."
msgstr "નમà«àª¨àª¾ સà«àªªàª·à«àªà«àªàª°àª£ '%s' àª
નૠàªà«àª¨àª² નàªà«àª·àª¾ '%s' સાથૠ%s સà«àªà«àª°à«àª®àª¨à« àªà«àª²à« રહà«àª¯àª¾ àªà«."
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "recording"
msgstr "રà«àªà«àª°à«àª¡ àªàª°à« રહà«àª¯àª¾ àªà«"
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "playback"
msgstr "પà«àª²à«àª¬à«àª"
-#: ../src/utils/pacat.c:1031 ../src/utils/pactl.c:1267
+#: ../src/utils/pacat.c:1035 ../src/utils/pactl.c:1267
msgid "pa_mainloop_new() failed."
msgstr "pa_mainloop_new() નિષà«àª«àª³."
-#: ../src/utils/pacat.c:1050
+#: ../src/utils/pacat.c:1054
msgid "io_new() failed."
msgstr "io_new() નિષà«àª«àª³."
-#: ../src/utils/pacat.c:1057 ../src/utils/pactl.c:1279
+#: ../src/utils/pacat.c:1061 ../src/utils/pactl.c:1279
msgid "pa_context_new() failed."
msgstr "pa_context_new() નિષà«àª«àª³."
-#: ../src/utils/pacat.c:1065 ../src/utils/pactl.c:1285
+#: ../src/utils/pacat.c:1069 ../src/utils/pactl.c:1285
#, c-format
msgid "pa_context_connect() failed: %s"
msgstr "pa_context_connect() નિષà«àª«àª³: %s"
-#: ../src/utils/pacat.c:1071
+#: ../src/utils/pacat.c:1075
msgid "pa_context_rttime_new() failed."
msgstr "pa_context_new() નિષà«àª«àª³."
-#: ../src/utils/pacat.c:1078 ../src/utils/pactl.c:1290
+#: ../src/utils/pacat.c:1082 ../src/utils/pactl.c:1290
msgid "pa_mainloop_run() failed."
msgstr "pa_mainloop_run() નિષà«àª«àª³."
@@ -2098,14 +2101,17 @@ msgid "You have to specify a module index"
msgstr "તમારૠમà«àª¡à«àª¯à«àª² àª
નà«àªà«àª°àª®àª£àª¿àªàª¾àª¨à« સà«àªªàª·à«àª àªàª°àªµà« ઠપડશà«"
#: ../src/utils/pactl.c:1090
-msgid "You may not specify more than one sink. You have to specify a boolean value."
-msgstr "તમૠàªàª સિàªàª àªàª°àª¤àª¾ વધારૠસà«àªªàª·à«àª àªàª°à« શàªàª¶à« નહિàª. તમારૠબà«àª²àª¿àª¯àª¨ àªàª¿àªàª®àª¤àª¨à« સà«àªªàª·à«àª àªàª°àªµà« ઠપડશà«."
+msgid ""
+"You may not specify more than one sink. You have to specify a boolean value."
+msgstr ""
+"તમૠàªàª સિàªàª àªàª°àª¤àª¾ વધારૠસà«àªªàª·à«àª àªàª°à« શàªàª¶à« નહિàª. તમારૠબà«àª²àª¿àª¯àª¨ àªàª¿àªàª®àª¤àª¨à« સà«àªªàª·à«àª àªàª°àªµà« ઠપડશà«."
#: ../src/utils/pactl.c:1103
msgid ""
"You may not specify more than one source. You have to specify a boolean "
"value."
-msgstr "તમૠàªàª સà«àª¤à«àª°à«àª¤ àªàª°àª¤àª¾ વધારૠસà«àªªàª·à«àª àªàª°à« શàªàª¶à« નહિàª. તમારૠબà«àª²àª¿àª¯àª¨ àªàª¿àªàª®àª¤àª¨à« સà«àªªàª·à«àª àªàª°àªµà« ઠપડશà«."
+msgstr ""
+"તમૠàªàª સà«àª¤à«àª°à«àª¤ àªàª°àª¤àª¾ વધારૠસà«àªªàª·à«àª àªàª°à« શàªàª¶à« નહિàª. તમારૠબà«àª²àª¿àª¯àª¨ àªàª¿àªàª®àª¤àª¨à« સà«àªªàª·à«àª àªàª°àªµà« ઠપડશà«."
#: ../src/utils/pactl.c:1115
msgid "You have to specify a card name/index and a profile name"
@@ -2335,4 +2341,3 @@ msgstr "Telephony Duplex (HSP/HFP)"
#: ../src/modules/reserve-wrap.c:151
msgid "PulseAudio Sound Server"
msgstr "PulseAudio સાàªàª¨à«àª¡ સરà«àªµàª°"
-
diff --git a/po/hi.po b/po/hi.po
index f60ae70..36c6f63 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pulseaudio.master-tx\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-09-11 01:26+0200\n"
+"POT-Creation-Date: 2009-09-18 22:17+0200\n"
"PO-Revision-Date: 2009-09-10 17:01+0530\n"
"Last-Translator: Rajesh Ranjan <rajesh672 at gmail.com>\n"
"Language-Team: Hindi <hindi.sf.net>\n"
@@ -248,7 +248,7 @@ msgstr "पाà¤à¤ª विफल: %s"
msgid "fork() failed: %s"
msgstr "fork() विफल: %s"
-#: ../src/daemon/main.c:641 ../src/utils/pacat.c:504
+#: ../src/daemon/main.c:641 ../src/utils/pacat.c:508
#, c-format
msgid "read() failed: %s"
msgstr "read() विफल: %s"
@@ -1148,7 +1148,7 @@ msgstr "fork(): %s"
msgid "waitpid(): %s"
msgstr "waitpid(): %s"
-#: ../src/pulse/context.c:1435
+#: ../src/pulse/context.c:1438
#, c-format
msgid "Received message for unknown extension '%s'"
msgstr "à¤
à¤à¥à¤à¤¾à¤¤ विसà¥à¤¤à¤¾à¤° '%s' à¤à¥ लिठसà¤à¤¦à¥à¤¶ पà¥à¤°à¤¾à¤ªà¥à¤¤"
@@ -1269,50 +1269,50 @@ msgstr "à¤à¤¨à¥à¤à¥à¤¶à¤¨ सà¥à¤¥à¤¾à¤ªà¤¿à¤¤.%s "
msgid "pa_stream_new() failed: %s"
msgstr "pa_stream_new() विफल: %s"
-#: ../src/utils/pacat.c:446
+#: ../src/utils/pacat.c:450
#, c-format
msgid "pa_stream_connect_playback() failed: %s"
msgstr "pa_stream_connect_playback() विफल: %s"
-#: ../src/utils/pacat.c:452
+#: ../src/utils/pacat.c:456
#, c-format
msgid "pa_stream_connect_record() failed: %s"
msgstr "pa_stream_connect_record() विफल: %s"
-#: ../src/utils/pacat.c:466 ../src/utils/pactl.c:857
+#: ../src/utils/pacat.c:470 ../src/utils/pactl.c:857
#, c-format
msgid "Connection failure: %s"
msgstr "à¤à¤¨à¥à¤à¥à¤¶à¤¨ विफल.%s"
-#: ../src/utils/pacat.c:499
+#: ../src/utils/pacat.c:503
msgid "Got EOF."
msgstr "EOF पाया."
-#: ../src/utils/pacat.c:536
+#: ../src/utils/pacat.c:540
#, c-format
msgid "write() failed: %s"
msgstr "write() विफल: %s"
-#: ../src/utils/pacat.c:557
+#: ../src/utils/pacat.c:561
msgid "Got signal, exiting."
msgstr "सà¤à¤à¥à¤¤ पाया, निà¤à¤² रहा हà¥."
-#: ../src/utils/pacat.c:571
+#: ../src/utils/pacat.c:575
#, c-format
msgid "Failed to get latency: %s"
msgstr "लà¥à¤à¥à¤à¤¸à¥ पानॠमà¥à¤ विफल: %s"
-#: ../src/utils/pacat.c:576
+#: ../src/utils/pacat.c:580
#, c-format
msgid "Time: %0.3f sec; Latency: %0.0f usec."
msgstr "समय: %0.3f सà¥à¤à¥à¤à¤¡; लà¥à¤à¥à¤à¤¸à¥: %0.0f usec."
-#: ../src/utils/pacat.c:595
+#: ../src/utils/pacat.c:599
#, c-format
msgid "pa_stream_update_timing_info() failed: %s"
msgstr "pa_stream_update_timing_info() विफल: %s"
-#: ../src/utils/pacat.c:605
+#: ../src/utils/pacat.c:609
#, c-format
msgid ""
"%s [options]\n"
@@ -1427,7 +1427,7 @@ msgstr ""
" --file-format=FFORMAT Record/play formatted PCM data.\n"
" --list-file-formats List available file formats.\n"
-#: ../src/utils/pacat.c:727
+#: ../src/utils/pacat.c:731
#, c-format
msgid ""
"pacat %s\n"
@@ -1438,125 +1438,125 @@ msgstr ""
"लिबपलà¥à¤¸ %s à¤à¥ साथ à¤à¤à¤ªà¤¾à¤à¤²\n"
"लिबपलà¥à¤¸ %s à¤à¥ साथ लिà¤à¤\n"
-#: ../src/utils/pacat.c:760 ../src/utils/pactl.c:953
+#: ../src/utils/pacat.c:764 ../src/utils/pactl.c:953
#, c-format
msgid "Invalid client name '%s'"
msgstr "à¤
वà¥à¤§ à¤à¥à¤²à¤¾à¤à¤à¤ नाम '%s'"
-#: ../src/utils/pacat.c:775
+#: ../src/utils/pacat.c:779
#, c-format
msgid "Invalid stream name '%s'"
msgstr "à¤
वà¥à¤§ सà¥à¤à¥à¤°à¥à¤® नाम '%s'"
-#: ../src/utils/pacat.c:812
+#: ../src/utils/pacat.c:816
#, c-format
msgid "Invalid channel map '%s'"
msgstr "à¤
वà¥à¤§ à¤à¥à¤¨à¤² मानà¤à¤¿à¤¤à¥à¤° '%s'"
-#: ../src/utils/pacat.c:841
+#: ../src/utils/pacat.c:845
#, c-format
msgid "Invalid latency specification '%s'"
msgstr "à¤
वà¥à¤§ लà¥à¤à¥à¤à¤¸à¥ विनिरà¥à¤¦à¤¿à¤·à¥à¤à¤¤à¤¾ '%s'"
-#: ../src/utils/pacat.c:848
+#: ../src/utils/pacat.c:852
#, c-format
msgid "Invalid process time specification '%s'"
msgstr "à¤
वà¥à¤§ पà¥à¤°à¤à¥à¤°à¤¿à¤¯à¤¾ समय विनिरà¥à¤¦à¤¿à¤·à¥à¤à¤¤à¤¾ '%s'"
-#: ../src/utils/pacat.c:860
+#: ../src/utils/pacat.c:864
#, c-format
msgid "Invalid property '%s'"
msgstr "à¤
वà¥à¤§ à¤à¥à¤£ '%s'"
-#: ../src/utils/pacat.c:877
+#: ../src/utils/pacat.c:881
#, c-format
msgid "Unknown file format %s."
msgstr "à¤
à¤à¥à¤à¤¾à¤¤ फ़ाà¤à¤² पà¥à¤°à¤¾à¤°à¥à¤ª %s."
-#: ../src/utils/pacat.c:896
+#: ../src/utils/pacat.c:900
msgid "Invalid sample specification"
msgstr "à¤
वà¥à¤§ नमà¥à¤¨à¤¾ विनिरà¥à¤¦à¤¿à¤·à¥à¤à¤¤à¤¾"
-#: ../src/utils/pacat.c:906
+#: ../src/utils/pacat.c:910
#, c-format
msgid "open(): %s"
msgstr "open(): %s"
-#: ../src/utils/pacat.c:911
+#: ../src/utils/pacat.c:915
#, c-format
msgid "dup2(): %s"
msgstr "dup2(): %s"
-#: ../src/utils/pacat.c:918
+#: ../src/utils/pacat.c:922
msgid "Too many arguments."
msgstr "à¤à¤ वितरà¥à¤."
-#: ../src/utils/pacat.c:929
+#: ../src/utils/pacat.c:933
msgid "Failed to generate sample specification for file."
msgstr "फ़ाà¤à¤² à¤à¥ लिठनमà¥à¤¨à¤¾ विनिरà¥à¤¦à¤¿à¤·à¥à¤à¤¤à¤¾ पानॠमà¥à¤ विफल."
-#: ../src/utils/pacat.c:949
+#: ../src/utils/pacat.c:953
msgid "Failed to open audio file."
msgstr "धà¥à¤µà¤¨à¤¿ फ़ाà¤à¤² à¤à¥à¤²à¤¨à¥ मà¥à¤ विफल."
-#: ../src/utils/pacat.c:955
+#: ../src/utils/pacat.c:959
msgid ""
"Warning: specified sample specification will be overwritten with "
"specification from file."
msgstr "à¤à¥à¤¤à¤¾à¤µà¤¨à¥: निरà¥à¤¦à¤¿à¤·à¥à¤ नमà¥à¤¨à¤¾ विनिरà¥à¤¦à¤¿à¤·à¥à¤à¤¤à¤¾ à¤à¥ फ़ाà¤à¤² à¤à¥ विनिरà¥à¤¦à¤¿à¤·à¥à¤à¤¤à¤¾ सॠलिà¤à¤¾ à¤à¤¾à¤à¤à¤¾."
-#: ../src/utils/pacat.c:958 ../src/utils/pactl.c:997
+#: ../src/utils/pacat.c:962 ../src/utils/pactl.c:997
msgid "Failed to determine sample specification from file."
msgstr "फ़ाà¤à¤² सॠनमà¥à¤¨à¤¾ विनिरà¥à¤¦à¤¿à¤·à¥à¤à¤¤à¤¾ निरà¥à¤§à¤¾à¤°à¤¿à¤¤ à¤à¤°à¤¨à¥ मà¥à¤ विफल."
-#: ../src/utils/pacat.c:967
+#: ../src/utils/pacat.c:971
msgid "Warning: Failed to determine channel map from file."
msgstr "à¤à¥à¤¤à¤¾à¤µà¤¨à¥: फ़ाà¤à¤² सॠà¤à¥à¤¨à¤² मà¥à¤ª पानॠमà¥à¤ विफल."
-#: ../src/utils/pacat.c:978
+#: ../src/utils/pacat.c:982
msgid "Channel map doesn't match sample specification"
msgstr "à¤à¥à¤¨à¤² मà¥à¤ª नमà¥à¤¨à¤¾ विनिरà¥à¤¦à¤¿à¤·à¥à¤à¤¤à¤¾ सॠमà¥à¤² नहà¥à¤ à¤à¤¾à¤¤à¤¾ हà¥"
-#: ../src/utils/pacat.c:989
+#: ../src/utils/pacat.c:993
msgid "Warning: failed to write channel map to file."
msgstr "à¤à¥à¤¤à¤¾à¤µà¤¨à¥: फ़ाà¤à¤² मà¥à¤ à¤à¥à¤¨à¤² मà¥à¤ª लिà¤à¤¨à¥ मà¥à¤ विफल."
-#: ../src/utils/pacat.c:1004
+#: ../src/utils/pacat.c:1008
#, c-format
msgid ""
"Opening a %s stream with sample specification '%s' and channel map '%s'."
msgstr "à¤à¤¿à¤¸à¥ %s सà¥à¤à¥à¤°à¥à¤® à¤à¥ à¤à¤¿à¤¸à¥ नमà¥à¤¨à¤¾ विनिरà¥à¤¦à¤¿à¤·à¥à¤¤à¤¾ '%s' à¤à¤° à¤à¥à¤¨à¤² मà¥à¤ª '%s' सॠà¤à¥à¤² रहा हà¥."
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "recording"
msgstr "रिà¤à¤¾à¤°à¥à¤¡à¤¿à¤à¤"
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "playback"
msgstr "पà¥à¤²à¥à¤¬à¥à¤"
-#: ../src/utils/pacat.c:1031 ../src/utils/pactl.c:1267
+#: ../src/utils/pacat.c:1035 ../src/utils/pactl.c:1267
msgid "pa_mainloop_new() failed."
msgstr "pa_mainloop_new() विफल."
-#: ../src/utils/pacat.c:1050
+#: ../src/utils/pacat.c:1054
msgid "io_new() failed."
msgstr "io_new() विफल."
-#: ../src/utils/pacat.c:1057 ../src/utils/pactl.c:1279
+#: ../src/utils/pacat.c:1061 ../src/utils/pactl.c:1279
msgid "pa_context_new() failed."
msgstr "pa_context_new() विफल."
-#: ../src/utils/pacat.c:1065 ../src/utils/pactl.c:1285
+#: ../src/utils/pacat.c:1069 ../src/utils/pactl.c:1285
#, c-format
msgid "pa_context_connect() failed: %s"
msgstr "pa_context_connect() विफल: %s"
-#: ../src/utils/pacat.c:1071
+#: ../src/utils/pacat.c:1075
msgid "pa_context_rttime_new() failed."
msgstr "pa_context_rttime_new() विफल."
-#: ../src/utils/pacat.c:1078 ../src/utils/pactl.c:1290
+#: ../src/utils/pacat.c:1082 ../src/utils/pactl.c:1290
msgid "pa_mainloop_run() failed."
msgstr "pa_mainloop_run() विफल."
diff --git a/po/it.po b/po/it.po
index 0edc5d8..ab0cc42 100644
--- a/po/it.po
+++ b/po/it.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pulseaudio\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-09-11 01:26+0200\n"
+"POT-Creation-Date: 2009-09-18 22:17+0200\n"
"PO-Revision-Date: 2009-08-26 21:46+0200\n"
"Last-Translator: Milo Casagrande <milo at ubuntu.com>\n"
"Language-Team: Italian <tp at lists.linux.it>\n"
@@ -253,7 +253,7 @@ msgstr "pipe non riuscita: %s"
msgid "fork() failed: %s"
msgstr "fork() non riuscita: %s"
-#: ../src/daemon/main.c:641 ../src/utils/pacat.c:504
+#: ../src/daemon/main.c:641 ../src/utils/pacat.c:508
#, c-format
msgid "read() failed: %s"
msgstr "read() non riuscita: %s"
@@ -1197,7 +1197,7 @@ msgstr "fork(): %s"
msgid "waitpid(): %s"
msgstr "waitpid(): %s"
-#: ../src/pulse/context.c:1435
+#: ../src/pulse/context.c:1438
#, c-format
msgid "Received message for unknown extension '%s'"
msgstr "Ricevuto messaggio per l'estensione sconosciuta \"%s\""
@@ -1320,51 +1320,51 @@ msgstr "Connessione stabilita.%s"
msgid "pa_stream_new() failed: %s"
msgstr "pa_stream_new() non riuscita: %s"
-#: ../src/utils/pacat.c:446
+#: ../src/utils/pacat.c:450
#, c-format
msgid "pa_stream_connect_playback() failed: %s"
msgstr "pa_stream_connect_playback() non riuscita: %s"
-#: ../src/utils/pacat.c:452
+#: ../src/utils/pacat.c:456
#, c-format
msgid "pa_stream_connect_record() failed: %s"
msgstr "pa_stream_connect_record() non riuscita: %s"
-#: ../src/utils/pacat.c:466 ../src/utils/pactl.c:857
+#: ../src/utils/pacat.c:470 ../src/utils/pactl.c:857
#, c-format
msgid "Connection failure: %s"
msgstr "Connessione non riuscita: %s"
-#: ../src/utils/pacat.c:499
+#: ../src/utils/pacat.c:503
msgid "Got EOF."
msgstr "Ricevuto EOF."
-#: ../src/utils/pacat.c:536
+#: ../src/utils/pacat.c:540
#, c-format
msgid "write() failed: %s"
msgstr "write() non riuscita: %s"
-#: ../src/utils/pacat.c:557
+#: ../src/utils/pacat.c:561
msgid "Got signal, exiting."
msgstr "Ricevuto il segnale, uscita."
-#: ../src/utils/pacat.c:571
+#: ../src/utils/pacat.c:575
#, c-format
msgid "Failed to get latency: %s"
msgstr "Recupero della latenza non riuscito: %s"
# dubbio: tempo o durata??
-#: ../src/utils/pacat.c:576
+#: ../src/utils/pacat.c:580
#, fuzzy, c-format
msgid "Time: %0.3f sec; Latency: %0.0f usec."
msgstr "Tempo: %0.3f sec; Latenza: %0.0f microsec. \r"
-#: ../src/utils/pacat.c:595
+#: ../src/utils/pacat.c:599
#, c-format
msgid "pa_stream_update_timing_info() failed: %s"
msgstr "pa_stream_update_timing_info() non riuscita: %s"
-#: ../src/utils/pacat.c:605
+#: ../src/utils/pacat.c:609
#, c-format
msgid ""
"%s [options]\n"
@@ -1490,7 +1490,7 @@ msgstr ""
"formattati\n"
" --list-file-FORMATI Elenca i formati disponibili.\n"
-#: ../src/utils/pacat.c:727
+#: ../src/utils/pacat.c:731
#, c-format
msgid ""
"pacat %s\n"
@@ -1501,69 +1501,69 @@ msgstr ""
"Compilato con libpulse %s\n"
"Link eseguito con libpulse %s\n"
-#: ../src/utils/pacat.c:760 ../src/utils/pactl.c:953
+#: ../src/utils/pacat.c:764 ../src/utils/pactl.c:953
#, c-format
msgid "Invalid client name '%s'"
msgstr "Nome del client \"%s\" non valido"
-#: ../src/utils/pacat.c:775
+#: ../src/utils/pacat.c:779
#, c-format
msgid "Invalid stream name '%s'"
msgstr "Nome dello stream \"%s\" non valido"
-#: ../src/utils/pacat.c:812
+#: ../src/utils/pacat.c:816
#, c-format
msgid "Invalid channel map '%s'"
msgstr "Mappa dei canali \"%s\" non valida"
-#: ../src/utils/pacat.c:841
+#: ../src/utils/pacat.c:845
#, c-format
msgid "Invalid latency specification '%s'"
msgstr "Specifica di latenza \"%s\" non valida"
# esecuzione???
-#: ../src/utils/pacat.c:848
+#: ../src/utils/pacat.c:852
#, c-format
msgid "Invalid process time specification '%s'"
msgstr "Specifica di tempo di elaborazione \"%s\" non valida"
-#: ../src/utils/pacat.c:860
+#: ../src/utils/pacat.c:864
#, c-format
msgid "Invalid property '%s'"
msgstr "Proprietà \"%s\" non valida"
-#: ../src/utils/pacat.c:877
+#: ../src/utils/pacat.c:881
#, c-format
msgid "Unknown file format %s."
msgstr "Formato file %s sconosciuto."
-#: ../src/utils/pacat.c:896
+#: ../src/utils/pacat.c:900
msgid "Invalid sample specification"
msgstr "Specifica di campionamento non valida"
-#: ../src/utils/pacat.c:906
+#: ../src/utils/pacat.c:910
#, c-format
msgid "open(): %s"
msgstr "open(): %s"
-#: ../src/utils/pacat.c:911
+#: ../src/utils/pacat.c:915
#, c-format
msgid "dup2(): %s"
msgstr "dup2(): %s"
-#: ../src/utils/pacat.c:918
+#: ../src/utils/pacat.c:922
msgid "Too many arguments."
msgstr "Troppi argomenti."
-#: ../src/utils/pacat.c:929
+#: ../src/utils/pacat.c:933
msgid "Failed to generate sample specification for file."
msgstr "Generazione della specifica di campionamento per il file non riuscita."
-#: ../src/utils/pacat.c:949
+#: ../src/utils/pacat.c:953
msgid "Failed to open audio file."
msgstr "Apertura del file audio non riuscita."
-#: ../src/utils/pacat.c:955
+#: ../src/utils/pacat.c:959
msgid ""
"Warning: specified sample specification will be overwritten with "
"specification from file."
@@ -1571,24 +1571,24 @@ msgstr ""
"Attenzione: la specifica di campionamento indicata verrà soprascritta con "
"quella dal file."
-#: ../src/utils/pacat.c:958 ../src/utils/pactl.c:997
+#: ../src/utils/pacat.c:962 ../src/utils/pactl.c:997
msgid "Failed to determine sample specification from file."
msgstr "Determinazione della specifica di campionamento dal file non riuscita."
-#: ../src/utils/pacat.c:967
+#: ../src/utils/pacat.c:971
msgid "Warning: Failed to determine channel map from file."
msgstr ""
"Attenzione: determinazione della mappa dei canali dal file non riuscita."
-#: ../src/utils/pacat.c:978
+#: ../src/utils/pacat.c:982
msgid "Channel map doesn't match sample specification"
msgstr "La mappa dei canali non corrisponde alla specifica di campionamento"
-#: ../src/utils/pacat.c:989
+#: ../src/utils/pacat.c:993
msgid "Warning: failed to write channel map to file."
msgstr "Attenzione: scrittura della mappa dei canali su file non riuscita."
-#: ../src/utils/pacat.c:1004
+#: ../src/utils/pacat.c:1008
#, c-format
msgid ""
"Opening a %s stream with sample specification '%s' and channel map '%s'."
@@ -1596,36 +1596,36 @@ msgstr ""
"Apertura di uno stream %s con specifica di campionamento \"%s\" e mappa dei "
"canali \"%s\"."
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "recording"
msgstr "registrazione"
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "playback"
msgstr "riproduzione"
-#: ../src/utils/pacat.c:1031 ../src/utils/pactl.c:1267
+#: ../src/utils/pacat.c:1035 ../src/utils/pactl.c:1267
msgid "pa_mainloop_new() failed."
msgstr "pa_mainloop_new() non riuscita."
-#: ../src/utils/pacat.c:1050
+#: ../src/utils/pacat.c:1054
msgid "io_new() failed."
msgstr "io_new() non riuscita."
-#: ../src/utils/pacat.c:1057 ../src/utils/pactl.c:1279
+#: ../src/utils/pacat.c:1061 ../src/utils/pactl.c:1279
msgid "pa_context_new() failed."
msgstr "pa_context_new() non riuscita."
-#: ../src/utils/pacat.c:1065 ../src/utils/pactl.c:1285
+#: ../src/utils/pacat.c:1069 ../src/utils/pactl.c:1285
#, c-format
msgid "pa_context_connect() failed: %s"
msgstr "pa_context_connect() non riuscita: %s"
-#: ../src/utils/pacat.c:1071
+#: ../src/utils/pacat.c:1075
msgid "pa_context_rttime_new() failed."
msgstr "pa_context_rttime_new() non riuscita."
-#: ../src/utils/pacat.c:1078 ../src/utils/pactl.c:1290
+#: ../src/utils/pacat.c:1082 ../src/utils/pactl.c:1290
msgid "pa_mainloop_run() failed."
msgstr "pa_mainloop_run() non riuscita."
diff --git a/po/ja.po b/po/ja.po
index c166f47..9c14f48 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-09-11 01:26+0200\n"
+"POT-Creation-Date: 2009-09-18 22:17+0200\n"
"PO-Revision-Date: 2009-09-10 21:05+0900\n"
"Last-Translator: Hyu_gabaru Ryu_ichi <hyu_gabaru at yahoo.co.jp>\n"
"Language-Team: Japanese <fedora-trans-ja at redhat.com>\n"
@@ -225,7 +225,7 @@ msgstr ""
msgid "fork() failed: %s"
msgstr ""
-#: ../src/daemon/main.c:641 ../src/utils/pacat.c:504
+#: ../src/daemon/main.c:641 ../src/utils/pacat.c:508
#, c-format
msgid "read() failed: %s"
msgstr ""
@@ -1047,7 +1047,7 @@ msgstr ""
msgid "waitpid(): %s"
msgstr ""
-#: ../src/pulse/context.c:1435
+#: ../src/pulse/context.c:1438
#, c-format
msgid "Received message for unknown extension '%s'"
msgstr ""
@@ -1168,50 +1168,50 @@ msgstr ""
msgid "pa_stream_new() failed: %s"
msgstr ""
-#: ../src/utils/pacat.c:446
+#: ../src/utils/pacat.c:450
#, c-format
msgid "pa_stream_connect_playback() failed: %s"
msgstr ""
-#: ../src/utils/pacat.c:452
+#: ../src/utils/pacat.c:456
#, c-format
msgid "pa_stream_connect_record() failed: %s"
msgstr ""
-#: ../src/utils/pacat.c:466 ../src/utils/pactl.c:857
+#: ../src/utils/pacat.c:470 ../src/utils/pactl.c:857
#, c-format
msgid "Connection failure: %s"
msgstr ""
-#: ../src/utils/pacat.c:499
+#: ../src/utils/pacat.c:503
msgid "Got EOF."
msgstr ""
-#: ../src/utils/pacat.c:536
+#: ../src/utils/pacat.c:540
#, c-format
msgid "write() failed: %s"
msgstr ""
-#: ../src/utils/pacat.c:557
+#: ../src/utils/pacat.c:561
msgid "Got signal, exiting."
msgstr ""
-#: ../src/utils/pacat.c:571
+#: ../src/utils/pacat.c:575
#, c-format
msgid "Failed to get latency: %s"
msgstr ""
-#: ../src/utils/pacat.c:576
+#: ../src/utils/pacat.c:580
#, c-format
msgid "Time: %0.3f sec; Latency: %0.0f usec."
msgstr ""
-#: ../src/utils/pacat.c:595
+#: ../src/utils/pacat.c:599
#, c-format
msgid "pa_stream_update_timing_info() failed: %s"
msgstr ""
-#: ../src/utils/pacat.c:605
+#: ../src/utils/pacat.c:609
#, c-format
msgid ""
"%s [options]\n"
@@ -1271,7 +1271,7 @@ msgid ""
" --list-file-formats List available file formats.\n"
msgstr ""
-#: ../src/utils/pacat.c:727
+#: ../src/utils/pacat.c:731
#, c-format
msgid ""
"pacat %s\n"
@@ -1279,125 +1279,125 @@ msgid ""
"Linked with libpulse %s\n"
msgstr ""
-#: ../src/utils/pacat.c:760 ../src/utils/pactl.c:953
+#: ../src/utils/pacat.c:764 ../src/utils/pactl.c:953
#, c-format
msgid "Invalid client name '%s'"
msgstr ""
-#: ../src/utils/pacat.c:775
+#: ../src/utils/pacat.c:779
#, c-format
msgid "Invalid stream name '%s'"
msgstr ""
-#: ../src/utils/pacat.c:812
+#: ../src/utils/pacat.c:816
#, c-format
msgid "Invalid channel map '%s'"
msgstr ""
-#: ../src/utils/pacat.c:841
+#: ../src/utils/pacat.c:845
#, c-format
msgid "Invalid latency specification '%s'"
msgstr ""
-#: ../src/utils/pacat.c:848
+#: ../src/utils/pacat.c:852
#, c-format
msgid "Invalid process time specification '%s'"
msgstr ""
-#: ../src/utils/pacat.c:860
+#: ../src/utils/pacat.c:864
#, c-format
msgid "Invalid property '%s'"
msgstr ""
-#: ../src/utils/pacat.c:877
+#: ../src/utils/pacat.c:881
#, c-format
msgid "Unknown file format %s."
msgstr ""
-#: ../src/utils/pacat.c:896
+#: ../src/utils/pacat.c:900
msgid "Invalid sample specification"
msgstr ""
-#: ../src/utils/pacat.c:906
+#: ../src/utils/pacat.c:910
#, c-format
msgid "open(): %s"
msgstr ""
-#: ../src/utils/pacat.c:911
+#: ../src/utils/pacat.c:915
#, c-format
msgid "dup2(): %s"
msgstr ""
-#: ../src/utils/pacat.c:918
+#: ../src/utils/pacat.c:922
msgid "Too many arguments."
msgstr ""
-#: ../src/utils/pacat.c:929
+#: ../src/utils/pacat.c:933
msgid "Failed to generate sample specification for file."
msgstr ""
-#: ../src/utils/pacat.c:949
+#: ../src/utils/pacat.c:953
msgid "Failed to open audio file."
msgstr ""
-#: ../src/utils/pacat.c:955
+#: ../src/utils/pacat.c:959
msgid ""
"Warning: specified sample specification will be overwritten with "
"specification from file."
msgstr ""
-#: ../src/utils/pacat.c:958 ../src/utils/pactl.c:997
+#: ../src/utils/pacat.c:962 ../src/utils/pactl.c:997
msgid "Failed to determine sample specification from file."
msgstr ""
-#: ../src/utils/pacat.c:967
+#: ../src/utils/pacat.c:971
msgid "Warning: Failed to determine channel map from file."
msgstr ""
-#: ../src/utils/pacat.c:978
+#: ../src/utils/pacat.c:982
msgid "Channel map doesn't match sample specification"
msgstr ""
-#: ../src/utils/pacat.c:989
+#: ../src/utils/pacat.c:993
msgid "Warning: failed to write channel map to file."
msgstr ""
-#: ../src/utils/pacat.c:1004
+#: ../src/utils/pacat.c:1008
#, c-format
msgid ""
"Opening a %s stream with sample specification '%s' and channel map '%s'."
msgstr ""
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "recording"
msgstr ""
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "playback"
msgstr ""
-#: ../src/utils/pacat.c:1031 ../src/utils/pactl.c:1267
+#: ../src/utils/pacat.c:1035 ../src/utils/pactl.c:1267
msgid "pa_mainloop_new() failed."
msgstr ""
-#: ../src/utils/pacat.c:1050
+#: ../src/utils/pacat.c:1054
msgid "io_new() failed."
msgstr ""
-#: ../src/utils/pacat.c:1057 ../src/utils/pactl.c:1279
+#: ../src/utils/pacat.c:1061 ../src/utils/pactl.c:1279
msgid "pa_context_new() failed."
msgstr ""
-#: ../src/utils/pacat.c:1065 ../src/utils/pactl.c:1285
+#: ../src/utils/pacat.c:1069 ../src/utils/pactl.c:1285
#, c-format
msgid "pa_context_connect() failed: %s"
msgstr ""
-#: ../src/utils/pacat.c:1071
+#: ../src/utils/pacat.c:1075
msgid "pa_context_rttime_new() failed."
msgstr ""
-#: ../src/utils/pacat.c:1078 ../src/utils/pactl.c:1290
+#: ../src/utils/pacat.c:1082 ../src/utils/pactl.c:1290
msgid "pa_mainloop_run() failed."
msgstr ""
diff --git a/po/kn.po b/po/kn.po
index 1977041..72b70a6 100644
--- a/po/kn.po
+++ b/po/kn.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pulseaudio.master-tx.kn\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-09-11 01:26+0200\n"
+"POT-Creation-Date: 2009-09-18 22:17+0200\n"
"PO-Revision-Date: 2009-09-08 13:49+0530\n"
"Last-Translator: Shankar Prasad <svenkate at redhat.com>\n"
"Language-Team: Kannada <en at li.org>\n"
@@ -250,7 +250,7 @@ msgstr "ಪà³à²ªà³â ವಿಫಲà²à³à²à²¡à²¿à²¦à³: %s"
msgid "fork() failed: %s"
msgstr "fork() ವಿಫಲà²à³à²à²¡à²¿à²¦à³: %s"
-#: ../src/daemon/main.c:641 ../src/utils/pacat.c:504
+#: ../src/daemon/main.c:641 ../src/utils/pacat.c:508
#, c-format
msgid "read() failed: %s"
msgstr "read() ವಿಫಲà²à³à²à²¡à²¿à²¦à³: %s"
@@ -1160,7 +1160,7 @@ msgstr "ಫà³à²°à³à²à³(): %s"
msgid "waitpid(): %s"
msgstr "waitpid(): %s"
-#: ../src/pulse/context.c:1435
+#: ../src/pulse/context.c:1438
#, c-format
msgid "Received message for unknown extension '%s'"
msgstr "à²
à²à³à²à²¾à²¤ ವಿಸà³à²¤à²°à²£à³ '%s' à²à²à²¦ ಸà²à²¦à³à²¶à²µà²¨à³à²¨à³ ಪಡà³à²¦à³à²à³à²³à³à²³à²²à²¾à²à²¿à²¦à³"
@@ -1281,50 +1281,50 @@ msgstr "ಸà²à²ªà²°à³à²à²µà²¨à³à²¨à³ ಸಾಧಿಸಲಾà²à²¿à²¦à³.%s"
msgid "pa_stream_new() failed: %s"
msgstr "pa_stream_new() ವಿಫಲà²à³à²à²¡à²¿à²¦à³: %s"
-#: ../src/utils/pacat.c:446
+#: ../src/utils/pacat.c:450
#, c-format
msgid "pa_stream_connect_playback() failed: %s"
msgstr "pa_stream_connect_playback() ವಿಫಲà²à³à²à²¡à²¿à²¦à³: %s"
-#: ../src/utils/pacat.c:452
+#: ../src/utils/pacat.c:456
#, c-format
msgid "pa_stream_connect_record() failed: %s"
msgstr "pa_stream_connect_record() ವಿಫಲà²à³à²à²¡à²¿à²¦à³: %s"
-#: ../src/utils/pacat.c:466 ../src/utils/pactl.c:857
+#: ../src/utils/pacat.c:470 ../src/utils/pactl.c:857
#, c-format
msgid "Connection failure: %s"
msgstr "ಸà²à²ªà²°à³à²à²¦ ವಿಫಲತà³: %s"
-#: ../src/utils/pacat.c:499
+#: ../src/utils/pacat.c:503
msgid "Got EOF."
msgstr "EOF à²
ನà³à²¨à³ ಪಡà³à²¯à²²à²¾à²à²¿à²¦à³."
-#: ../src/utils/pacat.c:536
+#: ../src/utils/pacat.c:540
#, c-format
msgid "write() failed: %s"
msgstr "write() ವಿಫಲà²à³à²à²¡à²¿à²¦à³: %s"
-#: ../src/utils/pacat.c:557
+#: ../src/utils/pacat.c:561
msgid "Got signal, exiting."
msgstr "ಸà²à²à³à²¤ ದà³à²°à³à²¤à²¿à²¦à³, ನಿರà³à²à²®à²¿à²¸à³à²¤à³à²¤à²¿à²¦à³."
-#: ../src/utils/pacat.c:571
+#: ../src/utils/pacat.c:575
#, c-format
msgid "Failed to get latency: %s"
msgstr "à²
à²à³à²à²°à²¤à³à²¯à²¨à³à²¨à³ ಪಡà³à²¦à³à²à³à²³à³à²³à³à²µà²²à³à²²à²¿ ವಿಫಲà²à³à²à²¡à²¿à²¦à³: %s"
-#: ../src/utils/pacat.c:576
+#: ../src/utils/pacat.c:580
#, fuzzy, c-format
msgid "Time: %0.3f sec; Latency: %0.0f usec."
msgstr "ಸಮಯ: %0.3f sec; à²
à²à³à²à²°à²¤à³: %0.0f usec. \r"
-#: ../src/utils/pacat.c:595
+#: ../src/utils/pacat.c:599
#, c-format
msgid "pa_stream_update_timing_info() failed: %s"
msgstr "pa_stream_update_timing_info() ವಿಫಲà²à³à²à²¡à²¿à²¦à³: %s"
-#: ../src/utils/pacat.c:605
+#: ../src/utils/pacat.c:609
#, c-format
msgid ""
"%s [options]\n"
@@ -1436,7 +1436,7 @@ msgstr ""
"ಮಾಡà³/à²à²²à²¾à²¯à²¿à²¸à³.\n"
" --list-file-formats ಲà²à³à²¯à²µà²¿à²°à³à²µ à²à²¡à²¤ ವಿನà³à²¯à²¾à²¸à²à²³ ಪà²à³à²à²¿.\n"
-#: ../src/utils/pacat.c:727
+#: ../src/utils/pacat.c:731
#, c-format
msgid ""
"pacat %s\n"
@@ -1447,91 +1447,91 @@ msgstr ""
"libpulse %s ನà³à²à²¦à²¿à²à³ à²à²à²ªà³à²²à³ ಮಾಡಲಾà²à²¿à²¦à³\n"
"libpulse %s ನà³à²à²¦à²¿à²à³ à²à³à²¡à²¿à²¸à²²à²¾à²à²¿à²¦à³\n"
-#: ../src/utils/pacat.c:760 ../src/utils/pactl.c:953
+#: ../src/utils/pacat.c:764 ../src/utils/pactl.c:953
#, c-format
msgid "Invalid client name '%s'"
msgstr "à²
ಮಾನà³à²¯à²µà²¾à²¦ à²à³à²²à³à²à²à²¿à²¨ ಹà³à²¸à²°à³ '%s'"
-#: ../src/utils/pacat.c:775
+#: ../src/utils/pacat.c:779
#, c-format
msgid "Invalid stream name '%s'"
msgstr "à²
ಮಾನà³à²¯à²µà²¾à²¦ ಸà³à²à³à²°à³à²®à³âನ ಹà³à²¸à²°à³ '%s'"
-#: ../src/utils/pacat.c:812
+#: ../src/utils/pacat.c:816
#, c-format
msgid "Invalid channel map '%s'"
msgstr "à²
ಮಾನà³à²¯à²µà²¾à²¦ à²à²¾à²¨à²²à³ ನà²à³à²·à³ '%s'"
-#: ../src/utils/pacat.c:841
+#: ../src/utils/pacat.c:845
#, c-format
msgid "Invalid latency specification '%s'"
msgstr "à²
ಮಾನà³à²¯à²µà²¾à²¦ à²
à²à³à²à²°à²¤à³ ವಿವರಣೠ'%s'"
-#: ../src/utils/pacat.c:848
+#: ../src/utils/pacat.c:852
#, c-format
msgid "Invalid process time specification '%s'"
msgstr "à²
ಮಾನà³à²¯à²µà²¾à²¦ ಪà³à²°à²à³à²°à²¿à²¯à³ ಸಮಯದ ವಿವರಣೠ'%s'"
-#: ../src/utils/pacat.c:860
+#: ../src/utils/pacat.c:864
#, c-format
msgid "Invalid property '%s'"
msgstr "à²
ಮಾನà³à²¯à²µà²¾à²¦ à²à³à²£à²²à²à³à²·à²£ '%s'"
-#: ../src/utils/pacat.c:877
+#: ../src/utils/pacat.c:881
#, c-format
msgid "Unknown file format %s."
msgstr "à²
ಮಾನà³à²¯à²µà²¾à²¦ à²à²¡à²¤ ವಿನà³à²¯à²¾à²¸ %s."
-#: ../src/utils/pacat.c:896
+#: ../src/utils/pacat.c:900
msgid "Invalid sample specification"
msgstr "à²
ಮಾನà³à²¯à²µà²¾à²¦ ನಮà³à²¨à³ ವಿವರ"
-#: ../src/utils/pacat.c:906
+#: ../src/utils/pacat.c:910
#, c-format
msgid "open(): %s"
msgstr "open(): %s"
-#: ../src/utils/pacat.c:911
+#: ../src/utils/pacat.c:915
#, c-format
msgid "dup2(): %s"
msgstr "dup2(): %s"
-#: ../src/utils/pacat.c:918
+#: ../src/utils/pacat.c:922
msgid "Too many arguments."
msgstr "ಬಹಳಷà³à²à³ à²à²°à³à²à³à²®à³à²à²à³âà²à²³à³."
-#: ../src/utils/pacat.c:929
+#: ../src/utils/pacat.c:933
msgid "Failed to generate sample specification for file."
msgstr "ನಮà³à²¨à³à²¯ ಮಾಹಿತಿಯನà³à²¨à³ ಪಡà³à²¦à³à²à³à²³à³à²³à³à²µà²²à³à²²à²¿ ವಿಫಲà²à³à²à²¡à²¿à²¦à³."
-#: ../src/utils/pacat.c:949
+#: ../src/utils/pacat.c:953
msgid "Failed to open audio file."
msgstr "ಧà³à²µà²¨à²¿ à²à²¡à²¤à²µà²¨à³à²¨à³ ತà³à²°à³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲà²à³à²à²¡à²¿à²¦à³."
-#: ../src/utils/pacat.c:955
+#: ../src/utils/pacat.c:959
msgid ""
"Warning: specified sample specification will be overwritten with "
"specification from file."
msgstr ""
"à²à²à³à²à²°à²¿à²à³: ಸà³à²à²¿à²¸à²²à²¾à²¦ ನಮà³à²¨à³ ವಿವರಣà³à²¯à²¨à³à²¨à³ à²à²¡à²¤à²¦à²²à³à²²à²¿à²¨ ವಿವರಣà³à²¯à²¿à²à²¦ ತಿದà³à²¦à²¿à²¬à²°à³à²¯à²²à²¾à²à³à²¤à³à²¤à²¦à³."
-#: ../src/utils/pacat.c:958 ../src/utils/pactl.c:997
+#: ../src/utils/pacat.c:962 ../src/utils/pactl.c:997
msgid "Failed to determine sample specification from file."
msgstr "à²à²¡à²¤à²¦à²¿à²à²¦ ನಮà³à²¨à³à²¯ ವಿವರಣà³à²¯à²¨à³à²¨à³ ನಿರà³à²§à²°à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲà²à³à²à²¡à²¿à²¦à³."
-#: ../src/utils/pacat.c:967
+#: ../src/utils/pacat.c:971
msgid "Warning: Failed to determine channel map from file."
msgstr "à²à²à³à²à²°à²¿à²à³: à²à²¡à²¤à²¦à²¿à²à²¦ à²à²¾à²¨à²²à³ ನà²à³à²·à³à²¯à²¨à³à²¨à³ ನಿರà³à²§à²°à²¿à²¸à³à²µà²²à³à²²à²¿ ವಿಫಲà²à³à²à²¡à²¿à²¦à³."
-#: ../src/utils/pacat.c:978
+#: ../src/utils/pacat.c:982
msgid "Channel map doesn't match sample specification"
msgstr "à²à²¾à²¨à²²à³ ನà²à³à²·à³à²¯à³ ನಮà³à²¨à³à²¯ ವಿವರಣà³à²¯à³à²à²¦à²¿à²à³ ತಾಳà³à²¯à²¾à²à³à²¤à³à²¤à²¿à²²à³à²²"
-#: ../src/utils/pacat.c:989
+#: ../src/utils/pacat.c:993
msgid "Warning: failed to write channel map to file."
msgstr "à²à²à³à²à²°à²¿à²à³: à²à²¡à²¤à²à³à²à³ à²à²¾à²¨à²²à³ ನà²à³à²·à³à²¯à²¨à³à²¨à³ ಬರà³à²¯à³à²µà²²à³à²²à²¿ ವಿಫಲà²à³à²à²¡à²¿à²¦à³."
-#: ../src/utils/pacat.c:1004
+#: ../src/utils/pacat.c:1008
#, c-format
msgid ""
"Opening a %s stream with sample specification '%s' and channel map '%s'."
@@ -1539,36 +1539,36 @@ msgstr ""
"à²à²à²¦à³ %s ಸà³à²à³à²°à³à²®à³â à²
ನà³à²¨à³ ನಮà³à²¨à³ ವಿವರಣೠ'%s' ಯà³à²à²¦à²¿à²à³ ಹಾà²à³ à²à²¾à²¨à²²à³ ನà²à³à²·à³ '%s' ಯà³à²à²¦à²¿à²à³ "
"ತà³à²°à³à²¯à²²à²¾à²à³à²¤à³à²¤à²¿à²¦à³."
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "recording"
msgstr "ರà³à²à²¾à²°à³à²¡à²¿à²à²à³"
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "playback"
msgstr "ಪà³à²²à³à²¬à³à²¯à²¾à²à³â"
-#: ../src/utils/pacat.c:1031 ../src/utils/pactl.c:1267
+#: ../src/utils/pacat.c:1035 ../src/utils/pactl.c:1267
msgid "pa_mainloop_new() failed."
msgstr "pa_mainloop_new() ವಿಫಲà²à³à²à²¡à²¿à²¦à³."
-#: ../src/utils/pacat.c:1050
+#: ../src/utils/pacat.c:1054
msgid "io_new() failed."
msgstr "io_new() ವಿಫಲà²à³à²à²¡à²¿à²¦à³."
-#: ../src/utils/pacat.c:1057 ../src/utils/pactl.c:1279
+#: ../src/utils/pacat.c:1061 ../src/utils/pactl.c:1279
msgid "pa_context_new() failed."
msgstr "pa_context_new() ವಿಫಲà²à³à²à²¡à²¿à²¦à³."
-#: ../src/utils/pacat.c:1065 ../src/utils/pactl.c:1285
+#: ../src/utils/pacat.c:1069 ../src/utils/pactl.c:1285
#, c-format
msgid "pa_context_connect() failed: %s"
msgstr "pa_context_connect() ವಿಫಲà²à³à²à²¡à²¿à²¦à³: %s"
-#: ../src/utils/pacat.c:1071
+#: ../src/utils/pacat.c:1075
msgid "pa_context_rttime_new() failed."
msgstr "pa_context_rttime_new() ವಿಫಲà²à³à²à²¡à²¿à²¦à³."
-#: ../src/utils/pacat.c:1078 ../src/utils/pactl.c:1290
+#: ../src/utils/pacat.c:1082 ../src/utils/pactl.c:1290
msgid "pa_mainloop_run() failed."
msgstr "pa_mainloop_run() ವಿಫಲà²à³à²à²¡à²¿à²¦à³."
diff --git a/po/ml.po b/po/ml.po
index 461ec14..84e58a3 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pulseaudio.master-tx.ml\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-09-11 01:26+0200\n"
+"POT-Creation-Date: 2009-09-18 22:17+0200\n"
"PO-Revision-Date: 2009-09-10 11:19+0530\n"
"Last-Translator: \n"
"Language-Team: <en at li.org>\n"
@@ -242,7 +242,7 @@ msgstr "pipe പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ: %s"
msgid "fork() failed: %s"
msgstr "fork() പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ: %s"
-#: ../src/daemon/main.c:641 ../src/utils/pacat.c:504
+#: ../src/daemon/main.c:641 ../src/utils/pacat.c:508
#, c-format
msgid "read() failed: %s"
msgstr "read() പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ: %s"
@@ -1143,7 +1143,7 @@ msgstr "fork(): %s"
msgid "waitpid(): %s"
msgstr "waitpid(): %s"
-#: ../src/pulse/context.c:1435
+#: ../src/pulse/context.c:1438
#, c-format
msgid "Received message for unknown extension '%s'"
msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ à´à´àµà´¸àµà´±àµà´±àµà´¨àµâà´·à´¨àµâ '%s'-à´¨àµà´³àµà´³ സനàµà´¦àµà´¶à´ à´²à´à´¿à´àµà´à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ"
@@ -1264,50 +1264,50 @@ msgstr "à´à´£à´àµà´·à´¨àµâ à´¸àµà´¥à´¾à´ªà´¿à´àµà´à´¿à´°à´¿à´àµà´
msgid "pa_stream_new() failed: %s"
msgstr "pa_stream_new() പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ: %s"
-#: ../src/utils/pacat.c:446
+#: ../src/utils/pacat.c:450
#, c-format
msgid "pa_stream_connect_playback() failed: %s"
msgstr "pa_stream_connect_playback() പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ: %s"
-#: ../src/utils/pacat.c:452
+#: ../src/utils/pacat.c:456
#, c-format
msgid "pa_stream_connect_record() failed: %s"
msgstr "pa_stream_connect_record() പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ: %s"
-#: ../src/utils/pacat.c:466 ../src/utils/pactl.c:857
+#: ../src/utils/pacat.c:470 ../src/utils/pactl.c:857
#, c-format
msgid "Connection failure: %s"
msgstr "à´à´£à´àµà´·à´¨à´¿à´²àµâ à´¤à´à´°à´¾à´°àµâ: %s"
-#: ../src/utils/pacat.c:499
+#: ../src/utils/pacat.c:503
msgid "Got EOF."
msgstr "EOF à´²à´àµà´¯à´®à´¾à´¯à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ"
-#: ../src/utils/pacat.c:536
+#: ../src/utils/pacat.c:540
#, c-format
msgid "write() failed: %s"
msgstr "write() പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ: %s"
-#: ../src/utils/pacat.c:557
+#: ../src/utils/pacat.c:561
msgid "Got signal, exiting."
msgstr "സിà´àµà´¨à´²àµâ à´²à´àµà´¯à´®à´¾à´¯à´¿, à´ªàµà´±à´¤àµà´¤àµàµ à´à´à´àµà´àµà´¨àµà´¨àµ."
-#: ../src/utils/pacat.c:571
+#: ../src/utils/pacat.c:575
#, c-format
msgid "Failed to get latency: %s"
msgstr "ലാറàµà´±à´¨àµâസി à´²à´àµà´¯à´®à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ: %s"
-#: ../src/utils/pacat.c:576
+#: ../src/utils/pacat.c:580
#, c-format
msgid "Time: %0.3f sec; Latency: %0.0f usec."
msgstr "സമയà´: %0.3f sec; ലാറàµà´±à´¨àµâസി: %0.0f usec."
-#: ../src/utils/pacat.c:595
+#: ../src/utils/pacat.c:599
#, c-format
msgid "pa_stream_update_timing_info() failed: %s"
msgstr "pa_stream_update_timing_info() പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ: %s"
-#: ../src/utils/pacat.c:605
+#: ../src/utils/pacat.c:609
#, c-format
msgid ""
"%s [options]\n"
@@ -1422,7 +1422,7 @@ msgstr ""
" --file-format=FFORMAT Record/play formatted PCM data.\n"
" --list-file-formats List available file formats.\n"
-#: ../src/utils/pacat.c:727
+#: ../src/utils/pacat.c:731
#, c-format
msgid ""
"pacat %s\n"
@@ -1433,126 +1433,126 @@ msgstr ""
"libpulse %s-à´¨àµà´ªàµà´ªà´ à´à´à´ªàµà´²àµâ à´àµà´¯àµà´¤à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ\n"
"libpulse %s-à´¨àµà´ªàµà´ªà´ ലിà´àµà´àµ à´àµà´¯àµà´¤à´¿à´°à´¿à´àµà´àµà´¨àµà´¨àµ\n"
-#: ../src/utils/pacat.c:760 ../src/utils/pactl.c:953
+#: ../src/utils/pacat.c:764 ../src/utils/pactl.c:953
#, c-format
msgid "Invalid client name '%s'"
msgstr "à´¤àµà´±àµà´±à´¾à´¯ à´àµà´²àµà´¨àµà´±àµ നാമഠ'%s'"
-#: ../src/utils/pacat.c:775
+#: ../src/utils/pacat.c:779
#, c-format
msgid "Invalid stream name '%s'"
msgstr "à´¤àµà´±àµà´±à´¾à´¯ à´¸àµà´àµà´°àµà´ നാമഠ'%s'"
-#: ../src/utils/pacat.c:812
+#: ../src/utils/pacat.c:816
#, c-format
msgid "Invalid channel map '%s'"
msgstr "à´¤àµà´±àµà´±à´¾à´¯ à´à´¾à´¨à´²àµâ മാപàµà´ªàµ '%s'"
-#: ../src/utils/pacat.c:841
+#: ../src/utils/pacat.c:845
#, c-format
msgid "Invalid latency specification '%s'"
msgstr "à´¤àµà´±àµà´±à´¾à´¯ ലാറàµà´±à´¨àµâസി വിവരണഠ'%s'"
-#: ../src/utils/pacat.c:848
+#: ../src/utils/pacat.c:852
#, c-format
msgid "Invalid process time specification '%s'"
msgstr "à´¤àµà´±àµà´±à´¾à´¯ à´ªàµà´°à´àµà´°à´¿à´¯ സമയ വിവരണഠ'%s'"
-#: ../src/utils/pacat.c:860
+#: ../src/utils/pacat.c:864
#, c-format
msgid "Invalid property '%s'"
msgstr "à´¤àµà´±àµà´±à´¾à´¯ വിശàµà´·à´¤ '%s'"
-#: ../src/utils/pacat.c:877
+#: ../src/utils/pacat.c:881
#, c-format
msgid "Unknown file format %s."
msgstr "à´
പരിà´à´¿à´¤à´®à´¾à´¯ ഫയലàµâ à´°àµà´¤à´¿ %s."
-#: ../src/utils/pacat.c:896
+#: ../src/utils/pacat.c:900
msgid "Invalid sample specification"
msgstr "à´¤àµà´±àµà´±à´¾à´¯ മാതàµà´ വിവരണà´"
-#: ../src/utils/pacat.c:906
+#: ../src/utils/pacat.c:910
#, c-format
msgid "open(): %s"
msgstr "open(): %s"
-#: ../src/utils/pacat.c:911
+#: ../src/utils/pacat.c:915
#, c-format
msgid "dup2(): %s"
msgstr "dup2(): %s"
-#: ../src/utils/pacat.c:918
+#: ../src/utils/pacat.c:922
msgid "Too many arguments."
msgstr "à´
നവധി à´à´°àµâà´àµà´¯àµà´®àµà´¨àµà´±àµà´à´³àµâ."
-#: ../src/utils/pacat.c:929
+#: ../src/utils/pacat.c:933
msgid "Failed to generate sample specification for file."
msgstr "ഫയലിനàµà´³àµà´³ സാà´à´ªà´¿à´³àµâ വിവരണഠലà´àµà´¯à´®à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ."
-#: ../src/utils/pacat.c:949
+#: ../src/utils/pacat.c:953
msgid "Failed to open audio file."
msgstr "à´âഡിയൠഫയലàµâ à´¤àµà´±à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ."
-#: ../src/utils/pacat.c:955
+#: ../src/utils/pacat.c:959
msgid ""
"Warning: specified sample specification will be overwritten with "
"specification from file."
msgstr ""
"à´®àµà´¨àµà´¨à´±à´¿à´¯à´¿à´ªàµà´ªàµàµ: ഫയലിലàµâ നിനàµà´¨àµà´³àµà´³ വിവരണഠവàµà´¯à´àµà´¤à´®à´¾à´àµà´à´¿à´¯à´¿à´°à´¿à´àµà´àµà´¨àµà´¨ സാà´à´ªà´¿à´³àµâ വിവരണഠമാറàµà´±à´¿à´¯àµà´´àµà´¤àµà´¨àµà´¨àµ."
-#: ../src/utils/pacat.c:958 ../src/utils/pactl.c:997
+#: ../src/utils/pacat.c:962 ../src/utils/pactl.c:997
msgid "Failed to determine sample specification from file."
msgstr "ഫയലിലàµâ നിനàµà´¨àµà´ സാà´à´ªà´¿à´³àµâ വിവരണഠലà´àµà´¯à´®à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ."
-#: ../src/utils/pacat.c:967
+#: ../src/utils/pacat.c:971
msgid "Warning: Failed to determine channel map from file."
msgstr "à´®àµà´¨àµà´¨à´±à´¿à´¯à´¿à´ªàµà´ªàµàµ: ഫയലിലàµâ നിനàµà´¨àµà´ à´à´¾à´¨à´²àµâ മാപàµà´ªàµ à´²à´àµà´¯à´®à´¾à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ."
-#: ../src/utils/pacat.c:978
+#: ../src/utils/pacat.c:982
msgid "Channel map doesn't match sample specification"
msgstr "à´à´¾à´¨à´²àµâ മാപàµà´ªàµ സാà´à´ªà´¿à´³àµâ വിവരണവàµà´®à´¾à´¯à´¿ à´àµà´°àµà´¨àµà´¨à´¿à´²àµà´²"
-#: ../src/utils/pacat.c:989
+#: ../src/utils/pacat.c:993
msgid "Warning: failed to write channel map to file."
msgstr "à´®àµà´¨àµà´¨à´±à´¿à´¯à´¿à´ªàµà´ªàµàµ: ഫയലിലàµà´àµà´àµ à´à´¾à´¨à´²àµâ മാപàµà´ªàµ à´¸àµà´àµà´·à´¿à´àµà´àµà´¨àµà´¨à´¤à´¿à´²àµâ പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ."
-#: ../src/utils/pacat.c:1004
+#: ../src/utils/pacat.c:1008
#, c-format
msgid ""
"Opening a %s stream with sample specification '%s' and channel map '%s'."
msgstr "%s à´¸àµà´àµà´°àµà´ à´¤àµà´±à´àµà´àµà´¨àµà´¨àµ. à´à´¤à´¿à´¨àµà´±àµ സാà´à´ªà´¿à´³àµâ വിവരണഠ'%s'-à´à´ à´à´¾à´¨à´²àµâ മാപàµà´ªàµ '%s'-à´à´ à´à´£àµàµ."
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "recording"
msgstr "റിà´àµà´àµà´°àµâഡൠà´àµà´¯àµà´¯àµà´¨àµà´¨àµ"
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "playback"
msgstr "à´ªàµà´²àµà´¬à´¾à´àµà´àµ"
-#: ../src/utils/pacat.c:1031 ../src/utils/pactl.c:1267
+#: ../src/utils/pacat.c:1035 ../src/utils/pactl.c:1267
msgid "pa_mainloop_new() failed."
msgstr "pa_mainloop_new() പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ."
-#: ../src/utils/pacat.c:1050
+#: ../src/utils/pacat.c:1054
msgid "io_new() failed."
msgstr "io_new() പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ."
-#: ../src/utils/pacat.c:1057 ../src/utils/pactl.c:1279
+#: ../src/utils/pacat.c:1061 ../src/utils/pactl.c:1279
msgid "pa_context_new() failed."
msgstr "pa_context_new() പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ."
-#: ../src/utils/pacat.c:1065 ../src/utils/pactl.c:1285
+#: ../src/utils/pacat.c:1069 ../src/utils/pactl.c:1285
#, c-format
msgid "pa_context_connect() failed: %s"
msgstr "pa_context_connect() പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ: %s"
-#: ../src/utils/pacat.c:1071
+#: ../src/utils/pacat.c:1075
msgid "pa_context_rttime_new() failed."
msgstr "pa_context_rttime_new() പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ."
-#: ../src/utils/pacat.c:1078 ../src/utils/pactl.c:1290
+#: ../src/utils/pacat.c:1082 ../src/utils/pactl.c:1290
msgid "pa_mainloop_run() failed."
msgstr "pa_mainloop_run() പരാà´à´¯à´ªàµà´ªàµà´àµà´àµ."
diff --git a/po/mr.po b/po/mr.po
index 0e7eda9..0608e90 100644
--- a/po/mr.po
+++ b/po/mr.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pulseaudio.master-tx\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-09-11 01:26+0200\n"
+"POT-Creation-Date: 2009-09-18 22:17+0200\n"
"PO-Revision-Date: 2009-09-10 15:34+0530\n"
"Last-Translator: Sandeep Shedmake <sshedmak at redhat.com>\n"
"Language-Team: Marathi <fedora-trans-mr at redhat.com>\n"
@@ -243,7 +243,7 @@ msgstr "पाà¤à¤ª à¤
पयशà¥: %s"
msgid "fork() failed: %s"
msgstr "fork() à¤
पयशà¥: %s"
-#: ../src/daemon/main.c:641 ../src/utils/pacat.c:504
+#: ../src/daemon/main.c:641 ../src/utils/pacat.c:508
#, c-format
msgid "read() failed: %s"
msgstr "read() à¤
पयशà¥: %s"
@@ -1146,7 +1146,7 @@ msgstr "fork(): %s"
msgid "waitpid(): %s"
msgstr "waitpid(): %s"
-#: ../src/pulse/context.c:1435
+#: ../src/pulse/context.c:1438
#, c-format
msgid "Received message for unknown extension '%s'"
msgstr "à¤
परिà¤à¥à¤¤ वाढ '%s' à¤à¤°à¥à¤¤à¤¾ सà¤à¤¦à¥à¤¶ पà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤¾à¤²à¥"
@@ -1267,50 +1267,50 @@ msgstr "à¤à¥à¤³à¤µà¤£à¥ सà¥à¤¥à¤¾à¤ªà¥à¤¤ à¤à¥à¤²à¥.%s"
msgid "pa_stream_new() failed: %s"
msgstr "pa_stream_new() à¤
पयशà¥: %s"
-#: ../src/utils/pacat.c:446
+#: ../src/utils/pacat.c:450
#, c-format
msgid "pa_stream_connect_playback() failed: %s"
msgstr "pa_stream_connect_playback() à¤
पयशà¥: %s"
-#: ../src/utils/pacat.c:452
+#: ../src/utils/pacat.c:456
#, c-format
msgid "pa_stream_connect_record() failed: %s"
msgstr "pa_stream_connect_record() à¤
पयशà¥: %s"
-#: ../src/utils/pacat.c:466 ../src/utils/pactl.c:857
+#: ../src/utils/pacat.c:470 ../src/utils/pactl.c:857
#, c-format
msgid "Connection failure: %s"
msgstr "à¤à¥à¤³à¤µà¤£à¥ à¤
पयशà¥: %s"
-#: ../src/utils/pacat.c:499
+#: ../src/utils/pacat.c:503
msgid "Got EOF."
msgstr "EOF पà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤¾à¤²à¥."
-#: ../src/utils/pacat.c:536
+#: ../src/utils/pacat.c:540
#, c-format
msgid "write() failed: %s"
msgstr "write() à¤
पयशà¥: %s"
-#: ../src/utils/pacat.c:557
+#: ../src/utils/pacat.c:561
msgid "Got signal, exiting."
msgstr "सà¤à¤à¥à¤¤ पà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤¾à¤²à¥, बाहà¥à¤° पडत à¤à¤¹à¥."
-#: ../src/utils/pacat.c:571
+#: ../src/utils/pacat.c:575
#, c-format
msgid "Failed to get latency: %s"
msgstr "विलà¤à¤¬ पà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥: %s"
-#: ../src/utils/pacat.c:576
+#: ../src/utils/pacat.c:580
#, c-format
msgid "Time: %0.3f sec; Latency: %0.0f usec."
msgstr "वà¥à¤³: %0.3f sec; विलà¤à¤¬: %0.0f usec."
-#: ../src/utils/pacat.c:595
+#: ../src/utils/pacat.c:599
#, c-format
msgid "pa_stream_update_timing_info() failed: %s"
msgstr "pa_stream_update_timing_info() à¤
पयशà¥: %s"
-#: ../src/utils/pacat.c:605
+#: ../src/utils/pacat.c:609
#, c-format
msgid ""
"%s [options]\n"
@@ -1425,7 +1425,7 @@ msgstr ""
" --file-format=FFORMAT Record/play formatted PCM data.\n"
" --list-file-formats List available file formats.\n"
-#: ../src/utils/pacat.c:727
+#: ../src/utils/pacat.c:731
#, c-format
msgid ""
"pacat %s\n"
@@ -1436,125 +1436,125 @@ msgstr ""
"libpulse %s शॠà¤à¤à¤ªà¤¾à¤ à¤à¥à¤²à¥\n"
"libpulse %s शॠलिà¤à¤ à¤à¥à¤²à¥\n"
-#: ../src/utils/pacat.c:760 ../src/utils/pactl.c:953
+#: ../src/utils/pacat.c:764 ../src/utils/pactl.c:953
#, c-format
msgid "Invalid client name '%s'"
msgstr "à¤
वà¥à¤§ à¤à¥à¤²à¤¾à¤à¤à¤à¤à¥ नाव '%s'"
-#: ../src/utils/pacat.c:775
+#: ../src/utils/pacat.c:779
#, c-format
msgid "Invalid stream name '%s'"
msgstr "à¤
वà¥à¤§ सà¥à¤à¥à¤°à¥à¤®à¤à¥ नाव '%s'"
-#: ../src/utils/pacat.c:812
+#: ../src/utils/pacat.c:816
#, c-format
msgid "Invalid channel map '%s'"
msgstr "à¤
वà¥à¤§ वाहिनॠनà¤à¤¾à¤¶à¤¾ '%s'"
-#: ../src/utils/pacat.c:841
+#: ../src/utils/pacat.c:845
#, c-format
msgid "Invalid latency specification '%s'"
msgstr "à¤
वà¥à¤§ विलà¤à¤¬ सà¤à¤¯à¥à¤à¤¨à¤¾ '%s'"
-#: ../src/utils/pacat.c:848
+#: ../src/utils/pacat.c:852
#, c-format
msgid "Invalid process time specification '%s'"
msgstr "à¤
वà¥à¤§ à¤à¤¾à¤°à¥à¤¯ वà¥à¤³ सà¤à¤¯à¥à¤à¤¨à¤¾ '%s'"
-#: ../src/utils/pacat.c:860
+#: ../src/utils/pacat.c:864
#, c-format
msgid "Invalid property '%s'"
msgstr "à¤
वà¥à¤§ à¤à¥à¤£à¤§à¤°à¥à¤® '%s'"
-#: ../src/utils/pacat.c:877
+#: ../src/utils/pacat.c:881
#, c-format
msgid "Unknown file format %s."
msgstr "à¤
परिà¤à¥à¤¤ फाà¤à¤² रà¥à¤ªà¤£ %s."
-#: ../src/utils/pacat.c:896
+#: ../src/utils/pacat.c:900
msgid "Invalid sample specification"
msgstr "à¤
वà¥à¤§ सà¥
मà¥à¤ªà¤² सà¤à¤¯à¥à¤à¤¨à¤¾"
-#: ../src/utils/pacat.c:906
+#: ../src/utils/pacat.c:910
#, c-format
msgid "open(): %s"
msgstr "open(): %s"
-#: ../src/utils/pacat.c:911
+#: ../src/utils/pacat.c:915
#, c-format
msgid "dup2(): %s"
msgstr "dup2(): %s"
-#: ../src/utils/pacat.c:918
+#: ../src/utils/pacat.c:922
msgid "Too many arguments."
msgstr "à¤à¥à¤ª à¤à¤¾à¤¸à¥à¤¤ बाब."
-#: ../src/utils/pacat.c:929
+#: ../src/utils/pacat.c:933
msgid "Failed to generate sample specification for file."
msgstr "फाà¤à¤²à¤¸à¤¾à¤ ॠसà¥
मà¥à¤ªà¤² माहितॠपà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥."
-#: ../src/utils/pacat.c:949
+#: ../src/utils/pacat.c:953
msgid "Failed to open audio file."
msgstr "à¤à¤µà¤¾à¤ फाà¤à¤² à¤à¤à¤¡à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥."
-#: ../src/utils/pacat.c:955
+#: ../src/utils/pacat.c:959
msgid ""
"Warning: specified sample specification will be overwritten with "
"specification from file."
msgstr "सावधानता: निरà¥à¤¦à¥à¤¶à¥à¤¤ à¤à¤¾à¤à¤£à¥ सà¤à¤¯à¥à¤à¤¨à¤¾ फाà¤à¤²à¤®à¤§à¥à¤² सà¤à¤¯à¥à¤à¤¨à¤¾à¤¶à¥ à¤à¥à¤¡à¥à¤¨ पà¥à¤¨à¤ लिहà¥à¤²à¥ à¤à¤¾à¤à¤²."
-#: ../src/utils/pacat.c:958 ../src/utils/pactl.c:997
+#: ../src/utils/pacat.c:962 ../src/utils/pactl.c:997
msgid "Failed to determine sample specification from file."
msgstr "फाà¤à¤²à¤ªà¤¾à¤¸à¥à¤¨ à¤à¤¾à¤à¤£à¥ सà¤à¤¯à¥à¤à¤¨à¤¾ माहितॠपà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤°à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥."
-#: ../src/utils/pacat.c:967
+#: ../src/utils/pacat.c:971
msgid "Warning: Failed to determine channel map from file."
msgstr "सावधानता: फाà¤à¤²à¤ªà¤¾à¤¸à¥à¤¨ वाहिनॠनà¤à¤¾à¤¶à¤¾ à¤à¤³à¤à¤£à¥à¤¯à¤¾à¤¸ à¤
पयशà¥."
-#: ../src/utils/pacat.c:978
+#: ../src/utils/pacat.c:982
msgid "Channel map doesn't match sample specification"
msgstr "वाहिनॠनà¤à¤¾à¤¶à¤¾ à¤à¤¾à¤à¤£à¥ सà¤à¤¯à¥à¤à¤¨à¤¾à¤¶à¥ à¤à¥à¤³à¤¤ नाहà¥"
-#: ../src/utils/pacat.c:989
+#: ../src/utils/pacat.c:993
msgid "Warning: failed to write channel map to file."
msgstr "सावधानता: वाहिनॠनà¤à¤¾à¤¶à¤¾ फाà¤à¤²à¤®à¤§à¥à¤¯à¥ लिहणà¥à¤¯à¤¾à¤¸ à¤
पयशà¥."
-#: ../src/utils/pacat.c:1004
+#: ../src/utils/pacat.c:1008
#, c-format
msgid ""
"Opening a %s stream with sample specification '%s' and channel map '%s'."
msgstr "%s सà¥à¤à¥à¤°à¥à¤® à¤à¤¾à¤à¤£à¥ सà¤à¤¯à¥à¤à¤¨à¤¾ '%s' व वाहिनॠनà¤à¤¾à¤¶à¤¾ '%s' सह à¤à¤à¤¡à¤¤ à¤à¤¹à¥."
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "recording"
msgstr "रà¥à¤à¥à¤°à¥à¤¡à¥à¤à¤"
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "playback"
msgstr "पà¥à¤²à¥à¤¬à¥
à¤"
-#: ../src/utils/pacat.c:1031 ../src/utils/pactl.c:1267
+#: ../src/utils/pacat.c:1035 ../src/utils/pactl.c:1267
msgid "pa_mainloop_new() failed."
msgstr "pa_mainloop_new() à¤
पयशà¥."
-#: ../src/utils/pacat.c:1050
+#: ../src/utils/pacat.c:1054
msgid "io_new() failed."
msgstr "io_new() à¤
पयशà¥."
-#: ../src/utils/pacat.c:1057 ../src/utils/pactl.c:1279
+#: ../src/utils/pacat.c:1061 ../src/utils/pactl.c:1279
msgid "pa_context_new() failed."
msgstr "pa_context_new() à¤
पयशà¥."
-#: ../src/utils/pacat.c:1065 ../src/utils/pactl.c:1285
+#: ../src/utils/pacat.c:1069 ../src/utils/pactl.c:1285
#, c-format
msgid "pa_context_connect() failed: %s"
msgstr "pa_context_connect() à¤
पयशà¥: %s"
-#: ../src/utils/pacat.c:1071
+#: ../src/utils/pacat.c:1075
msgid "pa_context_rttime_new() failed."
msgstr "pa_context_rrttime_new() à¤
पयशà¥."
-#: ../src/utils/pacat.c:1078 ../src/utils/pactl.c:1290
+#: ../src/utils/pacat.c:1082 ../src/utils/pactl.c:1290
msgid "pa_mainloop_run() failed."
msgstr "pa_mainloop_run() à¤
पयशà¥."
diff --git a/po/nl.po b/po/nl.po
index 8042984..20197bd 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pulseaudio.master-tx\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-09-11 14:45+0000\n"
+"POT-Creation-Date: 2009-09-18 22:17+0200\n"
"PO-Revision-Date: 2009-09-11 19:58+0200\n"
"Last-Translator: Geert Warrink <geert.warrink at onsnet.nu>\n"
"Language-Team: nl <nl at li.org>\n"
@@ -247,7 +247,7 @@ msgstr "pipe mislukte: %s"
msgid "fork() failed: %s"
msgstr "fork() mislukte: %s"
-#: ../src/daemon/main.c:641 ../src/utils/pacat.c:504
+#: ../src/daemon/main.c:641 ../src/utils/pacat.c:508
#, c-format
msgid "read() failed: %s"
msgstr "read() mislukte: %s"
@@ -1160,7 +1160,7 @@ msgstr "fork(): %s"
msgid "waitpid(): %s"
msgstr "waitpid(): %s"
-#: ../src/pulse/context.c:1435
+#: ../src/pulse/context.c:1438
#, c-format
msgid "Received message for unknown extension '%s'"
msgstr "Ontving boodschap voor onbekende extensie '%s'"
@@ -1281,50 +1281,50 @@ msgstr "Verbinding bereikt.%s"
msgid "pa_stream_new() failed: %s"
msgstr "pa_stream_new() mislukte: %s"
-#: ../src/utils/pacat.c:446
+#: ../src/utils/pacat.c:450
#, c-format
msgid "pa_stream_connect_playback() failed: %s"
msgstr "pa_stream_connect_playback() mislukte: %s"
-#: ../src/utils/pacat.c:452
+#: ../src/utils/pacat.c:456
#, c-format
msgid "pa_stream_connect_record() failed: %s"
msgstr "pa_stream_connect_record() mislukte: %s"
-#: ../src/utils/pacat.c:466 ../src/utils/pactl.c:857
+#: ../src/utils/pacat.c:470 ../src/utils/pactl.c:857
#, c-format
msgid "Connection failure: %s"
msgstr "Verbindingsfout: %s"
-#: ../src/utils/pacat.c:499
+#: ../src/utils/pacat.c:503
msgid "Got EOF."
msgstr "Kreeg EOF."
-#: ../src/utils/pacat.c:536
+#: ../src/utils/pacat.c:540
#, c-format
msgid "write() failed: %s"
msgstr "write() mislukte: %s"
-#: ../src/utils/pacat.c:557
+#: ../src/utils/pacat.c:561
msgid "Got signal, exiting."
msgstr "Ontving signaal, afsluiten."
-#: ../src/utils/pacat.c:571
+#: ../src/utils/pacat.c:575
#, c-format
msgid "Failed to get latency: %s"
msgstr "Latentie krijgen mislukte: %s"
-#: ../src/utils/pacat.c:576
+#: ../src/utils/pacat.c:580
#, c-format
msgid "Time: %0.3f sec; Latency: %0.0f usec."
msgstr "Tijd: %0.3f sec; Latentie: %0.0f usec."
-#: ../src/utils/pacat.c:595
+#: ../src/utils/pacat.c:599
#, c-format
msgid "pa_stream_update_timing_info() failed: %s"
msgstr "pa_stream_update_timing_info() mislukte: %s"
-#: ../src/utils/pacat.c:605
+#: ../src/utils/pacat.c:609
#, c-format
msgid ""
"%s [options]\n"
@@ -1442,7 +1442,7 @@ msgstr ""
" --list-file-formats Laat beschikbare bestandsformaten "
"zien.\n"
-#: ../src/utils/pacat.c:727
+#: ../src/utils/pacat.c:731
#, c-format
msgid ""
"pacat %s\n"
@@ -1453,68 +1453,68 @@ msgstr ""
"Gecompileerd met libpulse %s\n"
"Gelinkt met libpulse %s\n"
-#: ../src/utils/pacat.c:760 ../src/utils/pactl.c:953
+#: ../src/utils/pacat.c:764 ../src/utils/pactl.c:953
#, c-format
msgid "Invalid client name '%s'"
msgstr "Ongeldige cliënt naam '%s'."
-#: ../src/utils/pacat.c:775
+#: ../src/utils/pacat.c:779
#, c-format
msgid "Invalid stream name '%s'"
msgstr "Ongeldige stroom naam '%s'."
-#: ../src/utils/pacat.c:812
+#: ../src/utils/pacat.c:816
#, c-format
msgid "Invalid channel map '%s'"
msgstr "Ongeldige kanaal map '%s'."
-#: ../src/utils/pacat.c:841
+#: ../src/utils/pacat.c:845
#, c-format
msgid "Invalid latency specification '%s'"
msgstr "Ongeldige latentie specificatie '%s'."
-#: ../src/utils/pacat.c:848
+#: ../src/utils/pacat.c:852
#, c-format
msgid "Invalid process time specification '%s'"
msgstr "Ongeldige proces tijd specificatie '%s'."
-#: ../src/utils/pacat.c:860
+#: ../src/utils/pacat.c:864
#, c-format
msgid "Invalid property '%s'"
msgstr "Ongeldige eigenschap '%s'."
-#: ../src/utils/pacat.c:877
+#: ../src/utils/pacat.c:881
#, c-format
msgid "Unknown file format %s."
msgstr "Ongeldig bestandsformaat %s"
-#: ../src/utils/pacat.c:896
+#: ../src/utils/pacat.c:900
msgid "Invalid sample specification"
msgstr "Ongeldige bemonster specificatie"
-#: ../src/utils/pacat.c:906
+#: ../src/utils/pacat.c:910
#, c-format
msgid "open(): %s"
msgstr "open(): %s"
-#: ../src/utils/pacat.c:911
+#: ../src/utils/pacat.c:915
#, c-format
msgid "dup2(): %s"
msgstr "dup2(): %s"
-#: ../src/utils/pacat.c:918
+#: ../src/utils/pacat.c:922
msgid "Too many arguments."
msgstr "Te veel argumenten."
-#: ../src/utils/pacat.c:929
+#: ../src/utils/pacat.c:933
msgid "Failed to generate sample specification for file."
msgstr "Bemonster specificatie voor bestand aanmaken mislukte."
-#: ../src/utils/pacat.c:949
+#: ../src/utils/pacat.c:953
msgid "Failed to open audio file."
msgstr "Openen van geluidsbestand mislukte."
-#: ../src/utils/pacat.c:955
+#: ../src/utils/pacat.c:959
msgid ""
"Warning: specified sample specification will be overwritten with "
"specification from file."
@@ -1522,59 +1522,59 @@ msgstr ""
"Waarschuwing: opgegeven bemonster specificatie zal overschreven worden met "
"de specificatie van het bestand."
-#: ../src/utils/pacat.c:958 ../src/utils/pactl.c:997
+#: ../src/utils/pacat.c:962 ../src/utils/pactl.c:997
msgid "Failed to determine sample specification from file."
msgstr "Bepalen van bemonster specificatie van het bestand mislukte."
-#: ../src/utils/pacat.c:967
+#: ../src/utils/pacat.c:971
msgid "Warning: Failed to determine channel map from file."
msgstr "Waarschuwing: Bepalen van kanaal map van bestand mislukte."
-#: ../src/utils/pacat.c:978
+#: ../src/utils/pacat.c:982
msgid "Channel map doesn't match sample specification"
msgstr "Kanaal map komt niet overeen met bemonster specificatie."
-#: ../src/utils/pacat.c:989
+#: ../src/utils/pacat.c:993
msgid "Warning: failed to write channel map to file."
msgstr "Waarschuwing: schrijven van kanaal map naar bestand mislukte."
-#: ../src/utils/pacat.c:1004
+#: ../src/utils/pacat.c:1008
#, c-format
msgid ""
"Opening a %s stream with sample specification '%s' and channel map '%s'."
msgstr ""
"Openen van een %s stroom met bemonster specificatie '%s' en kanaal map '%s'."
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "recording"
msgstr "opnemen"
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "playback"
msgstr "afspelen"
-#: ../src/utils/pacat.c:1031 ../src/utils/pactl.c:1267
+#: ../src/utils/pacat.c:1035 ../src/utils/pactl.c:1267
msgid "pa_mainloop_new() failed."
msgstr "pa_mainloop_new() mislukte."
-#: ../src/utils/pacat.c:1050
+#: ../src/utils/pacat.c:1054
msgid "io_new() failed."
msgstr "io_new() mislukte."
-#: ../src/utils/pacat.c:1057 ../src/utils/pactl.c:1279
+#: ../src/utils/pacat.c:1061 ../src/utils/pactl.c:1279
msgid "pa_context_new() failed."
msgstr "pa_cotext_new() mislukte."
-#: ../src/utils/pacat.c:1065 ../src/utils/pactl.c:1285
+#: ../src/utils/pacat.c:1069 ../src/utils/pactl.c:1285
#, c-format
msgid "pa_context_connect() failed: %s"
msgstr "pa_context_connect() mislukte: %s"
-#: ../src/utils/pacat.c:1071
+#: ../src/utils/pacat.c:1075
msgid "pa_context_rttime_new() failed."
msgstr "pa_context_rttime_new() mislukte."
-#: ../src/utils/pacat.c:1078 ../src/utils/pactl.c:1290
+#: ../src/utils/pacat.c:1082 ../src/utils/pactl.c:1290
msgid "pa_mainloop_run() failed."
msgstr "pa_mainloop_run() mislukte."
diff --git a/po/or.po b/po/or.po
index 80f7d6c..2ec11ac 100644
--- a/po/or.po
+++ b/po/or.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pulseaudio.master-tx.or\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-09-11 04:41+0000\n"
+"POT-Creation-Date: 2009-09-18 22:17+0200\n"
"PO-Revision-Date: 2009-09-11 12:56+0530\n"
"Last-Translator: Manoj Kumar Giri <mgiri at redhat.com>\n"
"Language-Team: Oriya <oriya-it at googlegroups.com>\n"
@@ -15,7 +15,8 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.4\n"
-"Plural-Forms: nplurals=2; plural=(n!=1);\n\n"
+"Plural-Forms: nplurals=2; plural=(n!=1);\n"
+"\n"
"\n"
"\n"
"\n"
@@ -259,7 +260,7 @@ msgstr "ପାà¬à¬ª ବିଫଳ ହàà¬à¬à¬¿: %s"
msgid "fork() failed: %s"
msgstr "fork() ବିଫଳ ହàà¬à¬à¬¿: %s"
-#: ../src/daemon/main.c:641 ../src/utils/pacat.c:504
+#: ../src/daemon/main.c:641 ../src/utils/pacat.c:508
#, c-format
msgid "read() failed: %s"
msgstr "read() ବିଫଳ ହàà¬à¬à¬¿: %s"
@@ -1160,7 +1161,7 @@ msgstr "fork(): %s"
msgid "waitpid(): %s"
msgstr "waitpid(): %s"
-#: ../src/pulse/context.c:1435
+#: ../src/pulse/context.c:1438
#, c-format
msgid "Received message for unknown extension '%s'"
msgstr "à¬
à¬à¬£à¬¾ à¬
ନàଲà¬àନ '%s' ପାà¬à¬ ସନàଦàଶ à¬àରହଣ à¬à¬°à¬¿à¬
à¬à¬¿"
@@ -1281,50 +1282,50 @@ msgstr "ସà¬à¬¯àଠସàଥାପିତ ହàà¬à¬à¬¿à¥¤%s"
msgid "pa_stream_new() failed: %s"
msgstr "pa_stream_new() ବିଫଳ ହàà¬à¬à¬¿: %s"
-#: ../src/utils/pacat.c:446
+#: ../src/utils/pacat.c:450
#, c-format
msgid "pa_stream_connect_playback() failed: %s"
msgstr "pa_stream_connect_playback() ବିଫଳ ହàà¬à¬à¬¿: %s"
-#: ../src/utils/pacat.c:452
+#: ../src/utils/pacat.c:456
#, c-format
msgid "pa_stream_connect_record() failed: %s"
msgstr "pa_stream_connect_record() ବିଫଳ ହàà¬à¬à¬¿: %s"
-#: ../src/utils/pacat.c:466 ../src/utils/pactl.c:857
+#: ../src/utils/pacat.c:470 ../src/utils/pactl.c:857
#, c-format
msgid "Connection failure: %s"
msgstr "ସà¬à¬¯àଠବିଫଳ ହàà¬à¬à¬¿: %s"
-#: ../src/utils/pacat.c:499
+#: ../src/utils/pacat.c:503
msgid "Got EOF."
msgstr "EOF ପାà¬à¬
à¬à¬¿à¥¤"
-#: ../src/utils/pacat.c:536
+#: ../src/utils/pacat.c:540
#, c-format
msgid "write() failed: %s"
msgstr "write() ବିଫଳ ହàà¬à¬à¬¿: %s"
-#: ../src/utils/pacat.c:557
+#: ../src/utils/pacat.c:561
msgid "Got signal, exiting."
msgstr "ସà¬à¬àତ ପାà¬à¬²à¬¾, ପàରସàଥାନ à¬à¬°àà¬
à¬à¬¿à¥¤"
-#: ../src/utils/pacat.c:571
+#: ../src/utils/pacat.c:575
#, c-format
msgid "Failed to get latency: %s"
msgstr "ବିଳମàବତା ପାà¬à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: ../src/utils/pacat.c:576
+#: ../src/utils/pacat.c:580
#, c-format
msgid "Time: %0.3f sec; Latency: %0.0f usec."
msgstr "ସମà: %0.3f ସàà¬à¬£àଡ; ବିଳମàବତା: %0.0f usec."
-#: ../src/utils/pacat.c:595
+#: ../src/utils/pacat.c:599
#, c-format
msgid "pa_stream_update_timing_info() failed: %s"
msgstr "pa_stream_update_timing_info() ବିଫଳ ହàà¬à¬à¬¿: %s"
-#: ../src/utils/pacat.c:605
+#: ../src/utils/pacat.c:609
#, c-format
msgid ""
"%s [options]\n"
@@ -1433,7 +1434,7 @@ msgstr ""
" --file-format=FFORMAT ସà¬àà¬à¬¿à¬àତ PCM ତଥààà¬à ଲିପିବଦàଧ à¬à¬°à¬¨àତà/à¬à¬²à¬¾à¬¨àତà।\n"
" --list-file-formats ତାଲିà¬à¬¾ à¬à¬ªà¬²à¬¬àଧ ଫାà¬à¬² ସà¬àà¬à¬¿à¬à¬°à¬£ ଶàଳà।\n"
-#: ../src/utils/pacat.c:727
+#: ../src/utils/pacat.c:731
#, c-format
msgid ""
"pacat %s\n"
@@ -1444,124 +1445,125 @@ msgstr ""
"libpulse %s ସହିତ ସà¬à¬à¬³à¬¿à¬¤\n"
"libpulse %s ସହିତ ସà¬à¬¯àà¬àତ\n"
-#: ../src/utils/pacat.c:760 ../src/utils/pactl.c:953
+#: ../src/utils/pacat.c:764 ../src/utils/pactl.c:953
#, c-format
msgid "Invalid client name '%s'"
msgstr "à¬
ବàଧ à¬àଲାà¬à¬£àଠନାମ '%s'"
-#: ../src/utils/pacat.c:775
+#: ../src/utils/pacat.c:779
#, c-format
msgid "Invalid stream name '%s'"
msgstr "à¬
ବàଧ ଧାରା ନାମ '%s'"
-#: ../src/utils/pacat.c:812
+#: ../src/utils/pacat.c:816
#, c-format
msgid "Invalid channel map '%s'"
msgstr "à¬
ବàଧ à¬ààାନàଲ ମààାପ '%s'"
-#: ../src/utils/pacat.c:841
+#: ../src/utils/pacat.c:845
#, c-format
msgid "Invalid latency specification '%s'"
msgstr "à¬
ବàଧ ବିଳମàବତା ବିଶàଷ ଲà¬àଷଣ '%s'"
-#: ../src/utils/pacat.c:848
+#: ../src/utils/pacat.c:852
#, c-format
msgid "Invalid process time specification '%s'"
msgstr "à¬
ବàଧ ପଦàଧତି ସମà ବିଶàଷ ଲà¬àଷଣ '%s'"
-#: ../src/utils/pacat.c:860
+#: ../src/utils/pacat.c:864
#, c-format
msgid "Invalid property '%s'"
msgstr "à¬
ବàଧ à¬àଣଧରàମ '%s'"
-#: ../src/utils/pacat.c:877
+#: ../src/utils/pacat.c:881
#, c-format
msgid "Unknown file format %s."
msgstr "à¬
à¬à¬£à¬¾ ଫାà¬à¬² ସà¬àà¬à¬¿à¬à¬°à¬£ ଶàଳà %s।"
-#: ../src/utils/pacat.c:896
+#: ../src/utils/pacat.c:900
msgid "Invalid sample specification"
msgstr "à¬
ବàଧ ନମàନା ବିଶàଷ ଲà¬àଷଣ"
-#: ../src/utils/pacat.c:906
+#: ../src/utils/pacat.c:910
#, c-format
msgid "open(): %s"
msgstr "open(): %s"
-#: ../src/utils/pacat.c:911
+#: ../src/utils/pacat.c:915
#, c-format
msgid "dup2(): %s"
msgstr "dup2(): %s"
-#: ../src/utils/pacat.c:918
+#: ../src/utils/pacat.c:922
msgid "Too many arguments."
msgstr "à¬
ତààଧିଠସàà±à¬¤à¬¨àତàରà¬à¬°à¥¤"
-#: ../src/utils/pacat.c:929
+#: ../src/utils/pacat.c:933
msgid "Failed to generate sample specification for file."
msgstr "ଫାà¬à¬² ପାà¬à¬ ନମàନା ସàà¬à¬¨à¬¾ ସàଷàà¬à¬¿ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ।"
-#: ../src/utils/pacat.c:949
+#: ../src/utils/pacat.c:953
msgid "Failed to open audio file."
msgstr "ଧàà±à¬¨à¬¿ ଫାà¬à¬² à¬àଲିବାରà ବିଫଳ।"
-#: ../src/utils/pacat.c:955
+#: ../src/utils/pacat.c:959
msgid ""
"Warning: specified sample specification will be overwritten with "
"specification from file."
msgstr "à¬àତାବନà: à¬à¬²àଲିà¬à¬¿à¬¤ ନମàନା ବିଶàଷ ଲà¬àଷଣà¬à ଫାà¬à¬²à¬°à ବିଶàଷ ଲà¬àଷଣ ସହିତ ନବଲିà¬à¬¨ à¬à¬°à¬¾à¬¯à¬¿à¬¬à¥¤"
-#: ../src/utils/pacat.c:958 ../src/utils/pactl.c:997
+#: ../src/utils/pacat.c:962 ../src/utils/pactl.c:997
msgid "Failed to determine sample specification from file."
msgstr "ଫାà¬à¬²à¬°à ନମàନା ସàà¬à¬¨à¬¾ ନିରàଦàଧାରଣ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ।"
-#: ../src/utils/pacat.c:967
+#: ../src/utils/pacat.c:971
msgid "Warning: Failed to determine channel map from file."
msgstr "à¬àତାବନà: ଫାà¬à¬²à¬°à à¬ààାନàଲ ମààାପ ନିରàଦàଧାରଣ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ।"
-#: ../src/utils/pacat.c:978
+#: ../src/utils/pacat.c:982
msgid "Channel map doesn't match sample specification"
msgstr "ନମàନା ବିଶàଷ ଲà¬àଷଣ ସହିତ à¬ààାନàଲ ମààାପ ମàଳ à¬à¬¾à¬à¬¨à¬¾à¬¹à¬¿à¬"
-#: ../src/utils/pacat.c:989
+#: ../src/utils/pacat.c:993
msgid "Warning: failed to write channel map to file."
msgstr "à¬àତାବନà: à¬ààାନàଲ ମààାପà¬à ଫାà¬à¬²à¬°à ଲàà¬à¬¿à¬¬à¬¾à¬°à ବିଫଳ।"
-#: ../src/utils/pacat.c:1004
+#: ../src/utils/pacat.c:1008
#, c-format
-msgid "Opening a %s stream with sample specification '%s' and channel map '%s'."
+msgid ""
+"Opening a %s stream with sample specification '%s' and channel map '%s'."
msgstr "ନମàନା ବିଶàଷ ଲà¬àଷଣ '%s' à¬à¬¬à¬ à¬ààାନàଲ ମààାପ '%s' ସହିତ à¬àà¬à¬¿à¬ %s ଧାରାà¬à à¬àଲàà¬
à¬à¬¿à¥¤"
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "recording"
msgstr "à¬
ନàଲିପି à¬à¬°àà¬
à¬à¬¿"
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "playback"
msgstr "ପà¬à¬à¬²à¬¾"
-#: ../src/utils/pacat.c:1031 ../src/utils/pactl.c:1267
+#: ../src/utils/pacat.c:1035 ../src/utils/pactl.c:1267
msgid "pa_mainloop_new() failed."
msgstr "pa_mainloop_new() ବିଫଳ ହàà¬à¬à¬¿à¥¤"
-#: ../src/utils/pacat.c:1050
+#: ../src/utils/pacat.c:1054
msgid "io_new() failed."
msgstr "io_new() ବିଫଳ ହàà¬à¬à¬¿à¥¤"
-#: ../src/utils/pacat.c:1057 ../src/utils/pactl.c:1279
+#: ../src/utils/pacat.c:1061 ../src/utils/pactl.c:1279
msgid "pa_context_new() failed."
msgstr "pa_context_new() ବିଫଳ ହàà¬à¬à¬¿à¥¤"
-#: ../src/utils/pacat.c:1065 ../src/utils/pactl.c:1285
+#: ../src/utils/pacat.c:1069 ../src/utils/pactl.c:1285
#, c-format
msgid "pa_context_connect() failed: %s"
msgstr "pa_context_connect() ବିଫଳ ହàà¬à¬à¬¿: %s"
-#: ../src/utils/pacat.c:1071
+#: ../src/utils/pacat.c:1075
msgid "pa_context_rttime_new() failed."
msgstr "pa_context_rttime_new() ବିଫଳ ହàà¬à¬à¬¿à¥¤"
-#: ../src/utils/pacat.c:1078 ../src/utils/pactl.c:1290
+#: ../src/utils/pacat.c:1082 ../src/utils/pactl.c:1290
msgid "pa_mainloop_run() failed."
msgstr "pa_mainloop_run() ବିଫଳ ହàà¬à¬à¬¿à¥¤"
@@ -2116,14 +2118,17 @@ msgid "You have to specify a module index"
msgstr "à¬à¬ªà¬£à¬àà¬à à¬àà¬à¬¿à¬ à¬à¬à¬à¬¾à¬à¬¶ à¬
ନàà¬àରମଣିà¬à¬¾à¬à à¬à¬²àଲàଠà¬à¬°à¬¿à¬¬à¬¾ à¬à¬à¬¿à¬¤ ନàହà¬"
#: ../src/utils/pactl.c:1090
-msgid "You may not specify more than one sink. You have to specify a boolean value."
-msgstr "à¬à¬ªà¬£à¬àà¬à à¬àà¬à¬¿à¬à¬°à à¬
ଧିଠସିà¬àଠà¬à¬²àଲàଠà¬à¬°à¬¿à¬¬à¬¾à¬à ପଡ଼ିନପାରà। à¬à¬ªà¬£à¬àà¬à à¬àà¬à¬¿à¬ ବàଲିà¬à¬¨ ମàଲàà à¬à¬²àଲàଠà¬à¬°à¬¿à¬¬à¬¾à¬à ହàବ।"
+msgid ""
+"You may not specify more than one sink. You have to specify a boolean value."
+msgstr ""
+"à¬à¬ªà¬£à¬àà¬à à¬àà¬à¬¿à¬à¬°à à¬
ଧିଠସିà¬àଠà¬à¬²àଲàଠà¬à¬°à¬¿à¬¬à¬¾à¬à ପଡ଼ିନପାରà। à¬à¬ªà¬£à¬àà¬à à¬àà¬à¬¿à¬ ବàଲିà¬à¬¨ ମàଲàà à¬à¬²àଲàଠà¬à¬°à¬¿à¬¬à¬¾à¬à ହàବ।"
#: ../src/utils/pactl.c:1103
msgid ""
"You may not specify more than one source. You have to specify a boolean "
"value."
-msgstr "à¬à¬ªà¬£à¬àà¬à à¬àà¬à¬¿à¬à¬°à à¬
ଧିଠà¬à¬¤àସ à¬à¬²àଲàଠà¬à¬°à¬¿à¬¬à¬¾à¬à ପଡ଼ିନପାରà। à¬à¬ªà¬£à¬àà¬à à¬àà¬à¬¿à¬ ବàଲିà¬à¬¨ ମàଲàà à¬à¬²àଲàଠà¬à¬°à¬¿à¬¬à¬¾à¬à ହàବ।"
+msgstr ""
+"à¬à¬ªà¬£à¬àà¬à à¬àà¬à¬¿à¬à¬°à à¬
ଧିଠà¬à¬¤àସ à¬à¬²àଲàଠà¬à¬°à¬¿à¬¬à¬¾à¬à ପଡ଼ିନପାରà। à¬à¬ªà¬£à¬àà¬à à¬àà¬à¬¿à¬ ବàଲିà¬à¬¨ ମàଲàà à¬à¬²àଲàଠà¬à¬°à¬¿à¬¬à¬¾à¬à ହàବ।"
#: ../src/utils/pactl.c:1115
msgid "You have to specify a card name/index and a profile name"
@@ -2352,4 +2357,3 @@ msgstr "à¬àଲିଫàନି ଡàààପàଲàà¬àସ (HSP/HFP)"
#: ../src/modules/reserve-wrap.c:151
msgid "PulseAudio Sound Server"
msgstr "PulseAudio ଧàà±à¬¨à¬¿ ସରàà¬à¬°"
-
diff --git a/po/pa.po b/po/pa.po
index 9a91e29..fd64d6a 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pulseaudio.master-tx.pa\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-09-11 04:41+0000\n"
+"POT-Creation-Date: 2009-09-18 22:17+0200\n"
"PO-Revision-Date: 2009-09-11 12:08+0530\n"
"Last-Translator: Jaswinder Singh <jsingh at redhat.com>\n"
"Language-Team: Punjabi <Punjabi-users at lists.sourceforge.net>\n"
@@ -240,7 +240,7 @@ msgstr "pipe ਫà©à¨²à©à¨¹: %s"
msgid "fork() failed: %s"
msgstr "fork() ਫà©à¨²à©à¨¹ ਹà©: %s"
-#: ../src/daemon/main.c:641 ../src/utils/pacat.c:504
+#: ../src/daemon/main.c:641 ../src/utils/pacat.c:508
#, c-format
msgid "read() failed: %s"
msgstr "read() ਫà©à¨²à©à¨¹ ਹà©: %s"
@@ -377,7 +377,8 @@ msgstr "ਤਾà©à© ਹਾà¨-ਰà©à©à©à¨²à©à¨¶à¨¨ à¨à¨¾à¨à¨®à¨° à¨à¨ª
msgid ""
"Dude, your kernel stinks! The chef's recommendation today is Linux with high-"
"resolution timers enabled!"
-msgstr "ਮਿੱਤਰਾ, ਤà©à¨°à¨¾ à¨à¨°à¨¨à¨² ਪà©à¨°à¨¾à¨£à¨¾ ਹà©! à¨à©à¨« ਦ੠à¨
ੱਠਦ੠ਸਿਫਾਰਸ਼ ਹਾà¨-ਰà©à©à©à¨²à©à¨¶à¨¨ à¨à¨¾à¨à¨®à¨° ਯà©à¨ ਨਾਲ ਲà©à¨¨à¨à¨¸ ਹà©!"
+msgstr ""
+"ਮਿੱਤਰਾ, ਤà©à¨°à¨¾ à¨à¨°à¨¨à¨² ਪà©à¨°à¨¾à¨£à¨¾ ਹà©! à¨à©à¨« ਦ੠à¨
ੱਠਦ੠ਸਿਫਾਰਸ਼ ਹਾà¨-ਰà©à©à©à¨²à©à¨¶à¨¨ à¨à¨¾à¨à¨®à¨° ਯà©à¨ ਨਾਲ ਲà©à¨¨à¨à¨¸ ਹà©!"
#: ../src/daemon/main.c:839
msgid "pa_core_new() failed."
@@ -1138,7 +1139,7 @@ msgstr "fork(): %s"
msgid "waitpid(): %s"
msgstr "waitpid(): %s"
-#: ../src/pulse/context.c:1435
+#: ../src/pulse/context.c:1438
#, c-format
msgid "Received message for unknown extension '%s'"
msgstr "à¨
ਣà¨à¨¾à¨£à© à¨à¨à¨¸à¨à©à¨à¨¶à¨¨ '%s' ਲਠਸà©à¨¨à©à¨¹à¨¾ ਮਿਲਿਠਹà©"
@@ -1259,50 +1260,50 @@ msgstr "à¨à©à¨¨à©à¨à¨¶à¨¨ ਬਣ à¨à¨¿à¨à¥¤%s"
msgid "pa_stream_new() failed: %s"
msgstr "pa_stream_new() ਫà©à¨²à©à¨¹ ਹà©: %s"
-#: ../src/utils/pacat.c:446
+#: ../src/utils/pacat.c:450
#, c-format
msgid "pa_stream_connect_playback() failed: %s"
msgstr "pa_stream_connect_playback() ਫà©à¨²à©à¨¹ ਹà©: %s"
-#: ../src/utils/pacat.c:452
+#: ../src/utils/pacat.c:456
#, c-format
msgid "pa_stream_connect_record() failed: %s"
msgstr "pa_stream_connect_record() ਫà©à¨²à©à¨¹ ਹà©: %s"
-#: ../src/utils/pacat.c:466 ../src/utils/pactl.c:857
+#: ../src/utils/pacat.c:470 ../src/utils/pactl.c:857
#, c-format
msgid "Connection failure: %s"
msgstr "à¨à©à¨¨à©à¨à¨¶à¨¨ ਫà©à¨²: %s"
-#: ../src/utils/pacat.c:499
+#: ../src/utils/pacat.c:503
msgid "Got EOF."
msgstr "EOF ਮਿਲਿà¨à¥¤"
-#: ../src/utils/pacat.c:536
+#: ../src/utils/pacat.c:540
#, c-format
msgid "write() failed: %s"
msgstr "write() ਫà©à¨²à©à¨¹ ਹà©: %s"
-#: ../src/utils/pacat.c:557
+#: ../src/utils/pacat.c:561
msgid "Got signal, exiting."
msgstr "ਸਿà¨à¨¨à¨² ਮਿਲਿà¨, ਬੰਦ ਹ੠ਰਿਹਾ ਹà©à¥¤"
-#: ../src/utils/pacat.c:571
+#: ../src/utils/pacat.c:575
#, c-format
msgid "Failed to get latency: %s"
msgstr "ਵà¨à¨«à¨¾ ਪà©à¨°à¨¾à¨ªà¨¤à© ਫà©à¨² ਹà©à¨: %s"
-#: ../src/utils/pacat.c:576
+#: ../src/utils/pacat.c:580
#, c-format
msgid "Time: %0.3f sec; Latency: %0.0f usec."
msgstr "à¨à¨¾à¨à¨®: %0.3f ਸà¨à¨¿à©°à¨; ਵà¨à¨«à¨¾: %0.0f usec।"
-#: ../src/utils/pacat.c:595
+#: ../src/utils/pacat.c:599
#, c-format
msgid "pa_stream_update_timing_info() failed: %s"
msgstr "pa_stream_update_timing_info() ਫà©à¨²à©à¨¹ ਹà©: %s"
-#: ../src/utils/pacat.c:605
+#: ../src/utils/pacat.c:609
#, c-format
msgid ""
"%s [options]\n"
@@ -1417,7 +1418,7 @@ msgstr ""
" --file-format=FFORMAT Record/play formatted PCM data.\n"
" --list-file-formats List available file formats.\n"
-#: ../src/utils/pacat.c:727
+#: ../src/utils/pacat.c:731
#, c-format
msgid ""
"pacat %s\n"
@@ -1428,124 +1429,125 @@ msgstr ""
"libpulse %s ਦ੠à¨à©°à¨ªà¨¾à¨à¨²\n"
"libpulse %s ਨਾਲ ਲਿੰਠà¨à©à¨¤à¨¾\n"
-#: ../src/utils/pacat.c:760 ../src/utils/pactl.c:953
+#: ../src/utils/pacat.c:764 ../src/utils/pactl.c:953
#, c-format
msgid "Invalid client name '%s'"
msgstr "à¨
ਢà©à©±à¨à¨µà¨¾à¨ à¨à©à¨¨à¨² ਮà©à¨ª '%s'"
-#: ../src/utils/pacat.c:775
+#: ../src/utils/pacat.c:779
#, c-format
msgid "Invalid stream name '%s'"
msgstr "à¨
ਢà©à©±à¨à¨µà¨¾à¨ ਰà©à¨¸à©à¨à¨ªà¨² ਢੰਠ'%s'"
-#: ../src/utils/pacat.c:812
+#: ../src/utils/pacat.c:816
#, c-format
msgid "Invalid channel map '%s'"
msgstr "à¨
ਢà©à©±à¨à¨µà¨¾à¨ à¨à©à¨¨à¨² ਮà©à¨ª '%s'"
-#: ../src/utils/pacat.c:841
+#: ../src/utils/pacat.c:845
#, c-format
msgid "Invalid latency specification '%s'"
msgstr "à¨
ਢà©à©±à¨à¨µà¨¾à¨ ਵà¨à¨«à¨¾ ਹਦਾà¨à¨¤ '%s'"
-#: ../src/utils/pacat.c:848
+#: ../src/utils/pacat.c:852
#, c-format
msgid "Invalid process time specification '%s'"
msgstr "à¨
ਢà©à©±à¨à¨µà¨¾à¨ ਪਰà©à¨¸à©à©±à¨¸ à¨à¨¾à¨à¨® ਹਦਾà¨à¨¤ '%s'"
-#: ../src/utils/pacat.c:860
+#: ../src/utils/pacat.c:864
#, c-format
msgid "Invalid property '%s'"
msgstr "à¨
ਢà©à©±à¨à¨µà¨¾à¨ ਰà©à¨¸à©à¨à¨ªà¨² ਢੰਠ'%s'"
-#: ../src/utils/pacat.c:877
+#: ../src/utils/pacat.c:881
#, c-format
msgid "Unknown file format %s."
msgstr "à¨
ਣà¨à¨¾à¨£ ਫਾà¨à¨² ਫਾਰਮà©à¨ %s"
-#: ../src/utils/pacat.c:896
+#: ../src/utils/pacat.c:900
msgid "Invalid sample specification"
msgstr "à¨
ਢà©à©±à¨à¨µà¨¾à¨ ਸà©à¨à¨ªà¨² ਹਦਾà¨à¨¤"
-#: ../src/utils/pacat.c:906
+#: ../src/utils/pacat.c:910
#, c-format
msgid "open(): %s"
msgstr "open(): %s"
-#: ../src/utils/pacat.c:911
+#: ../src/utils/pacat.c:915
#, c-format
msgid "dup2(): %s"
msgstr "dup2(): %s"
-#: ../src/utils/pacat.c:918
+#: ../src/utils/pacat.c:922
msgid "Too many arguments."
msgstr "ਬਹà©à¨¤ ਵੱਧ à¨à¨°à¨à©à¨®à©à¨à¨à¥¤"
-#: ../src/utils/pacat.c:929
+#: ../src/utils/pacat.c:933
msgid "Failed to generate sample specification for file."
msgstr "ਸà©à¨à¨ªà¨² à¨à¨¾à¨£à¨à¨¾à¨°à© ਲà©à¨£ ਵਿੱਠਫà©à¨²: %s"
-#: ../src/utils/pacat.c:949
+#: ../src/utils/pacat.c:953
msgid "Failed to open audio file."
msgstr "ਸਾà¨à¨à¨¡ ਫਾà¨à¨² à¨à©à¨²à©à¨¹à¨£ ਲਠਫà©à¨²à©à¨¹ ਹà©à¥¤"
-#: ../src/utils/pacat.c:955
+#: ../src/utils/pacat.c:959
msgid ""
"Warning: specified sample specification will be overwritten with "
"specification from file."
msgstr "à¨à©±à¨ %s ਸà¨à¨°à©à¨® ਨà©à©° ਸà©à¨à¨ªà¨² ਹਦਾà¨à¨¤ '%s' ਨਾਲ à¨à©à¨²à©à¨¹à¨¿à¨ à¨à¨¾ ਰਿਹਾ ਹà©à¥¤"
-#: ../src/utils/pacat.c:958 ../src/utils/pactl.c:997
+#: ../src/utils/pacat.c:962 ../src/utils/pactl.c:997
msgid "Failed to determine sample specification from file."
msgstr "ਸà©à¨à¨ªà¨² à¨à¨¾à¨£à¨à¨¾à¨°à© ਲà©à¨£ ਵਿੱਠਫà©à¨²: %s"
-#: ../src/utils/pacat.c:967
+#: ../src/utils/pacat.c:971
msgid "Warning: Failed to determine channel map from file."
msgstr "à¨à©±à¨ %s ਸà¨à¨°à©à¨® ਨà©à©° ਸà©à¨à¨ªà¨² ਹਦਾà¨à¨¤ '%s' ਨਾਲ à¨à©à¨²à©à¨¹à¨¿à¨ à¨à¨¾ ਰਿਹਾ ਹà©à¥¤"
-#: ../src/utils/pacat.c:978
+#: ../src/utils/pacat.c:982
msgid "Channel map doesn't match sample specification"
msgstr "à¨à©à¨¨à¨² ਮà©à¨ª ਸà©à¨à¨ªà¨² ਹਦਾà¨à¨¤ ਨਾਲ ਨਹà©à¨ ਮਿਲਦਾ"
-#: ../src/utils/pacat.c:989
+#: ../src/utils/pacat.c:993
msgid "Warning: failed to write channel map to file."
msgstr "à¨à©±à¨ %s ਸà¨à¨°à©à¨® ਨà©à©° ਸà©à¨à¨ªà¨² ਹਦਾà¨à¨¤ '%s' ਨਾਲ à¨à©à¨²à©à¨¹à¨¿à¨ à¨à¨¾ ਰਿਹਾ ਹà©à¥¤"
-#: ../src/utils/pacat.c:1004
+#: ../src/utils/pacat.c:1008
#, c-format
-msgid "Opening a %s stream with sample specification '%s' and channel map '%s'."
+msgid ""
+"Opening a %s stream with sample specification '%s' and channel map '%s'."
msgstr "à¨à©±à¨ %s ਸà¨à¨°à©à¨® ਨà©à©° ਸà©à¨à¨ªà¨² ਹਦਾà¨à¨¤ '%s' à¨
ਤ੠à¨à©à¨¨à¨² ਮà©à¨ª '%s' ਨਾਲ à¨à©à¨²à©à¨¹à¨¿à¨ à¨à¨¾ ਰਿਹਾ ਹà©à¥¤"
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "recording"
msgstr "ਰਿà¨à¨¾à¨°à¨¡à¨¿à©°à¨"
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "playback"
msgstr "ਪਲà©à¨
ਬà©à¨"
-#: ../src/utils/pacat.c:1031 ../src/utils/pactl.c:1267
+#: ../src/utils/pacat.c:1035 ../src/utils/pactl.c:1267
msgid "pa_mainloop_new() failed."
msgstr "pa_mainloop_new() ਫà©à¨²à©à¨¹ ਹà©à¥¤"
-#: ../src/utils/pacat.c:1050
+#: ../src/utils/pacat.c:1054
msgid "io_new() failed."
msgstr "io_new() ਫà©à¨²à©à¨¹ ਹà©à¥¤"
-#: ../src/utils/pacat.c:1057 ../src/utils/pactl.c:1279
+#: ../src/utils/pacat.c:1061 ../src/utils/pactl.c:1279
msgid "pa_context_new() failed."
msgstr "pa_context_new() ਫà©à¨²à©à¨¹ ਹà©à¥¤"
-#: ../src/utils/pacat.c:1065 ../src/utils/pactl.c:1285
+#: ../src/utils/pacat.c:1069 ../src/utils/pactl.c:1285
#, c-format
msgid "pa_context_connect() failed: %s"
msgstr "pa_context_connect() ਫà©à¨²à©à¨¹ ਹà©: %s"
-#: ../src/utils/pacat.c:1071
+#: ../src/utils/pacat.c:1075
msgid "pa_context_rttime_new() failed."
msgstr "pa_context_new() ਫà©à¨²à©à¨¹ ਹà©à¥¤"
-#: ../src/utils/pacat.c:1078 ../src/utils/pactl.c:1290
+#: ../src/utils/pacat.c:1082 ../src/utils/pactl.c:1290
msgid "pa_mainloop_run() failed."
msgstr "pa_mainloop_run() ਫà©à¨²à©à¨¹ ਹà©à¥¤"
@@ -2103,7 +2105,8 @@ msgid "You have to specify a module index"
msgstr "ਤà©à¨¹à¨¾à¨¨à©à©° à¨à©±à¨ ਮà©à¨¡à©à¨à¨² ਲਿਸਠਦà©à¨£à© ਪਵà©à¨à©"
#: ../src/utils/pactl.c:1090
-msgid "You may not specify more than one sink. You have to specify a boolean value."
+msgid ""
+"You may not specify more than one sink. You have to specify a boolean value."
msgstr "ਤà©à¨¸à©à¨ à¨à©±à¨ ਤà©à¨ ਵੱਧ ਸਿੰਠਨਹà©à¨ ਦ੠ਸà¨à¨¦à©à¥¤ ਤà©à¨¹à¨¾à¨¨à©à©° à¨à©±à¨ ਬà©à¨²à©à¨
ਨ ਮà©à©±à¨² ਦà©à¨£à¨¾ ਪਵà©à¨à¨¾à¥¤"
#: ../src/utils/pactl.c:1103
@@ -2340,4 +2343,3 @@ msgstr "à¨à©à¨²à©à¨«à©à¨¨à© ਡà©à¨ªà¨²à©à¨à¨¸ (HSP/HFP)"
#: ../src/modules/reserve-wrap.c:151
msgid "PulseAudio Sound Server"
msgstr "ਪਲਸà¨à¨¡à©à¨ ਸਾà¨à¨à¨¡ ਡਰਾà¨à¨µà¨°"
-
diff --git a/po/pl.po b/po/pl.po
index fe1aa35..b03cbc8 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pl\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-09-11 01:26+0200\n"
+"POT-Creation-Date: 2009-09-18 22:17+0200\n"
"PO-Revision-Date: 2009-09-12 21:17+0200\n"
"Last-Translator: Piotr DrÄ
g <piotrdrag at gmail.com>\n"
"Language-Team: Polish <fedora-trans-pl at redhat.com>\n"
@@ -247,7 +247,7 @@ msgstr "potok nie powiódÅ siÄ: %s"
msgid "fork() failed: %s"
msgstr "fork() nie powiodÅo siÄ: %s"
-#: ../src/daemon/main.c:641 ../src/utils/pacat.c:504
+#: ../src/daemon/main.c:641 ../src/utils/pacat.c:508
#, c-format
msgid "read() failed: %s"
msgstr "read() nie powiodÅo siÄ: %s"
@@ -1159,7 +1159,7 @@ msgstr "fork(): %s"
msgid "waitpid(): %s"
msgstr "waitpid(): %s"
-#: ../src/pulse/context.c:1435
+#: ../src/pulse/context.c:1438
#, c-format
msgid "Received message for unknown extension '%s'"
msgstr "Otrzymano komunikat z nieznanego powodu \"%s\""
@@ -1280,50 +1280,50 @@ msgstr "Ustanowiono poÅÄ
czenie.%s"
msgid "pa_stream_new() failed: %s"
msgstr "pa_stream_new() nie powiodÅo siÄ: %s"
-#: ../src/utils/pacat.c:446
+#: ../src/utils/pacat.c:450
#, c-format
msgid "pa_stream_connect_playback() failed: %s"
msgstr "pa_stream_connect_playback() nie powiodÅo siÄ: %s"
-#: ../src/utils/pacat.c:452
+#: ../src/utils/pacat.c:456
#, c-format
msgid "pa_stream_connect_record() failed: %s"
msgstr "pa_stream_connect_record() nie powiodÅo siÄ: %s"
-#: ../src/utils/pacat.c:466 ../src/utils/pactl.c:857
+#: ../src/utils/pacat.c:470 ../src/utils/pactl.c:857
#, c-format
msgid "Connection failure: %s"
msgstr "PoÅÄ
czenie nie powiodÅo siÄ: %s"
-#: ../src/utils/pacat.c:499
+#: ../src/utils/pacat.c:503
msgid "Got EOF."
msgstr "Otrzymano EOF."
-#: ../src/utils/pacat.c:536
+#: ../src/utils/pacat.c:540
#, c-format
msgid "write() failed: %s"
msgstr "write() nie powiodÅo siÄ: %s"
-#: ../src/utils/pacat.c:557
+#: ../src/utils/pacat.c:561
msgid "Got signal, exiting."
msgstr "Otrzymano sygnaÅ, wyÅÄ
czanie."
-#: ../src/utils/pacat.c:571
+#: ../src/utils/pacat.c:575
#, c-format
msgid "Failed to get latency: %s"
msgstr "Uzyskanie opóźnienia nie powiodÅo siÄ: %s"
-#: ../src/utils/pacat.c:576
+#: ../src/utils/pacat.c:580
#, c-format
msgid "Time: %0.3f sec; Latency: %0.0f usec."
msgstr "Czas: %0.3f sekundy; opóźnienie: %0.0f usekundy."
-#: ../src/utils/pacat.c:595
+#: ../src/utils/pacat.c:599
#, c-format
msgid "pa_stream_update_timing_info() failed: %s"
msgstr "pa_stream_update_timing_info() nie powiodÅo siÄ: %s"
-#: ../src/utils/pacat.c:605
+#: ../src/utils/pacat.c:609
#, c-format
msgid ""
"%s [options]\n"
@@ -1438,7 +1438,7 @@ msgstr ""
" --list-file-formats WyÅwietla listÄ dostÄpnych formatów\n"
" plików.\n"
-#: ../src/utils/pacat.c:727
+#: ../src/utils/pacat.c:731
#, c-format
msgid ""
"pacat %s\n"
@@ -1449,68 +1449,68 @@ msgstr ""
"Skompilowane za pomocÄ
libpulse %s\n"
"Skonsolidowane za pomocÄ
libpulse %s\n"
-#: ../src/utils/pacat.c:760 ../src/utils/pactl.c:953
+#: ../src/utils/pacat.c:764 ../src/utils/pactl.c:953
#, c-format
msgid "Invalid client name '%s'"
msgstr "NieprawidÅowa nazwa klienta \"%s\""
-#: ../src/utils/pacat.c:775
+#: ../src/utils/pacat.c:779
#, c-format
msgid "Invalid stream name '%s'"
msgstr "NieprawidÅowa nazwa strumienia \"%s\""
-#: ../src/utils/pacat.c:812
+#: ../src/utils/pacat.c:816
#, c-format
msgid "Invalid channel map '%s'"
msgstr "NieprawidÅowa mapa kanaÅów \"%s\""
-#: ../src/utils/pacat.c:841
+#: ../src/utils/pacat.c:845
#, c-format
msgid "Invalid latency specification '%s'"
msgstr "NieprawidÅowe okreÅlenie opóźnienia \"%s\""
-#: ../src/utils/pacat.c:848
+#: ../src/utils/pacat.c:852
#, c-format
msgid "Invalid process time specification '%s'"
msgstr "NieprawidÅowe okreÅlenie czasu procesu \"%s\""
-#: ../src/utils/pacat.c:860
+#: ../src/utils/pacat.c:864
#, c-format
msgid "Invalid property '%s'"
msgstr "NieprawidÅowa wÅasnoÅÄ \"%s\""
-#: ../src/utils/pacat.c:877
+#: ../src/utils/pacat.c:881
#, c-format
msgid "Unknown file format %s."
msgstr "Nieznany format pliku %s."
-#: ../src/utils/pacat.c:896
+#: ../src/utils/pacat.c:900
msgid "Invalid sample specification"
msgstr "NieprawidÅowe okreÅlenie próbki"
-#: ../src/utils/pacat.c:906
+#: ../src/utils/pacat.c:910
#, c-format
msgid "open(): %s"
msgstr "open(): %s"
-#: ../src/utils/pacat.c:911
+#: ../src/utils/pacat.c:915
#, c-format
msgid "dup2(): %s"
msgstr "dup2(): %s"
-#: ../src/utils/pacat.c:918
+#: ../src/utils/pacat.c:922
msgid "Too many arguments."
msgstr "Za dużo parametrów."
-#: ../src/utils/pacat.c:929
+#: ../src/utils/pacat.c:933
msgid "Failed to generate sample specification for file."
msgstr "Utworzenie okreÅlenia próbki dla pliku nie powiodÅo siÄ."
-#: ../src/utils/pacat.c:949
+#: ../src/utils/pacat.c:953
msgid "Failed to open audio file."
msgstr "Otwarcie pliku dźwiÄkowego nie powiodÅo siÄ."
-#: ../src/utils/pacat.c:955
+#: ../src/utils/pacat.c:959
msgid ""
"Warning: specified sample specification will be overwritten with "
"specification from file."
@@ -1518,23 +1518,23 @@ msgstr ""
"Ostrzeżenie: podane okreÅlenie próbki zostanie zastÄ
pione przez okreÅlenie z "
"pliku."
-#: ../src/utils/pacat.c:958 ../src/utils/pactl.c:997
+#: ../src/utils/pacat.c:962 ../src/utils/pactl.c:997
msgid "Failed to determine sample specification from file."
msgstr "Ustalenie okreÅlenia próbki z pliku nie powiodÅo siÄ."
-#: ../src/utils/pacat.c:967
+#: ../src/utils/pacat.c:971
msgid "Warning: Failed to determine channel map from file."
msgstr "Ostrzeżenie: ustalenie mapy kanaÅów z pliku nie powiodÅo siÄ."
-#: ../src/utils/pacat.c:978
+#: ../src/utils/pacat.c:982
msgid "Channel map doesn't match sample specification"
msgstr "Mapa kanaÅów nie zgadza siÄ z okreÅleniem próbki"
-#: ../src/utils/pacat.c:989
+#: ../src/utils/pacat.c:993
msgid "Warning: failed to write channel map to file."
msgstr "Ostrzeżenie: zapisanie mapy kanaÅów do pliku nie powiodÅo siÄ."
-#: ../src/utils/pacat.c:1004
+#: ../src/utils/pacat.c:1008
#, c-format
msgid ""
"Opening a %s stream with sample specification '%s' and channel map '%s'."
@@ -1542,36 +1542,36 @@ msgstr ""
"Otwieranie strumienia %s za pomocÄ
okreÅlenie próbki \"%s\" i mapy kanaÅów "
"\"%s\"."
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "recording"
msgstr "nagrywanie"
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "playback"
msgstr "odtwarzanie"
-#: ../src/utils/pacat.c:1031 ../src/utils/pactl.c:1267
+#: ../src/utils/pacat.c:1035 ../src/utils/pactl.c:1267
msgid "pa_mainloop_new() failed."
msgstr "pa_mainloop_new() nie powiodÅo siÄ."
-#: ../src/utils/pacat.c:1050
+#: ../src/utils/pacat.c:1054
msgid "io_new() failed."
msgstr "io_new() nie powiodÅo siÄ."
-#: ../src/utils/pacat.c:1057 ../src/utils/pactl.c:1279
+#: ../src/utils/pacat.c:1061 ../src/utils/pactl.c:1279
msgid "pa_context_new() failed."
msgstr "pa_context_new() nie powiodÅo siÄ."
-#: ../src/utils/pacat.c:1065 ../src/utils/pactl.c:1285
+#: ../src/utils/pacat.c:1069 ../src/utils/pactl.c:1285
#, c-format
msgid "pa_context_connect() failed: %s"
msgstr "pa_context_connect() nie powiodÅo siÄ: %s"
-#: ../src/utils/pacat.c:1071
+#: ../src/utils/pacat.c:1075
msgid "pa_context_rttime_new() failed."
msgstr "pa_context_rttime_new() nie powiodÅo siÄ."
-#: ../src/utils/pacat.c:1078 ../src/utils/pactl.c:1290
+#: ../src/utils/pacat.c:1082 ../src/utils/pactl.c:1290
msgid "pa_mainloop_run() failed."
msgstr "pa_mainloop_run() nie powiodÅo siÄ."
diff --git a/po/pt.po b/po/pt.po
index 51089b1..67df7fe 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pulseaudio\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-09-17 23:57+0000\n"
+"POT-Creation-Date: 2009-09-18 22:17+0200\n"
"PO-Revision-Date: \n"
"Last-Translator: Ricardo Pinto <ricardo.bigote at gmail.com>\n"
"Language-Team: pt <fedora-trans-pt at redhat.com>\n"
@@ -12,8 +12,7 @@ msgstr ""
"X-Poedit-Language: Portuguese\n"
"X-Poedit-Country: PORTUGAL\n"
-#: ../src/modules/alsa/alsa-util.c:858
-#: ../src/pulsecore/sink.c:2629
+#: ../src/modules/alsa/alsa-util.c:858 ../src/pulsecore/sink.c:2629
#, c-format
msgid "%s %s"
msgstr "%s %s"
@@ -21,29 +20,41 @@ msgstr "%s %s"
#: ../src/modules/alsa/alsa-util.c:1106
#, c-format
msgid ""
-"snd_pcm_avail() returned a value that is exceptionally large: %lu bytes (%lu ms).\n"
-"Most likely this is a bug in the ALSA driver '%s'. Please report this issue to the ALSA developers."
+"snd_pcm_avail() returned a value that is exceptionally large: %lu bytes (%lu "
+"ms).\n"
+"Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
+"to the ALSA developers."
msgstr ""
-"snd_pcm_avail() retornou um valor excepcionalmente elevado: %lu bytes (%lu ms).\n"
-"Provavelmente isto é um erro no driver ALSA '%s'. Por favor, reporte este problema aos programadores do ALSA."
+"snd_pcm_avail() retornou um valor excepcionalmente elevado: %lu bytes (%lu "
+"ms).\n"
+"Provavelmente isto é um erro no driver ALSA '%s'. Por favor, reporte este "
+"problema aos programadores do ALSA."
#: ../src/modules/alsa/alsa-util.c:1147
#, c-format
msgid ""
-"snd_pcm_delay() returned a value that is exceptionally large: %li bytes (%s%lu ms).\n"
-"Most likely this is a bug in the ALSA driver '%s'. Please report this issue to the ALSA developers."
+"snd_pcm_delay() returned a value that is exceptionally large: %li bytes (%s%"
+"lu ms).\n"
+"Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
+"to the ALSA developers."
msgstr ""
-"snd_pcm_delay() retornou um valor excepcionalmente elevado: %li bytes (%s%lu ms).\n"
-"Provavelmente isto é um erro no driver ALSA '%s'. Por favor, reporte este problema aos programadores do ALSA."
+"snd_pcm_delay() retornou um valor excepcionalmente elevado: %li bytes (%s%lu "
+"ms).\n"
+"Provavelmente isto é um erro no driver ALSA '%s'. Por favor, reporte este "
+"problema aos programadores do ALSA."
#: ../src/modules/alsa/alsa-util.c:1194
#, c-format
msgid ""
-"snd_pcm_mmap_begin() returned a value that is exceptionally large: %lu bytes (%lu ms).\n"
-"Most likely this is a bug in the ALSA driver '%s'. Please report this issue to the ALSA developers."
+"snd_pcm_mmap_begin() returned a value that is exceptionally large: %lu bytes "
+"(%lu ms).\n"
+"Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
+"to the ALSA developers."
msgstr ""
-"snd_pcm_mmap_begin() retornou um valor excepcionalmente elevado: %lu bytes (%lu ms).\n"
-"Provavelmente isto é um erro no driver ALSA '%s'. Por favor, reporte este problema aos programadores do ALSA."
+"snd_pcm_mmap_begin() retornou um valor excepcionalmente elevado: %lu bytes (%"
+"lu ms).\n"
+"Provavelmente isto é um erro no driver ALSA '%s'. Por favor, reporte este "
+"problema aos programadores do ALSA."
#: ../src/modules/module-always-sink.c:39
msgid "Always keeps at least one sink loaded even if it's a null one"
@@ -59,7 +70,12 @@ msgid "Virtual LADSPA sink"
msgstr "Alarme virtual"
#: ../src/modules/module-ladspa-sink.c:53
-msgid "sink_name=<name for the sink> sink_properties=<properties for the sink> master=<name of sink to filter> format=<sample format> rate=<sample rate> channels=<number of channels> channel_map=<channel map> plugin=<ladspa plugin name> label=<ladspa plugin label> control=<comma seperated list of input control values>"
+msgid ""
+"sink_name=<name for the sink> sink_properties=<properties for the sink> "
+"master=<name of sink to filter> format=<sample format> rate=<sample rate> "
+"channels=<number of channels> channel_map=<channel map> plugin=<ladspa "
+"plugin name> label=<ladspa plugin label> control=<comma seperated list of "
+"input control values>"
msgstr ""
#: ../src/modules/module-null-sink.c:55
@@ -125,8 +141,7 @@ msgstr "GID do utilizador '%s' e do grupo '%s' não coincidem."
msgid "Home directory of user '%s' is not '%s', ignoring."
msgstr "Directório pessoal do utilizador '%s' não é '%s'. A ignorar."
-#: ../src/daemon/main.c:208
-#: ../src/daemon/main.c:213
+#: ../src/daemon/main.c:208 ../src/daemon/main.c:213
#, c-format
msgid "Failed to create '%s': %s"
msgstr "Falha ao criar o '%s': %s"
@@ -178,8 +193,12 @@ msgid "Failed to kill daemon: %s"
msgstr "Tentativa de matar serviço falhou: %s"
#: ../src/daemon/main.c:566
-msgid "This program is not intended to be run as root (unless --system is specified)."
-msgstr "Este programa não pretende ser executado como root (a não ser que a opção --system seja especificada)."
+msgid ""
+"This program is not intended to be run as root (unless --system is "
+"specified)."
+msgstr ""
+"Este programa não pretende ser executado como root (a não ser que a opção --"
+"system seja especificada)."
#: ../src/daemon/main.c:568
msgid "Root privileges required."
@@ -195,7 +214,9 @@ msgstr "A executar em modo de sistema, mas --disallow-exit não está definido!"
#: ../src/daemon/main.c:581
msgid "Running in system mode, but --disallow-module-loading not set!"
-msgstr "A executar em modo de sistema, mas --disallow-module-loading não está definido!"
+msgstr ""
+"A executar em modo de sistema, mas --disallow-module-loading não está "
+"definido!"
#: ../src/daemon/main.c:584
msgid "Running in system mode, forcibly disabling SHM mode!"
@@ -203,7 +224,9 @@ msgstr "A executar em modo de sistema, a forçar a desactivação do modo SHM!"
#: ../src/daemon/main.c:589
msgid "Running in system mode, forcibly disabling exit idle time!"
-msgstr "A executar em modo de sistema, a forçar a desactivação da saÃda por inactividade!"
+msgstr ""
+"A executar em modo de sistema, a forçar a desactivação da saÃda por "
+"inactividade!"
#: ../src/daemon/main.c:616
msgid "Failed to acquire stdio."
@@ -219,8 +242,7 @@ msgstr "pipe falhou: %s"
msgid "fork() failed: %s"
msgstr "fork() falhou: %s"
-#: ../src/daemon/main.c:641
-#: ../src/utils/pacat.c:504
+#: ../src/daemon/main.c:641 ../src/utils/pacat.c:508
#, c-format
msgid "read() failed: %s"
msgstr "read() falhou: %s"
@@ -332,9 +354,12 @@ msgstr "Execução em modo de sistema: %s"
#: ../src/daemon/main.c:787
msgid ""
-"OK, so you are running PA in system mode. Please note that you most likely shouldn't be doing that.\n"
-"If you do it nonetheless then it's your own fault if things don't work as expected.\n"
-"Please read http://pulseaudio.org/wiki/WhatIsWrongWithSystemMode for an explanation why system mode is usually a bad idea."
+"OK, so you are running PA in system mode. Please note that you most likely "
+"shouldn't be doing that.\n"
+"If you do it nonetheless then it's your own fault if things don't work as "
+"expected.\n"
+"Please read http://pulseaudio.org/wiki/WhatIsWrongWithSystemMode for an "
+"explanation why system mode is usually a bad idea."
msgstr ""
#: ../src/daemon/main.c:804
@@ -346,8 +371,12 @@ msgid "Fresh high-resolution timers available! Bon appetit!"
msgstr "Timer \"frescos\" de alta resolução disponÃveis. Bom apetite!"
#: ../src/daemon/main.c:816
-msgid "Dude, your kernel stinks! The chef's recommendation today is Linux with high-resolution timers enabled!"
-msgstr "Oh pá, o teu kernel não presta! O prato do dia recomendado é Linux com timers de alta resolução activos!"
+msgid ""
+"Dude, your kernel stinks! The chef's recommendation today is Linux with high-"
+"resolution timers enabled!"
+msgstr ""
+"Oh pá, o teu kernel não presta! O prato do dia recomendado é Linux com "
+"timers de alta resolução activos!"
#: ../src/daemon/main.c:839
msgid "pa_core_new() failed."
@@ -384,37 +413,48 @@ 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 (only returns exit code)\n"
+" --check Check for a running daemon (only "
+"returns exit code)\n"
"\n"
"OPTIONS:\n"
" --system[=BOOL] Run as system-wide instance\n"
" -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"
-" --log-meta[=BOOL] Include code location in log messages\n"
+" --log-meta[=BOOL] Include code location in log "
+"messages\n"
" --log-time[=BOOL] Include timestamps in log messages\n"
" --log-backtrace=FRAMES Include a backtrace in log messages\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"
@@ -425,10 +465,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"
@@ -439,52 +481,77 @@ msgstr ""
" -h, --help Mostra esta ajuda\n"
" --version Mostra versão\n"
" --dump-conf Despeja configuração por omissão\n"
-" --dump-modules Despeja lista de módulos disponÃveis\n"
-" --dump-resample-methods Despeja métodos \"resample\" disponÃveis\n"
-" --cleanup-shm Limpar segmentos de memória partilhados encravados\n"
-" --start Inicia o serviço, se ainda não estiver a executar\n"
-" -k --kill Termina o serviço, se estiver a executar \n"
-" --check Verifica se o serviço está a executar (apenas retorna um código de saÃda)\n"
+" --dump-modules Despeja lista de módulos "
+"disponÃveis\n"
+" --dump-resample-methods Despeja métodos \"resample\" "
+"disponÃveis\n"
+" --cleanup-shm Limpar segmentos de memória "
+"partilhados encravados\n"
+" --start Inicia o serviço, se ainda não "
+"estiver a executar\n"
+" -k --kill Termina o serviço, se estiver a "
+"executar \n"
+" --check Verifica se o serviço está a "
+"executar (apenas retorna um código de saÃda)\n"
"\n"
"OPTIONS:\n"
" --system[=BOOL] Executa em modo de sistema\n"
" -D, --daemonize[=BOOL] Passa a serviço depois de executar\n"
" --fail[=BOOL] Termina quando o arranque falha\n"
-" --high-priority[=BOOL] Tenta definir um alto nÃvel de execução\n"
-" (apenas disponÃvel como root, quando é SUID ou\n"
+" --high-priority[=BOOL] Tenta definir um alto nÃvel de "
+"execução\n"
+" (apenas disponÃvel como root, quando "
+"é SUID ou\n"
" com nÃveis elevados de RLIMIT_NICE)\n"
-" --realtime[=BOOL] Tenta activar escalonamento em tempo real\n"
-" (apenas disponÃvel como root, quando é SUID ou\n"
-" com nÃveis elevados de RLIMIT_RTPRIO)\n"
-" --disallow-module-loading[=BOOL] Desautoriza o carregamento/descarregamento\n"
-" de módulos, pelo utilizador, depois do arranque\n"
-" --disallow-exit[=BOOL] Desautoriza pedidos de saÃda do utilizador\n"
-" --exit-idle-time=SECS Termina o serviço quando inactivo e já passou\n"
+" --realtime[=BOOL] Tenta activar escalonamento em tempo "
+"real\n"
+" (apenas disponÃvel como root, quando "
+"é SUID ou\n"
+" com nÃveis elevados de "
+"RLIMIT_RTPRIO)\n"
+" --disallow-module-loading[=BOOL] Desautoriza o carregamento/"
+"descarregamento\n"
+" de módulos, pelo utilizador, depois "
+"do arranque\n"
+" --disallow-exit[=BOOL] Desautoriza pedidos de saÃda do "
+"utilizador\n"
+" --exit-idle-time=SECS Termina o serviço quando inactivo e "
+"já passou\n"
" este tempo\n"
-" --module-idle-time=SECS Descarregar módulos de carregamento automático quando inactivo e\n"
+" --module-idle-time=SECS Descarregar módulos de carregamento "
+"automático quando inactivo e\n"
" passou este tempo\n"
-" --scache-idle-time=SECS Descarregar amostras de carregamento automático quando inactivas e\n"
+" --scache-idle-time=SECS Descarregar amostras de carregamento "
+"automático quando inactivas e\n"
" passou este tempo\n"
-" --log-level[=LEVEL] Aumenta ou define o nÃvel de verbosidade\n"
+" --log-level[=LEVEL] Aumenta ou define o nÃvel de "
+"verbosidade\n"
" -v Aumenta o nÃvel de verbosidade\n"
" --log-target={auto,syslog,stderr} Especifica o ficheiro de registo\n"
-" --log-meta[=BOOL] Inclui código de localização na mensagem de registo\n"
+" --log-meta[=BOOL] Inclui código de localização na "
+"mensagem de registo\n"
" --log-time[=BOOL] Inclui tempo na mensagem de registo\n"
-" --log-backtrace=FRAMES Inclui informação de tracagem na mensagem de registo\n"
-" -p, --dl-search-path=PATH Define o caminho de procura para os plugins partilhados dinâmicos\n"
-" --resample-method=METHOD Utilizar o método de \"resampling\" especificado\n"
+" --log-backtrace=FRAMES Inclui informação de tracagem na "
+"mensagem de registo\n"
+" -p, --dl-search-path=PATH Define o caminho de procura para os "
+"plugins partilhados dinâmicos\n"
+" --resample-method=METHOD Utilizar o método de \"resampling\" "
+"especificado\n"
" (Ver --dump-resample-methods para\n"
" possÃveis valores)\n"
" --use-pid-file[=BOOL] Criar um ficheiro com o PID\n"
-" --no-cpu-limit[=BOOL] Não instala limitadores de load no CPU em\n"
+" --no-cpu-limit[=BOOL] Não instala limitadores de load no "
+"CPU em\n"
" plataformas que o suportam.\n"
-" --disable-shm[=BOOL] Desactivar suporte para memória partilhada.\n"
+" --disable-shm[=BOOL] Desactivar suporte para memória "
+"partilhada.\n"
"\n"
"STARTUP SCRIPT:\n"
" -L, --load=\"MODULE ARGUMENTS\" Carrega o módulo especificado com\n"
" o argumento especificado\n"
" -F, --file=FILENAME Executa o script especificado\n"
-" -C Abre uma linha de comando no TTY (consola) em execução\n"
+" -C Abre uma linha de comando no TTY "
+"(consola) em execução\n"
" depois do arranque\n"
"\n"
" -n Não carrega o script por omissão\n"
@@ -498,8 +565,12 @@ msgid "--fail expects boolean argument"
msgstr "--fail espera argumento booleano"
#: ../src/daemon/cmdline.c:264
-msgid "--log-level expects log level argument (either numeric in range 0..4 or one of debug, info, notice, warn, error)."
-msgstr "--log-level espera um argumento para o nÃvel de log (numérico no intervalo 0..4 ou um dos seguintes: 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 ""
+"--log-level espera um argumento para o nÃvel de log (numérico no intervalo "
+"0..4 ou um dos seguintes: debug, info, notice, warn, error)."
#: ../src/daemon/cmdline.c:276
msgid "--high-priority expects boolean argument"
@@ -523,7 +594,9 @@ msgstr "--use-pid-file espera argumento booleano"
#: ../src/daemon/cmdline.c:321
msgid "Invalid log target: use either 'syslog', 'stderr' or 'auto'."
-msgstr "Destino de ficheiro de registo inválido: utilize 'syslog', 'stderr' ou 'auto'."
+msgstr ""
+"Destino de ficheiro de registo inválido: utilize 'syslog', 'stderr' ou "
+"'auto'."
#: ../src/daemon/cmdline.c:328
msgid "--log-time expects boolean argument"
@@ -661,8 +734,12 @@ msgid "Failed to open configuration file: %s"
msgstr "Falha ao abrir ficheiro de configuração: %s"
#: ../src/daemon/daemon-conf.c:562
-msgid "The specified default channel map has a different number of channels than the specified default number of channels."
-msgstr "O mapa de canais especificado tem um número de canais diferente do número de canais definido por omissão."
+msgid ""
+"The specified default channel map has a different number of channels than "
+"the specified default number of channels."
+msgstr ""
+"O mapa de canais especificado tem um número de canais diferente do número de "
+"canais definido por omissão."
#: ../src/daemon/daemon-conf.c:638
#, c-format
@@ -682,8 +759,7 @@ msgstr "Sistema de Som PulseAudio"
msgid "Start the PulseAudio Sound System"
msgstr "Inciar o Sistema de Som PulseAudio"
-#: ../src/pulse/channelmap.c:105
-#: ../src/pulse/channelmap.c:757
+#: ../src/pulse/channelmap.c:105 ../src/pulse/channelmap.c:757
msgid "Mono"
msgstr "Mono"
@@ -887,12 +963,9 @@ msgstr "Topo Traseira Esquerda"
msgid "Top Rear Right"
msgstr "Topo Traseira Direita"
-#: ../src/pulse/channelmap.c:484
-#: ../src/pulse/sample.c:170
-#: ../src/pulse/volume.c:295
-#: ../src/pulse/volume.c:321
-#: ../src/pulse/volume.c:341
-#: ../src/pulse/volume.c:371
+#: ../src/pulse/channelmap.c:484 ../src/pulse/sample.c:170
+#: ../src/pulse/volume.c:295 ../src/pulse/volume.c:321
+#: ../src/pulse/volume.c:341 ../src/pulse/volume.c:371
msgid "(invalid)"
msgstr "(inválido)"
@@ -1053,8 +1126,7 @@ msgstr "%.1f KiB"
msgid "%u B"
msgstr "%u B"
-#: ../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() falhou"
@@ -1081,7 +1153,7 @@ msgstr "fork(): %s"
msgid "waitpid(): %s"
msgstr "waitpid(): %s"
-#: ../src/pulse/context.c:1435
+#: ../src/pulse/context.c:1438
#, c-format
msgid "Received message for unknown extension '%s'"
msgstr "Recebida mensagem para extensão desconhecida '%s'"
@@ -1116,8 +1188,7 @@ msgstr "pa_stream_write() falhou: %s"
msgid "pa_stream_begin_write() failed: %s"
msgstr "pa_stream_write() falhou: %s"
-#: ../src/utils/pacat.c:237
-#: ../src/utils/pacat.c:267
+#: ../src/utils/pacat.c:237 ../src/utils/pacat.c:267
#, c-format
msgid "pa_stream_peek() failed: %s"
msgstr "pa_stream_peek() falhou: %s"
@@ -1205,52 +1276,51 @@ msgstr "Ligação estabelecida.%s"
msgid "pa_stream_new() failed: %s"
msgstr "pa_stream_new() falhou: %s"
-#: ../src/utils/pacat.c:446
+#: ../src/utils/pacat.c:450
#, c-format
msgid "pa_stream_connect_playback() failed: %s"
msgstr "pa_stream_connect_playback() falhou: %s"
-#: ../src/utils/pacat.c:452
+#: ../src/utils/pacat.c:456
#, c-format
msgid "pa_stream_connect_record() failed: %s"
msgstr "pa_stream_connect_record() falhou: %s"
-#: ../src/utils/pacat.c:466
-#: ../src/utils/pactl.c:857
+#: ../src/utils/pacat.c:470 ../src/utils/pactl.c:857
#, c-format
msgid "Connection failure: %s"
msgstr "Ligação falhou: %s"
-#: ../src/utils/pacat.c:499
+#: ../src/utils/pacat.c:503
#, fuzzy
msgid "Got EOF."
msgstr "Obtive EOF."
-#: ../src/utils/pacat.c:536
+#: ../src/utils/pacat.c:540
#, c-format
msgid "write() failed: %s"
msgstr "write() falhou: %s"
-#: ../src/utils/pacat.c:557
+#: ../src/utils/pacat.c:561
msgid "Got signal, exiting."
msgstr "Recebido sinal, a sair."
-#: ../src/utils/pacat.c:571
+#: ../src/utils/pacat.c:575
#, c-format
msgid "Failed to get latency: %s"
msgstr "Falhou a obtenção da latência: %s"
-#: ../src/utils/pacat.c:576
+#: ../src/utils/pacat.c:580
#, c-format
msgid "Time: %0.3f sec; Latency: %0.0f usec."
msgstr "Tempo: %0.3f sec; Latência: %0.0f usec."
-#: ../src/utils/pacat.c:595
+#: ../src/utils/pacat.c:599
#, c-format
msgid "pa_stream_update_timing_info() failed: %s"
msgstr "pa_stream_update_timing_info() falhou: %s"
-#: ../src/utils/pacat.c:605
+#: ../src/utils/pacat.c:609
#, c-format
msgid ""
"%s [options]\n"
@@ -1263,35 +1333,54 @@ 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, s32le, s32be, s24le, s24be,\n"
-" s24-32le, s24-32be (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, "
+"s24le, s24be,\n"
+" s24-32le, s24-32be (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"
-" --property=PROPERTY=VALUE Set the specified property to the specified value.\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"
+" --property=PROPERTY=VALUE Set the specified property to the "
+"specified value.\n"
" --raw Record/play raw PCM data.\n"
" --file-format=FFORMAT Record/play formatted PCM data.\n"
" --list-file-formats List available file formats.\n"
msgstr ""
-#: ../src/utils/pacat.c:727
+#: ../src/utils/pacat.c:731
#, c-format
msgid ""
"pacat %s\n"
@@ -1302,128 +1391,126 @@ msgstr ""
"Compilado com libpulse %s\n"
"Ligado com libpulse %s\n"
-#: ../src/utils/pacat.c:760
-#: ../src/utils/pactl.c:953
+#: ../src/utils/pacat.c:764 ../src/utils/pactl.c:953
#, c-format
msgid "Invalid client name '%s'"
msgstr "Nome de cliente inválido '%s'"
-#: ../src/utils/pacat.c:775
+#: ../src/utils/pacat.c:779
#, c-format
msgid "Invalid stream name '%s'"
msgstr "Nome de fluxo inválido '%s'"
-#: ../src/utils/pacat.c:812
+#: ../src/utils/pacat.c:816
#, c-format
msgid "Invalid channel map '%s'"
msgstr "Mapa de canais inválido '%s'"
-#: ../src/utils/pacat.c:841
+#: ../src/utils/pacat.c:845
#, c-format
msgid "Invalid latency specification '%s'"
msgstr "Especificação da latência inválida '%s'"
-#: ../src/utils/pacat.c:848
+#: ../src/utils/pacat.c:852
#, c-format
msgid "Invalid process time specification '%s'"
msgstr "Especificação de tempo de processamento inválido '%s'"
-#: ../src/utils/pacat.c:860
+#: ../src/utils/pacat.c:864
#, c-format
msgid "Invalid property '%s'"
msgstr "Propriedade inválida '%s'"
-#: ../src/utils/pacat.c:877
+#: ../src/utils/pacat.c:881
#, c-format
msgid "Unknown file format %s."
msgstr "Formato de ficheiro desconhecido %s."
-#: ../src/utils/pacat.c:896
+#: ../src/utils/pacat.c:900
msgid "Invalid sample specification"
msgstr "Especificação de amostra inválida"
-#: ../src/utils/pacat.c:906
+#: ../src/utils/pacat.c:910
#, c-format
msgid "open(): %s"
msgstr "open(): %s"
-#: ../src/utils/pacat.c:911
+#: ../src/utils/pacat.c:915
#, c-format
msgid "dup2(): %s"
msgstr "dup2(): %s"
-#: ../src/utils/pacat.c:918
+#: ../src/utils/pacat.c:922
msgid "Too many arguments."
msgstr "Demasiados argumentos."
-#: ../src/utils/pacat.c:929
+#: ../src/utils/pacat.c:933
msgid "Failed to generate sample specification for file."
msgstr "Falha ao gerar especificação de amostragem para o ficheiro."
-#: ../src/utils/pacat.c:949
+#: ../src/utils/pacat.c:953
msgid "Failed to open audio file."
msgstr "Falha ao abrir ficheiro de audio"
-#: ../src/utils/pacat.c:955
-msgid "Warning: specified sample specification will be overwritten with specification from file."
+#: ../src/utils/pacat.c:959
+msgid ""
+"Warning: specified sample specification will be overwritten with "
+"specification from file."
msgstr ""
-#: ../src/utils/pacat.c:958
-#: ../src/utils/pactl.c:997
+#: ../src/utils/pacat.c:962 ../src/utils/pactl.c:997
msgid "Failed to determine sample specification from file."
-msgstr "Falha ao determinar a especificação de amostragem a partir do ficheiro."
+msgstr ""
+"Falha ao determinar a especificação de amostragem a partir do ficheiro."
-#: ../src/utils/pacat.c:967
+#: ../src/utils/pacat.c:971
msgid "Warning: Failed to determine channel map from file."
msgstr "Aviso: Falha a determinar o mapa de canal do ficheiro."
-#: ../src/utils/pacat.c:978
+#: ../src/utils/pacat.c:982
msgid "Channel map doesn't match sample specification"
msgstr "Mapa de canais não corresponde à especificação de amostragem"
-#: ../src/utils/pacat.c:989
+#: ../src/utils/pacat.c:993
msgid "Warning: failed to write channel map to file."
msgstr ""
-#: ../src/utils/pacat.c:1004
+#: ../src/utils/pacat.c:1008
#, c-format
-msgid "Opening a %s stream with sample specification '%s' and channel map '%s'."
+msgid ""
+"Opening a %s stream with sample specification '%s' and channel map '%s'."
msgstr ""
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "recording"
msgstr "a gravar"
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "playback"
msgstr "reprodução"
-#: ../src/utils/pacat.c:1031
-#: ../src/utils/pactl.c:1267
+#: ../src/utils/pacat.c:1035 ../src/utils/pactl.c:1267
msgid "pa_mainloop_new() failed."
msgstr "pa_mainloop_new() falhou."
-#: ../src/utils/pacat.c:1050
+#: ../src/utils/pacat.c:1054
msgid "io_new() failed."
msgstr "io_new() falhou."
-#: ../src/utils/pacat.c:1057
-#: ../src/utils/pactl.c:1279
+#: ../src/utils/pacat.c:1061 ../src/utils/pactl.c:1279
msgid "pa_context_new() failed."
msgstr "pa_context_new() falhou."
-#: ../src/utils/pacat.c:1065
-#: ../src/utils/pactl.c:1285
+#: ../src/utils/pacat.c:1069 ../src/utils/pactl.c:1285
#, c-format
msgid "pa_context_connect() failed: %s"
msgstr "pa_context_connect() falhou: %s"
-#: ../src/utils/pacat.c:1071
+#: ../src/utils/pacat.c:1075
msgid "pa_context_rttime_new() failed."
msgstr "pa_context_rttime_new() falhou."
-#: ../src/utils/pacat.c:1078
-#: ../src/utils/pactl.c:1290
+#: ../src/utils/pacat.c:1082 ../src/utils/pactl.c:1290
msgid "pa_mainloop_run() failed."
msgstr "pa_mainloop_run() falhou."
@@ -1474,7 +1561,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 ""
@@ -1567,14 +1655,12 @@ msgid ""
"\t\t%s\n"
msgstr ""
-#: ../src/utils/pactl.c:268
-#: ../src/utils/pactl.c:360
+#: ../src/utils/pactl.c:268 ../src/utils/pactl.c:360
#, c-format
msgid "\tPorts:\n"
msgstr "\tPorto:\n"
-#: ../src/utils/pactl.c:274
-#: ../src/utils/pactl.c:366
+#: ../src/utils/pactl.c:274 ../src/utils/pactl.c:366
#, c-format
msgid "\tActive Port: %s\n"
msgstr "\tPorto Activo: %s\n"
@@ -1606,18 +1692,10 @@ msgid ""
"\t\t%s\n"
msgstr ""
-#: ../src/utils/pactl.c:345
-#: ../src/utils/pactl.c:401
-#: ../src/utils/pactl.c:436
-#: ../src/utils/pactl.c:473
-#: ../src/utils/pactl.c:532
-#: ../src/utils/pactl.c:533
-#: ../src/utils/pactl.c:543
-#: ../src/utils/pactl.c:587
-#: ../src/utils/pactl.c:588
-#: ../src/utils/pactl.c:594
-#: ../src/utils/pactl.c:637
-#: ../src/utils/pactl.c:638
+#: ../src/utils/pactl.c:345 ../src/utils/pactl.c:401 ../src/utils/pactl.c:436
+#: ../src/utils/pactl.c:473 ../src/utils/pactl.c:532 ../src/utils/pactl.c:533
+#: ../src/utils/pactl.c:543 ../src/utils/pactl.c:587 ../src/utils/pactl.c:588
+#: ../src/utils/pactl.c:594 ../src/utils/pactl.c:637 ../src/utils/pactl.c:638
#: ../src/utils/pactl.c:645
msgid "n/a"
msgstr "n/d"
@@ -1750,8 +1828,7 @@ msgid ""
"\t\t%s\n"
msgstr ""
-#: ../src/utils/pactl.c:653
-#: ../src/utils/pactl.c:663
+#: ../src/utils/pactl.c:653 ../src/utils/pactl.c:663
#, c-format
msgid "Failure: %s"
msgstr "Falha: %s"
@@ -1797,8 +1874,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:933
@@ -1857,13 +1936,20 @@ msgstr "Tem de especificar um Ãndice de módulo\n"
#: ../src/utils/pactl.c:1090
#, fuzzy
-msgid "You may not specify more than one sink. You have to specify a boolean value."
-msgstr "Não pode especificar mais do que um depósito. Tem de especificar um valor booleano.\n"
+msgid ""
+"You may not specify more than one sink. You have to specify a boolean value."
+msgstr ""
+"Não pode especificar mais do que um depósito. Tem de especificar um valor "
+"booleano.\n"
#: ../src/utils/pactl.c:1103
#, fuzzy
-msgid "You may not specify more than one source. You have to specify a boolean value."
-msgstr "Não pode especificar mais do que uma fonte. Tem de especificar um valor booleano.\n"
+msgid ""
+"You may not specify more than one source. You have to specify a boolean "
+"value."
+msgstr ""
+"Não pode especificar mais do que uma fonte. Tem de especificar um valor "
+"booleano.\n"
#: ../src/utils/pactl.c:1115
#, fuzzy
@@ -1885,12 +1971,9 @@ msgstr "Tem de especificar um nome/Ãndice de carta e um nome de perfil\n"
msgid "You have to specify a sink name/index and a volume"
msgstr "Tem de especificar um nome/Ãndice de carta e um nome de perfil\n"
-#: ../src/utils/pactl.c:1154
-#: ../src/utils/pactl.c:1171
-#: ../src/utils/pactl.c:1193
-#: ../src/utils/pactl.c:1209
-#: ../src/utils/pactl.c:1226
-#: ../src/utils/pactl.c:1248
+#: ../src/utils/pactl.c:1154 ../src/utils/pactl.c:1171
+#: ../src/utils/pactl.c:1193 ../src/utils/pactl.c:1209
+#: ../src/utils/pactl.c:1226 ../src/utils/pactl.c:1248
#, fuzzy
msgid "Invalid volume specification"
msgstr "Especificação da amostra inválida\n"
@@ -1941,7 +2024,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 ""
@@ -2032,46 +2116,53 @@ msgstr "Serviço não responde."
msgid "poll(): %s"
msgstr "fork(): %s"
-#: ../src/utils/pacmd.c:171
-#: ../src/utils/pacmd.c:188
+#: ../src/utils/pacmd.c:171 ../src/utils/pacmd.c:188
#, c-format
msgid "read(): %s"
msgstr "read(): %s"
-#: ../src/utils/pacmd.c:207
-#: ../src/utils/pacmd.c:223
+#: ../src/utils/pacmd.c:207 ../src/utils/pacmd.c:223
#, c-format
msgid "write(): %s"
msgstr "write(): %s"
-#: ../src/pulsecore/lock-autospawn.c:136
-#: ../src/pulsecore/lock-autospawn.c:219
+#: ../src/pulsecore/lock-autospawn.c:136 ../src/pulsecore/lock-autospawn.c:219
msgid "Cannot access autospawn lock."
msgstr "ImpossÃvel aceder ao lock \"autospawn\"."
-#: ../src/modules/alsa/alsa-sink.c:530
-#: ../src/modules/alsa/alsa-sink.c:689
+#: ../src/modules/alsa/alsa-sink.c:530 ../src/modules/alsa/alsa-sink.c:689
#, c-format
msgid ""
-"ALSA woke us up to write new data to the device, but there was actually nothing to write!\n"
-"Most likely this is a bug in the ALSA driver '%s'. Please report this issue to the ALSA developers.\n"
-"We were woken up with POLLOUT set -- however a subsequent snd_pcm_avail() returned 0 or another value < min_avail."
+"ALSA woke us up to write new data to the device, but there was actually "
+"nothing to write!\n"
+"Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
+"to the ALSA developers.\n"
+"We were woken up with POLLOUT set -- however a subsequent snd_pcm_avail() "
+"returned 0 or another value < min_avail."
msgstr ""
-"ALSA acordou-nos para escrever novos dados para o dispositivo, mas não havia nada para escrever!\n"
-"Provavelmente isto é um erro no driver ALSA '%s'. Por favor, reporte este problema aos programadores do ALSA.\n"
-"Fomos acordados pelo conjunto POLLOUT -- contudo uma chamada a seguir de snd_pcm_avail() retornou 0 ou outro valor < min_avail."
+"ALSA acordou-nos para escrever novos dados para o dispositivo, mas não havia "
+"nada para escrever!\n"
+"Provavelmente isto é um erro no driver ALSA '%s'. Por favor, reporte este "
+"problema aos programadores do ALSA.\n"
+"Fomos acordados pelo conjunto POLLOUT -- contudo uma chamada a seguir de "
+"snd_pcm_avail() retornou 0 ou outro valor < min_avail."
-#: ../src/modules/alsa/alsa-source.c:506
-#: ../src/modules/alsa/alsa-source.c:656
+#: ../src/modules/alsa/alsa-source.c:506 ../src/modules/alsa/alsa-source.c:656
#, c-format
msgid ""
-"ALSA woke us up to read new data from the device, but there was actually nothing to read!\n"
-"Most likely this is a bug in the ALSA driver '%s'. Please report this issue to the ALSA developers.\n"
-"We were woken up with POLLIN set -- however a subsequent snd_pcm_avail() returned 0 or another value < min_avail."
+"ALSA woke us up to read new data from the device, but there was actually "
+"nothing to read!\n"
+"Most likely this is a bug in the ALSA driver '%s'. Please report this issue "
+"to the ALSA developers.\n"
+"We were woken up with POLLIN set -- however a subsequent snd_pcm_avail() "
+"returned 0 or another value < min_avail."
msgstr ""
-"ALSA acordou-nos para ler novos dados do dispositivo, mas não havia nada para ler!\n"
-"Provavelmente isto é um erro no driver ALSA '%s'. Por favor, reporte este problema aos programadores do ALSA.\n"
-"Fomos acordados pelo conjunto POLLIN -- contudo uma chamada a seguir de snd_pcm_avail() retornou 0 ou outro valor < min_avail."
+"ALSA acordou-nos para ler novos dados do dispositivo, mas não havia nada "
+"para ler!\n"
+"Provavelmente isto é um erro no driver ALSA '%s'. Por favor, reporte este "
+"problema aos programadores do ALSA.\n"
+"Fomos acordados pelo conjunto POLLIN -- contudo uma chamada a seguir de "
+"snd_pcm_avail() retornou 0 ou outro valor < min_avail."
#: ../src/modules/alsa/module-alsa-card.c:152
#: ../src/modules/bluetooth/module-bluetooth-device.c:2228
@@ -2102,125 +2193,171 @@ msgstr "Servidor de Som PulseAudio"
#, fuzzy
#~ msgid "Failed to determine sample specification from file.\n"
#~ msgstr "não foi possÃvel obter informações da amostra: %s\n"
+
#~ msgid "select(): %s"
#~ msgstr "select(): %s"
+
#~ msgid "Cannot connect to system bus: %s"
#~ msgstr "Incapaz de se ligar ao bus de sistema: %s"
+
#~ msgid "Cannot get caller from PID: %s"
#~ msgstr "Não foi possÃvel obter chamador a partir do PID: %s"
+
#~ msgid "Cannot set UID on caller object."
#~ msgstr "Não foi possÃvel definir o UID no objecto chamador."
+
#~ msgid "Failed to get CK session."
#~ msgstr "Falha ao obter sessão CK."
+
#~ msgid "Cannot set UID on session object."
#~ msgstr "Não foi possÃvel definir o UID no objecto da sessão."
+
#~ msgid "Cannot allocate PolKitAction."
#~ msgstr "Não é possÃvel alocar PolKitAction."
+
#~ msgid "Cannot set action_id"
#~ msgstr "impossÃvel definir action_id"
+
#~ msgid "Cannot allocate PolKitContext."
#~ msgstr "Não é possÃvel alocar contexto PolKitContext."
+
#~ msgid "Cannot initialize PolKitContext: %s"
#~ msgstr "Incapaz de inicializar o PolKitContext: %s"
+
#~ msgid "Could not determine whether caller is authorized: %s"
#~ msgstr "Não foi possÃvel determinar se o chamador está autorizado: %s"
+
#~ msgid "Cannot obtain auth: %s"
#~ msgstr "Não foi possÃvel obter autenticação: %s"
+
#~ msgid "PolicyKit responded with '%s'"
#~ msgstr "PolicyKit respondeu com '%s'"
+
#~ msgid ""
#~ "High-priority scheduling (negative Unix nice level) for the PulseAudio "
#~ "daemon"
#~ msgstr ""
#~ "Escalonamento de alta-prioridade (nÃvel 'nice' negativo em Unix) para o "
#~ "serviço PulseAudio"
+
#~ msgid "Real-time scheduling for the PulseAudio daemon"
#~ msgstr "Escalonamento em tempo-real para o serviço PulseAudio"
+
#~ msgid ""
#~ "System policy prevents PulseAudio from acquiring high-priority scheduling."
#~ msgstr ""
#~ "Politica do sistema impede o PulseAudio de obter escalonamento de alta-"
#~ "prioridade."
+
#~ msgid ""
#~ "System policy prevents PulseAudio from acquiring real-time scheduling."
#~ msgstr ""
#~ "Politica do sistema impede o PulseAudio de obter escalonamento de tempo-"
#~ "real."
+
#~ msgid "read() failed: %s\n"
#~ msgstr "read() falhou: %s\n"
#, fuzzy
#~ msgid "pa_context_connect() failed: %s\n"
#~ msgstr "ImpossÃvel ligar ao servidor."
+
#~ msgid "Analog Mono"
#~ msgstr "Mono Analógico"
+
#~ msgid "Analog Stereo"
#~ msgstr "Estéreo Analógico"
+
#~ msgid "Digital Stereo (IEC958)"
#~ msgstr "Estéreo Digital (IEC958)"
+
#~ msgid "Digital Stereo (HDMI)"
#~ msgstr "Estéreo Digital (HDMI)"
+
#~ msgid "Analog Surround 4.0"
#~ msgstr "Analog Surround 4.0"
+
#~ msgid "Digital Surround 4.0 (IEC958/AC3)"
#~ msgstr "Surround Digital 4.0 (IEC958/AC3)"
+
#~ msgid "Analog Surround 4.1"
#~ msgstr "Analog Surround 4.1"
+
#~ msgid "Analog Surround 5.0"
#~ msgstr "Analog Surround 5.0"
+
#~ msgid "Analog Surround 5.1"
#~ msgstr "Analog Surround 5.1"
+
#~ msgid "Digital Surround 5.1 (IEC958/AC3)"
#~ msgstr "Surround Digital 5.1 (IEC958/AC3)"
+
#~ msgid "Analog Surround 7.1"
#~ msgstr "Analog Surround 7.1"
+
#~ msgid "We're in the group '%s', allowing high-priority scheduling."
#~ msgstr "Estamos no grupo '%s', permitindo escalonamento de alta-prioridade."
+
#~ msgid "We're in the group '%s', allowing real-time scheduling."
#~ msgstr "Estamos no grupo '%s', permitindo escalonamento em tempo real."
+
#~ msgid "PolicyKit grants us acquire-high-priority privilege."
#~ msgstr ""
#~ "O PolicyKit permite-nos o privilégio \"acquire-high-priority\" (adquirir "
#~ "alta prioridade)."
+
#~ msgid "PolicyKit refuses acquire-high-priority privilege."
#~ msgstr ""
#~ "O PolicyKit recusa-nos o privilégio \"acquire-high-priority\" (adquirir "
#~ "alta prioridade)."
+
#~ msgid "PolicyKit grants us acquire-real-time privilege."
#~ msgstr ""
#~ "O PolicyKit permite-nos o privilégio \"acquire-real-time\" (adquirir "
#~ "tempo real)."
+
#~ msgid "PolicyKit refuses acquire-real-time privilege."
#~ msgstr ""
#~ "O PolicyKit recusa-nos o privilégio \"acquire-real-time\" (adquirir tempo "
#~ "real)."
+
#~ msgid ""
#~ "High-priority scheduling enabled in configuration but not allowed by "
#~ "policy."
#~ msgstr ""
#~ "Escalonamento de alta prioridade activo na configuração, mas não "
#~ "permitido pela politica."
+
#~ msgid "Successfully increased RLIMIT_RTPRIO"
#~ msgstr "RLIMIT_RTPRIO aumentado com sucesso"
+
#~ msgid "RLIMIT_RTPRIO failed: %s"
#~ msgstr "RLIMIT_RTPRIO falhou: %s"
+
#~ msgid "Giving up CAP_NICE"
#~ msgstr "A desistir de CAP_NICE"
+
#~ msgid ""
#~ "Real-time scheduling enabled in configuration but not allowed by policy."
#~ msgstr ""
#~ "Escalonamento em tempo real activo na configuração, mas não permitido "
#~ "pela politica."
+
#~ msgid "Limited capabilities successfully to CAP_SYS_NICE."
#~ msgstr "Capacidades limitadas com sucesso em CAP_SYS_NICE."
+
#~ msgid "time_new() failed.\n"
#~ msgstr "time_new() falhou.\n"
+
#~ msgid "Stream successfully created\n"
#~ msgstr "Fluxo criado com sucesso\n"
+
#~ msgid "Stream errror: %s\n"
#~ msgstr "Erro de fluxo: %s\n"
+
#~ msgid "Connection established.\n"
#~ msgstr "Ligação Estabelecida.\n"
+
#~ msgid ""
#~ "paplay %s\n"
#~ "Compiled with libpulse %s\n"
@@ -2229,12 +2366,15 @@ msgstr "Servidor de Som PulseAudio"
#~ "paplay %s\n"
#~ "Compilado com libpulse %s\n"
#~ "Linkado com libpulse %s\n"
+
#~ msgid "Invalid channel map\n"
#~ msgstr "Mapa de canais inválido\n"
+
#~ msgid "Failed to open file '%s'\n"
#~ msgstr "Falha ao abrir o ficheiro '%s'\n"
+
#~ msgid "Output %s + Input %s"
#~ msgstr "SaÃda %s + Entrada %s"
+
#~ msgid "Input %s"
#~ msgstr "Entrada %s"
-
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 1340f74..f97521c 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pulseaudio\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-09-11 01:26+0200\n"
+"POT-Creation-Date: 2009-09-18 22:17+0200\n"
"PO-Revision-Date: 2009-08-24 19:26-0300\n"
"Last-Translator: Igor Pires Soares <igor at projetofedora.org>\n"
"Language-Team: Brazilian-Portuguese <fedora-trans-pt_br at redhat.com>\n"
@@ -250,7 +250,7 @@ msgstr "O pipe falhou: %s"
msgid "fork() failed: %s"
msgstr "O fork() falhou: %s"
-#: ../src/daemon/main.c:641 ../src/utils/pacat.c:504
+#: ../src/daemon/main.c:641 ../src/utils/pacat.c:508
#, c-format
msgid "read() failed: %s"
msgstr "A operação read() falhou: %s"
@@ -1166,7 +1166,7 @@ msgstr "fork(): %s"
msgid "waitpid(): %s"
msgstr "waitpid(): %s"
-#: ../src/pulse/context.c:1435
+#: ../src/pulse/context.c:1438
#, c-format
msgid "Received message for unknown extension '%s'"
msgstr "Foi recebida uma mensagem para uma extensão desconhecida '%s'"
@@ -1287,50 +1287,50 @@ msgstr "Conexão estabelecida.%s"
msgid "pa_stream_new() failed: %s"
msgstr "pa_stream_new() falhou: %s"
-#: ../src/utils/pacat.c:446
+#: ../src/utils/pacat.c:450
#, c-format
msgid "pa_stream_connect_playback() failed: %s"
msgstr "pa_stream_connect_playback() falhou: %s"
-#: ../src/utils/pacat.c:452
+#: ../src/utils/pacat.c:456
#, c-format
msgid "pa_stream_connect_record() failed: %s"
msgstr "pa_stream_connect_record() falhou: %s"
-#: ../src/utils/pacat.c:466 ../src/utils/pactl.c:857
+#: ../src/utils/pacat.c:470 ../src/utils/pactl.c:857
#, c-format
msgid "Connection failure: %s"
msgstr "Falha na conexão: %s"
-#: ../src/utils/pacat.c:499
+#: ../src/utils/pacat.c:503
msgid "Got EOF."
msgstr "Atingiu EOF."
-#: ../src/utils/pacat.c:536
+#: ../src/utils/pacat.c:540
#, c-format
msgid "write() failed: %s"
msgstr "write() falhou: %s"
-#: ../src/utils/pacat.c:557
+#: ../src/utils/pacat.c:561
msgid "Got signal, exiting."
msgstr "Sinal recebido, saindo."
-#: ../src/utils/pacat.c:571
+#: ../src/utils/pacat.c:575
#, c-format
msgid "Failed to get latency: %s"
msgstr "Falha ao obter a latência: %s"
-#: ../src/utils/pacat.c:576
+#: ../src/utils/pacat.c:580
#, fuzzy, c-format
msgid "Time: %0.3f sec; Latency: %0.0f usec."
msgstr "Tempo: %0.3f s; Latência: %0.0f us. \r"
-#: ../src/utils/pacat.c:595
+#: ../src/utils/pacat.c:599
#, c-format
msgid "pa_stream_update_timing_info() failed: %s"
msgstr "pa_stream_update_timing_info() falhou: %s"
-#: ../src/utils/pacat.c:605
+#: ../src/utils/pacat.c:609
#, c-format
msgid ""
"%s [options]\n"
@@ -1448,7 +1448,7 @@ msgstr ""
" --list-file-formats Lista os formatos de arquivo "
"disponÃveis.\n"
-#: ../src/utils/pacat.c:727
+#: ../src/utils/pacat.c:731
#, c-format
msgid ""
"pacat %s\n"
@@ -1459,68 +1459,68 @@ msgstr ""
"Compilado com libpulse %s\n"
"Linkado com libpulse %s\n"
-#: ../src/utils/pacat.c:760 ../src/utils/pactl.c:953
+#: ../src/utils/pacat.c:764 ../src/utils/pactl.c:953
#, c-format
msgid "Invalid client name '%s'"
msgstr "Nome do cliente \"%s\" inválido"
-#: ../src/utils/pacat.c:775
+#: ../src/utils/pacat.c:779
#, c-format
msgid "Invalid stream name '%s'"
msgstr "Nome do fluxo \"%s\" inválido"
-#: ../src/utils/pacat.c:812
+#: ../src/utils/pacat.c:816
#, c-format
msgid "Invalid channel map '%s'"
msgstr "Mapa de canais \"%s\" inválido"
-#: ../src/utils/pacat.c:841
+#: ../src/utils/pacat.c:845
#, c-format
msgid "Invalid latency specification '%s'"
msgstr "Especificação de latência inválida \"%s\""
-#: ../src/utils/pacat.c:848
+#: ../src/utils/pacat.c:852
#, c-format
msgid "Invalid process time specification '%s'"
msgstr "Especificação do tempo de processo \"%s\" inválida"
-#: ../src/utils/pacat.c:860
+#: ../src/utils/pacat.c:864
#, c-format
msgid "Invalid property '%s'"
msgstr "Propriedade \"%s\" inválida"
-#: ../src/utils/pacat.c:877
+#: ../src/utils/pacat.c:881
#, c-format
msgid "Unknown file format %s."
msgstr "Formato de arquivo %s desconhecido."
-#: ../src/utils/pacat.c:896
+#: ../src/utils/pacat.c:900
msgid "Invalid sample specification"
msgstr "Especificação de amostragem inválida"
-#: ../src/utils/pacat.c:906
+#: ../src/utils/pacat.c:910
#, c-format
msgid "open(): %s"
msgstr "open(): %s"
-#: ../src/utils/pacat.c:911
+#: ../src/utils/pacat.c:915
#, c-format
msgid "dup2(): %s"
msgstr "dup2(): %s"
-#: ../src/utils/pacat.c:918
+#: ../src/utils/pacat.c:922
msgid "Too many arguments."
msgstr "Argumentos em excesso."
-#: ../src/utils/pacat.c:929
+#: ../src/utils/pacat.c:933
msgid "Failed to generate sample specification for file."
msgstr "Falha ao gerar a especificação de amostragem para o arquivo."
-#: ../src/utils/pacat.c:949
+#: ../src/utils/pacat.c:953
msgid "Failed to open audio file."
msgstr "Falha ao abrir o arquivo de áudio."
-#: ../src/utils/pacat.c:955
+#: ../src/utils/pacat.c:959
msgid ""
"Warning: specified sample specification will be overwritten with "
"specification from file."
@@ -1528,23 +1528,23 @@ msgstr ""
"Aviso: a especificação de amostragem especificada será sobrescrita pela "
"especificação do arquivo."
-#: ../src/utils/pacat.c:958 ../src/utils/pactl.c:997
+#: ../src/utils/pacat.c:962 ../src/utils/pactl.c:997
msgid "Failed to determine sample specification from file."
msgstr "Falha ao determinar a especificação de amostragem a partir do arquivo."
-#: ../src/utils/pacat.c:967
+#: ../src/utils/pacat.c:971
msgid "Warning: Failed to determine channel map from file."
msgstr "Aviso: falha ao determinar o mapa de canais a partir do arquivo."
-#: ../src/utils/pacat.c:978
+#: ../src/utils/pacat.c:982
msgid "Channel map doesn't match sample specification"
msgstr "O mapa de canais não combina com a especificação da amostragem"
-#: ../src/utils/pacat.c:989
+#: ../src/utils/pacat.c:993
msgid "Warning: failed to write channel map to file."
msgstr "Aviso: falha ao gravar o mapa de canais no arquivo."
-#: ../src/utils/pacat.c:1004
+#: ../src/utils/pacat.c:1008
#, c-format
msgid ""
"Opening a %s stream with sample specification '%s' and channel map '%s'."
@@ -1552,36 +1552,36 @@ msgstr ""
"Abrindo um fluxo %s com a especificação de amostragem \"%s\" e mapeamento de "
"canais \"%s\"."
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "recording"
msgstr "gravando"
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "playback"
msgstr "playback"
-#: ../src/utils/pacat.c:1031 ../src/utils/pactl.c:1267
+#: ../src/utils/pacat.c:1035 ../src/utils/pactl.c:1267
msgid "pa_mainloop_new() failed."
msgstr "pa_mainloop_new() falhou."
-#: ../src/utils/pacat.c:1050
+#: ../src/utils/pacat.c:1054
msgid "io_new() failed."
msgstr "io_new() falhou."
-#: ../src/utils/pacat.c:1057 ../src/utils/pactl.c:1279
+#: ../src/utils/pacat.c:1061 ../src/utils/pactl.c:1279
msgid "pa_context_new() failed."
msgstr "pa_context_new() falhou."
-#: ../src/utils/pacat.c:1065 ../src/utils/pactl.c:1285
+#: ../src/utils/pacat.c:1069 ../src/utils/pactl.c:1285
#, c-format
msgid "pa_context_connect() failed: %s"
msgstr "pa_context_new() falhou: %s"
-#: ../src/utils/pacat.c:1071
+#: ../src/utils/pacat.c:1075
msgid "pa_context_rttime_new() failed."
msgstr "pa_context_rttime_new() falhou."
-#: ../src/utils/pacat.c:1078 ../src/utils/pactl.c:1290
+#: ../src/utils/pacat.c:1082 ../src/utils/pactl.c:1290
msgid "pa_mainloop_run() failed."
msgstr "pa_mainloop_run() falhou."
diff --git a/po/sr.po b/po/sr.po
index 4c9f1c8..9916abe 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pulseaudio\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-09-16 18:19+0000\n"
+"POT-Creation-Date: 2009-09-18 22:17+0200\n"
"PO-Revision-Date: 2009-09-16 22:10+0100\n"
"Last-Translator: MiloÅ¡ KomarÄeviÄ <kmilos at gmail.com>\n"
"Language-Team: Serbian (sr) <fedora-trans-sr at redhat.com>\n"
@@ -250,7 +250,7 @@ msgstr "ÐеÑÑпеÑно пÑÑÑаÑе подаÑака кÑоз Ñев: %s"
msgid "fork() failed: %s"
msgstr "ÐеÑÑпела ÑÑнкÑиÑа fork(): %s"
-#: ../src/daemon/main.c:641 ../src/utils/pacat.c:504
+#: ../src/daemon/main.c:641 ../src/utils/pacat.c:508
#, c-format
msgid "read() failed: %s"
msgstr "ÐеÑÑпела ÑÑнкÑиÑа read(): %s"
@@ -1162,7 +1162,7 @@ msgstr "fork(): %s"
msgid "waitpid(): %s"
msgstr "waitpid(): %s"
-#: ../src/pulse/context.c:1435
+#: ../src/pulse/context.c:1438
#, c-format
msgid "Received message for unknown extension '%s'"
msgstr "ÐÑимио поÑÑÐºÑ Ð·Ð° непознаÑи локал â%sâ"
@@ -1283,50 +1283,50 @@ msgstr "Ðеза ÑÑпоÑÑавÑена.%s"
msgid "pa_stream_new() failed: %s"
msgstr "ÐеÑÑпела ÑÑнкÑиÑа pa_stream_new(): %s"
-#: ../src/utils/pacat.c:446
+#: ../src/utils/pacat.c:450
#, c-format
msgid "pa_stream_connect_playback() failed: %s"
msgstr "ÐеÑÑпела ÑÑнкÑиÑа pa_stream_connect_playback(): %s"
-#: ../src/utils/pacat.c:452
+#: ../src/utils/pacat.c:456
#, c-format
msgid "pa_stream_connect_record() failed: %s"
msgstr "ÐеÑÑпела ÑÑнкÑиÑа pa_stream_connect_record(): %s"
-#: ../src/utils/pacat.c:466 ../src/utils/pactl.c:857
+#: ../src/utils/pacat.c:470 ../src/utils/pactl.c:857
#, c-format
msgid "Connection failure: %s"
msgstr "ÐеÑÑпеÑно повезиваÑе: %s"
-#: ../src/utils/pacat.c:499
+#: ../src/utils/pacat.c:503
msgid "Got EOF."
msgstr "ÐобиÑ
EOF."
-#: ../src/utils/pacat.c:536
+#: ../src/utils/pacat.c:540
#, c-format
msgid "write() failed: %s"
msgstr "ÐеÑÑпела ÑÑнкÑиÑа write(): %s"
-#: ../src/utils/pacat.c:557
+#: ../src/utils/pacat.c:561
msgid "Got signal, exiting."
msgstr "ÐобиÑ
Ñигнал, излазим."
-#: ../src/utils/pacat.c:571
+#: ../src/utils/pacat.c:575
#, c-format
msgid "Failed to get latency: %s"
msgstr "Ðе Ð¼Ð¾Ð³Ñ Ð´Ð¾Ð±Ð¸Ñи вÑедноÑÑ ÐºÐ°ÑÑеÑа: %s"
-#: ../src/utils/pacat.c:576
+#: ../src/utils/pacat.c:580
#, c-format
msgid "Time: %0.3f sec; Latency: %0.0f usec."
msgstr "ÐÑеме: %0.3f s; ÐаÑÑеÑе: %0.0f us."
-#: ../src/utils/pacat.c:595
+#: ../src/utils/pacat.c:599
#, c-format
msgid "pa_stream_update_timing_info() failed: %s"
msgstr "ÐеÑÑпела ÑÑнкÑиÑа pa_stream_update_timing_info(): %s"
-#: ../src/utils/pacat.c:605
+#: ../src/utils/pacat.c:609
#, c-format
msgid ""
"%s [options]\n"
@@ -1440,7 +1440,7 @@ msgstr ""
" --list-file-formats ÐÑпиÑи Ñве доÑÑÑпне ÑоÑмаÑе "
"подаÑака.\n"
-#: ../src/utils/pacat.c:727
+#: ../src/utils/pacat.c:731
#, c-format
msgid ""
"pacat %s\n"
@@ -1451,68 +1451,68 @@ msgstr ""
"ÐомпаÑлиÑано Ñа libpulse %s\n"
"Ðовезано Ñа libpulse %s\n"
-#: ../src/utils/pacat.c:760 ../src/utils/pactl.c:953
+#: ../src/utils/pacat.c:764 ../src/utils/pactl.c:953
#, c-format
msgid "Invalid client name '%s'"
msgstr "ÐеиÑпÑавно име клиÑенÑа â%sâ"
-#: ../src/utils/pacat.c:775
+#: ../src/utils/pacat.c:779
#, c-format
msgid "Invalid stream name '%s'"
msgstr "ÐеиÑпÑавно име Ñока â%sâ"
-#: ../src/utils/pacat.c:812
+#: ../src/utils/pacat.c:816
#, c-format
msgid "Invalid channel map '%s'"
msgstr "ÐеиÑпÑавна мапа канала â%sâ"
-#: ../src/utils/pacat.c:841
+#: ../src/utils/pacat.c:845
#, c-format
msgid "Invalid latency specification '%s'"
msgstr "ÐеиÑпÑаван паÑамеÑÐ°Ñ ÐºÐ°ÑÑеÑа â%sâ"
-#: ../src/utils/pacat.c:848
+#: ../src/utils/pacat.c:852
#, c-format
msgid "Invalid process time specification '%s'"
msgstr "ÐеиÑпÑаван паÑамеÑÐ°Ñ Ð·Ð° вÑеме пÑоÑеÑа â%sâ"
-#: ../src/utils/pacat.c:860
+#: ../src/utils/pacat.c:864
#, c-format
msgid "Invalid property '%s'"
msgstr "ÐеиÑпÑавно ÑвоÑÑÑво â%sâ"
-#: ../src/utils/pacat.c:877
+#: ../src/utils/pacat.c:881
#, c-format
msgid "Unknown file format %s."
msgstr "ÐÐµÐ¿Ð¾Ð·Ð½Ð°Ñ %s ÑоÑÐ¼Ð°Ñ Ð´Ð°ÑоÑеке."
-#: ../src/utils/pacat.c:896
+#: ../src/utils/pacat.c:900
msgid "Invalid sample specification"
msgstr "ÐеиÑпÑаван паÑамеÑÐ°Ñ ÑзоÑка"
-#: ../src/utils/pacat.c:906
+#: ../src/utils/pacat.c:910
#, c-format
msgid "open(): %s"
msgstr "open(): %s"
-#: ../src/utils/pacat.c:911
+#: ../src/utils/pacat.c:915
#, c-format
msgid "dup2(): %s"
msgstr "dup2(): %s"
-#: ../src/utils/pacat.c:918
+#: ../src/utils/pacat.c:922
msgid "Too many arguments."
msgstr "ÐÑевиÑе аÑгÑменаÑа."
-#: ../src/utils/pacat.c:929
+#: ../src/utils/pacat.c:933
msgid "Failed to generate sample specification for file."
msgstr "ÐиÑе ÑÑпело пÑавÑеÑе паÑамеÑаÑа ÑзоÑка за даÑоÑекÑ."
-#: ../src/utils/pacat.c:949
+#: ../src/utils/pacat.c:953
msgid "Failed to open audio file."
msgstr "ÐиÑе ÑÑпело оÑваÑаÑе звÑÑне даÑоÑеке."
-#: ../src/utils/pacat.c:955
+#: ../src/utils/pacat.c:959
msgid ""
"Warning: specified sample specification will be overwritten with "
"specification from file."
@@ -1520,58 +1520,58 @@ msgstr ""
"УпозоÑеÑе: наведени паÑамеÑÑи ÑзоÑка Ñе биÑи пÑебÑиÑани паÑамеÑÑима из "
"даÑоÑеке."
-#: ../src/utils/pacat.c:958 ../src/utils/pactl.c:997
+#: ../src/utils/pacat.c:962 ../src/utils/pactl.c:997
msgid "Failed to determine sample specification from file."
msgstr "ÐеÑÑпеÑно ÑÑвÑÑиваÑе паÑамеÑаÑа ÑзоÑка из даÑоÑеке."
-#: ../src/utils/pacat.c:967
+#: ../src/utils/pacat.c:971
msgid "Warning: Failed to determine channel map from file."
msgstr "УпозоÑеÑе: ÐеÑÑпеÑно ÑÑвÑÑиваÑе мапе канала из даÑоÑеке."
-#: ../src/utils/pacat.c:978
+#: ../src/utils/pacat.c:982
msgid "Channel map doesn't match sample specification"
msgstr "Ðапа канала Ñе не поклапа Ñа паÑамеÑÑима ÑзоÑка"
-#: ../src/utils/pacat.c:989
+#: ../src/utils/pacat.c:993
msgid "Warning: failed to write channel map to file."
msgstr "УпозоÑеÑе: ÐеÑÑпеÑно запиÑиваÑе мапе канала Ñ Ð´Ð°ÑоÑекÑ."
-#: ../src/utils/pacat.c:1004
+#: ../src/utils/pacat.c:1008
#, c-format
msgid ""
"Opening a %s stream with sample specification '%s' and channel map '%s'."
msgstr "ÐÑваÑам Ñок %s Ñа паÑамеÑÑима ÑзоÑка â%sâ и мапом канала â%sâ."
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "recording"
msgstr "Ñнима"
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "playback"
msgstr "пÑÑÑа"
-#: ../src/utils/pacat.c:1031 ../src/utils/pactl.c:1267
+#: ../src/utils/pacat.c:1035 ../src/utils/pactl.c:1267
msgid "pa_mainloop_new() failed."
msgstr "ÐеÑÑпела ÑÑнкÑиÑа pa_mainloop_new()."
-#: ../src/utils/pacat.c:1050
+#: ../src/utils/pacat.c:1054
msgid "io_new() failed."
msgstr "ÐеÑÑпела ÑÑнкÑиÑа io_new()."
-#: ../src/utils/pacat.c:1057 ../src/utils/pactl.c:1279
+#: ../src/utils/pacat.c:1061 ../src/utils/pactl.c:1279
msgid "pa_context_new() failed."
msgstr "ÐеÑÑпела ÑÑнкÑиÑа pa_context_new()."
-#: ../src/utils/pacat.c:1065 ../src/utils/pactl.c:1285
+#: ../src/utils/pacat.c:1069 ../src/utils/pactl.c:1285
#, c-format
msgid "pa_context_connect() failed: %s"
msgstr "ÐеÑÑпела ÑÑнкÑиÑа pa_context_connect(): %s"
-#: ../src/utils/pacat.c:1071
+#: ../src/utils/pacat.c:1075
msgid "pa_context_rttime_new() failed."
msgstr "ÐеÑÑпела ÑÑнкÑиÑа pa_context_new()."
-#: ../src/utils/pacat.c:1078 ../src/utils/pactl.c:1290
+#: ../src/utils/pacat.c:1082 ../src/utils/pactl.c:1290
msgid "pa_mainloop_run() failed."
msgstr "ÐеÑÑпела ÑÑнкÑиÑа pa_mainloop_run()."
diff --git a/po/sr at latin.po b/po/sr at latin.po
index bd894dd..5330f44 100644
--- a/po/sr at latin.po
+++ b/po/sr at latin.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pulseaudio\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-09-16 18:19+0000\n"
+"POT-Creation-Date: 2009-09-18 22:17+0200\n"
"PO-Revision-Date: 2009-09-16 22:10+0100\n"
"Last-Translator: MiloÅ¡ KomarÄeviÄ <kmilos at gmail.com>\n"
"Language-Team: Serbian (sr) <fedora-trans-sr at redhat.com>\n"
@@ -251,7 +251,7 @@ msgstr "Neuspešno puštanje podataka kroz cev: %s"
msgid "fork() failed: %s"
msgstr "Neuspela funkcija fork(): %s"
-#: ../src/daemon/main.c:641 ../src/utils/pacat.c:504
+#: ../src/daemon/main.c:641 ../src/utils/pacat.c:508
#, c-format
msgid "read() failed: %s"
msgstr "Neuspela funkcija read(): %s"
@@ -1163,7 +1163,7 @@ msgstr "fork(): %s"
msgid "waitpid(): %s"
msgstr "waitpid(): %s"
-#: ../src/pulse/context.c:1435
+#: ../src/pulse/context.c:1438
#, c-format
msgid "Received message for unknown extension '%s'"
msgstr "Primio poruku za nepoznati lokal â%sâ"
@@ -1284,50 +1284,50 @@ msgstr "Veza uspostavljena.%s"
msgid "pa_stream_new() failed: %s"
msgstr "Neuspela funkcija pa_stream_new(): %s"
-#: ../src/utils/pacat.c:446
+#: ../src/utils/pacat.c:450
#, c-format
msgid "pa_stream_connect_playback() failed: %s"
msgstr "Neuspela funkcija pa_stream_connect_playback(): %s"
-#: ../src/utils/pacat.c:452
+#: ../src/utils/pacat.c:456
#, c-format
msgid "pa_stream_connect_record() failed: %s"
msgstr "Neuspela funkcija pa_stream_connect_record(): %s"
-#: ../src/utils/pacat.c:466 ../src/utils/pactl.c:857
+#: ../src/utils/pacat.c:470 ../src/utils/pactl.c:857
#, c-format
msgid "Connection failure: %s"
msgstr "Neuspešno povezivanje: %s"
-#: ../src/utils/pacat.c:499
+#: ../src/utils/pacat.c:503
msgid "Got EOF."
msgstr "Dobih EOF."
-#: ../src/utils/pacat.c:536
+#: ../src/utils/pacat.c:540
#, c-format
msgid "write() failed: %s"
msgstr "Neuspela funkcija write(): %s"
-#: ../src/utils/pacat.c:557
+#: ../src/utils/pacat.c:561
msgid "Got signal, exiting."
msgstr "Dobih signal, izlazim."
-#: ../src/utils/pacat.c:571
+#: ../src/utils/pacat.c:575
#, c-format
msgid "Failed to get latency: %s"
msgstr "Ne mogu dobiti vrednost kašnjenja: %s"
-#: ../src/utils/pacat.c:576
+#: ../src/utils/pacat.c:580
#, c-format
msgid "Time: %0.3f sec; Latency: %0.0f usec."
msgstr "Vreme: %0.3f s; Kašnjenje: %0.0f us."
-#: ../src/utils/pacat.c:595
+#: ../src/utils/pacat.c:599
#, c-format
msgid "pa_stream_update_timing_info() failed: %s"
msgstr "Neuspela funkcija pa_stream_update_timing_info(): %s"
-#: ../src/utils/pacat.c:605
+#: ../src/utils/pacat.c:609
#, c-format
msgid ""
"%s [options]\n"
@@ -1442,7 +1442,7 @@ msgstr ""
" --list-file-formats Ispiši sve dostupne formate "
"podataka.\n"
-#: ../src/utils/pacat.c:727
+#: ../src/utils/pacat.c:731
#, c-format
msgid ""
"pacat %s\n"
@@ -1453,68 +1453,68 @@ msgstr ""
"Kompajlirano sa libpulse %s\n"
"Povezano sa libpulse %s\n"
-#: ../src/utils/pacat.c:760 ../src/utils/pactl.c:953
+#: ../src/utils/pacat.c:764 ../src/utils/pactl.c:953
#, c-format
msgid "Invalid client name '%s'"
msgstr "Neispravno ime klijenta â%sâ"
-#: ../src/utils/pacat.c:775
+#: ../src/utils/pacat.c:779
#, c-format
msgid "Invalid stream name '%s'"
msgstr "Neispravno ime toka â%sâ"
-#: ../src/utils/pacat.c:812
+#: ../src/utils/pacat.c:816
#, c-format
msgid "Invalid channel map '%s'"
msgstr "Neispravna mapa kanala â%sâ"
-#: ../src/utils/pacat.c:841
+#: ../src/utils/pacat.c:845
#, c-format
msgid "Invalid latency specification '%s'"
msgstr "Neispravan parametar kaÅ¡njenja â%sâ"
-#: ../src/utils/pacat.c:848
+#: ../src/utils/pacat.c:852
#, c-format
msgid "Invalid process time specification '%s'"
msgstr "Neispravan parametar za vreme procesa â%sâ"
-#: ../src/utils/pacat.c:860
+#: ../src/utils/pacat.c:864
#, c-format
msgid "Invalid property '%s'"
msgstr "Neispravno svojstvo â%sâ"
-#: ../src/utils/pacat.c:877
+#: ../src/utils/pacat.c:881
#, c-format
msgid "Unknown file format %s."
msgstr "Nepoznat %s format datoteke."
-#: ../src/utils/pacat.c:896
+#: ../src/utils/pacat.c:900
msgid "Invalid sample specification"
msgstr "Neispravan parametar uzorka"
-#: ../src/utils/pacat.c:906
+#: ../src/utils/pacat.c:910
#, c-format
msgid "open(): %s"
msgstr "open(): %s"
-#: ../src/utils/pacat.c:911
+#: ../src/utils/pacat.c:915
#, c-format
msgid "dup2(): %s"
msgstr "dup2(): %s"
-#: ../src/utils/pacat.c:918
+#: ../src/utils/pacat.c:922
msgid "Too many arguments."
msgstr "Previše argumenata."
-#: ../src/utils/pacat.c:929
+#: ../src/utils/pacat.c:933
msgid "Failed to generate sample specification for file."
msgstr "Nije uspelo pravljenje parametara uzorka za datoteku."
-#: ../src/utils/pacat.c:949
+#: ../src/utils/pacat.c:953
msgid "Failed to open audio file."
msgstr "Nije uspelo otvaranje zvuÄne datoteke."
-#: ../src/utils/pacat.c:955
+#: ../src/utils/pacat.c:959
msgid ""
"Warning: specified sample specification will be overwritten with "
"specification from file."
@@ -1522,58 +1522,58 @@ msgstr ""
"Upozorenje: navedeni parametri uzorka Äe biti prebrisani parametrima iz "
"datoteke."
-#: ../src/utils/pacat.c:958 ../src/utils/pactl.c:997
+#: ../src/utils/pacat.c:962 ../src/utils/pactl.c:997
msgid "Failed to determine sample specification from file."
msgstr "NeuspeÅ¡no utvrÄivanje parametara uzorka iz datoteke."
-#: ../src/utils/pacat.c:967
+#: ../src/utils/pacat.c:971
msgid "Warning: Failed to determine channel map from file."
msgstr "Upozorenje: NeuspeÅ¡no utvrÄivanje mape kanala iz datoteke."
-#: ../src/utils/pacat.c:978
+#: ../src/utils/pacat.c:982
msgid "Channel map doesn't match sample specification"
msgstr "Mapa kanala se ne poklapa sa parametrima uzorka"
-#: ../src/utils/pacat.c:989
+#: ../src/utils/pacat.c:993
msgid "Warning: failed to write channel map to file."
msgstr "Upozorenje: Neuspešno zapisivanje mape kanala u datoteku."
-#: ../src/utils/pacat.c:1004
+#: ../src/utils/pacat.c:1008
#, c-format
msgid ""
"Opening a %s stream with sample specification '%s' and channel map '%s'."
msgstr "Otvaram tok %s sa parametrima uzorka â%sâ i mapom kanala â%sâ."
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "recording"
msgstr "snima"
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "playback"
msgstr "pušta"
-#: ../src/utils/pacat.c:1031 ../src/utils/pactl.c:1267
+#: ../src/utils/pacat.c:1035 ../src/utils/pactl.c:1267
msgid "pa_mainloop_new() failed."
msgstr "Neuspela funkcija pa_mainloop_new()."
-#: ../src/utils/pacat.c:1050
+#: ../src/utils/pacat.c:1054
msgid "io_new() failed."
msgstr "Neuspela funkcija io_new()."
-#: ../src/utils/pacat.c:1057 ../src/utils/pactl.c:1279
+#: ../src/utils/pacat.c:1061 ../src/utils/pactl.c:1279
msgid "pa_context_new() failed."
msgstr "Neuspela funkcija pa_context_new()."
-#: ../src/utils/pacat.c:1065 ../src/utils/pactl.c:1285
+#: ../src/utils/pacat.c:1069 ../src/utils/pactl.c:1285
#, c-format
msgid "pa_context_connect() failed: %s"
msgstr "Neuspela funkcija pa_context_connect(): %s"
-#: ../src/utils/pacat.c:1071
+#: ../src/utils/pacat.c:1075
msgid "pa_context_rttime_new() failed."
msgstr "Neuspela funkcija pa_context_new()."
-#: ../src/utils/pacat.c:1078 ../src/utils/pactl.c:1290
+#: ../src/utils/pacat.c:1082 ../src/utils/pactl.c:1290
msgid "pa_mainloop_run() failed."
msgstr "Neuspela funkcija pa_mainloop_run()."
diff --git a/po/sv.po b/po/sv.po
index 89a4fc3..d49a0b9 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pulseaudio\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-09-11 01:26+0200\n"
+"POT-Creation-Date: 2009-09-18 22:17+0200\n"
"PO-Revision-Date: 2008-09-05 18:24+0100\n"
"Last-Translator: Daniel Nylander <po at danielnylander.se>\n"
"Language-Team: Swedish <tp-sv at listor.tp-sv.se>\n"
@@ -230,7 +230,7 @@ msgstr "pipe misslyckades: %s"
msgid "fork() failed: %s"
msgstr "fork() misslyckades: %s"
-#: ../src/daemon/main.c:641 ../src/utils/pacat.c:504
+#: ../src/daemon/main.c:641 ../src/utils/pacat.c:508
#, c-format
msgid "read() failed: %s"
msgstr "read() misslyckades: %s"
@@ -1057,7 +1057,7 @@ msgstr "fork(): %s"
msgid "waitpid(): %s"
msgstr "waitpid(): %s"
-#: ../src/pulse/context.c:1435
+#: ../src/pulse/context.c:1438
#, c-format
msgid "Received message for unknown extension '%s'"
msgstr ""
@@ -1178,52 +1178,52 @@ msgstr "Anslutning etablerad.\n"
msgid "pa_stream_new() failed: %s"
msgstr "pa_stream_new() misslyckades: %s\n"
-#: ../src/utils/pacat.c:446
+#: ../src/utils/pacat.c:450
#, fuzzy, c-format
msgid "pa_stream_connect_playback() failed: %s"
msgstr "pa_stream_connect_playback() misslyckades: %s\n"
-#: ../src/utils/pacat.c:452
+#: ../src/utils/pacat.c:456
#, fuzzy, c-format
msgid "pa_stream_connect_record() failed: %s"
msgstr "pa_stream_connect_record() misslyckades: %s\n"
-#: ../src/utils/pacat.c:466 ../src/utils/pactl.c:857
+#: ../src/utils/pacat.c:470 ../src/utils/pactl.c:857
#, fuzzy, c-format
msgid "Connection failure: %s"
msgstr "Anslutningsfel: %s\n"
-#: ../src/utils/pacat.c:499
+#: ../src/utils/pacat.c:503
#, fuzzy
msgid "Got EOF."
msgstr "Fick filslut.\n"
-#: ../src/utils/pacat.c:536
+#: ../src/utils/pacat.c:540
#, fuzzy, c-format
msgid "write() failed: %s"
msgstr "write() misslyckades: %s\n"
-#: ../src/utils/pacat.c:557
+#: ../src/utils/pacat.c:561
#, fuzzy
msgid "Got signal, exiting."
msgstr "Fick signal %s."
-#: ../src/utils/pacat.c:571
+#: ../src/utils/pacat.c:575
#, fuzzy, c-format
msgid "Failed to get latency: %s"
msgstr "Misslyckades med att få statistik: %s\n"
-#: ../src/utils/pacat.c:576
+#: ../src/utils/pacat.c:580
#, fuzzy, c-format
msgid "Time: %0.3f sec; Latency: %0.0f usec."
msgstr "Tid: %0.3f sec; Latens: %0.0f ms \r"
-#: ../src/utils/pacat.c:595
+#: ../src/utils/pacat.c:599
#, fuzzy, c-format
msgid "pa_stream_update_timing_info() failed: %s"
msgstr "pa_stream_update_timing_info() misslyckades: %s\n"
-#: ../src/utils/pacat.c:605
+#: ../src/utils/pacat.c:609
#, c-format
msgid ""
"%s [options]\n"
@@ -1283,7 +1283,7 @@ msgid ""
" --list-file-formats List available file formats.\n"
msgstr ""
-#: ../src/utils/pacat.c:727
+#: ../src/utils/pacat.c:731
#, c-format
msgid ""
"pacat %s\n"
@@ -1291,135 +1291,135 @@ msgid ""
"Linked with libpulse %s\n"
msgstr ""
-#: ../src/utils/pacat.c:760 ../src/utils/pactl.c:953
+#: ../src/utils/pacat.c:764 ../src/utils/pactl.c:953
#, fuzzy, c-format
msgid "Invalid client name '%s'"
msgstr "Ogiltig server"
-#: ../src/utils/pacat.c:775
+#: ../src/utils/pacat.c:779
#, fuzzy, c-format
msgid "Invalid stream name '%s'"
msgstr "Ogiltig server"
-#: ../src/utils/pacat.c:812
+#: ../src/utils/pacat.c:816
#, fuzzy, c-format
msgid "Invalid channel map '%s'"
msgstr "Ogiltig server"
-#: ../src/utils/pacat.c:841
+#: ../src/utils/pacat.c:845
#, c-format
msgid "Invalid latency specification '%s'"
msgstr ""
-#: ../src/utils/pacat.c:848
+#: ../src/utils/pacat.c:852
#, fuzzy, c-format
msgid "Invalid process time specification '%s'"
msgstr "Ogiltig server"
-#: ../src/utils/pacat.c:860
+#: ../src/utils/pacat.c:864
#, fuzzy, c-format
msgid "Invalid property '%s'"
msgstr "Ogiltig server"
-#: ../src/utils/pacat.c:877
+#: ../src/utils/pacat.c:881
#, c-format
msgid "Unknown file format %s."
msgstr ""
-#: ../src/utils/pacat.c:896
+#: ../src/utils/pacat.c:900
#, fuzzy
msgid "Invalid sample specification"
msgstr "Misslyckades med att få modulinformation: %s\n"
-#: ../src/utils/pacat.c:906
+#: ../src/utils/pacat.c:910
#, fuzzy, c-format
msgid "open(): %s"
msgstr "open(): %s\n"
-#: ../src/utils/pacat.c:911
+#: ../src/utils/pacat.c:915
#, fuzzy, c-format
msgid "dup2(): %s"
msgstr "dup2(): %s\n"
-#: ../src/utils/pacat.c:918
+#: ../src/utils/pacat.c:922
#, fuzzy
msgid "Too many arguments."
msgstr "För många argument.\n"
-#: ../src/utils/pacat.c:929
+#: ../src/utils/pacat.c:933
#, fuzzy
msgid "Failed to generate sample specification for file."
msgstr "Misslyckades med att få modulinformation: %s\n"
-#: ../src/utils/pacat.c:949
+#: ../src/utils/pacat.c:953
#, fuzzy
msgid "Failed to open audio file."
msgstr "Misslyckades med att öppna ljudfil.\n"
-#: ../src/utils/pacat.c:955
+#: ../src/utils/pacat.c:959
msgid ""
"Warning: specified sample specification will be overwritten with "
"specification from file."
msgstr ""
-#: ../src/utils/pacat.c:958 ../src/utils/pactl.c:997
+#: ../src/utils/pacat.c:962 ../src/utils/pactl.c:997
#, fuzzy
msgid "Failed to determine sample specification from file."
msgstr "Misslyckades med att få modulinformation: %s\n"
-#: ../src/utils/pacat.c:967
+#: ../src/utils/pacat.c:971
msgid "Warning: Failed to determine channel map from file."
msgstr ""
-#: ../src/utils/pacat.c:978
+#: ../src/utils/pacat.c:982
#, fuzzy
msgid "Channel map doesn't match sample specification"
msgstr "Misslyckades med att få modulinformation: %s\n"
-#: ../src/utils/pacat.c:989
+#: ../src/utils/pacat.c:993
msgid "Warning: failed to write channel map to file."
msgstr ""
-#: ../src/utils/pacat.c:1004
+#: ../src/utils/pacat.c:1008
#, c-format
msgid ""
"Opening a %s stream with sample specification '%s' and channel map '%s'."
msgstr ""
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "recording"
msgstr ""
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "playback"
msgstr ""
-#: ../src/utils/pacat.c:1031 ../src/utils/pactl.c:1267
+#: ../src/utils/pacat.c:1035 ../src/utils/pactl.c:1267
#, fuzzy
msgid "pa_mainloop_new() failed."
msgstr "pa_mainloop_new() misslyckades.\n"
-#: ../src/utils/pacat.c:1050
+#: ../src/utils/pacat.c:1054
#, fuzzy
msgid "io_new() failed."
msgstr "io_new() misslyckades.\n"
-#: ../src/utils/pacat.c:1057 ../src/utils/pactl.c:1279
+#: ../src/utils/pacat.c:1061 ../src/utils/pactl.c:1279
#, fuzzy
msgid "pa_context_new() failed."
msgstr "pa_context_new() misslyckades.\n"
-#: ../src/utils/pacat.c:1065 ../src/utils/pactl.c:1285
+#: ../src/utils/pacat.c:1069 ../src/utils/pactl.c:1285
#, fuzzy, c-format
msgid "pa_context_connect() failed: %s"
msgstr "pa_context_new() misslyckades.\n"
-#: ../src/utils/pacat.c:1071
+#: ../src/utils/pacat.c:1075
#, fuzzy
msgid "pa_context_rttime_new() failed."
msgstr "pa_context_new() misslyckades.\n"
-#: ../src/utils/pacat.c:1078 ../src/utils/pactl.c:1290
+#: ../src/utils/pacat.c:1082 ../src/utils/pactl.c:1290
#, fuzzy
msgid "pa_mainloop_run() failed."
msgstr "pa_mainloop_run() misslyckades.\n"
diff --git a/po/ta.po b/po/ta.po
index 2a45f8f..ff769f5 100644
--- a/po/ta.po
+++ b/po/ta.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pulseaudio.master-tx.ta\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-09-18 07:34+0000\n"
+"POT-Creation-Date: 2009-09-18 22:17+0200\n"
"PO-Revision-Date: 2009-09-18 13:43+0530\n"
"Last-Translator: I. Felix <ifelix at redhat.com>\n"
"Language-Team: Tamil <fedora-trans-ta at redhat.com>\n"
@@ -241,7 +241,8 @@ msgstr "à®à®£à®¿à®©à®¿ à®®à¯à®±à¯à®®à¯à®¯à®¿à®²à¯ à®à®¯à®à¯à®à¯à®à®¿
#: ../src/daemon/main.c:581
msgid "Running in system mode, but --disallow-module-loading not set!"
-msgstr "à®à®£à®¿à®©à®¿ à®®à¯à®±à¯à®®à¯à®¯à®¿à®²à¯ à®à®¯à®à¯à®à¯à®à®¿à®±à®¤à¯, à®à®©à®¾à®²à¯ --disallow-module-loading à®
à®®à¯à®à¯à®à®ªà¯à®ªà®à®µà®¿à®²à¯à®²à¯!"
+msgstr ""
+"à®à®£à®¿à®©à®¿ à®®à¯à®±à¯à®®à¯à®¯à®¿à®²à¯ à®à®¯à®à¯à®à¯à®à®¿à®±à®¤à¯, à®à®©à®¾à®²à¯ --disallow-module-loading à®
à®®à¯à®à¯à®à®ªà¯à®ªà®à®µà®¿à®²à¯à®²à¯!"
#: ../src/daemon/main.c:584
msgid "Running in system mode, forcibly disabling SHM mode!"
@@ -265,7 +266,7 @@ msgstr "பà¯à®ªà¯ தà¯à®²à¯à®µà®¿à®¯à¯à®±à¯à®±à®¤à¯: %s"
msgid "fork() failed: %s"
msgstr "fork() தà¯à®²à¯à®µà®¿à®¯à¯à®±à¯à®±à®¤à¯: %s"
-#: ../src/daemon/main.c:641 ../src/utils/pacat.c:504
+#: ../src/daemon/main.c:641 ../src/utils/pacat.c:508
#, c-format
msgid "read() failed: %s"
msgstr "வாà®à®¿à®ªà¯à®ªà®¤à®¿à®²à¯() தà¯à®²à¯à®µà®¿à®¯à¯à®±à¯à®±à®¤à¯: %s"
@@ -1168,7 +1169,7 @@ msgstr "fork(): %s"
msgid "waitpid(): %s"
msgstr "waitpid(): %s"
-#: ../src/pulse/context.c:1435
+#: ../src/pulse/context.c:1438
#, c-format
msgid "Received message for unknown extension '%s'"
msgstr "தà¯à®°à®¿à®¯à®¾à®¤ தà¯à®à®°à®¿à®à¯à®à®¿à®¯à®¿à®²à®¿à®°à¯à®¨à¯à®¤à¯ '%s'à®à¯à®à¯ à®à¯à®¯à¯à®¤à®¿à®à®³à¯ பà¯à®±à®ªà¯à®ªà®à¯à®à®©"
@@ -1289,50 +1290,50 @@ msgstr "à®à®£à¯à®ªà¯à®ªà¯ தà¯à®µà®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯.%s"
msgid "pa_stream_new() failed: %s"
msgstr "pa_stream_new() தà¯à®²à¯à®µà®¿à®¯à¯à®±à¯à®±à®¤à¯: %s"
-#: ../src/utils/pacat.c:446
+#: ../src/utils/pacat.c:450
#, c-format
msgid "pa_stream_connect_playback() failed: %s"
msgstr "pa_stream_connect_playback() தà¯à®²à¯à®µà®¿à®¯à¯à®±à¯à®±à®¤à¯: %s"
-#: ../src/utils/pacat.c:452
+#: ../src/utils/pacat.c:456
#, c-format
msgid "pa_stream_connect_record() failed: %s"
msgstr "pa_stream_connect_record() தà¯à®²à¯à®µà®¿à®¯à¯à®±à¯à®±à®¤à¯: %s"
-#: ../src/utils/pacat.c:466 ../src/utils/pactl.c:857
+#: ../src/utils/pacat.c:470 ../src/utils/pactl.c:857
#, c-format
msgid "Connection failure: %s"
msgstr "à®à®£à¯à®ªà¯à®ªà®¤à®¿à®²à¯ தà¯à®²à¯à®µà®¿: %s"
-#: ../src/utils/pacat.c:499
+#: ../src/utils/pacat.c:503
msgid "Got EOF."
msgstr "EOF à®à®¿à®à¯à®à¯à®à®ªà¯ பà¯à®±à¯à®±à®¤à¯"
-#: ../src/utils/pacat.c:536
+#: ../src/utils/pacat.c:540
#, c-format
msgid "write() failed: %s"
msgstr "à®à®´à¯à®¤à¯à®µà®¤à®¿à®²à¯ () தà¯à®²à¯à®µà®¿à®¯à¯à®±à¯à®±à®¤à¯: %s"
-#: ../src/utils/pacat.c:557
+#: ../src/utils/pacat.c:561
msgid "Got signal, exiting."
msgstr "à®à®¿à®à¯à®©à®²à¯ à®à®¿à®à¯à®¤à¯à®¤à®¤à¯, வà¯à®³à®¿à®¯à¯à®±à¯à®à®¿à®±à®¤à¯."
-#: ../src/utils/pacat.c:571
+#: ../src/utils/pacat.c:575
#, c-format
msgid "Failed to get latency: %s"
msgstr "லà®à®©à¯à®à®¿à®¯à¯ பà¯à®± à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯: %s"
-#: ../src/utils/pacat.c:576
+#: ../src/utils/pacat.c:580
#, c-format
msgid "Time: %0.3f sec; Latency: %0.0f usec."
msgstr "Time: %0.3f sec; Latency: %0.0f usec."
-#: ../src/utils/pacat.c:595
+#: ../src/utils/pacat.c:599
#, c-format
msgid "pa_stream_update_timing_info() failed: %s"
msgstr "pa_stream_update_timing_info() தà¯à®²à¯à®µà®¿: %s"
-#: ../src/utils/pacat.c:605
+#: ../src/utils/pacat.c:609
#, c-format
msgid ""
"%s [options]\n"
@@ -1447,7 +1448,7 @@ msgstr ""
" --file-format=FFORMAT Record/play formatted PCM data.\n"
" --list-file-formats List available file formats.\n"
-#: ../src/utils/pacat.c:727
+#: ../src/utils/pacat.c:731
#, c-format
msgid ""
"pacat %s\n"
@@ -1458,124 +1459,127 @@ msgstr ""
"Compiled with libpulse %s\n"
"Linked with libpulse %s\n"
-#: ../src/utils/pacat.c:760 ../src/utils/pactl.c:953
+#: ../src/utils/pacat.c:764 ../src/utils/pactl.c:953
#, c-format
msgid "Invalid client name '%s'"
msgstr "தவறான à®à®¿à®³à¯à®¯à®©à¯ பà¯à®¯à®°à¯ '%s'"
-#: ../src/utils/pacat.c:775
+#: ../src/utils/pacat.c:779
#, c-format
msgid "Invalid stream name '%s'"
msgstr "தவறான ஸà¯à®à¯à®°à¯à®®à¯ பà¯à®¯à®°à¯ '%s'."
-#: ../src/utils/pacat.c:812
+#: ../src/utils/pacat.c:816
#, c-format
msgid "Invalid channel map '%s'"
msgstr "தவறான à®à¯à®©à®²à¯ வரà¯à®ªà®à®®à¯ '%s'"
-#: ../src/utils/pacat.c:841
+#: ../src/utils/pacat.c:845
#, c-format
msgid "Invalid latency specification '%s'"
msgstr "தவறான லà¯à®à®©à¯à®à®¿ à®à¯à®±à®¿à®ªà¯à®ªà¯à®à¯ '%s'"
-#: ../src/utils/pacat.c:848
+#: ../src/utils/pacat.c:852
#, c-format
msgid "Invalid process time specification '%s'"
msgstr "தவறான à®à¯à®¯à®²à¯ நà¯à®° à®à¯à®±à®¿à®ªà¯à®ªà¯à®à¯ '%s'"
-#: ../src/utils/pacat.c:860
+#: ../src/utils/pacat.c:864
#, c-format
msgid "Invalid property '%s'"
msgstr "தவறான தனà¯à®®à¯ '%s'."
-#: ../src/utils/pacat.c:877
+#: ../src/utils/pacat.c:881
#, c-format
msgid "Unknown file format %s."
msgstr "தà¯à®°à®¿à®¯à®¾à®¤ à®à¯à®ªà¯à®ªà¯ வà®à®¿à®µà®®à¯ %s."
-#: ../src/utils/pacat.c:896
+#: ../src/utils/pacat.c:900
msgid "Invalid sample specification"
msgstr "தவறான மாதிரி à®à¯à®±à®¿à®ªà¯à®ªà¯à®à¯"
-#: ../src/utils/pacat.c:906
+#: ../src/utils/pacat.c:910
#, c-format
msgid "open(): %s"
msgstr "open(): %s"
-#: ../src/utils/pacat.c:911
+#: ../src/utils/pacat.c:915
#, c-format
msgid "dup2(): %s"
msgstr "dup2(): %s"
-#: ../src/utils/pacat.c:918
+#: ../src/utils/pacat.c:922
msgid "Too many arguments."
msgstr "நிறà¯à®¯ விவாதà®à¯à®à®³à¯."
-#: ../src/utils/pacat.c:929
+#: ../src/utils/pacat.c:933
msgid "Failed to generate sample specification for file."
msgstr "மாதிரி தà®à®µà®²à¯ பà¯à®± à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯.: %s"
-#: ../src/utils/pacat.c:949
+#: ../src/utils/pacat.c:953
msgid "Failed to open audio file."
msgstr "à®à®²à®¿ à®à¯à®ªà¯à®ªà®¿à®©à¯ திறà®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯."
-#: ../src/utils/pacat.c:955
+#: ../src/utils/pacat.c:959
msgid ""
"Warning: specified sample specification will be overwritten with "
"specification from file."
-msgstr "à®à®à¯à®à®°à®¿à®à¯à®à¯: à®à¯à®ªà¯à®ªà®¿à®²à®¿à®°à¯à®¨à¯à®¤à¯ à®à¯à®±à®¿à®ªà¯à®ªà¯à®à¯à®à¯à®à®©à¯ à®à¯à®±à®¿à®à¯à®à®¿à®à¯à® மாதிரி à®à¯à®±à®¿à®ªà¯à®ªà¯à®à¯ à®®à¯à®²à¯à®´à¯à®¤à®ªà¯à®ªà®à®²à®¾à®®à¯."
+msgstr ""
+"à®à®à¯à®à®°à®¿à®à¯à®à¯: à®à¯à®ªà¯à®ªà®¿à®²à®¿à®°à¯à®¨à¯à®¤à¯ à®à¯à®±à®¿à®ªà¯à®ªà¯à®à¯à®à¯à®à®©à¯ à®à¯à®±à®¿à®à¯à®à®¿à®à¯à® மாதிரி à®à¯à®±à®¿à®ªà¯à®ªà¯à®à¯ à®®à¯à®²à¯à®´à¯à®¤à®ªà¯à®ªà®à®²à®¾à®®à¯."
-#: ../src/utils/pacat.c:958 ../src/utils/pactl.c:997
+#: ../src/utils/pacat.c:962 ../src/utils/pactl.c:997
msgid "Failed to determine sample specification from file."
msgstr "à®à¯à®ªà¯à®ªà®¿à®²à®¿à®°à¯à®¨à¯à®¤à¯ மாதிரி à®à¯à®±à®¿à®ªà¯à®ªà¯à®à¯à®à¯ வரà¯à®¯à®±à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯."
-#: ../src/utils/pacat.c:967
+#: ../src/utils/pacat.c:971
msgid "Warning: Failed to determine channel map from file."
msgstr "à®à®à¯à®à®°à®¿à®à¯à®à¯: à®à¯à®ªà¯à®ªà®¿à®²à®¿à®°à¯à®¨à¯à®¤à¯ à®à¯à®©à®²à¯ வரà¯à®ªà®à®¤à¯à®¤à¯ வரà¯à®¯à®±à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯."
-#: ../src/utils/pacat.c:978
+#: ../src/utils/pacat.c:982
msgid "Channel map doesn't match sample specification"
msgstr "à®à¯à®©à®²à¯ வரà¯à®ªà®à®®à¯ மாதிரி à®à¯à®±à®¿à®ªà¯à®ªà¯à®à¯à®à¯à®à®©à¯ பà¯à®°à¯à®¨à¯à®¤à®µà®¿à®²à¯à®²à¯"
-#: ../src/utils/pacat.c:989
+#: ../src/utils/pacat.c:993
msgid "Warning: failed to write channel map to file."
msgstr "à®à®à¯à®à®°à®¿à®à¯à®à¯: à®à¯à®ªà¯à®ªà¯à®à¯à®à¯ à®à¯à®©à®²à¯ வரà¯à®ªà®à®¤à¯à®¤à¯ à®à®´à¯à®¤ à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯."
-#: ../src/utils/pacat.c:1004
+#: ../src/utils/pacat.c:1008
#, c-format
-msgid "Opening a %s stream with sample specification '%s' and channel map '%s'."
-msgstr "à®à®°à¯ %s ஸà¯à®à¯à®°à®®à¯ மாதிரி à®à¯à®±à®¿à®ªà¯à®ªà¯à®à¯à®à¯ '%s' மறà¯à®±à¯à®®à¯ à®à¯à®©à®²à¯ வரà¯à®ªà®à¯à®à®®à¯ '%s' à®à®à®©à¯ திறà®à¯à®à®¿à®±à®¤à¯."
+msgid ""
+"Opening a %s stream with sample specification '%s' and channel map '%s'."
+msgstr ""
+"à®à®°à¯ %s ஸà¯à®à¯à®°à®®à¯ மாதிரி à®à¯à®±à®¿à®ªà¯à®ªà¯à®à¯à®à¯ '%s' மறà¯à®±à¯à®®à¯ à®à¯à®©à®²à¯ வரà¯à®ªà®à¯à®à®®à¯ '%s' à®à®à®©à¯ திறà®à¯à®à®¿à®±à®¤à¯."
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "recording"
msgstr "à®à®²à®¿à®ªà¯à®ªà®¤à®¿à®µà¯"
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "playback"
msgstr "பிணà¯à®£à®©à®¿"
-#: ../src/utils/pacat.c:1031 ../src/utils/pactl.c:1267
+#: ../src/utils/pacat.c:1035 ../src/utils/pactl.c:1267
msgid "pa_mainloop_new() failed."
msgstr "pa_mainloop_new() தà¯à®²à¯à®µà®¿."
-#: ../src/utils/pacat.c:1050
+#: ../src/utils/pacat.c:1054
msgid "io_new() failed."
msgstr "io_new() தà¯à®²à¯à®µà®¿à®¯à¯à®±à¯à®±à®¤à¯."
-#: ../src/utils/pacat.c:1057 ../src/utils/pactl.c:1279
+#: ../src/utils/pacat.c:1061 ../src/utils/pactl.c:1279
msgid "pa_context_new() failed."
msgstr "pa_context_new() தà¯à®²à¯à®µà®¿."
-#: ../src/utils/pacat.c:1065 ../src/utils/pactl.c:1285
+#: ../src/utils/pacat.c:1069 ../src/utils/pactl.c:1285
#, c-format
msgid "pa_context_connect() failed: %s"
msgstr "pa_context_connect() தà¯à®²à¯à®µà®¿: %s"
-#: ../src/utils/pacat.c:1071
+#: ../src/utils/pacat.c:1075
msgid "pa_context_rttime_new() failed."
msgstr "pa_context_rttime_new() தà¯à®²à¯à®µà®¿à®¯à¯à®±à¯à®±à®¤à¯."
-#: ../src/utils/pacat.c:1078 ../src/utils/pactl.c:1290
+#: ../src/utils/pacat.c:1082 ../src/utils/pactl.c:1290
msgid "pa_mainloop_run() failed."
msgstr "pa_mainloop_run() தà¯à®²à¯à®µà®¿."
@@ -1676,7 +1680,8 @@ msgstr "தறà¯à®ªà¯à®¤à¯ பயனிலà¯à®³à¯à®³à®¤à¯: %u தà¯à®à¯
#: ../src/utils/pactl.c:144
#, c-format
msgid "Allocated during whole lifetime: %u blocks containing %s bytes total.\n"
-msgstr "வாழà¯à®à¯à®à¯ à®®à¯à®´à¯à®µà®¤à¯à®®à¯ à®à®¤à¯à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯: %u தà¯à®à¯à®¤à®¿à®à®³à¯ %s பà¯à®à¯à®à®³à¯ à®®à¯à®¤à¯à®¤à®®à®¾à® à®à¯à®£à¯à®à¯à®³à¯à®³à®¤à¯.\n"
+msgstr ""
+"வாழà¯à®à¯à®à¯ à®®à¯à®´à¯à®µà®¤à¯à®®à¯ à®à®¤à¯à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯: %u தà¯à®à¯à®¤à®¿à®à®³à¯ %s பà¯à®à¯à®à®³à¯ à®®à¯à®¤à¯à®¤à®®à®¾à® à®à¯à®£à¯à®à¯à®³à¯à®³à®¤à¯.\n"
#: ../src/utils/pactl.c:147
#, c-format
@@ -2132,14 +2137,17 @@ msgid "You have to specify a module index"
msgstr "தà¯à®à¯à®¤à®¿ à®
à®à¯à®à®µà®£à¯à®¯à¯ நà¯à®à¯à®à®³à¯ à®à¯à®±à®¿à®ªà¯à®ªà®¿à® வà¯à®£à¯à®à¯à®®à¯"
#: ../src/utils/pactl.c:1090
-msgid "You may not specify more than one sink. You have to specify a boolean value."
-msgstr "à®à®°à¯ à®à®¿à®à¯à®à®¿à®±à¯à®à¯ à®®à¯à®²à¯ நà¯à®à¯à®à®³à¯ à®à¯à®±à®¿à®ªà¯à®ªà®¿à®à®à¯ à®à¯à®à®¾à®¤à¯. பà¯à®²à®¿à®¯à®©à¯ மதிபà¯à®ªà¯ நà¯à®à¯à®à®³à¯ à®à¯à®±à®¿à®ªà¯à®ªà®¿à® வà¯à®£à¯à®à¯à®®à¯."
+msgid ""
+"You may not specify more than one sink. You have to specify a boolean value."
+msgstr ""
+"à®à®°à¯ à®à®¿à®à¯à®à®¿à®±à¯à®à¯ à®®à¯à®²à¯ நà¯à®à¯à®à®³à¯ à®à¯à®±à®¿à®ªà¯à®ªà®¿à®à®à¯ à®à¯à®à®¾à®¤à¯. பà¯à®²à®¿à®¯à®©à¯ மதிபà¯à®ªà¯ நà¯à®à¯à®à®³à¯ à®à¯à®±à®¿à®ªà¯à®ªà®¿à® வà¯à®£à¯à®à¯à®®à¯."
#: ../src/utils/pactl.c:1103
msgid ""
"You may not specify more than one source. You have to specify a boolean "
"value."
-msgstr "à®à®°à¯ à®®à¯à®²à®¤à¯à®¤à®¿à®±à¯à®à¯ à®®à¯à®²à¯ நà¯à®à¯à®à®³à¯ à®à¯à®±à®¿à®ªà¯à®ªà®¿à®à®à¯ à®à¯à®à®¾à®¤à¯. பà¯à®²à®¿à®¯à®©à¯ மதிபà¯à®ªà¯ நà¯à®à¯à®à®³à¯ à®à¯à®±à®¿à®ªà¯à®ªà®¿à® வà¯à®£à¯à®à¯à®®à¯."
+msgstr ""
+"à®à®°à¯ à®®à¯à®²à®¤à¯à®¤à®¿à®±à¯à®à¯ à®®à¯à®²à¯ நà¯à®à¯à®à®³à¯ à®à¯à®±à®¿à®ªà¯à®ªà®¿à®à®à¯ à®à¯à®à®¾à®¤à¯. பà¯à®²à®¿à®¯à®©à¯ மதிபà¯à®ªà¯ நà¯à®à¯à®à®³à¯ à®à¯à®±à®¿à®ªà¯à®ªà®¿à® வà¯à®£à¯à®à¯à®®à¯."
#: ../src/utils/pactl.c:1115
msgid "You have to specify a card name/index and a profile name"
@@ -2369,4 +2377,3 @@ msgstr "Telephony Duplex (HSP/HFP)"
#: ../src/modules/reserve-wrap.c:151
msgid "PulseAudio Sound Server"
msgstr "PulseAudio à®à®²à®¿ à®à¯à®µà¯à®¯à®à®®à¯"
-
diff --git a/po/te.po b/po/te.po
index 778c283..ac1ecb9 100644
--- a/po/te.po
+++ b/po/te.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pulseaudio.master-tx.te\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-09-11 01:26+0200\n"
+"POT-Creation-Date: 2009-09-18 22:17+0200\n"
"PO-Revision-Date: 2009-09-10 16:54+0530\n"
"Last-Translator: Krishna Babu K <kkrothap at redhat.com>\n"
"Language-Team: Telugu <en at li.org>\n"
@@ -245,7 +245,7 @@ msgstr "à°ªà±à°°à± విఫలమà±à°à°¦à°¿: %s"
msgid "fork() failed: %s"
msgstr "fork() విఫలమà±à°à°¦à°¿: %s"
-#: ../src/daemon/main.c:641 ../src/utils/pacat.c:504
+#: ../src/daemon/main.c:641 ../src/utils/pacat.c:508
#, c-format
msgid "read() failed: %s"
msgstr "read() విఫలమà±à°à°¦à°¿: %s"
@@ -1144,7 +1144,7 @@ msgstr "fork(): %s"
msgid "waitpid(): %s"
msgstr "waitpid(): %s"
-#: ../src/pulse/context.c:1435
+#: ../src/pulse/context.c:1438
#, c-format
msgid "Received message for unknown extension '%s'"
msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ à°ªà±à°¡à°¿à°à°¿à°à°ªà± à°à±à°°à°à± à°¸à°à°¦à±à°¶à°®à± à°¸à±à°µà±à°à°°à°¿à°à°à°¿à°à°¦à°¿ '%s'"
@@ -1265,50 +1265,50 @@ msgstr "à°
à°¨à±à°¸à°à°§à°¾à°¨à°®à± à°à°°à±à°ªà°¡à°¿à°¨à°¦à°¿.%s"
msgid "pa_stream_new() failed: %s"
msgstr "pa_stream_new() విఫలమà±à°à°¦à°¿: %s"
-#: ../src/utils/pacat.c:446
+#: ../src/utils/pacat.c:450
#, c-format
msgid "pa_stream_connect_playback() failed: %s"
msgstr "pa_stream_connect_playback() విఫలమà±à°à°¦à°¿: %s"
-#: ../src/utils/pacat.c:452
+#: ../src/utils/pacat.c:456
#, c-format
msgid "pa_stream_connect_record() failed: %s"
msgstr "pa_stream_connect_record() విఫలమà±à°à°¦à°¿: %s"
-#: ../src/utils/pacat.c:466 ../src/utils/pactl.c:857
+#: ../src/utils/pacat.c:470 ../src/utils/pactl.c:857
#, c-format
msgid "Connection failure: %s"
msgstr "à°
à°¨à±à°¸à°à°§à°¾à°¨à°®à± à°µà±à°«à°²à±à°¯à°®à±: %s"
-#: ../src/utils/pacat.c:499
+#: ../src/utils/pacat.c:503
msgid "Got EOF."
msgstr "EOF à°ªà±à°à°¦à°¿à°à°¦à°¿."
-#: ../src/utils/pacat.c:536
+#: ../src/utils/pacat.c:540
#, c-format
msgid "write() failed: %s"
msgstr "write() విఫలమà±à°à°¦à°¿: %s"
-#: ../src/utils/pacat.c:557
+#: ../src/utils/pacat.c:561
msgid "Got signal, exiting."
msgstr "à°¸à°à°à±à°¤à°®à± à°ªà±à°à°¦à°¿à°¨à°¦à°¿, నిషà±à°à±à°°à°®à°¿à°à°à±à°à±à°¨à±à°¨à°¦à°¿."
-#: ../src/utils/pacat.c:571
+#: ../src/utils/pacat.c:575
#, c-format
msgid "Failed to get latency: %s"
msgstr "à°²à±à°à±à°¨à±à°¸à±à°¨à°¿ à°ªà±à°à°¦à±à°à°²à± విఫలమà±à°à°¦à°¿: %s"
-#: ../src/utils/pacat.c:576
+#: ../src/utils/pacat.c:580
#, c-format
msgid "Time: %0.3f sec; Latency: %0.0f usec."
msgstr "సమయà°: %0.3f à°¸à±à°à°¨à±; à°²à±à°à±à°¨à±à°¸à±: %0.0f usec."
-#: ../src/utils/pacat.c:595
+#: ../src/utils/pacat.c:599
#, c-format
msgid "pa_stream_update_timing_info() failed: %s"
msgstr "pa_stream_update_timing_info() విఫలమà±à°à°¦à°¿: %s"
-#: ../src/utils/pacat.c:605
+#: ../src/utils/pacat.c:609
#, c-format
msgid ""
"%s [options]\n"
@@ -1423,7 +1423,7 @@ msgstr ""
" --file-format=FFORMAT Record/play formatted PCM data.\n"
" --list-file-formats List available file formats.\n"
-#: ../src/utils/pacat.c:727
+#: ../src/utils/pacat.c:731
#, c-format
msgid ""
"pacat %s\n"
@@ -1434,125 +1434,125 @@ msgstr ""
"libpulse తౠనిరà±à°µà°°à±à°¤à°¿à°à°à°¬à°¡à°¿à°à°¦à°¿ %s\n"
"libpulse లిà°à°à±à°¨à°¦à°¿ %s\n"
-#: ../src/utils/pacat.c:760 ../src/utils/pactl.c:953
+#: ../src/utils/pacat.c:764 ../src/utils/pactl.c:953
#, c-format
msgid "Invalid client name '%s'"
msgstr "à°à±à°²à±à°²à°¨à°¿ à°à°à±à°·à°¿à°¦à°¾à°°à°¿ నామమౠ'%s'"
-#: ../src/utils/pacat.c:775
+#: ../src/utils/pacat.c:779
#, c-format
msgid "Invalid stream name '%s'"
msgstr "à°à±à°²à±à°²à°¨à°¿ à°¸à±à°à±à°°à±à°®à± నామమౠ'%s'"
-#: ../src/utils/pacat.c:812
+#: ../src/utils/pacat.c:816
#, c-format
msgid "Invalid channel map '%s'"
msgstr "à°à±à°²à±à°²à°¨à°¿ à°ªà±à°°à°¸à°¾à°°à°®à°¾à°°à±à° మాపౠ'%s'"
-#: ../src/utils/pacat.c:841
+#: ../src/utils/pacat.c:845
#, c-format
msgid "Invalid latency specification '%s'"
msgstr "à°à±à°²à±à°²à°¨à°¿ à°²à±à°à±à°¨à±à°¸à± విశదà±à°à°°à°£à°®à± '%s'"
-#: ../src/utils/pacat.c:848
+#: ../src/utils/pacat.c:852
#, c-format
msgid "Invalid process time specification '%s'"
msgstr "à°à±à°²à±à°²à°¨à°¿ à°à°¾à°°à±à°¯à°à±à°°à°®à°®à± సమయ విశదà±à°à°°à°£ '%s'"
-#: ../src/utils/pacat.c:860
+#: ../src/utils/pacat.c:864
#, c-format
msgid "Invalid property '%s'"
msgstr "à°à±à°²à±à°²à°¨à°¿ à°²à°à±à°·à°£à°®à± '%s'"
-#: ../src/utils/pacat.c:877
+#: ../src/utils/pacat.c:881
#, c-format
msgid "Unknown file format %s."
msgstr "à°¤à±à°²à°¿à°¯à°¨à°¿ à°«à±à°²à± ఫారà±à°®à°¾à°à± %s."
-#: ../src/utils/pacat.c:896
+#: ../src/utils/pacat.c:900
msgid "Invalid sample specification"
msgstr "à°à±à°²à±à°²à°¨à°à±à°µà°à°à°¿ మాదిరి విశదà±à°à°°à°£"
-#: ../src/utils/pacat.c:906
+#: ../src/utils/pacat.c:910
#, c-format
msgid "open(): %s"
msgstr "open(): %s"
-#: ../src/utils/pacat.c:911
+#: ../src/utils/pacat.c:915
#, c-format
msgid "dup2(): %s"
msgstr "dup2(): %s"
-#: ../src/utils/pacat.c:918
+#: ../src/utils/pacat.c:922
msgid "Too many arguments."
msgstr "à°à°¾à°²à°¾ à°¯à±à°à±à°à±à°µ à°à°°à±à°à±à°®à±à°à°à±à°²à±."
-#: ../src/utils/pacat.c:929
+#: ../src/utils/pacat.c:933
msgid "Failed to generate sample specification for file."
msgstr "దసà±à°¤à±à°°à°®à± à°à±à°°à°à± మాదిరి సమాà°à°¾à°°à°®à± à°à°¨à°¿à°¯à°¿à°à°ªà°à±à°¯à±à°à°²à± విఫలమà±à°à°¦à°¿."
-#: ../src/utils/pacat.c:949
+#: ../src/utils/pacat.c:953
msgid "Failed to open audio file."
msgstr "à°à°¡à°¿à°¯à± à°«à±à°²à±à°¨à± à°¤à±à°°à±à°µà±à°à°à± విఫలమà±à°à°¦à°¿."
-#: ../src/utils/pacat.c:955
+#: ../src/utils/pacat.c:959
msgid ""
"Warning: specified sample specification will be overwritten with "
"specification from file."
msgstr "à°¹à±à°à±à°à°°à°¿à°: à°¤à±à°²à±à°ªà°¬à°¡à°¿à°¨ మాదిరి విశదà±à°à°°à°£ దసà±à°¤à±à°°à°®à±à°¨à±à°à°¡à°¿ à°µà°à±à°à± విశదà±à°à°°à°£à°¤à± తిరిà°à°¿à°µà±à°°à°¾à°¯à°¬à°¡à±à°¤à±à°à°¦à°¿."
-#: ../src/utils/pacat.c:958 ../src/utils/pactl.c:997
+#: ../src/utils/pacat.c:962 ../src/utils/pactl.c:997
msgid "Failed to determine sample specification from file."
msgstr "దసà±à°¤à±à°°à°®à±à°¨à±à°à°¡à°¿ మాదిరి విశదà±à°à°°à°£à°¨à± నిరà±à°§à°¾à°°à°¿à°à°à±à°à°²à± విఫలమà±à°à°¦à°¿."
-#: ../src/utils/pacat.c:967
+#: ../src/utils/pacat.c:971
msgid "Warning: Failed to determine channel map from file."
msgstr "à°¹à±à°à±à°à°°à°¿à°: దసà±à°¤à±à°°à°®à±à°¨à±à°à°¡à°¿ à°ªà±à°°à°¸à°¾à°°à°®à°¾à°°à±à° మాపౠనిరà±à°§à°¾à°°à°¿à°à°à±à°à°²à± విఫలమà±à°à°¦à°¿."
-#: ../src/utils/pacat.c:978
+#: ../src/utils/pacat.c:982
msgid "Channel map doesn't match sample specification"
msgstr "à°ªà±à°°à°¸à°¾à°°à°®à°¾à°°à±à° మాపౠమాదిరి విశదà±à°à°°à°£à°¿à°¤à± సరిపà±à°²à±à°à°²à±à°¦à±"
-#: ../src/utils/pacat.c:989
+#: ../src/utils/pacat.c:993
msgid "Warning: failed to write channel map to file."
msgstr "à°¹à±à°à±à°à°°à°¿à°: à°ªà±à°°à°¸à°¾à°°à°®à°¾à°°à±à° మాపà±âనౠదసà±à°¤à±à°°à°®à±à°à± à°µà±à°°à°¾à°¯à±à°à°²à± విఫలమà±à°à°¦à°¿."
-#: ../src/utils/pacat.c:1004
+#: ../src/utils/pacat.c:1008
#, c-format
msgid ""
"Opening a %s stream with sample specification '%s' and channel map '%s'."
msgstr "%s à°¸à±à°à±à°°à±à°®à±âనౠమాదిరి విశదà±à°à°°à°£ '%s' మరియౠపà±à°°à°¸à°¾à°°à°®à°¾à°°à±à° మాపౠ'%s'తౠతà±à°°à±à°à±à°à±à°¨à±à°¨à°¦à°¿."
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "recording"
msgstr "à°°à°¿à°à°¾à°°à±à°¡à°¿à°à°à±"
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "playback"
msgstr "à°ªà±à°²à±à°¬à°¾à°à±"
-#: ../src/utils/pacat.c:1031 ../src/utils/pactl.c:1267
+#: ../src/utils/pacat.c:1035 ../src/utils/pactl.c:1267
msgid "pa_mainloop_new() failed."
msgstr "pa_mainloop_new() విఫలమà±à°à°¦à°¿."
-#: ../src/utils/pacat.c:1050
+#: ../src/utils/pacat.c:1054
msgid "io_new() failed."
msgstr "io_new() విఫలమà±à°à°¦à°¿."
-#: ../src/utils/pacat.c:1057 ../src/utils/pactl.c:1279
+#: ../src/utils/pacat.c:1061 ../src/utils/pactl.c:1279
msgid "pa_context_new() failed."
msgstr "pa_context_new() విఫలమà±à°à°¦à°¿."
-#: ../src/utils/pacat.c:1065 ../src/utils/pactl.c:1285
+#: ../src/utils/pacat.c:1069 ../src/utils/pactl.c:1285
#, c-format
msgid "pa_context_connect() failed: %s"
msgstr "pa_context_connect() విఫలమà±à°à°¦à°¿: %s"
-#: ../src/utils/pacat.c:1071
+#: ../src/utils/pacat.c:1075
msgid "pa_context_rttime_new() failed."
msgstr "pa_context_rttime_new() విఫలమà±à°à°¦à°¿."
-#: ../src/utils/pacat.c:1078 ../src/utils/pactl.c:1290
+#: ../src/utils/pacat.c:1082 ../src/utils/pactl.c:1290
msgid "pa_mainloop_run() failed."
msgstr "pa_mainloop_run() విఫలమà±à°à°¦à°¿."
diff --git a/po/uk.po b/po/uk.po
index e99c53b..5f830ec 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pulseaudio.master-tx\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-09-11 08:37+0000\n"
+"POT-Creation-Date: 2009-09-18 22:17+0200\n"
"PO-Revision-Date: 2009-09-11 17:38+0300\n"
"Last-Translator: Yuri Chornoivan <yurchor at ukr.net>\n"
"Language-Team: Ukrainian <translation at linux.org.ua>\n"
@@ -14,8 +14,8 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Lokalize 0.3\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 "
-"&& (n%100<10 || n%100>=20) ? 1 : 2);\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
+"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#: ../src/modules/alsa/alsa-util.c:858 ../src/pulsecore/sink.c:2629
#, c-format
@@ -64,8 +64,8 @@ msgstr ""
#: ../src/modules/module-always-sink.c:39
msgid "Always keeps at least one sink loaded even if it's a null one"
msgstr ""
-"Ðавжди пÑдÑÑимÑваÑи пÑÐ¸Ð½Ð°Ð¹Ð¼Ð½Ñ Ð¾Ð´Ð¸Ð½ заванÑажений пÑиймаÑ, навÑÑÑ ÑкÑо вÑн бÑде "
-"нÑлÑовим"
+"Ðавжди пÑдÑÑимÑваÑи пÑÐ¸Ð½Ð°Ð¹Ð¼Ð½Ñ Ð¾Ð´Ð¸Ð½ заванÑажений пÑиймаÑ, навÑÑÑ ÑкÑо вÑн "
+"бÑде нÑлÑовим"
#: ../src/modules/module-always-sink.c:83
msgid "Dummy Output"
@@ -224,7 +224,8 @@ msgstr ""
#: ../src/daemon/main.c:578
msgid "Running in system mode, but --disallow-exit not set!"
-msgstr "ÐапÑÑк Ñ Ð·Ð°Ð³Ð°Ð»ÑноÑиÑÑÐµÐ¼Ð½Ð¾Ð¼Ñ ÑежимÑ, але не вÑÑановлено --disallow-exit!"
+msgstr ""
+"ÐапÑÑк Ñ Ð·Ð°Ð³Ð°Ð»ÑноÑиÑÑÐµÐ¼Ð½Ð¾Ð¼Ñ ÑежимÑ, але не вÑÑановлено --disallow-exit!"
#: ../src/daemon/main.c:581
msgid "Running in system mode, but --disallow-module-loading not set!"
@@ -256,7 +257,7 @@ msgstr "СпÑоба ÑÑвоÑÐµÐ½Ð½Ñ ÐºÐ°Ð½Ð°Ð»Ñ Ð·Ð°Ð²ÐµÑÑилаÑÑ Ð½Ðµ
msgid "fork() failed: %s"
msgstr "СпÑоба Ð²Ð¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ fork() завеÑÑилаÑÑ Ð½ÐµÐ²Ð´Ð°Ð»Ð¾: %s"
-#: ../src/daemon/main.c:641 ../src/utils/pacat.c:504
+#: ../src/daemon/main.c:641 ../src/utils/pacat.c:508
#, c-format
msgid "read() failed: %s"
msgstr "СпÑоба Ð²Ð¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ read() завеÑÑилаÑÑ Ð½ÐµÐ²Ð´Ð°Ð»Ð¾: %s"
@@ -1167,7 +1168,8 @@ msgstr "Ðе вдалоÑÑ Ð²ÑдкÑиÑи Ñайл налаÑÑÑваннÑ
#: ../src/pulse/context.c:550
msgid "No cookie loaded. Attempting to connect without."
-msgstr "ÐÑкÑв не заванÑажено. ÐÑде виконано ÑпÑÐ¾Ð±Ñ Ð·âÑÐ´Ð½Ð°Ð½Ð½Ñ Ð·Ð° ÑÑ
вÑдÑÑÑноÑÑÑ."
+msgstr ""
+"ÐÑкÑв не заванÑажено. ÐÑде виконано ÑпÑÐ¾Ð±Ñ Ð·âÑÐ´Ð½Ð°Ð½Ð½Ñ Ð·Ð° ÑÑ
вÑдÑÑÑноÑÑÑ."
#: ../src/pulse/context.c:693
#, c-format
@@ -1179,7 +1181,7 @@ msgstr "fork(): %s"
msgid "waitpid(): %s"
msgstr "waitpid(): %s"
-#: ../src/pulse/context.c:1435
+#: ../src/pulse/context.c:1438
#, c-format
msgid "Received message for unknown extension '%s'"
msgstr "ÐÑÑимано повÑÐ´Ð¾Ð¼Ð»ÐµÐ½Ð½Ñ Ð¿Ñо невÑдомий додаÑок «%s»"
@@ -1300,49 +1302,51 @@ msgstr "ÐÑÑановлено зâÑднаннÑ. %s"
msgid "pa_stream_new() failed: %s"
msgstr "СпÑоба Ð²Ð¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ pa_stream_new() зазнала невдаÑÑ: %s"
-#: ../src/utils/pacat.c:446
+#: ../src/utils/pacat.c:450
#, c-format
msgid "pa_stream_connect_playback() failed: %s"
msgstr "СпÑоба Ð²Ð¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ pa_stream_connect_playback() зазнала невдаÑÑ: %s"
-#: ../src/utils/pacat.c:452
+#: ../src/utils/pacat.c:456
#, c-format
msgid "pa_stream_connect_record() failed: %s"
msgstr "СпÑоба Ð²Ð¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ pa_stream_connect_record() зазнала невдаÑÑ: %s"
-#: ../src/utils/pacat.c:466 ../src/utils/pactl.c:857
+#: ../src/utils/pacat.c:470 ../src/utils/pactl.c:857
#, c-format
msgid "Connection failure: %s"
msgstr "СпÑоба вÑÑÐ°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð·âÑÐ´Ð½Ð°Ð½Ð½Ñ Ð·Ð°Ð·Ð½Ð°Ð»Ð° невдаÑÑ: %s"
-#: ../src/utils/pacat.c:499
+#: ../src/utils/pacat.c:503
msgid "Got EOF."
msgstr "ÐÑÑимано EOF."
-#: ../src/utils/pacat.c:536
+#: ../src/utils/pacat.c:540
#, c-format
msgid "write() failed: %s"
msgstr "СпÑоба Ð²Ð¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ write() завеÑÑилаÑÑ Ð½ÐµÐ²Ð´Ð°Ð»Ð¾: %s"
-#: ../src/utils/pacat.c:557
+#: ../src/utils/pacat.c:561
msgid "Got signal, exiting."
msgstr "ÐÑÑимано Ñигнал, завеÑÑÐµÐ½Ð½Ñ ÑобоÑи."
-#: ../src/utils/pacat.c:571
+#: ../src/utils/pacat.c:575
#, c-format
msgid "Failed to get latency: %s"
msgstr "Ðе вдалоÑÑ Ð¾ÑÑимаÑи лаÑенÑнÑÑÑÑ: %s"
-#: ../src/utils/pacat.c:576, c-format
+#: ../src/utils/pacat.c:580
+#, c-format
msgid "Time: %0.3f sec; Latency: %0.0f usec."
msgstr "ЧаÑ: %0.3f Ñек.; ÐаÑенÑнÑÑÑÑ: %0.0f мкÑ."
-#: ../src/utils/pacat.c:595
+#: ../src/utils/pacat.c:599
#, c-format
msgid "pa_stream_update_timing_info() failed: %s"
-msgstr "СпÑоба Ð²Ð¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ pa_stream_update_timing_info() завеÑÑилаÑÑ Ð½ÐµÐ²Ð´Ð°Ð»Ð¾: %s"
+msgstr ""
+"СпÑоба Ð²Ð¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ pa_stream_update_timing_info() завеÑÑилаÑÑ Ð½ÐµÐ²Ð´Ð°Ð»Ð¾: %s"
-#: ../src/utils/pacat.c:605
+#: ../src/utils/pacat.c:609
#, c-format
msgid ""
"%s [options]\n"
@@ -1456,7 +1460,7 @@ msgstr ""
" --list-file-formats ÐоказаÑи ÑпиÑок можливиÑ
ÑоÑмаÑÑв "
"ÑайлÑв.\n"
-#: ../src/utils/pacat.c:727
+#: ../src/utils/pacat.c:731
#, c-format
msgid ""
"pacat %s\n"
@@ -1467,68 +1471,68 @@ msgstr ""
"ÐÑбÑано з libpulse %s\n"
"ÐâÑднано з libpulse %s\n"
-#: ../src/utils/pacat.c:760 ../src/utils/pactl.c:953
+#: ../src/utils/pacat.c:764 ../src/utils/pactl.c:953
#, c-format
msgid "Invalid client name '%s'"
msgstr "ÐекоÑекÑна назва клÑÑнÑа «%s»"
-#: ../src/utils/pacat.c:775
+#: ../src/utils/pacat.c:779
#, c-format
msgid "Invalid stream name '%s'"
msgstr "ÐекоÑекÑна назва поÑÐ¾ÐºÑ Â«%s»"
-#: ../src/utils/pacat.c:812
+#: ../src/utils/pacat.c:816
#, c-format
msgid "Invalid channel map '%s'"
msgstr "ÐекоÑекÑна каÑÑа каналÑв «%s»"
-#: ../src/utils/pacat.c:841
+#: ../src/utils/pacat.c:845
#, c-format
msgid "Invalid latency specification '%s'"
msgstr "ÐекоÑекÑна ÑпеÑиÑÑкаÑÑÑ Ð»Ð°ÑенÑноÑÑÑ Â«%s»"
-#: ../src/utils/pacat.c:848
+#: ../src/utils/pacat.c:852
#, c-format
msgid "Invalid process time specification '%s'"
msgstr "ÐекоÑекÑна ÑаÑова ÑпеÑиÑÑкаÑÑÑ Â«%s»"
-#: ../src/utils/pacat.c:860
+#: ../src/utils/pacat.c:864
#, c-format
msgid "Invalid property '%s'"
msgstr "ÐекоÑекÑна влаÑÑивÑÑÑÑ Â«%s»"
-#: ../src/utils/pacat.c:877
+#: ../src/utils/pacat.c:881
#, c-format
msgid "Unknown file format %s."
msgstr "ÐевÑдомий ÑоÑÐ¼Ð°Ñ ÑайлÑв %s."
-#: ../src/utils/pacat.c:896
+#: ../src/utils/pacat.c:900
msgid "Invalid sample specification"
msgstr "ÐекоÑекÑна ÑаÑÑоÑна ÑпеÑиÑÑкаÑÑÑ"
-#: ../src/utils/pacat.c:906
+#: ../src/utils/pacat.c:910
#, c-format
msgid "open(): %s"
msgstr "open(): %s"
-#: ../src/utils/pacat.c:911
+#: ../src/utils/pacat.c:915
#, c-format
msgid "dup2(): %s"
msgstr "dup2(): %s"
-#: ../src/utils/pacat.c:918
+#: ../src/utils/pacat.c:922
msgid "Too many arguments."
msgstr "ÐабагаÑо аÑгÑменÑÑв."
-#: ../src/utils/pacat.c:929
+#: ../src/utils/pacat.c:933
msgid "Failed to generate sample specification for file."
msgstr "Ðе вдалоÑÑ ÑÑвоÑиÑи ÑаÑÑоÑÐ½Ñ ÑпеÑиÑÑкаÑÑÑ Ð´Ð»Ñ Ñайла."
-#: ../src/utils/pacat.c:949
+#: ../src/utils/pacat.c:953
msgid "Failed to open audio file."
msgstr "Ðе вдалоÑÑ Ð²ÑдкÑиÑи звÑковий Ñайл."
-#: ../src/utils/pacat.c:955
+#: ../src/utils/pacat.c:959
msgid ""
"Warning: specified sample specification will be overwritten with "
"specification from file."
@@ -1536,57 +1540,59 @@ msgstr ""
"ÐопеÑедженнÑ: Ð²ÐºÐ°Ð·Ð°Ð½Ñ ÑаÑÑоÑÐ½Ñ ÑпеÑиÑÑкаÑÑÑ Ð±Ñде пеÑезапиÑано ÑпеÑиÑÑкаÑÑÑÑ "
"з Ñайла."
-#: ../src/utils/pacat.c:958 ../src/utils/pactl.c:997
+#: ../src/utils/pacat.c:962 ../src/utils/pactl.c:997
msgid "Failed to determine sample specification from file."
msgstr "Ðе вдалоÑÑ Ð¾ÑÑимаÑи Ð´Ð°Ð½Ñ Ñодо ÑаÑÑоÑÐ½Ð¾Ñ ÑпеÑиÑÑкаÑÑÑ Ð· Ñайла."
-#: ../src/utils/pacat.c:967
+#: ../src/utils/pacat.c:971
msgid "Warning: Failed to determine channel map from file."
msgstr "ÐопеÑедженнÑ: не вдалоÑÑ Ð¾ÑÑимаÑи Ð´Ð°Ð½Ñ Ñодо каÑÑи каналÑв з Ñайла."
-#: ../src/utils/pacat.c:978
+#: ../src/utils/pacat.c:982
msgid "Channel map doesn't match sample specification"
msgstr "ÐаÑÑа каналÑв не вÑдповÑÐ´Ð°Ñ ÑаÑÑоÑнÑй ÑпеÑиÑÑкаÑÑÑ"
-#: ../src/utils/pacat.c:989
+#: ../src/utils/pacat.c:993
msgid "Warning: failed to write channel map to file."
msgstr "ÐопеÑедженнÑ: не вдалоÑÑ Ð·Ð°Ð¿Ð¸ÑаÑи каÑÑÑ ÐºÐ°Ð½Ð°Ð»Ñв до Ñайла."
-#: ../src/utils/pacat.c:1004
+#: ../src/utils/pacat.c:1008
#, c-format
-msgid "Opening a %s stream with sample specification '%s' and channel map '%s'."
-msgstr "ÐÑдкÑиÑÑÑ Ð¿Ð¾ÑÐ¾ÐºÑ %s з ÑаÑÑоÑÐ½Ð¾Ñ ÑпеÑиÑÑкаÑÑÑÑ Â«%s» Ñ ÐºÐ°ÑÑÐ¾Ñ ÐºÐ°Ð½Ð°Ð»Ñв «%s»."
+msgid ""
+"Opening a %s stream with sample specification '%s' and channel map '%s'."
+msgstr ""
+"ÐÑдкÑиÑÑÑ Ð¿Ð¾ÑÐ¾ÐºÑ %s з ÑаÑÑоÑÐ½Ð¾Ñ ÑпеÑиÑÑкаÑÑÑÑ Â«%s» Ñ ÐºÐ°ÑÑÐ¾Ñ ÐºÐ°Ð½Ð°Ð»Ñв «%s»."
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "recording"
msgstr "запиÑ"
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "playback"
msgstr "вÑдÑвоÑеннÑ"
-#: ../src/utils/pacat.c:1031 ../src/utils/pactl.c:1267
+#: ../src/utils/pacat.c:1035 ../src/utils/pactl.c:1267
msgid "pa_mainloop_new() failed."
msgstr "СпÑоба Ð²Ð¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ pa_mainloop_new() завеÑÑилаÑÑ Ð½ÐµÐ²Ð´Ð°Ð»Ð¾."
-#: ../src/utils/pacat.c:1050
+#: ../src/utils/pacat.c:1054
msgid "io_new() failed."
msgstr "СпÑоба Ð²Ð¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ io_new() завеÑÑилаÑÑ Ð½ÐµÐ²Ð´Ð°Ð»Ð¾."
-#: ../src/utils/pacat.c:1057 ../src/utils/pactl.c:1279
+#: ../src/utils/pacat.c:1061 ../src/utils/pactl.c:1279
msgid "pa_context_new() failed."
msgstr "СпÑоба Ð²Ð¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ pa_context_new() завеÑÑилаÑÑ Ð½ÐµÐ²Ð´Ð°Ð»Ð¾."
-#: ../src/utils/pacat.c:1065 ../src/utils/pactl.c:1285
+#: ../src/utils/pacat.c:1069 ../src/utils/pactl.c:1285
#, c-format
msgid "pa_context_connect() failed: %s"
msgstr "СпÑоба Ð²Ð¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ pa_context_connect() завеÑÑилаÑÑ Ð½ÐµÐ²Ð´Ð°Ð»Ð¾: %s"
-#: ../src/utils/pacat.c:1071
+#: ../src/utils/pacat.c:1075
msgid "pa_context_rttime_new() failed."
msgstr "СпÑоба Ð²Ð¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ pa_context_new() завеÑÑилаÑÑ Ð½ÐµÐ²Ð´Ð°Ð»Ð¾."
-#: ../src/utils/pacat.c:1078 ../src/utils/pactl.c:1290
+#: ../src/utils/pacat.c:1082 ../src/utils/pactl.c:1290
msgid "pa_mainloop_run() failed."
msgstr "СпÑоба Ð²Ð¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ pa_mainloop_run() завеÑÑилаÑÑ Ð½ÐµÐ²Ð´Ð°Ð»Ð¾."
@@ -1629,7 +1635,8 @@ msgstr "ÐÑÑимано Ñигнал SIGINT, завеÑÑÐµÐ½Ð½Ñ ÑобоÑи.
#: ../src/utils/pasuspender.c:194
#, c-format
msgid "WARNING: Child process terminated by signal %u\n"
-msgstr "ÐÐÐÐÐ ÐÐÐÐÐÐЯ: Ð²Ð¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ Ð´Ð¾ÑÑÑнÑого пÑоÑеÑÑ Ð±Ñло пеÑеÑвано з Ñигналом %u\n"
+msgstr ""
+"ÐÐÐÐÐ ÐÐÐÐÐÐЯ: Ð²Ð¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ Ð´Ð¾ÑÑÑнÑого пÑоÑеÑÑ Ð±Ñло пеÑеÑвано з Ñигналом %u\n"
#: ../src/utils/pasuspender.c:212
#, c-format
@@ -1689,7 +1696,8 @@ msgstr "ÐаÑаз викоÑиÑÑано: %u блокÑв, Ñо мÑÑÑÑÑÑ
#: ../src/utils/pactl.c:144
#, c-format
msgid "Allocated during whole lifetime: %u blocks containing %s bytes total.\n"
-msgstr "ÐидÑлено пÑоÑÑгом Ð²Ð¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ Ð·Ð°Ð³Ð°Ð»Ð¾Ð¼: %u блокÑв, Ñо мÑÑÑÑÑÑ %s байÑÑв.\n"
+msgstr ""
+"ÐидÑлено пÑоÑÑгом Ð²Ð¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ Ð·Ð°Ð³Ð°Ð»Ð¾Ð¼: %u блокÑв, Ñо мÑÑÑÑÑÑ %s байÑÑв.\n"
#: ../src/utils/pactl.c:147
#, c-format
@@ -2195,15 +2203,18 @@ msgstr "ÐекоÑекÑний ÑÐ½Ð´ÐµÐºÑ Ð²Ñ
ÑдниÑ
даниÑ
пÑийм
#: ../src/utils/pactl.c:1204
msgid "You have to specify a sink name/index and a mute boolean"
-msgstr "Ðам ÑлÑд вказаÑи назвÑ/ÑÐ½Ð´ÐµÐºÑ Ð¿ÑиймаÑа Ñ Ð±Ñлеве знаÑÐµÐ½Ð½Ñ Ð²Ð¸Ð¼Ð¸ÐºÐ°Ð½Ð½Ñ Ð·Ð²ÑкÑ"
+msgstr ""
+"Ðам ÑлÑд вказаÑи назвÑ/ÑÐ½Ð´ÐµÐºÑ Ð¿ÑиймаÑа Ñ Ð±Ñлеве знаÑÐµÐ½Ð½Ñ Ð²Ð¸Ð¼Ð¸ÐºÐ°Ð½Ð½Ñ Ð·Ð²ÑкÑ"
#: ../src/utils/pactl.c:1221
msgid "You have to specify a source name/index and a mute boolean"
-msgstr "Ðам ÑлÑд вказаÑи назвÑ/ÑÐ½Ð´ÐµÐºÑ Ð´Ð¶ÐµÑела Ñ Ð±Ñлеве знаÑÐµÐ½Ð½Ñ Ð²Ð¸Ð¼Ð¸ÐºÐ°Ð½Ð½Ñ Ð·Ð²ÑкÑ"
+msgstr ""
+"Ðам ÑлÑд вказаÑи назвÑ/ÑÐ½Ð´ÐµÐºÑ Ð´Ð¶ÐµÑела Ñ Ð±Ñлеве знаÑÐµÐ½Ð½Ñ Ð²Ð¸Ð¼Ð¸ÐºÐ°Ð½Ð½Ñ Ð·Ð²ÑкÑ"
#: ../src/utils/pactl.c:1238
msgid "You have to specify a sink input index and a mute boolean"
-msgstr "Ðам ÑлÑд вказаÑи ÑÐ½Ð´ÐµÐºÑ Ð¿ÑиймаÑа даниÑ
Ñ Ð±Ñлеве знаÑÐµÐ½Ð½Ñ Ð²Ð¸Ð¼Ð¸ÐºÐ°Ð½Ð½Ñ Ð·Ð²ÑкÑ"
+msgstr ""
+"Ðам ÑлÑд вказаÑи ÑÐ½Ð´ÐµÐºÑ Ð¿ÑиймаÑа даниÑ
Ñ Ð±Ñлеве знаÑÐµÐ½Ð½Ñ Ð²Ð¸Ð¼Ð¸ÐºÐ°Ð½Ð½Ñ Ð·Ð²ÑкÑ"
#: ../src/utils/pactl.c:1243
msgid "Invalid sink input index specification"
@@ -2312,7 +2323,8 @@ msgstr "connect(): %s"
#: ../src/utils/pacmd.c:99
msgid "Failed to kill PulseAudio daemon."
-msgstr "СпÑоба завеÑÑÐµÐ½Ð½Ñ ÑобоÑи ÑÐ¾Ð½Ð¾Ð²Ð¾Ñ ÑлÑжби PulseAudio завеÑÑилаÑÑ Ð½ÐµÐ²Ð´Ð°Ð»Ð¾."
+msgstr ""
+"СпÑоба завеÑÑÐµÐ½Ð½Ñ ÑобоÑи ÑÐ¾Ð½Ð¾Ð²Ð¾Ñ ÑлÑжби PulseAudio завеÑÑилаÑÑ Ð½ÐµÐ²Ð´Ð°Ð»Ð¾."
#: ../src/utils/pacmd.c:107
msgid "Daemon not responding."
@@ -2391,4 +2403,3 @@ msgstr "ТелеÑонний дÑÐ¿Ð»ÐµÐºÑ (HSP/HFP)"
#: ../src/modules/reserve-wrap.c:151
msgid "PulseAudio Sound Server"
msgstr "ÐвÑковий ÑеÑÐ²ÐµÑ PulseAudio"
-
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 0d0c98e..84ef161 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pulseaudio.master-tx\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-09-11 01:26+0200\n"
+"POT-Creation-Date: 2009-09-18 22:17+0200\n"
"PO-Revision-Date: 2009-04-06 10:26+1000\n"
"Last-Translator: Leah Liu <lliu at redhat.com>\n"
"Language-Team: Simplified Chinese <zh at li.org>\n"
@@ -237,7 +237,7 @@ msgstr "管é失败ï¼%s"
msgid "fork() failed: %s"
msgstr "fork()失败ï¼%s"
-#: ../src/daemon/main.c:641 ../src/utils/pacat.c:504
+#: ../src/daemon/main.c:641 ../src/utils/pacat.c:508
#, c-format
msgid "read() failed: %s"
msgstr "read()失败ï¼%s"
@@ -1115,7 +1115,7 @@ msgstr "fork()ï¼%s"
msgid "waitpid(): %s"
msgstr "waitpid()ï¼%s"
-#: ../src/pulse/context.c:1435
+#: ../src/pulse/context.c:1438
#, c-format
msgid "Received message for unknown extension '%s'"
msgstr "æ¶å°æªç¥æ©å±'%s'çä¿¡æ¯"
@@ -1239,52 +1239,52 @@ msgstr "è¿æ¥å·²å»ºç«ã%s \n"
msgid "pa_stream_new() failed: %s"
msgstr "pa_stream_new()失败ï¼%s\n"
-#: ../src/utils/pacat.c:446
+#: ../src/utils/pacat.c:450
#, fuzzy, c-format
msgid "pa_stream_connect_playback() failed: %s"
msgstr "pa_stream_connect_playback()失败ï¼%s\n"
-#: ../src/utils/pacat.c:452
+#: ../src/utils/pacat.c:456
#, fuzzy, c-format
msgid "pa_stream_connect_record() failed: %s"
msgstr "pa_stream_connect_playback()失败ï¼%s\n"
-#: ../src/utils/pacat.c:466 ../src/utils/pactl.c:857
+#: ../src/utils/pacat.c:470 ../src/utils/pactl.c:857
#, fuzzy, c-format
msgid "Connection failure: %s"
msgstr "è¿æ¥å¤±è´¥ï¼%s\n"
-#: ../src/utils/pacat.c:499
+#: ../src/utils/pacat.c:503
#, fuzzy
msgid "Got EOF."
msgstr "æ¶å°EOFã\n"
-#: ../src/utils/pacat.c:536
+#: ../src/utils/pacat.c:540
#, fuzzy, c-format
msgid "write() failed: %s"
msgstr "write()失败ï¼%s\n"
-#: ../src/utils/pacat.c:557
+#: ../src/utils/pacat.c:561
#, fuzzy
msgid "Got signal, exiting."
msgstr "æ¶å°ä¿¡å·ï¼æ£å¨éåºã\n"
-#: ../src/utils/pacat.c:571
+#: ../src/utils/pacat.c:575
#, fuzzy, c-format
msgid "Failed to get latency: %s"
msgstr "è·åä¼ è¾å»¶è¿å¤±è´¥ï¼%s\n"
-#: ../src/utils/pacat.c:576
+#: ../src/utils/pacat.c:580
#, fuzzy, c-format
msgid "Time: %0.3f sec; Latency: %0.0f usec."
msgstr "æ¶é´ï¼%0.3fç§ï¼å»¶è¿ï¼%0.0f å¾®ç§ã \r"
-#: ../src/utils/pacat.c:595
+#: ../src/utils/pacat.c:599
#, fuzzy, c-format
msgid "pa_stream_update_timing_info() failed: %s"
msgstr "pa_stream_update_timing_info()失败ï¼%s\n"
-#: ../src/utils/pacat.c:605
+#: ../src/utils/pacat.c:609
#, fuzzy, c-format
msgid ""
"%s [options]\n"
@@ -1376,7 +1376,7 @@ msgstr ""
" --latency=BYTES 请æ±æå®åèæ°ç延è¿ã\n"
" --process-time=BYTES æ¯æ¬¡è¯·æ±æå®åèæ°çå¤çæ¶é´ã\n"
-#: ../src/utils/pacat.c:727
+#: ../src/utils/pacat.c:731
#, c-format
msgid ""
"pacat %s\n"
@@ -1387,138 +1387,138 @@ msgstr ""
"Compiled with libpulse %s\n"
"Linked with libpulse %s\n"
-#: ../src/utils/pacat.c:760 ../src/utils/pactl.c:953
+#: ../src/utils/pacat.c:764 ../src/utils/pactl.c:953
#, fuzzy, c-format
msgid "Invalid client name '%s'"
msgstr "æ æçééæ å°æè¿°'%s'\n"
-#: ../src/utils/pacat.c:775
+#: ../src/utils/pacat.c:779
#, fuzzy, c-format
msgid "Invalid stream name '%s'"
msgstr "æ æçééæ ·æ¹æ³'%s'ã"
-#: ../src/utils/pacat.c:812
+#: ../src/utils/pacat.c:816
#, fuzzy, c-format
msgid "Invalid channel map '%s'"
msgstr "æ æçééæ å°æè¿°'%s'\n"
-#: ../src/utils/pacat.c:841
+#: ../src/utils/pacat.c:845
#, fuzzy, c-format
msgid "Invalid latency specification '%s'"
msgstr "æ æç延è¿è§æ ¼æè¿° %s'\n"
-#: ../src/utils/pacat.c:848
+#: ../src/utils/pacat.c:852
#, fuzzy, c-format
msgid "Invalid process time specification '%s'"
msgstr "æ æçå¤çæ¶é´æè¿° '%s'\n"
-#: ../src/utils/pacat.c:860
+#: ../src/utils/pacat.c:864
#, fuzzy, c-format
msgid "Invalid property '%s'"
msgstr "æ æçééæ ·æ¹æ³'%s'ã"
-#: ../src/utils/pacat.c:877
+#: ../src/utils/pacat.c:881
#, c-format
msgid "Unknown file format %s."
msgstr ""
-#: ../src/utils/pacat.c:896
+#: ../src/utils/pacat.c:900
#, fuzzy
msgid "Invalid sample specification"
msgstr "æ æçéæ ·æè¿°\n"
-#: ../src/utils/pacat.c:906
+#: ../src/utils/pacat.c:910
#, fuzzy, c-format
msgid "open(): %s"
msgstr "open()ï¼%s\n"
-#: ../src/utils/pacat.c:911
+#: ../src/utils/pacat.c:915
#, fuzzy, c-format
msgid "dup2(): %s"
msgstr "dup2()ï¼%s\n"
-#: ../src/utils/pacat.c:918
+#: ../src/utils/pacat.c:922
#, fuzzy
msgid "Too many arguments."
msgstr "åæ°è¿å¤ã\n"
-#: ../src/utils/pacat.c:929
+#: ../src/utils/pacat.c:933
#, fuzzy
msgid "Failed to generate sample specification for file."
msgstr "è·åéæ ·ä¿¡æ¯å¤±è´¥ï¼%s\n"
-#: ../src/utils/pacat.c:949
+#: ../src/utils/pacat.c:953
#, fuzzy
msgid "Failed to open audio file."
msgstr "æå¼å£°é³æ件失败ã\n"
-#: ../src/utils/pacat.c:955
+#: ../src/utils/pacat.c:959
#, fuzzy
msgid ""
"Warning: specified sample specification will be overwritten with "
"specification from file."
msgstr "以éæ ·è§æ ¼'%s'æå¼%sæµã\n"
-#: ../src/utils/pacat.c:958 ../src/utils/pactl.c:997
+#: ../src/utils/pacat.c:962 ../src/utils/pactl.c:997
#, fuzzy
msgid "Failed to determine sample specification from file."
msgstr "è·åéæ ·ä¿¡æ¯å¤±è´¥ï¼%s\n"
-#: ../src/utils/pacat.c:967
+#: ../src/utils/pacat.c:971
#, fuzzy
msgid "Warning: Failed to determine channel map from file."
msgstr "以éæ ·è§æ ¼'%s'æå¼%sæµã\n"
-#: ../src/utils/pacat.c:978
+#: ../src/utils/pacat.c:982
#, fuzzy
msgid "Channel map doesn't match sample specification"
msgstr "ééæ å°ä¸éæ ·æè¿°ä¸å¹é
\n"
-#: ../src/utils/pacat.c:989
+#: ../src/utils/pacat.c:993
#, fuzzy
msgid "Warning: failed to write channel map to file."
msgstr "以éæ ·è§æ ¼'%s'æå¼%sæµã\n"
-#: ../src/utils/pacat.c:1004
+#: ../src/utils/pacat.c:1008
#, fuzzy, c-format
msgid ""
"Opening a %s stream with sample specification '%s' and channel map '%s'."
msgstr "以éæ ·è§æ ¼'%s'æå¼%sæµã\n"
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "recording"
msgstr "æ£å¨å½å¶"
-#: ../src/utils/pacat.c:1005
+#: ../src/utils/pacat.c:1009
msgid "playback"
msgstr "åæ¾"
-#: ../src/utils/pacat.c:1031 ../src/utils/pactl.c:1267
+#: ../src/utils/pacat.c:1035 ../src/utils/pactl.c:1267
#, fuzzy
msgid "pa_mainloop_new() failed."
msgstr "pa_mainloop_new()失败ã\n"
-#: ../src/utils/pacat.c:1050
+#: ../src/utils/pacat.c:1054
#, fuzzy
msgid "io_new() failed."
msgstr "io_new()失败ã\n"
-#: ../src/utils/pacat.c:1057 ../src/utils/pactl.c:1279
+#: ../src/utils/pacat.c:1061 ../src/utils/pactl.c:1279
#, fuzzy
msgid "pa_context_new() failed."
msgstr "pa_context_new()失败ã\n"
-#: ../src/utils/pacat.c:1065 ../src/utils/pactl.c:1285
+#: ../src/utils/pacat.c:1069 ../src/utils/pactl.c:1285
#, c-format
msgid "pa_context_connect() failed: %s"
msgstr "pa_context_connect()失败ï¼%s"
-#: ../src/utils/pacat.c:1071
+#: ../src/utils/pacat.c:1075
#, fuzzy
msgid "pa_context_rttime_new() failed."
msgstr "pa_context_new()失败ã\n"
-#: ../src/utils/pacat.c:1078 ../src/utils/pactl.c:1290
+#: ../src/utils/pacat.c:1082 ../src/utils/pactl.c:1290
#, fuzzy
msgid "pa_mainloop_run() failed."
msgstr "pa_mainloop_run()失败ã\n"
--
hooks/post-receive
PulseAudio Sound Server
More information about the pulseaudio-commits
mailing list