diff options
author | Philipp Hahn <pmhahn@users.sourceforge.net> | 2002-07-10 05:37:24 +0000 |
---|---|---|
committer | Philipp Hahn <pmhahn@users.sourceforge.net> | 2002-07-10 05:37:24 +0000 |
commit | aa37ace6a4213e130d3dc4948f0f8fda9e6c33a7 (patch) | |
tree | e05ada8e8528152c65ebe9cc82df396c8798e953 | |
parent | c3dc2375745881efc10168683f94d86b1085c719 (diff) | |
download | xine-lib-aa37ace6a4213e130d3dc4948f0f8fda9e6c33a7.tar.gz xine-lib-aa37ace6a4213e130d3dc4948f0f8fda9e6c33a7.tar.bz2 |
Also translate buffering by ValtrII
CVS patchset: 2240
CVS date: 2002/07/10 05:37:24
-rw-r--r-- | po/POTFILES.in | 1 | ||||
-rw-r--r-- | src/input/net_buf_ctrl.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index 4729db1f5..7a4c3f17c 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -32,6 +32,7 @@ src/input/input_file.c src/input/input_vcd.c src/input/input_http.c src/input/input_cda.c +src/input/net_buf_ctrl.c src/libmpeg2/xine_decoder.c src/libmpg123/xine_decoder.c src/libspudec/xine_decoder.c diff --git a/src/input/net_buf_ctrl.c b/src/input/net_buf_ctrl.c index 8f1a503bb..896fa5d6b 100644 --- a/src/input/net_buf_ctrl.c +++ b/src/input/net_buf_ctrl.c @@ -64,7 +64,7 @@ void nbc_check_buffers (nbc_t *this) { if (!this->buffering) { this->xine->osd_renderer->filled_rect (this->xine->osd, 0, 0, 299, 99, 0); - this->xine->osd_renderer->render_text (this->xine->osd, 5, 30, "buffering...", OSD_TEXT1); + this->xine->osd_renderer->render_text (this->xine->osd, 5, 30, _("buffering..."), OSD_TEXT1); this->xine->osd_renderer->show (this->xine->osd, 0); /* give video_out time to display osd before pause */ |