diff options
author | František Dvořák <valtri@users.sourceforge.net> | 2004-12-11 23:18:00 +0000 |
---|---|---|
committer | František Dvořák <valtri@users.sourceforge.net> | 2004-12-11 23:18:00 +0000 |
commit | ec0b25f428cfeab34342888ba6fc3457dd9fcc8c (patch) | |
tree | 922b8ec33e50c7790aa820b21f3e9504fc636050 /src/xine-engine | |
parent | e986b131a583696f093b05039138d8d5238c00bc (diff) | |
download | xine-lib-ec0b25f428cfeab34342888ba6fc3457dd9fcc8c.tar.gz xine-lib-ec0b25f428cfeab34342888ba6fc3457dd9fcc8c.tar.bz2 |
Czech translation update. 100% of the messages after long time, yes! :-)
Fix a typo in two original messages (please correct, if I'm wrong),
reflect it in de.po too.
CVS patchset: 7222
CVS date: 2004/12/11 23:18:00
Diffstat (limited to 'src/xine-engine')
-rw-r--r-- | src/xine-engine/audio_decoder.c | 4 | ||||
-rw-r--r-- | src/xine-engine/video_decoder.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/xine-engine/audio_decoder.c b/src/xine-engine/audio_decoder.c index f48a5a35c..c34303a52 100644 --- a/src/xine-engine/audio_decoder.c +++ b/src/xine-engine/audio_decoder.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: audio_decoder.c,v 1.130 2004/10/14 23:25:24 tmattern Exp $ + * $Id: audio_decoder.c,v 1.131 2004/12/11 23:18:02 valtri Exp $ * * * functions that implement audio decoding @@ -467,7 +467,7 @@ void _x_audio_decoder_init (xine_stream_t *stream) { _("The number of audio buffers (each is 8k in size) " "xine uses in its internal queue. Higher values " "mean smoother playback for unreliable inputs, but " - "also increased latency and memory comsumption."), + "also increased latency and memory consumption."), 20, NULL, NULL); stream->audio_fifo = _x_fifo_buffer_new (num_buffers, 8192); diff --git a/src/xine-engine/video_decoder.c b/src/xine-engine/video_decoder.c index e8110ca85..21aa51bb9 100644 --- a/src/xine-engine/video_decoder.c +++ b/src/xine-engine/video_decoder.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_decoder.c,v 1.152 2004/10/27 16:41:35 miguelfreitas Exp $ + * $Id: video_decoder.c,v 1.153 2004/12/11 23:18:03 valtri Exp $ * */ @@ -484,7 +484,7 @@ void _x_video_decoder_init (xine_stream_t *stream) { _("The number of video buffers (each is 8k in size) " "xine uses in its internal queue. Higher values " "mean smoother playback for unreliable inputs, but " - "also increased latency and memory comsumption."), + "also increased latency and memory consumption."), 20, NULL, NULL); stream->video_fifo = _x_fifo_buffer_new (num_buffers, 8192); |