Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
0643c47e
Commit
0643c47e
authored
Nov 03, 2004
by
Gildas Bazin
Browse files
Options
Browse Files
Download
Plain Diff
* Tagged the 0.8.0 release.
parents
80ee1f38
cab0e6fb
Changes
26
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
26 changed files
with
723 additions
and
294 deletions
+723
-294
ChangeLog
ChangeLog
+84
-0
configure.ac
configure.ac
+1
-1
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+20
-1
extras/contrib/src/Patches/kasenna.patch
extras/contrib/src/Patches/kasenna.patch
+318
-0
extras/contrib/src/packages.mak
extras/contrib/src/packages.mak
+2
-1
include/vlc_interface.h
include/vlc_interface.h
+2
-2
modules/access/cdda/cdda.c
modules/access/cdda/cdda.c
+1
-1
modules/audio_filter/normvol.c
modules/audio_filter/normvol.c
+28
-32
modules/demux/subtitle.c
modules/demux/subtitle.c
+10
-3
po/de.po
po/de.po
+17
-17
po/en_GB.po
po/en_GB.po
+17
-17
po/es.po
po/es.po
+18
-18
po/fr.po
po/fr.po
+25
-24
po/hu.po
po/hu.po
+16
-16
po/it.po
po/it.po
+17
-17
po/ja.po
po/ja.po
+16
-16
po/nl.po
po/nl.po
+17
-17
po/no.po
po/no.po
+16
-16
po/pl.po
po/pl.po
+16
-16
po/pt_BR.po
po/pt_BR.po
+16
-16
po/ru.po
po/ru.po
+16
-16
po/sv.po
po/sv.po
+16
-16
po/vlc.pot
po/vlc.pot
+16
-16
src/libvlc.h
src/libvlc.h
+5
-5
src/misc/modules.c
src/misc/modules.c
+1
-0
src/misc/variables.c
src/misc/variables.c
+12
-10
No files found.
ChangeLog
View file @
0643c47e
------------------------------------------------------------------------
------------------------------------------------------------------------
r9123 | sam | 2004-11-03 00:51:21 +0100 (Wed, 03 Nov 2004) | 2 lines
Changed paths:
M /trunk/modules/access/cdda/cdda.c
M /trunk/po/de.po
M /trunk/po/en_GB.po
M /trunk/po/es.po
M /trunk/po/fr.po
M /trunk/po/hu.po
M /trunk/po/it.po
M /trunk/po/ja.po
M /trunk/po/nl.po
M /trunk/po/no.po
M /trunk/po/pl.po
M /trunk/po/pt_BR.po
M /trunk/po/ru.po
M /trunk/po/sv.po
M /trunk/po/vlc.pot
* modules/access/cdda/cdda.c: Spelling fix.
------------------------------------------------------------------------
r9122 | gbazin | 2004-11-03 00:43:41 +0100 (Wed, 03 Nov 2004) | 1 line
Changed paths:
M /trunk/configure.ac
* configure.ac: added normvol to the list of plugins.
------------------------------------------------------------------------
r9121 | gbazin | 2004-11-03 00:42:08 +0100 (Wed, 03 Nov 2004) | 1 line
Changed paths:
M /trunk/modules/audio_filter/normvol.c
* modules/audio_filter/normvol.c: compilation fix (C99ism).
------------------------------------------------------------------------
r9120 | hartman | 2004-11-03 00:41:36 +0100 (Wed, 03 Nov 2004) | 2 lines
Changed paths:
M /trunk/extras/contrib/src/Makefile
* Disable cddb, libcdio and vcdimager building on OSX, since basically they aren't used yet on OS X. (guarding for unused 3rd party libraries)
------------------------------------------------------------------------
r9119 | gbazin | 2004-11-03 00:40:20 +0100 (Wed, 03 Nov 2004) | 1 line
Changed paths:
M /trunk/src/misc/variables.c
* src/misc/variables.c: fixed bug (config_GetPsz() can return NULL).
------------------------------------------------------------------------
r9117 | sam | 2004-11-02 23:29:07 +0100 (Tue, 02 Nov 2004) | 3 lines
Changed paths:
M /trunk/src/misc/modules.c
* src/misc/modules:
+ Only consider psz_program when looking for an interface plugin.
------------------------------------------------------------------------
r9116 | hartman | 2004-11-02 22:35:54 +0100 (Tue, 02 Nov 2004) | 3 lines
Changed paths:
M /trunk/extras/contrib/src/Makefile
A /trunk/extras/contrib/src/Patches/kasenna.patch
* kasenna patch for OS X. cheating while i can :)
patch is for the 2004.10.28a version of vlc
------------------------------------------------------------------------
r9115 | hartman | 2004-11-02 21:59:41 +0100 (Tue, 02 Nov 2004) | 2 lines
Changed paths:
M /trunk/extras/contrib/src/packages.mak
* newer liveMedia version for OSX.
------------------------------------------------------------------------
r9114 | hartman | 2004-11-02 21:52:45 +0100 (Tue, 02 Nov 2004) | 3 lines
Changed paths:
M /trunk/modules/demux/subtitle.c
* fixed a problem with sub-fps overriding
If subtitle format doesn't have their own reference, they should define 25fps as the the standard reference, BUT NOT GLOBALLY. Cause then ALL subtitle formats will use this correction factor of 25fps.
------------------------------------------------------------------------
r9112 | gbazin | 2004-11-02 20:25:31 +0100 (Tue, 02 Nov 2004) | 1 line
Changed paths:
M /trunk/ChangeLog
* ChangeLog: updated for the 0.8.0 release.
------------------------------------------------------------------------
r9111 | gbazin | 2004-11-02 20:23:40 +0100 (Tue, 02 Nov 2004) | 1 line
r9111 | gbazin | 2004-11-02 20:23:40 +0100 (Tue, 02 Nov 2004) | 1 line
Changed paths:
Changed paths:
M /trunk/modules/gui/wxwindows/interface.cpp
M /trunk/modules/gui/wxwindows/interface.cpp
configure.ac
View file @
0643c47e
...
@@ -949,7 +949,7 @@ VLC_ADD_PLUGINS([cvdsub svcdsub spudec subsdec dvbsub mpeg_audio lpcm a52 dts ci
...
@@ -949,7 +949,7 @@ VLC_ADD_PLUGINS([cvdsub svcdsub spudec subsdec dvbsub mpeg_audio lpcm a52 dts ci
VLC_ADD_PLUGINS([deinterlace invert adjust wall transform distort clone crop motionblur])
VLC_ADD_PLUGINS([deinterlace invert adjust wall transform distort clone crop motionblur])
VLC_ADD_PLUGINS([float32tos16 float32tos8 float32tou16 float32tou8 a52tospdif dtstospdif fixed32tofloat32 fixed32tos16 s16tofixed32 s16tofloat32 s16tofloat32swab s8tofloat32 u8tofixed32 u8tofloat32 audio_format])
VLC_ADD_PLUGINS([float32tos16 float32tos8 float32tou16 float32tou8 a52tospdif dtstospdif fixed32tofloat32 fixed32tos16 s16tofixed32 s16tofloat32 s16tofloat32swab s8tofloat32 u8tofixed32 u8tofloat32 audio_format])
VLC_ADD_PLUGINS([trivial_resampler ugly_resampler linear_resampler bandlimited_resampler])
VLC_ADD_PLUGINS([trivial_resampler ugly_resampler linear_resampler bandlimited_resampler])
VLC_ADD_PLUGINS([trivial_channel_mixer simple_channel_mixer headphone_channel_mixer])
VLC_ADD_PLUGINS([trivial_channel_mixer simple_channel_mixer headphone_channel_mixer
normvol
])
VLC_ADD_PLUGINS([trivial_mixer spdif_mixer float32_mixer])
VLC_ADD_PLUGINS([trivial_mixer spdif_mixer float32_mixer])
VLC_ADD_PLUGINS([aout_file equalizer])
VLC_ADD_PLUGINS([aout_file equalizer])
VLC_ADD_PLUGINS([i420_rgb i420_yuy2 i422_yuy2 i420_ymga])
VLC_ADD_PLUGINS([i420_rgb i420_yuy2 i422_yuy2 i420_ymga])
...
...
extras/contrib/src/Makefile
View file @
0643c47e
...
@@ -55,7 +55,7 @@ all: .autoconf .libtool .automake .iconv .intl .pkgcfg .freetype .fribidi \
...
@@ -55,7 +55,7 @@ all: .autoconf .libtool .automake .iconv .intl .pkgcfg .freetype .fribidi \
.a52 .mpeg2 .id3tag .mad .ogg .vorbis .vorbisenc .theora
\
.a52 .mpeg2 .id3tag .mad .ogg .vorbis .vorbisenc .theora
\
.FLAC .speex .faad .faac .lame .ebml .matroska .ffmpeg .openslp
\
.FLAC .speex .faad .faac .lame .ebml .matroska .ffmpeg .openslp
\
.dvdcss .dvdread .dvdnav .dvbpsi .live .goom2k4 .caca .mod
\
.dvdcss .dvdread .dvdnav .dvbpsi .live .goom2k4 .caca .mod
\
.
cddb .cdio .vcdimager .
png
.png
endif
endif
ifeq
($(SYS),BEOS)
ifeq
($(SYS),BEOS)
all
:
.perl .autoconf .libtool .automake .iconv .intl .freetype .fribidi
\
all
:
.perl .autoconf .libtool .automake .iconv .intl .freetype .fribidi
\
...
@@ -759,6 +759,7 @@ live.$(LIVEDOTCOM_VERSION).tar.gz:
...
@@ -759,6 +759,7 @@ live.$(LIVEDOTCOM_VERSION).tar.gz:
live
:
live.$(LIVEDOTCOM_VERSION).tar.gz
live
:
live.$(LIVEDOTCOM_VERSION).tar.gz
$(EXTRACT_GZ)
$(EXTRACT_GZ)
patch
-p
0 < Patches/live.patch
patch
-p
0 < Patches/live.patch
patch
-p
0 < Patches/kasenna.patch
.live
:
live
.live
:
live
(
cd
$<
;
./genmakefiles macosx
&&
make
)
(
cd
$<
;
./genmakefiles macosx
&&
make
)
...
@@ -987,6 +988,24 @@ CLEAN_FILE += .png
...
@@ -987,6 +988,24 @@ CLEAN_FILE += .png
CLEAN_PKG
+=
libpng
CLEAN_PKG
+=
libpng
DISCLEAN_PKG
+=
libpng-
$(PNG_VERSION)
.tar.bz2
DISCLEAN_PKG
+=
libpng-
$(PNG_VERSION)
.tar.bz2
# ***************************************************************************
# libzvbi
# ***************************************************************************
zvbi-$(ZVBI_VERSION).tar.bz2
:
$(WGET)
$(ZVBI_URL)
zvbi
:
zvbi-$(ZVBI_VERSION).tar.bz2
$(EXTRACT_BZ2)
.zvbi
:
zvbi
(
cd
$<
;
./configure
--prefix
=
$(PREFIX)
&&
make
)
touch
$@
CLEAN_FILE
+=
.zvbi
CLEAN_PKG
+=
zvbi
DISCLEAN_PKG
+=
zvbi-
$(ZVBI_VERSION)
.tar.bz2
# ***************************************************************************
# ***************************************************************************
# Some cleansing
# Some cleansing
# ***************************************************************************
# ***************************************************************************
...
...
extras/contrib/src/Patches/kasenna.patch
0 → 100644
View file @
0643c47e
This diff is collapsed.
Click to expand it.
extras/contrib/src/packages.mak
View file @
0643c47e
...
@@ -88,7 +88,7 @@ LIBDVDNAV_VERSION=0.1.10
...
@@ -88,7 +88,7 @@ LIBDVDNAV_VERSION=0.1.10
LIBDVDNAV_URL
=
$(VIDEOLAN)
/testing/contrib/libdvdnav-
$(LIBDVDNAV_VERSION)
.tar.gz
LIBDVDNAV_URL
=
$(VIDEOLAN)
/testing/contrib/libdvdnav-
$(LIBDVDNAV_VERSION)
.tar.gz
LIBDVBPSI_VERSION
=
0.1.4
LIBDVBPSI_VERSION
=
0.1.4
LIBDVBPSI_URL
=
$(VIDEOLAN)
/libdvbpsi/
$(LIBDVBPSI_VERSION)
/libdvbpsi3-
$(LIBDVBPSI_VERSION)
.tar.gz
LIBDVBPSI_URL
=
$(VIDEOLAN)
/libdvbpsi/
$(LIBDVBPSI_VERSION)
/libdvbpsi3-
$(LIBDVBPSI_VERSION)
.tar.gz
LIVEDOTCOM_VERSION
=
2004.10.
04
LIVEDOTCOM_VERSION
=
2004.10.
28a
LIVEDOTCOM_URL
=
$(VIDEOLAN)
/testing/contrib/live.
$(LIVEDOTCOM_VERSION)
.tar.gz
LIVEDOTCOM_URL
=
$(VIDEOLAN)
/testing/contrib/live.
$(LIVEDOTCOM_VERSION)
.tar.gz
#GOOM_URL=$(VIDEOLAN)/testing/contrib/goom-macosx-altivec-bin.tar.gz
#GOOM_URL=$(VIDEOLAN)/testing/contrib/goom-macosx-altivec-bin.tar.gz
GOOM2k4_VERSION
=
dev21
GOOM2k4_VERSION
=
dev21
...
@@ -111,3 +111,4 @@ TOOLAME_VERSION=02m-beta8
...
@@ -111,3 +111,4 @@ TOOLAME_VERSION=02m-beta8
TOOLAME_URL
=
$(VIDEOLAN)
/testing/contrib/toolame-
$(TOOLAME_VERSION)
.tar.bz2
TOOLAME_URL
=
$(VIDEOLAN)
/testing/contrib/toolame-
$(TOOLAME_VERSION)
.tar.bz2
PNG_VERSION
=
1.2.5
PNG_VERSION
=
1.2.5
PNG_URL
=
$(VIDEOLAN)
/testing/contrib/libpng-
$(PNG_VERSION)
.tar.bz2
PNG_URL
=
$(VIDEOLAN)
/testing/contrib/libpng-
$(PNG_VERSION)
.tar.bz2
include/vlc_interface.h
View file @
0643c47e
...
@@ -161,9 +161,9 @@ VLC_EXPORT( void, intf_Destroy, ( intf_thread_t * ) );
...
@@ -161,9 +161,9 @@ VLC_EXPORT( void, intf_Destroy, ( intf_thread_t * ) );
#define INTF_ABOUT_MSG \
#define INTF_ABOUT_MSG \
_( "VLC is an open-source and cross-platform multimedia " \
_( "VLC is an open-source and cross-platform multimedia " \
"player for various audio and video formats (MPEG-1, MPEG-2, MPEG-4, " \
"player for various audio and video formats (MPEG-1, MPEG-2, MPEG-4, " \
"DivX, mp3, Ogg,
..
.) as well as DVDs, VCDs, CD audio, and various " \
"DivX, mp3, Ogg,
etc
.) as well as DVDs, VCDs, CD audio, and various " \
"streaming protocols.\n\n" \
"streaming protocols.\n\n" \
"VLC is also a streaming server with transcoding capabilities " \
"VLC is also a streaming server with transcoding capabilities " \
"(UDP unicast and multicast, HTTP,
..
.) mainly designed for " \
"(UDP unicast and multicast, HTTP,
etc
.) mainly designed for " \
"high-bandwidth networks.\n\n"\
"high-bandwidth networks.\n\n"\
"For more information, have a look at the web site." )
"For more information, have a look at the web site." )
modules/access/cdda/cdda.c
View file @
0643c47e
...
@@ -54,7 +54,7 @@
...
@@ -54,7 +54,7 @@
#define BLOCKS_PER_READ_LONGTEXT N_( \
#define BLOCKS_PER_READ_LONGTEXT N_( \
"Allows you to specify how many CD blocks to get on a single CD read. " \
"Allows you to specify how many CD blocks to get on a single CD read. " \
"Generally on newer/faster CD
'
s, this increases throughput at the " \
"Generally on newer/faster CDs, this increases throughput at the " \
"expense of a little more memory usage and initial delay. SCSI-MMC " \
"expense of a little more memory usage and initial delay. SCSI-MMC " \
"limitations generally don't allow for more than 25 blocks per access.")
"limitations generally don't allow for more than 25 blocks per access.")
...
...
modules/audio_filter/normvol.c
View file @
0643c47e
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* normvol.c : volume normalizer
* normvol.c : volume normalizer
*****************************************************************************
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* Copyright (C) 2001 VideoLAN
* $Id
: equalizer.c,v 1.21 2003/07/31 23:44:49 zorglub Exp
$
* $Id$
*
*
* Authors: Clment Stenac <zorglub@videolan.org>
* Authors: Clment Stenac <zorglub@videolan.org>
*
*
...
@@ -56,11 +56,12 @@ static void Close ( vlc_object_t * );
...
@@ -56,11 +56,12 @@ static void Close ( vlc_object_t * );
static
void
DoWork
(
aout_instance_t
*
,
aout_filter_t
*
,
static
void
DoWork
(
aout_instance_t
*
,
aout_filter_t
*
,
aout_buffer_t
*
,
aout_buffer_t
*
);
aout_buffer_t
*
,
aout_buffer_t
*
);
struct
aout_filter_sys_t
{
typedef
struct
aout_filter_sys_t
{
int
i_nb
;
int
i_nb
;
float
*
p_last
;
float
*
p_last
;
float
f_max
;
float
f_max
;
};
}
aout_filter_sys_t
;
/*****************************************************************************
/*****************************************************************************
* Module descriptor
* Module descriptor
...
@@ -79,10 +80,11 @@ struct aout_filter_sys_t {
...
@@ -79,10 +80,11 @@ struct aout_filter_sys_t {
vlc_module_begin
();
vlc_module_begin
();
set_description
(
_
(
"Volume normalizer"
)
);
set_description
(
_
(
"Volume normalizer"
)
);
add_shortcut
(
"volnorm"
);
add_shortcut
(
"volnorm"
);
add_integer
(
"norm-buff-size"
,
20
,
NULL
,
BUFF_TEXT
,
BUFF_LONGTEXT
,
add_integer
(
"norm-buff-size"
,
20
,
NULL
,
BUFF_TEXT
,
BUFF_LONGTEXT
,
VLC_TRUE
);
VLC_TRUE
);
add_float
(
"norm-max-level"
,
2
.
0
,
NULL
,
LEVEL_TEXT
,
LEVEL_LONGTEXT
,
VLC_TRUE
);
add_float
(
"norm-max-level"
,
2
.
0
,
NULL
,
LEVEL_TEXT
,
LEVEL_LONGTEXT
,
VLC_TRUE
);
set_capability
(
"audio filter"
,
0
);
set_capability
(
"audio filter"
,
0
);
set_callbacks
(
Open
,
Close
);
set_callbacks
(
Open
,
Close
);
vlc_module_end
();
vlc_module_end
();
...
@@ -93,9 +95,9 @@ vlc_module_end();
...
@@ -93,9 +95,9 @@ vlc_module_end();
static
int
Open
(
vlc_object_t
*
p_this
)
static
int
Open
(
vlc_object_t
*
p_this
)
{
{
aout_filter_t
*
p_filter
=
(
aout_filter_t
*
)
p_this
;
aout_filter_t
*
p_filter
=
(
aout_filter_t
*
)
p_this
;
int
i_channels
;
struct
aout_filter_sys_t
*
p_sys
=
p_filter
->
p_sys
=
aout_filter_sys_t
*
p_sys
=
p_filter
->
p_sys
=
malloc
(
sizeof
(
struct
aout_filter_sys_t
)
);
malloc
(
sizeof
(
aout_filter_sys_t
)
);
if
(
p_filter
->
input
.
i_format
!=
VLC_FOURCC
(
'f'
,
'l'
,
'3'
,
'2'
)
||
if
(
p_filter
->
input
.
i_format
!=
VLC_FOURCC
(
'f'
,
'l'
,
'3'
,
'2'
)
||
p_filter
->
output
.
i_format
!=
VLC_FOURCC
(
'f'
,
'l'
,
'3'
,
'2'
)
)
p_filter
->
output
.
i_format
!=
VLC_FOURCC
(
'f'
,
'l'
,
'3'
,
'2'
)
)
...
@@ -113,21 +115,18 @@ static int Open( vlc_object_t *p_this )
...
@@ -113,21 +115,18 @@ static int Open( vlc_object_t *p_this )
p_filter
->
pf_do_work
=
DoWork
;
p_filter
->
pf_do_work
=
DoWork
;
p_filter
->
b_in_place
=
VLC_TRUE
;
p_filter
->
b_in_place
=
VLC_TRUE
;
i
nt
i
_channels
=
aout_FormatNbChannels
(
&
p_filter
->
input
);
i_channels
=
aout_FormatNbChannels
(
&
p_filter
->
input
);
p_sys
->
i_nb
=
var_CreateGetInteger
(
p_filter
->
p_parent
,
"norm-buff-size"
);
p_sys
->
i_nb
=
var_CreateGetInteger
(
p_filter
->
p_parent
,
"norm-buff-size"
);
p_sys
->
f_max
=
var_CreateGetFloat
(
p_filter
->
p_parent
,
"norm-max-level"
);
p_sys
->
f_max
=
var_CreateGetFloat
(
p_filter
->
p_parent
,
"norm-max-level"
);
if
(
p_sys
->
f_max
<=
0
)
if
(
p_sys
->
f_max
<=
0
)
p_sys
->
f_max
=
0
.
01
;
{
p_sys
->
f_max
=
0
.
01
;
}
/* We need to store (nb_buffers+1)*nb_channels floats */
/* We need to store (nb_buffers+1)*nb_channels floats */
p_sys
->
p_last
=
malloc
(
sizeof
(
float
)
*
(
i_channels
)
*
p_sys
->
p_last
=
malloc
(
sizeof
(
float
)
*
(
i_channels
)
*
(
p_filter
->
p_sys
->
i_nb
+
2
)
);
(
p_filter
->
p_sys
->
i_nb
+
2
)
);
memset
(
p_sys
->
p_last
,
0
,
sizeof
(
float
)
*
(
i_channels
)
*
memset
(
p_sys
->
p_last
,
0
,
sizeof
(
float
)
*
(
i_channels
)
*
(
p_filter
->
p_sys
->
i_nb
+
2
)
);
(
p_filter
->
p_sys
->
i_nb
+
2
)
);
return
VLC_SUCCESS
;
return
VLC_SUCCESS
;
}
}
...
@@ -157,9 +156,9 @@ static int Open( vlc_object_t *p_this )
...
@@ -157,9 +156,9 @@ static int Open( vlc_object_t *p_this )
p_out_buf
->
i_nb_samples
=
p_in_buf
->
i_nb_samples
;
p_out_buf
->
i_nb_samples
=
p_in_buf
->
i_nb_samples
;
p_out_buf
->
i_nb_bytes
=
p_in_buf
->
i_nb_bytes
;
p_out_buf
->
i_nb_bytes
=
p_in_buf
->
i_nb_bytes
;
/* Calculate the average power level on this buffer */
/* Calculate the average power level on this buffer */
for
(
i
=
0
;
i
<
i_samples
;
i
++
)
for
(
i
=
0
;
i
<
i_samples
;
i
++
)
{
{
for
(
i_chan
=
0
;
i_chan
<
i_channels
;
i_chan
++
)
for
(
i_chan
=
0
;
i_chan
<
i_channels
;
i_chan
++
)
{
{
float
f_sample
=
p_in
[
i_chan
];
float
f_sample
=
p_in
[
i_chan
];
...
@@ -167,11 +166,11 @@ static int Open( vlc_object_t *p_this )
...
@@ -167,11 +166,11 @@ static int Open( vlc_object_t *p_this )
pf_sum
[
i_chan
]
+=
f_square
;
pf_sum
[
i_chan
]
+=
f_square
;
}
}
p_in
+=
i_channels
;
p_in
+=
i_channels
;
}
}
/* sum now contains for each channel the sigma(value) */
/* sum now contains for each channel the sigma(value) */
for
(
i_chan
=
0
;
i_chan
<
i_channels
;
i_chan
++
)
for
(
i_chan
=
0
;
i_chan
<
i_channels
;
i_chan
++
)
{
{
/* Shift our lastbuff */
/* Shift our lastbuff */
memmove
(
&
p_sys
->
p_last
[
i_chan
*
p_sys
->
i_nb
],
memmove
(
&
p_sys
->
p_last
[
i_chan
*
p_sys
->
i_nb
],
&
p_sys
->
p_last
[
i_chan
*
p_sys
->
i_nb
+
1
],
&
p_sys
->
p_last
[
i_chan
*
p_sys
->
i_nb
+
1
],
...
@@ -194,7 +193,7 @@ static int Open( vlc_object_t *p_this )
...
@@ -194,7 +193,7 @@ static int Open( vlc_object_t *p_this )
/* Seuil arbitraire */
/* Seuil arbitraire */
p_sys
->
f_max
=
var_GetFloat
(
p_aout
,
"norm-max-level"
);
p_sys
->
f_max
=
var_GetFloat
(
p_aout
,
"norm-max-level"
);
//
fprintf(stderr,"Average %f, max %f\n", f_average, p_sys->f_max );
//
fprintf(stderr,"Average %f, max %f\n", f_average, p_sys->f_max );
if
(
f_average
>
p_sys
->
f_max
)
if
(
f_average
>
p_sys
->
f_max
)
{
{
pf_gain
[
i_chan
]
=
f_average
/
p_sys
->
f_max
;
pf_gain
[
i_chan
]
=
f_average
/
p_sys
->
f_max
;
...
@@ -206,7 +205,7 @@ static int Open( vlc_object_t *p_this )
...
@@ -206,7 +205,7 @@ static int Open( vlc_object_t *p_this )
}
}
/* Apply gain */
/* Apply gain */
for
(
i
=
0
;
i
<
i_samples
;
i
++
)
for
(
i
=
0
;
i
<
i_samples
;
i
++
)
{
{
for
(
i_chan
=
0
;
i_chan
<
i_channels
;
i_chan
++
)
for
(
i_chan
=
0
;
i_chan
<
i_channels
;
i_chan
++
)
{
{
...
@@ -227,14 +226,11 @@ static int Open( vlc_object_t *p_this )
...
@@ -227,14 +226,11 @@ static int Open( vlc_object_t *p_this )
static
void
Close
(
vlc_object_t
*
p_this
)
static
void
Close
(
vlc_object_t
*
p_this
)
{
{
aout_filter_t
*
p_filter
=
(
aout_filter_t
*
)
p_this
;
aout_filter_t
*
p_filter
=
(
aout_filter_t
*
)
p_this
;
struct
aout_filter_sys_t
*
p_sys
=
p_filter
->
p_sys
;
aout_filter_sys_t
*
p_sys
=
p_filter
->
p_sys
;
if
(
p_sys
)
if
(
p_sys
)
{
{
if
(
p_sys
->
p_last
)
if
(
p_sys
->
p_last
)
free
(
p_sys
->
p_last
);
{
free
(
p_sys
->
p_last
);
}
free
(
p_sys
);
free
(
p_sys
);
}
}
}
}
modules/demux/subtitle.c
View file @
0643c47e
...
@@ -190,12 +190,15 @@ static int Open ( vlc_object_t *p_this )
...
@@ -190,12 +190,15 @@ static int Open ( vlc_object_t *p_this )
/* Get the FPS */
/* Get the FPS */
p_sys
->
i_microsecperframe
=
40000
;
/* default to 25 fps */
f_fps
=
var_CreateGetFloat
(
p_demux
,
"sub-fps"
);
f_fps
=
var_CreateGetFloat
(
p_demux
,
"sub-fps"
);
if
(
f_fps
>=
1
.
0
)
if
(
f_fps
>=
1
.
0
)
{
{
p_sys
->
i_microsecperframe
=
(
int64_t
)(
(
float
)
1000000
/
f_fps
);
p_sys
->
i_microsecperframe
=
(
int64_t
)(
(
float
)
1000000
/
f_fps
);
}
}
else
{
p_sys
->
i_microsecperframe
=
0
;
}
f_fps
=
var_CreateGetFloat
(
p_demux
,
"sub-original-fps"
);
f_fps
=
var_CreateGetFloat
(
p_demux
,
"sub-original-fps"
);
if
(
f_fps
>=
1
.
0
)
if
(
f_fps
>=
1
.
0
)
...
@@ -680,6 +683,10 @@ static int ParseMicroDvd( demux_t *p_demux, subtitle_t *p_subtitle )
...
@@ -680,6 +683,10 @@ static int ParseMicroDvd( demux_t *p_demux, subtitle_t *p_subtitle )
int
i_stop
;
int
i_stop
;
unsigned
int
i
;
unsigned
int
i
;
int
i_microsecperframe
=
40000
;
/* default to 25 fps */
if
(
p_sys
->
i_microsecperframe
>
0
)
i_microsecperframe
=
p_sys
->
i_microsecperframe
;
p_subtitle
->
i_start
=
0
;
p_subtitle
->
i_start
=
0
;
p_subtitle
->
i_stop
=
0
;
p_subtitle
->
i_stop
=
0
;
p_subtitle
->
psz_text
=
NULL
;
p_subtitle
->
psz_text
=
NULL
;
...
@@ -709,8 +716,8 @@ static int ParseMicroDvd( demux_t *p_demux, subtitle_t *p_subtitle )
...
@@ -709,8 +716,8 @@ static int ParseMicroDvd( demux_t *p_demux, subtitle_t *p_subtitle )
}
}
}
}
p_subtitle
->
i_start
=
(
int64_t
)
i_start
*
p_sys
->
i_microsecperframe
;
p_subtitle
->
i_start
=
(
int64_t
)
i_start
*
i_microsecperframe
;
p_subtitle
->
i_stop
=
(
int64_t
)
i_stop
*
p_sys
->
i_microsecperframe
;
p_subtitle
->
i_stop
=
(
int64_t
)
i_stop
*
i_microsecperframe
;
p_subtitle
->
psz_text
=
strndup
(
buffer_text
,
MAX_LINE
);
p_subtitle
->
psz_text
=
strndup
(
buffer_text
,
MAX_LINE
);
return
(
0
);
return
(
0
);
}
}
...
...
po/de.po
View file @
0643c47e
...
@@ -9,7 +9,7 @@ msgid ""
...
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
msgstr ""
"Project-Id-Version: vlc\n"
"Project-Id-Version: vlc\n"
"Report-Msgid-Bugs-To: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-11-0
2 14:4
0+0100\n"
"POT-Creation-Date: 2004-11-0
3 00:5
0+0100\n"
"PO-Revision-Date: 2004-08-06 21:09+0100\n"
"PO-Revision-Date: 2004-08-06 21:09+0100\n"
"Last-Translator: Felix Kühne <fkuehne@users.sf.net>\n"
"Last-Translator: Felix Kühne <fkuehne@users.sf.net>\n"
"Language-Team: German\n"
"Language-Team: German\n"
...
@@ -238,11 +238,11 @@ msgstr ""
...
@@ -238,11 +238,11 @@ msgstr ""
#: include/vlc_interface.h:162
#: include/vlc_interface.h:162
msgid ""
msgid ""
"VLC is an open-source and cross-platform multimedia player for various audio "
"VLC is an open-source and cross-platform multimedia player for various audio "
"and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, Ogg,
..
.) as well as "
"and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, Ogg,
etc
.) as well as "
"DVDs, VCDs, CD audio, and various streaming protocols.\n"
"DVDs, VCDs, CD audio, and various streaming protocols.\n"
"\n"
"\n"
"VLC is also a streaming server with transcoding capabilities (UDP unicast "
"VLC is also a streaming server with transcoding capabilities (UDP unicast "
"and multicast, HTTP,
..
.) mainly designed for high-bandwidth networks.\n"
"and multicast, HTTP,
etc
.) mainly designed for high-bandwidth networks.\n"
"\n"
"\n"
"For more information, have a look at the web site."
"For more information, have a look at the web site."
msgstr ""
msgstr ""
...
@@ -726,8 +726,8 @@ msgstr "Interface wechseln"
...
@@ -726,8 +726,8 @@ msgstr "Interface wechseln"
msgid "Add Interface"
msgid "Add Interface"
msgstr "Interface hinzufügen"
msgstr "Interface hinzufügen"
#: src/libvlc.c:285 src/libvlc.c:419 src/misc/modules.c:162
8
#: src/libvlc.c:285 src/libvlc.c:419 src/misc/modules.c:162
9
#: src/misc/modules.c:191
8
#: src/misc/modules.c:191
9
msgid "C"
msgid "C"
msgstr "de"
msgstr "de"
...
@@ -955,7 +955,7 @@ msgstr ""
...
@@ -955,7 +955,7 @@ msgstr ""
msgid ""
msgid ""
"These options allow you to modify the behavior of the audio subsystem, and "
"These options allow you to modify the behavior of the audio subsystem, and "
"to add audio filters which can be used for post processing or visual effects "
"to add audio filters which can be used for post processing or visual effects "
"(spectrum analyzer,
..
.).\n"
"(spectrum analyzer,
etc
.).\n"
"Enable these filters here, and configure them in the \"audio filters\" "
"Enable these filters here, and configure them in the \"audio filters\" "
"modules section."
"modules section."
msgstr ""
msgstr ""
...
@@ -1089,7 +1089,7 @@ msgstr ""
...
@@ -1089,7 +1089,7 @@ msgstr ""
#: src/libvlc.h:151
#: src/libvlc.h:151
msgid ""
msgid ""
"This allows you to add audio post processing filters, to modify the sound, "
"This allows you to add audio post processing filters, to modify the sound, "
"or audio visualization modules (spectrum analyzer,
..
.)."
"or audio visualization modules (spectrum analyzer,
etc
.)."
msgstr ""
msgstr ""
"Dies erlaubt Ihnen Audionachbearbeitungsfilter hinzuzufügen, um den Klang "
"Dies erlaubt Ihnen Audionachbearbeitungsfilter hinzuzufügen, um den Klang "
"zuverändern oder Audiovisualisierungsmodule (Spektrumanalysierer...) zu "
"zuverändern oder Audiovisualisierungsmodule (Spektrumanalysierer...) zu "
...
@@ -1112,7 +1112,7 @@ msgstr ""
...
@@ -1112,7 +1112,7 @@ msgstr ""
msgid ""
msgid ""
"These options allow you to modify the behavior of the video output "
"These options allow you to modify the behavior of the video output "
"subsystem. You can for example enable video filters (deinterlacing, image "
"subsystem. You can for example enable video filters (deinterlacing, image "
"adjusting,
..
.). Enable these filters here and configure them in the \"video "
"adjusting,
etc
.). Enable these filters here and configure them in the \"video "
"filters\" modules section. You can also set many miscellaneous video options."
"filters\" modules section. You can also set many miscellaneous video options."
msgstr ""
msgstr ""
"Diese Optionen erlauben Ihnen das Verhalten des Videoausgabeuntersystems zu "
"Diese Optionen erlauben Ihnen das Verhalten des Videoausgabeuntersystems zu "
...
@@ -1476,16 +1476,16 @@ msgstr "Lesezeichenliste für einen Stream"
...
@@ -1476,16 +1476,16 @@ msgstr "Lesezeichenliste für einen Stream"
msgid ""
msgid ""
"You can specify a list of bookmarks for a stream in the form "
"You can specify a list of bookmarks for a stream in the form "
"\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
"\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
"{
etc
...}\""
"{...}\""
msgstr ""
msgstr ""
"Sie können eine Liste von Lesezeichen für einen Stream in der Form "
"Sie können eine Liste von Lesezeichen für einen Stream in der Form "
"\"{name=Lesezeichenname,time=optionaler-Zeitversatz,bytes=optionaler-"
"\"{name=Lesezeichenname,time=optionaler-Zeitversatz,bytes=optionaler-"
"Byteversatz},{
etc
...}\" festlegen."
"Byteversatz},{...}\" festlegen."
#: src/libvlc.h:322
#: src/libvlc.h:322
msgid ""
msgid ""
"These options allow you to modify the behavior of the subpictures subsystem. "
"These options allow you to modify the behavior of the subpictures subsystem. "
"You can for example enable subpictures filters (logo,
..
.). Enable these "
"You can for example enable subpictures filters (logo,
etc
.). Enable these "
"filters here and configure them in the \"subpictures filters\" modules "
"filters here and configure them in the \"subpictures filters\" modules "
"section. You can also set many miscellaneous subpictures options."
"section. You can also set many miscellaneous subpictures options."
msgstr ""
msgstr ""
...
@@ -3453,7 +3453,7 @@ msgstr ""
...
@@ -3453,7 +3453,7 @@ msgstr ""
#: modules/access/cdda/cdda.c:56
#: modules/access/cdda/cdda.c:56
msgid ""
msgid ""
"Allows you to specify how many CD blocks to get on a single CD read. "
"Allows you to specify how many CD blocks to get on a single CD read. "
"Generally on newer/faster CD
'
s, this increases throughput at the expense of "
"Generally on newer/faster CDs, this increases throughput at the expense of "
"a little more memory usage and initial delay. SCSI-MMC limitations generally "
"a little more memory usage and initial delay. SCSI-MMC limitations generally "
"don't allow for more than 25 blocks per access."
"don't allow for more than 25 blocks per access."
msgstr ""
msgstr ""
...
@@ -5102,11 +5102,11 @@ msgstr "Techno"
...
@@ -5102,11 +5102,11 @@ msgstr "Techno"
msgid "audio filter for PCM format conversion"
msgid "audio filter for PCM format conversion"
msgstr "Audiofilter für PCM-Format-Konvertierung"
msgstr "Audiofilter für PCM-Format-Konvertierung"
#: modules/audio_filter/normvol.c:6
8
#: modules/audio_filter/normvol.c:6
9
msgid "Number of audio buffers"
msgid "Number of audio buffers"
msgstr "Anzahl von Audiopuffern"
msgstr "Anzahl von Audiopuffern"
#: modules/audio_filter/normvol.c:
69
#: modules/audio_filter/normvol.c:
70
msgid ""
msgid ""
"This is the number of audio buffers on which the power measurement is made. "
"This is the number of audio buffers on which the power measurement is made. "
"A higher number of buffers will increase the response time of the filter to "
"A higher number of buffers will increase the response time of the filter to "
...
@@ -5117,11 +5117,11 @@ msgstr ""
...
@@ -5117,11 +5117,11 @@ msgstr ""
"einen hohen Ausschlag vergrößern, macht ihn aber weniger sensibel gegenüber "
"einen hohen Ausschlag vergrößern, macht ihn aber weniger sensibel gegenüber "
"kurzen Variationen."
"kurzen Variationen."
#: modules/audio_filter/normvol.c:7
4
#: modules/audio_filter/normvol.c:7
5
msgid "Max level"
msgid "Max level"
msgstr "Maximales Niveau"
msgstr "Maximales Niveau"
#: modules/audio_filter/normvol.c:7
5
#: modules/audio_filter/normvol.c:7
6
msgid ""
msgid ""
"If the average power over the last N buffers is higher than this value, the "
"If the average power over the last N buffers is higher than this value, the "
"volume will be normalized. This value is a positive floating point number. A "
"volume will be normalized. This value is a positive floating point number. A "
...
@@ -5131,7 +5131,7 @@ msgstr ""
...
@@ -5131,7 +5131,7 @@ msgstr ""
"dieser Wert ist, wird die Lautstärke normalisiert. Dieser Wert ist eine "
"dieser Wert ist, wird die Lautstärke normalisiert. Dieser Wert ist eine "
"positive Fließkommazahl. Ein Wert zwischen 0.5 und 10 erscheint sinnvoll."
"positive Fließkommazahl. Ein Wert zwischen 0.5 und 10 erscheint sinnvoll."
#: modules/audio_filter/normvol.c:8
1
#: modules/audio_filter/normvol.c:8
2
msgid "Volume normalizer"
msgid "Volume normalizer"
msgstr "Lautstärkennormalisierer"
msgstr "Lautstärkennormalisierer"
...
...
po/en_GB.po
View file @
0643c47e
...
@@ -18,7 +18,7 @@ msgid ""
...
@@ -18,7 +18,7 @@ msgid ""
msgstr ""
msgstr ""
"Project-Id-Version: vlc\n"
"Project-Id-Version: vlc\n"
"Report-Msgid-Bugs-To: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-11-0
2 14:4
0+0100\n"
"POT-Creation-Date: 2004-11-0
3 00:5
0+0100\n"
"PO-Revision-Date: 2002-04-22 09:56+0200\n"
"PO-Revision-Date: 2002-04-22 09:56+0200\n"
"Last-Translator: Sam Hocevar <sam@zoy.org>\n"
"Last-Translator: Sam Hocevar <sam@zoy.org>\n"
"Language-Team: \n"
"Language-Team: \n"
...
@@ -246,11 +246,11 @@ msgstr ""
...
@@ -246,11 +246,11 @@ msgstr ""
#, fuzzy
#, fuzzy
msgid ""
msgid ""
"VLC is an open-source and cross-platform multimedia player for various audio "
"VLC is an open-source and cross-platform multimedia player for various audio "
"and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, Ogg,
..
.) as well as "
"and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, Ogg,
etc
.) as well as "
"DVDs, VCDs, CD audio, and various streaming protocols.\n"
"DVDs, VCDs, CD audio, and various streaming protocols.\n"
"\n"
"\n"
"VLC is also a streaming server with transcoding capabilities (UDP unicast "
"VLC is also a streaming server with transcoding capabilities (UDP unicast "
"and multicast, HTTP,
..
.) mainly designed for high-bandwidth networks.\n"
"and multicast, HTTP,
etc
.) mainly designed for high-bandwidth networks.\n"
"\n"
"\n"
"For more information, have a look at the web site."
"For more information, have a look at the web site."
msgstr ""
msgstr ""
...
@@ -738,8 +738,8 @@ msgstr "Switch interface"
...
@@ -738,8 +738,8 @@ msgstr "Switch interface"
msgid "Add Interface"
msgid "Add Interface"
msgstr "Add Interface"
msgstr "Add Interface"
#: src/libvlc.c:285 src/libvlc.c:419 src/misc/modules.c:162
8
#: src/libvlc.c:285 src/libvlc.c:419 src/misc/modules.c:162
9
#: src/misc/modules.c:191
8
#: src/misc/modules.c:191
9
msgid "C"
msgid "C"
msgstr "en_GB"
msgstr "en_GB"
...
@@ -964,7 +964,7 @@ msgstr ""
...
@@ -964,7 +964,7 @@ msgstr ""
msgid ""
msgid ""
"These options allow you to modify the behavior of the audio subsystem, and "
"These options allow you to modify the behavior of the audio subsystem, and "
"to add audio filters which can be used for post processing or visual effects "
"to add audio filters which can be used for post processing or visual effects "
"(spectrum analyzer,
..
.).\n"
"(spectrum analyzer,
etc
.).\n"
"Enable these filters here, and configure them in the \"audio filters\" "
"Enable these filters here, and configure them in the \"audio filters\" "
"modules section."
"modules section."
msgstr ""
msgstr ""
...
@@ -1093,7 +1093,7 @@ msgstr ""
...
@@ -1093,7 +1093,7 @@ msgstr ""
#: src/libvlc.h:151
#: src/libvlc.h:151
msgid ""
msgid ""
"This allows you to add audio post processing filters, to modify the sound, "
"This allows you to add audio post processing filters, to modify the sound, "
"or audio visualization modules (spectrum analyzer,
..
.)."
"or audio visualization modules (spectrum analyzer,
etc
.)."
msgstr ""
msgstr ""
"This allows you to add audio post processing filters, to modify the sound, "
"This allows you to add audio post processing filters, to modify the sound, "
"or audio visualisation modules (spectrum analyser, …)."
"or audio visualisation modules (spectrum analyser, …)."
...
@@ -1114,7 +1114,7 @@ msgstr ""
...
@@ -1114,7 +1114,7 @@ msgstr ""
msgid ""
msgid ""
"These options allow you to modify the behavior of the video output "
"These options allow you to modify the behavior of the video output "
"subsystem. You can for example enable video filters (deinterlacing, image "
"subsystem. You can for example enable video filters (deinterlacing, image "
"adjusting,
..
.). Enable these filters here and configure them in the \"video "
"adjusting,
etc
.). Enable these filters here and configure them in the \"video "
"filters\" modules section. You can also set many miscellaneous video options."
"filters\" modules section. You can also set many miscellaneous video options."
msgstr ""
msgstr ""
"These options allow you to modify the behaviour of the video output "
"These options allow you to modify the behaviour of the video output "
...
@@ -1470,16 +1470,16 @@ msgstr ""
...
@@ -1470,16 +1470,16 @@ msgstr ""
msgid ""
msgid ""
"You can specify a list of bookmarks for a stream in the form "
"You can specify a list of bookmarks for a stream in the form "
"\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
"\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
"{
etc
...}\""
"{...}\""
msgstr ""
msgstr ""
"You can specify a list of bookmarks for a stream in the form "
"You can specify a list of bookmarks for a stream in the form "
"\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
"\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
"{
etc
.}\""
"{
..
.}\""
#: src/libvlc.h:322
#: src/libvlc.h:322
msgid ""
msgid ""
"These options allow you to modify the behavior of the subpictures subsystem. "
"These options allow you to modify the behavior of the subpictures subsystem. "
"You can for example enable subpictures filters (logo,
..
.). Enable these "
"You can for example enable subpictures filters (logo,
etc
.). Enable these "
"filters here and configure them in the \"subpictures filters\" modules "
"filters here and configure them in the \"subpictures filters\" modules "
"section. You can also set many miscellaneous subpictures options."
"section. You can also set many miscellaneous subpictures options."
msgstr ""
msgstr ""
...
@@ -3417,7 +3417,7 @@ msgstr ""
...
@@ -3417,7 +3417,7 @@ msgstr ""
#: modules/access/cdda/cdda.c:56
#: modules/access/cdda/cdda.c:56
msgid ""
msgid ""
"Allows you to specify how many CD blocks to get on a single CD read. "
"Allows you to specify how many CD blocks to get on a single CD read. "
"Generally on newer/faster CD
'
s, this increases throughput at the expense of "
"Generally on newer/faster CDs, this increases throughput at the expense of "
"a little more memory usage and initial delay. SCSI-MMC limitations generally "
"a little more memory usage and initial delay. SCSI-MMC limitations generally "
"don't allow for more than 25 blocks per access."
"don't allow for more than 25 blocks per access."
msgstr ""
msgstr ""
...
@@ -5063,30 +5063,30 @@ msgstr ""
...
@@ -5063,30 +5063,30 @@ msgstr ""
msgid "audio filter for PCM format conversion"
msgid "audio filter for PCM format conversion"
msgstr ""
msgstr ""
#: modules/audio_filter/normvol.c:6
8
#: modules/audio_filter/normvol.c:6
9
#, fuzzy
#, fuzzy
msgid "Number of audio buffers"
msgid "Number of audio buffers"
msgstr "Number of threads"
msgstr "Number of threads"
#: modules/audio_filter/normvol.c:
69
#: modules/audio_filter/normvol.c:
70
msgid ""
msgid ""
"This is the number of audio buffers on which the power measurement is made. "
"This is the number of audio buffers on which the power measurement is made. "
"A higher number of buffers will increase the response time of the filter to "
"A higher number of buffers will increase the response time of the filter to "
"a high power but will make it less sensitive to short variations."
"a high power but will make it less sensitive to short variations."
msgstr ""
msgstr ""
#: modules/audio_filter/normvol.c:7
4
#: modules/audio_filter/normvol.c:7
5
msgid "Max level"
msgid "Max level"
msgstr ""
msgstr ""
#: modules/audio_filter/normvol.c:7
5
#: modules/audio_filter/normvol.c:7
6
msgid ""
msgid ""
"If the average power over the last N buffers is higher than this value, the "
"If the average power over the last N buffers is higher than this value, the "
"volume will be normalized. This value is a positive floating point number. A "
"volume will be normalized. This value is a positive floating point number. A "
"value between 0.5 and 10 seems sensible."
"value between 0.5 and 10 seems sensible."
msgstr ""
msgstr ""
#: modules/audio_filter/normvol.c:8
1
#: modules/audio_filter/normvol.c:8
2
#, fuzzy
#, fuzzy
msgid "Volume normalizer"
msgid "Volume normalizer"
msgstr "Visualisations"
msgstr "Visualisations"
...
...
po/es.po
View file @
0643c47e
...
@@ -5,7 +5,7 @@ msgid ""
...
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
msgstr ""
"Project-Id-Version: vlc\n"
"Project-Id-Version: vlc\n"
"Report-Msgid-Bugs-To: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-11-0
2 14:4
0+0100\n"
"POT-Creation-Date: 2004-11-0
3 00:5
0+0100\n"
"PO-Revision-Date: 2004-10-21 01:40+0100\n"
"PO-Revision-Date: 2004-10-21 01:40+0100\n"
"Last-Translator: Antonio Javier Varela Calvo <tonxabar@hotmail.com>\n"
"Last-Translator: Antonio Javier Varela Calvo <tonxabar@hotmail.com>\n"
"Language-Team: Spanish-English\n"
"Language-Team: Spanish-English\n"
...
@@ -230,11 +230,11 @@ msgstr ""
...
@@ -230,11 +230,11 @@ msgstr ""
#: include/vlc_interface.h:162
#: include/vlc_interface.h:162
msgid ""
msgid ""
"VLC is an open-source and cross-platform multimedia player for various audio "
"VLC is an open-source and cross-platform multimedia player for various audio "
"and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, Ogg,
..
.) as well as "
"and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, Ogg,
etc
.) as well as "
"DVDs, VCDs, CD audio, and various streaming protocols.\n"
"DVDs, VCDs, CD audio, and various streaming protocols.\n"
"\n"
"\n"
"VLC is also a streaming server with transcoding capabilities (UDP unicast "
"VLC is also a streaming server with transcoding capabilities (UDP unicast "
"and multicast, HTTP,
..
.) mainly designed for high-bandwidth networks.\n"
"and multicast, HTTP,
etc
.) mainly designed for high-bandwidth networks.\n"
"\n"
"\n"
"For more information, have a look at the web site."
"For more information, have a look at the web site."
msgstr ""
msgstr ""
...
@@ -719,8 +719,8 @@ msgstr "Cambiar interfaz"
...
@@ -719,8 +719,8 @@ msgstr "Cambiar interfaz"
msgid "Add Interface"
msgid "Add Interface"
msgstr "Añadir Interfaz"
msgstr "Añadir Interfaz"
#: src/libvlc.c:285 src/libvlc.c:419 src/misc/modules.c:162
8
#: src/libvlc.c:285 src/libvlc.c:419 src/misc/modules.c:162
9
#: src/misc/modules.c:191
8
#: src/misc/modules.c:191
9
msgid "C"
msgid "C"
msgstr "es"
msgstr "es"
...
@@ -945,7 +945,7 @@ msgstr ""
...
@@ -945,7 +945,7 @@ msgstr ""
msgid ""
msgid ""
"These options allow you to modify the behavior of the audio subsystem, and "
"These options allow you to modify the behavior of the audio subsystem, and "
"to add audio filters which can be used for post processing or visual effects "
"to add audio filters which can be used for post processing or visual effects "
"(spectrum analyzer,
..
.).\n"
"(spectrum analyzer,
etc
.).\n"
"Enable these filters here, and configure them in the \"audio filters\" "
"Enable these filters here, and configure them in the \"audio filters\" "
"modules section."
"modules section."
msgstr ""
msgstr ""
...
@@ -1073,10 +1073,10 @@ msgstr ""
...
@@ -1073,10 +1073,10 @@ msgstr ""
#: src/libvlc.h:151
#: src/libvlc.h:151
msgid ""
msgid ""
"This allows you to add audio post processing filters, to modify the sound, "
"This allows you to add audio post processing filters, to modify the sound, "
"or audio visualization modules (spectrum analyzer,
..
.)."
"or audio visualization modules (spectrum analyzer,
etc
.)."
msgstr ""
msgstr ""
"Esto te permite añadir filtros de postproceso de audio, para modificar el "
"Esto te permite añadir filtros de postproceso de audio, para modificar el "
"sonido, o módulos de visualización de audio (analizador espectral, ..)."
"sonido, o módulos de visualización de audio (analizador espectral, ..
.
)."
#: src/libvlc.h:154
#: src/libvlc.h:154
msgid "Channel mixer"
msgid "Channel mixer"
...
@@ -1095,7 +1095,7 @@ msgstr ""
...
@@ -1095,7 +1095,7 @@ msgstr ""
msgid ""
msgid ""
"These options allow you to modify the behavior of the video output "
"These options allow you to modify the behavior of the video output "
"subsystem. You can for example enable video filters (deinterlacing, image "
"subsystem. You can for example enable video filters (deinterlacing, image "
"adjusting,
..
.). Enable these filters here and configure them in the \"video "
"adjusting,
etc
.). Enable these filters here and configure them in the \"video "
"filters\" modules section. You can also set many miscellaneous video options."
"filters\" modules section. You can also set many miscellaneous video options."
msgstr ""
msgstr ""
"Estas opciones te permiten modificar el comportamiento del subsistema de "
"Estas opciones te permiten modificar el comportamiento del subsistema de "
...
@@ -1450,16 +1450,16 @@ msgstr "Lista de favoritos para un volcado"
...
@@ -1450,16 +1450,16 @@ msgstr "Lista de favoritos para un volcado"
msgid ""
msgid ""
"You can specify a list of bookmarks for a stream in the form "
"You can specify a list of bookmarks for a stream in the form "
"\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
"\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
"{
etc
...}\""
"{...}\""
msgstr ""
msgstr ""
"Puedes especificar una lista de favoritos para un volcado en la forma "
"Puedes especificar una lista de favoritos para un volcado en la forma "
"\"{name=nombre-de-enlace,time=tiempo-de-desplazamiento-opcional,bytes=byte-"
"\"{name=nombre-de-enlace,time=tiempo-de-desplazamiento-opcional,bytes=byte-"
"offset-opcional}{
etc
...}\""
"offset-opcional}{...}\""
#: src/libvlc.h:322
#: src/libvlc.h:322
msgid ""
msgid ""
"These options allow you to modify the behavior of the subpictures subsystem. "
"These options allow you to modify the behavior of the subpictures subsystem. "
"You can for example enable subpictures filters (logo,
..
.). Enable these "
"You can for example enable subpictures filters (logo,
etc
.). Enable these "
"filters here and configure them in the \"subpictures filters\" modules "
"filters here and configure them in the \"subpictures filters\" modules "
"section. You can also set many miscellaneous subpictures options."
"section. You can also set many miscellaneous subpictures options."
msgstr ""
msgstr ""
...
@@ -3415,7 +3415,7 @@ msgstr ""
...
@@ -3415,7 +3415,7 @@ msgstr ""
#: modules/access/cdda/cdda.c:56
#: modules/access/cdda/cdda.c:56
msgid ""
msgid ""
"Allows you to specify how many CD blocks to get on a single CD read. "
"Allows you to specify how many CD blocks to get on a single CD read. "
"Generally on newer/faster CD
'
s, this increases throughput at the expense of "
"Generally on newer/faster CDs, this increases throughput at the expense of "
"a little more memory usage and initial delay. SCSI-MMC limitations generally "
"a little more memory usage and initial delay. SCSI-MMC limitations generally "
"don't allow for more than 25 blocks per access."
"don't allow for more than 25 blocks per access."
msgstr ""
msgstr ""
...
@@ -5045,11 +5045,11 @@ msgstr "Tecno"
...
@@ -5045,11 +5045,11 @@ msgstr "Tecno"
msgid "audio filter for PCM format conversion"
msgid "audio filter for PCM format conversion"
msgstr "filtro de audio para conversión formato PCM"
msgstr "filtro de audio para conversión formato PCM"
#: modules/audio_filter/normvol.c:6
8
#: modules/audio_filter/normvol.c:6
9
msgid "Number of audio buffers"
msgid "Number of audio buffers"
msgstr "Número de buffers de audio"
msgstr "Número de buffers de audio"
#: modules/audio_filter/normvol.c:
69
#: modules/audio_filter/normvol.c:
70
msgid ""
msgid ""
"This is the number of audio buffers on which the power measurement is made. "
"This is the number of audio buffers on which the power measurement is made. "
"A higher number of buffers will increase the response time of the filter to "
"A higher number of buffers will increase the response time of the filter to "
...
@@ -5059,11 +5059,11 @@ msgstr ""
...
@@ -5059,11 +5059,11 @@ msgstr ""
"Un número mayor de buffers aumentará el tiempo de respuesta del filtro a una "
"Un número mayor de buffers aumentará el tiempo de respuesta del filtro a una "
"alta potencia pero lo hará menos sensible a variaciones cortas."
"alta potencia pero lo hará menos sensible a variaciones cortas."
#: modules/audio_filter/normvol.c:7
4
#: modules/audio_filter/normvol.c:7
5
msgid "Max level"
msgid "Max level"
msgstr "Nivel máx"
msgstr "Nivel máx"
#: modules/audio_filter/normvol.c:7
5
#: modules/audio_filter/normvol.c:7
6
msgid ""
msgid ""
"If the average power over the last N buffers is higher than this value, the "
"If the average power over the last N buffers is higher than this value, the "
"volume will be normalized. This value is a positive floating point number. A "
"volume will be normalized. This value is a positive floating point number. A "
...
@@ -5073,7 +5073,7 @@ msgstr ""
...
@@ -5073,7 +5073,7 @@ msgstr ""
"volumen se normalizará. Este valor es un número positivo de punto flotante. "
"volumen se normalizará. Este valor es un número positivo de punto flotante. "
"Un "
"Un "
#: modules/audio_filter/normvol.c:8
1
#: modules/audio_filter/normvol.c:8
2
msgid "Volume normalizer"
msgid "Volume normalizer"
msgstr "Normalizador de volumen"
msgstr "Normalizador de volumen"
...
...
po/fr.po
View file @
0643c47e
...
@@ -9,7 +9,7 @@ msgid ""
...
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
msgstr ""
"Project-Id-Version: vlc\n"
"Project-Id-Version: vlc\n"
"Report-Msgid-Bugs-To: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-11-0
2 14:4
0+0100\n"
"POT-Creation-Date: 2004-11-0
3 00:5
0+0100\n"
"PO-Revision-Date: 2001-12-10 13:32+0100\n"
"PO-Revision-Date: 2001-12-10 13:32+0100\n"
"Last-Translator: Clément Stenac <zorglub@videolan.org> 2003-12-04\n"
"Last-Translator: Clément Stenac <zorglub@videolan.org> 2003-12-04\n"
"Language-Team: French\n"
"Language-Team: French\n"
...
@@ -223,9 +223,10 @@ msgid "No help is available for these modules"
...
@@ -223,9 +223,10 @@ msgid "No help is available for these modules"
msgstr "Aucune aide n’est disponible pour ces modules"
msgstr "Aucune aide n’est disponible pour ces modules"
#: include/vlc_interface.h:129
#: include/vlc_interface.h:129
#, fuzzy
msgid ""
msgid ""
"\n"
"\n"
"Warning: if you can
’
t access the GUI anymore, open a dos command box, go to "
"Warning: if you can
'
t access the GUI anymore, open a dos command box, go to "
"the directory where you installed VLC and run \"vlc -I wxwin\"\n"
"the directory where you installed VLC and run \"vlc -I wxwin\"\n"
msgstr ""
msgstr ""
"\n"
"\n"
...
@@ -236,11 +237,11 @@ msgstr ""
...
@@ -236,11 +237,11 @@ msgstr ""
#: include/vlc_interface.h:162
#: include/vlc_interface.h:162
msgid ""
msgid ""
"VLC is an open-source and cross-platform multimedia player for various audio "
"VLC is an open-source and cross-platform multimedia player for various audio "
"and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, Ogg,
..
.) as well as "
"and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, Ogg,
etc
.) as well as "
"DVDs, VCDs, CD audio, and various streaming protocols.\n"
"DVDs, VCDs, CD audio, and various streaming protocols.\n"
"\n"
"\n"
"VLC is also a streaming server with transcoding capabilities (UDP unicast "
"VLC is also a streaming server with transcoding capabilities (UDP unicast "
"and multicast, HTTP,
..
.) mainly designed for high-bandwidth networks.\n"
"and multicast, HTTP,
etc
.) mainly designed for high-bandwidth networks.\n"
"\n"
"\n"
"For more information, have a look at the web site."
"For more information, have a look at the web site."
msgstr ""
msgstr ""
...
@@ -724,8 +725,8 @@ msgstr "Changer d’interface"
...
@@ -724,8 +725,8 @@ msgstr "Changer d’interface"
msgid "Add Interface"
msgid "Add Interface"
msgstr "Ajouter une interface"
msgstr "Ajouter une interface"
#: src/libvlc.c:285 src/libvlc.c:419 src/misc/modules.c:162
8
#: src/libvlc.c:285 src/libvlc.c:419 src/misc/modules.c:162
9
#: src/misc/modules.c:191
8
#: src/misc/modules.c:191
9
msgid "C"
msgid "C"
msgstr "Fr"
msgstr "Fr"
...
@@ -954,7 +955,7 @@ msgstr ""
...
@@ -954,7 +955,7 @@ msgstr ""
msgid ""
msgid ""
"These options allow you to modify the behavior of the audio subsystem, and "
"These options allow you to modify the behavior of the audio subsystem, and "
"to add audio filters which can be used for post processing or visual effects "
"to add audio filters which can be used for post processing or visual effects "
"(spectrum analyzer,
..
.).\n"
"(spectrum analyzer,
etc
.).\n"
"Enable these filters here, and configure them in the \"audio filters\" "
"Enable these filters here, and configure them in the \"audio filters\" "
"modules section."
"modules section."
msgstr ""
msgstr ""
...
@@ -1085,7 +1086,7 @@ msgstr ""
...
@@ -1085,7 +1086,7 @@ msgstr ""
#: src/libvlc.h:151
#: src/libvlc.h:151
msgid ""
msgid ""
"This allows you to add audio post processing filters, to modify the sound, "
"This allows you to add audio post processing filters, to modify the sound, "
"or audio visualization modules (spectrum analyzer,
..
.)."
"or audio visualization modules (spectrum analyzer,
etc
.)."
msgstr ""
msgstr ""
"Ceci permet d’ajouter des filtres de postprocessing audio pour modifier le "
"Ceci permet d’ajouter des filtres de postprocessing audio pour modifier le "
"son, ou des modules de visualisation audio (analyseur de spectre…)."
"son, ou des modules de visualisation audio (analyseur de spectre…)."
...
@@ -1107,7 +1108,7 @@ msgstr ""
...
@@ -1107,7 +1108,7 @@ msgstr ""
msgid ""
msgid ""
"These options allow you to modify the behavior of the video output "
"These options allow you to modify the behavior of the video output "
"subsystem. You can for example enable video filters (deinterlacing, image "
"subsystem. You can for example enable video filters (deinterlacing, image "
"adjusting,
..
.). Enable these filters here and configure them in the \"video "
"adjusting,
etc
.). Enable these filters here and configure them in the \"video "
"filters\" modules section. You can also set many miscellaneous video options."
"filters\" modules section. You can also set many miscellaneous video options."
msgstr ""
msgstr ""
"Ces options permettent de modifier des réglages relatifs à l’affichage vidéo."
"Ces options permettent de modifier des réglages relatifs à l’affichage vidéo."
...
@@ -1467,16 +1468,16 @@ msgstr "Liste des signets pour un flux"
...
@@ -1467,16 +1468,16 @@ msgstr "Liste des signets pour un flux"
msgid ""
msgid ""
"You can specify a list of bookmarks for a stream in the form "
"You can specify a list of bookmarks for a stream in the form "
"\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
"\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
"{
etc
...}\""
"{...}\""
msgstr ""
msgstr ""
"Vous pouvez spécifier une liste de signets pour un flux sous la forme "
"Vous pouvez spécifier une liste de signets pour un flux sous la forme "
"« {name=nom-du-signet,time=date-facultative,bytes=position-facultative-en-"
"« {name=nom-du-signet,time=date-facultative,bytes=position-facultative-en-"
"octets},{
etc.
} »"
"octets},{
…
} »"
#: src/libvlc.h:322
#: src/libvlc.h:322
msgid ""
msgid ""
"These options allow you to modify the behavior of the subpictures subsystem. "
"These options allow you to modify the behavior of the subpictures subsystem. "
"You can for example enable subpictures filters (logo,
..
.). Enable these "
"You can for example enable subpictures filters (logo,
etc
.). Enable these "
"filters here and configure them in the \"subpictures filters\" modules "
"filters here and configure them in the \"subpictures filters\" modules "
"section. You can also set many miscellaneous subpictures options."
"section. You can also set many miscellaneous subpictures options."
msgstr ""
msgstr ""
...
@@ -1809,8 +1810,8 @@ msgid ""
...
@@ -1809,8 +1810,8 @@ msgid ""
"specified)"
"specified)"
msgstr ""
msgstr ""
"Ceci permet de garder une instance unique du flux de sortie tout au long de "
"Ceci permet de garder une instance unique du flux de sortie tout au long de "
"la liste de lecture (insère automatiquement le module de flux de sortie "
"la liste de lecture (insère automatiquement le module de flux de sortie
«
"
"
«
regroupement » si non spécifié)."
"regroupement » si non spécifié)."
#: src/libvlc.h:488
#: src/libvlc.h:488
msgid "Preferred packetizer list"
msgid "Preferred packetizer list"
...
@@ -3488,7 +3489,7 @@ msgstr ""
...
@@ -3488,7 +3489,7 @@ msgstr ""
#: modules/access/cdda/cdda.c:56
#: modules/access/cdda/cdda.c:56
msgid ""
msgid ""
"Allows you to specify how many CD blocks to get on a single CD read. "
"Allows you to specify how many CD blocks to get on a single CD read. "
"Generally on newer/faster CD
'
s, this increases throughput at the expense of "
"Generally on newer/faster CDs, this increases throughput at the expense of "
"a little more memory usage and initial delay. SCSI-MMC limitations generally "
"a little more memory usage and initial delay. SCSI-MMC limitations generally "
"don't allow for more than 25 blocks per access."
"don't allow for more than 25 blocks per access."
msgstr ""
msgstr ""
...
@@ -5143,11 +5144,11 @@ msgstr "Techno"
...
@@ -5143,11 +5144,11 @@ msgstr "Techno"
msgid "audio filter for PCM format conversion"
msgid "audio filter for PCM format conversion"
msgstr "Filtre audio de conversion de formats PCM"
msgstr "Filtre audio de conversion de formats PCM"
#: modules/audio_filter/normvol.c:6
8
#: modules/audio_filter/normvol.c:6
9
msgid "Number of audio buffers"
msgid "Number of audio buffers"
msgstr "Nombre de tampons audio"
msgstr "Nombre de tampons audio"
#: modules/audio_filter/normvol.c:
69
#: modules/audio_filter/normvol.c:
70
msgid ""
msgid ""
"This is the number of audio buffers on which the power measurement is made. "
"This is the number of audio buffers on which the power measurement is made. "
"A higher number of buffers will increase the response time of the filter to "
"A higher number of buffers will increase the response time of the filter to "
...
@@ -5158,11 +5159,11 @@ msgstr ""
...
@@ -5158,11 +5159,11 @@ msgstr ""
"filtre à un pic de puissance, mais le rendra moins sensible à de petites "
"filtre à un pic de puissance, mais le rendra moins sensible à de petites "
"variations."
"variations."
#: modules/audio_filter/normvol.c:7
4
#: modules/audio_filter/normvol.c:7
5
msgid "Max level"
msgid "Max level"
msgstr "Niveau maximal"
msgstr "Niveau maximal"
#: modules/audio_filter/normvol.c:7
5
#: modules/audio_filter/normvol.c:7
6
msgid ""
msgid ""
"If the average power over the last N buffers is higher than this value, the "
"If the average power over the last N buffers is higher than this value, the "
"volume will be normalized. This value is a positive floating point number. A "
"volume will be normalized. This value is a positive floating point number. A "
...
@@ -5172,7 +5173,7 @@ msgstr ""
...
@@ -5172,7 +5173,7 @@ msgstr ""
"volume sera normalisé. La valeur est un nombre en virgule flottante positif. "
"volume sera normalisé. La valeur est un nombre en virgule flottante positif. "
"Une valeur entre 0.5 et 10 semble correcte."
"Une valeur entre 0.5 et 10 semble correcte."
#: modules/audio_filter/normvol.c:8
1
#: modules/audio_filter/normvol.c:8
2
msgid "Volume normalizer"
msgid "Volume normalizer"
msgstr "Normaliseur de volume"
msgstr "Normaliseur de volume"
...
@@ -6868,8 +6869,8 @@ msgstr "Interface de commande à distance temps réel"
...
@@ -6868,8 +6869,8 @@ msgstr "Interface de commande à distance temps réel"
#, c-format
#, c-format
msgid "Real time control interface initialized, `h' for help\n"
msgid "Real time control interface initialized, `h' for help\n"
msgstr ""
msgstr ""
"Interface de commande à distance temps réel initialisée, « h » pour obtenir
de
"
"Interface de commande à distance temps réel initialisée, « h » pour obtenir "
"l’aide.\n"
"
de
l’aide.\n"
#: modules/control/showintf.c:62
#: modules/control/showintf.c:62
#, fuzzy
#, fuzzy
...
@@ -13152,8 +13153,8 @@ msgstr "Interface XOSD"
...
@@ -13152,8 +13153,8 @@ msgstr "Interface XOSD"
#~ "this cube transparent."
#~ "this cube transparent."
#~ msgstr ""
#~ msgstr ""
#~ "Utilisez « None » pour afficher la vidéo sans effet fantaisiste, « Cube » "
#~ "Utilisez « None » pour afficher la vidéo sans effet fantaisiste, « Cube » "
#~ "pour que la vidéo soit jouée sur les faces d’un cube en mouvement, "
#~ "pour que la vidéo soit jouée sur les faces d’un cube en mouvement,
«
"
#~ "
«
Transparent Cube » pour que ce cube soit transparent."
#~ "Transparent Cube » pour que ce cube soit transparent."
#~ msgid "Last skin actually used"
#~ msgid "Last skin actually used"
#~ msgstr "Dernière skin utilisée"
#~ msgstr "Dernière skin utilisée"
...
...
po/hu.po
View file @
0643c47e
...
@@ -7,7 +7,7 @@ msgid ""
...
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
msgstr ""
"Project-Id-Version: VLAN\n"
"Project-Id-Version: VLAN\n"
"Report-Msgid-Bugs-To: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-11-0
2 14:4
0+0100\n"
"POT-Creation-Date: 2004-11-0
3 00:5
0+0100\n"
"PO-Revision-Date: 2003-10-26 02:54+0100\n"
"PO-Revision-Date: 2003-10-26 02:54+0100\n"
"Last-Translator: DirektX <DirektX @ freemail.hu>\n"
"Last-Translator: DirektX <DirektX @ freemail.hu>\n"
"Language-Team: DirektX <DirektX @ freemail.hu>\n"
"Language-Team: DirektX <DirektX @ freemail.hu>\n"
...
@@ -218,11 +218,11 @@ msgstr ""
...
@@ -218,11 +218,11 @@ msgstr ""
#: include/vlc_interface.h:162
#: include/vlc_interface.h:162
msgid ""
msgid ""
"VLC is an open-source and cross-platform multimedia player for various audio "
"VLC is an open-source and cross-platform multimedia player for various audio "
"and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, Ogg,
..
.) as well as "
"and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, Ogg,
etc
.) as well as "
"DVDs, VCDs, CD audio, and various streaming protocols.\n"
"DVDs, VCDs, CD audio, and various streaming protocols.\n"
"\n"
"\n"
"VLC is also a streaming server with transcoding capabilities (UDP unicast "
"VLC is also a streaming server with transcoding capabilities (UDP unicast "
"and multicast, HTTP,
..
.) mainly designed for high-bandwidth networks.\n"
"and multicast, HTTP,
etc
.) mainly designed for high-bandwidth networks.\n"
"\n"
"\n"
"For more information, have a look at the web site."
"For more information, have a look at the web site."
msgstr ""
msgstr ""
...
@@ -720,8 +720,8 @@ msgstr "Kezel
...
@@ -720,8 +720,8 @@ msgstr "Kezel
msgid "Add Interface"
msgid "Add Interface"
msgstr "Kezelfellet"
msgstr "Kezelfellet"
#: src/libvlc.c:285 src/libvlc.c:419 src/misc/modules.c:162
8
#: src/libvlc.c:285 src/libvlc.c:419 src/misc/modules.c:162
9
#: src/misc/modules.c:191
8
#: src/misc/modules.c:191
9
msgid "C"
msgid "C"
msgstr ""
msgstr ""
...
@@ -933,7 +933,7 @@ msgstr ""
...
@@ -933,7 +933,7 @@ msgstr ""
msgid ""
msgid ""
"These options allow you to modify the behavior of the audio subsystem, and "
"These options allow you to modify the behavior of the audio subsystem, and "
"to add audio filters which can be used for post processing or visual effects "
"to add audio filters which can be used for post processing or visual effects "
"(spectrum analyzer,
..
.).\n"
"(spectrum analyzer,
etc
.).\n"
"Enable these filters here, and configure them in the \"audio filters\" "
"Enable these filters here, and configure them in the \"audio filters\" "
"modules section."
"modules section."
msgstr ""
msgstr ""
...
@@ -1049,7 +1049,7 @@ msgstr ""
...
@@ -1049,7 +1049,7 @@ msgstr ""
#: src/libvlc.h:151
#: src/libvlc.h:151
msgid ""
msgid ""
"This allows you to add audio post processing filters, to modify the sound, "
"This allows you to add audio post processing filters, to modify the sound, "
"or audio visualization modules (spectrum analyzer,
..
.)."
"or audio visualization modules (spectrum analyzer,
etc
.)."
msgstr ""
msgstr ""
#: src/libvlc.h:154
#: src/libvlc.h:154
...
@@ -1067,7 +1067,7 @@ msgstr ""
...
@@ -1067,7 +1067,7 @@ msgstr ""
msgid ""
msgid ""
"These options allow you to modify the behavior of the video output "
"These options allow you to modify the behavior of the video output "
"subsystem. You can for example enable video filters (deinterlacing, image "
"subsystem. You can for example enable video filters (deinterlacing, image "
"adjusting,
..
.). Enable these filters here and configure them in the \"video "
"adjusting,
etc
.). Enable these filters here and configure them in the \"video "
"filters\" modules section. You can also set many miscellaneous video options."
"filters\" modules section. You can also set many miscellaneous video options."
msgstr ""
msgstr ""
...
@@ -1386,13 +1386,13 @@ msgstr ""
...
@@ -1386,13 +1386,13 @@ msgstr ""
msgid ""
msgid ""
"You can specify a list of bookmarks for a stream in the form "
"You can specify a list of bookmarks for a stream in the form "
"\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
"\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
"{
etc
...}\""
"{...}\""
msgstr ""
msgstr ""
#: src/libvlc.h:322
#: src/libvlc.h:322
msgid ""
msgid ""
"These options allow you to modify the behavior of the subpictures subsystem. "
"These options allow you to modify the behavior of the subpictures subsystem. "
"You can for example enable subpictures filters (logo,
..
.). Enable these "
"You can for example enable subpictures filters (logo,
etc
.). Enable these "
"filters here and configure them in the \"subpictures filters\" modules "
"filters here and configure them in the \"subpictures filters\" modules "
"section. You can also set many miscellaneous subpictures options."
"section. You can also set many miscellaneous subpictures options."
msgstr ""
msgstr ""
...
@@ -3309,7 +3309,7 @@ msgstr ""
...
@@ -3309,7 +3309,7 @@ msgstr ""
#: modules/access/cdda/cdda.c:56
#: modules/access/cdda/cdda.c:56
msgid ""
msgid ""
"Allows you to specify how many CD blocks to get on a single CD read. "
"Allows you to specify how many CD blocks to get on a single CD read. "
"Generally on newer/faster CD
'
s, this increases throughput at the expense of "
"Generally on newer/faster CDs, this increases throughput at the expense of "
"a little more memory usage and initial delay. SCSI-MMC limitations generally "
"a little more memory usage and initial delay. SCSI-MMC limitations generally "
"don't allow for more than 25 blocks per access."
"don't allow for more than 25 blocks per access."
msgstr ""
msgstr ""
...
@@ -4829,29 +4829,29 @@ msgstr ""
...
@@ -4829,29 +4829,29 @@ msgstr ""
msgid "audio filter for PCM format conversion"
msgid "audio filter for PCM format conversion"
msgstr ""
msgstr ""
#: modules/audio_filter/normvol.c:6
8
#: modules/audio_filter/normvol.c:6
9
msgid "Number of audio buffers"
msgid "Number of audio buffers"
msgstr ""
msgstr ""
#: modules/audio_filter/normvol.c:
69
#: modules/audio_filter/normvol.c:
70
msgid ""
msgid ""
"This is the number of audio buffers on which the power measurement is made. "
"This is the number of audio buffers on which the power measurement is made. "
"A higher number of buffers will increase the response time of the filter to "
"A higher number of buffers will increase the response time of the filter to "
"a high power but will make it less sensitive to short variations."
"a high power but will make it less sensitive to short variations."
msgstr ""
msgstr ""
#: modules/audio_filter/normvol.c:7
4
#: modules/audio_filter/normvol.c:7
5
msgid "Max level"
msgid "Max level"
msgstr ""
msgstr ""
#: modules/audio_filter/normvol.c:7
5
#: modules/audio_filter/normvol.c:7
6
msgid ""
msgid ""
"If the average power over the last N buffers is higher than this value, the "
"If the average power over the last N buffers is higher than this value, the "
"volume will be normalized. This value is a positive floating point number. A "
"volume will be normalized. This value is a positive floating point number. A "
"value between 0.5 and 10 seems sensible."
"value between 0.5 and 10 seems sensible."
msgstr ""
msgstr ""
#: modules/audio_filter/normvol.c:8
1
#: modules/audio_filter/normvol.c:8
2
msgid "Volume normalizer"
msgid "Volume normalizer"
msgstr ""
msgstr ""
...
...
po/it.po
View file @
0643c47e
...
@@ -7,7 +7,7 @@ msgid ""
...
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
msgstr ""
"Project-Id-Version: vlc\n"
"Project-Id-Version: vlc\n"
"Report-Msgid-Bugs-To: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-11-0
2 14:4
0+0100\n"
"POT-Creation-Date: 2004-11-0
3 00:5
0+0100\n"
"PO-Revision-Date: 2004-05-02 17:45+0200\n"
"PO-Revision-Date: 2004-05-02 17:45+0200\n"
"Last-Translator: Carlo Calabrò\n"
"Last-Translator: Carlo Calabrò\n"
"Language-Team: Italian <it@li.org>\n"
"Language-Team: Italian <it@li.org>\n"
...
@@ -235,11 +235,11 @@ msgstr ""
...
@@ -235,11 +235,11 @@ msgstr ""
#: include/vlc_interface.h:162
#: include/vlc_interface.h:162
msgid ""
msgid ""
"VLC is an open-source and cross-platform multimedia player for various audio "
"VLC is an open-source and cross-platform multimedia player for various audio "
"and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, Ogg,
..
.) as well as "
"and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, Ogg,
etc
.) as well as "
"DVDs, VCDs, CD audio, and various streaming protocols.\n"
"DVDs, VCDs, CD audio, and various streaming protocols.\n"
"\n"
"\n"
"VLC is also a streaming server with transcoding capabilities (UDP unicast "
"VLC is also a streaming server with transcoding capabilities (UDP unicast "
"and multicast, HTTP,
..
.) mainly designed for high-bandwidth networks.\n"
"and multicast, HTTP,
etc
.) mainly designed for high-bandwidth networks.\n"
"\n"
"\n"
"For more information, have a look at the web site."
"For more information, have a look at the web site."
msgstr ""
msgstr ""
...
@@ -723,8 +723,8 @@ msgstr "Cambia interfaccia"
...
@@ -723,8 +723,8 @@ msgstr "Cambia interfaccia"
msgid "Add Interface"
msgid "Add Interface"
msgstr "Aggiungi interfaccia"
msgstr "Aggiungi interfaccia"
#: src/libvlc.c:285 src/libvlc.c:419 src/misc/modules.c:162
8
#: src/libvlc.c:285 src/libvlc.c:419 src/misc/modules.c:162
9
#: src/misc/modules.c:191
8
#: src/misc/modules.c:191
9
msgid "C"
msgid "C"
msgstr "it"
msgstr "it"
...
@@ -951,7 +951,7 @@ msgstr ""
...
@@ -951,7 +951,7 @@ msgstr ""
msgid ""
msgid ""
"These options allow you to modify the behavior of the audio subsystem, and "
"These options allow you to modify the behavior of the audio subsystem, and "
"to add audio filters which can be used for post processing or visual effects "
"to add audio filters which can be used for post processing or visual effects "
"(spectrum analyzer,
..
.).\n"
"(spectrum analyzer,
etc
.).\n"
"Enable these filters here, and configure them in the \"audio filters\" "
"Enable these filters here, and configure them in the \"audio filters\" "
"modules section."
"modules section."
msgstr ""
msgstr ""
...
@@ -1082,7 +1082,7 @@ msgstr ""
...
@@ -1082,7 +1082,7 @@ msgstr ""
#: src/libvlc.h:151
#: src/libvlc.h:151
msgid ""
msgid ""
"This allows you to add audio post processing filters, to modify the sound, "
"This allows you to add audio post processing filters, to modify the sound, "
"or audio visualization modules (spectrum analyzer,
..
.)."
"or audio visualization modules (spectrum analyzer,
etc
.)."
msgstr ""
msgstr ""
"Permette di aggiungere filtri audio, per modificare il suono, oppure moduli "
"Permette di aggiungere filtri audio, per modificare il suono, oppure moduli "
"di visualizzazione (analisi spettrale, per esempio)."
"di visualizzazione (analisi spettrale, per esempio)."
...
@@ -1103,7 +1103,7 @@ msgstr ""
...
@@ -1103,7 +1103,7 @@ msgstr ""
msgid ""
msgid ""
"These options allow you to modify the behavior of the video output "
"These options allow you to modify the behavior of the video output "
"subsystem. You can for example enable video filters (deinterlacing, image "
"subsystem. You can for example enable video filters (deinterlacing, image "
"adjusting,
..
.). Enable these filters here and configure them in the \"video "
"adjusting,
etc
.). Enable these filters here and configure them in the \"video "
"filters\" modules section. You can also set many miscellaneous video options."
"filters\" modules section. You can also set many miscellaneous video options."
msgstr ""
msgstr ""
"Queste opzioni permettono di modificare il comportamento dell'uscita video. "
"Queste opzioni permettono di modificare il comportamento dell'uscita video. "
...
@@ -1467,16 +1467,16 @@ msgstr "Lista di segnalibri per uno stream"
...
@@ -1467,16 +1467,16 @@ msgstr "Lista di segnalibri per uno stream"
msgid ""
msgid ""
"You can specify a list of bookmarks for a stream in the form "
"You can specify a list of bookmarks for a stream in the form "
"\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
"\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
"{
etc
...}\""
"{...}\""
msgstr ""
msgstr ""
"E' possibile specificare dei segnalibri per uno stream, nel formato "
"E' possibile specificare dei segnalibri per uno stream, nel formato "
"\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
"\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
"{
etc
...}\""
"{...}\""
#: src/libvlc.h:322
#: src/libvlc.h:322
msgid ""
msgid ""
"These options allow you to modify the behavior of the subpictures subsystem. "
"These options allow you to modify the behavior of the subpictures subsystem. "
"You can for example enable subpictures filters (logo,
..
.). Enable these "
"You can for example enable subpictures filters (logo,
etc
.). Enable these "
"filters here and configure them in the \"subpictures filters\" modules "
"filters here and configure them in the \"subpictures filters\" modules "
"section. You can also set many miscellaneous subpictures options."
"section. You can also set many miscellaneous subpictures options."
msgstr ""
msgstr ""
...
@@ -3427,7 +3427,7 @@ msgstr ""
...
@@ -3427,7 +3427,7 @@ msgstr ""
#: modules/access/cdda/cdda.c:56
#: modules/access/cdda/cdda.c:56
msgid ""
msgid ""
"Allows you to specify how many CD blocks to get on a single CD read. "
"Allows you to specify how many CD blocks to get on a single CD read. "
"Generally on newer/faster CD
'
s, this increases throughput at the expense of "
"Generally on newer/faster CDs, this increases throughput at the expense of "
"a little more memory usage and initial delay. SCSI-MMC limitations generally "
"a little more memory usage and initial delay. SCSI-MMC limitations generally "
"don't allow for more than 25 blocks per access."
"don't allow for more than 25 blocks per access."
msgstr ""
msgstr ""
...
@@ -5067,11 +5067,11 @@ msgstr "Techno"
...
@@ -5067,11 +5067,11 @@ msgstr "Techno"
msgid "audio filter for PCM format conversion"
msgid "audio filter for PCM format conversion"
msgstr "filtro audio per la conversione di formato PCM"
msgstr "filtro audio per la conversione di formato PCM"
#: modules/audio_filter/normvol.c:6
8
#: modules/audio_filter/normvol.c:6
9
msgid "Number of audio buffers"
msgid "Number of audio buffers"
msgstr "Numero di buffer audio"
msgstr "Numero di buffer audio"
#: modules/audio_filter/normvol.c:
69
#: modules/audio_filter/normvol.c:
70
msgid ""
msgid ""
"This is the number of audio buffers on which the power measurement is made. "
"This is the number of audio buffers on which the power measurement is made. "
"A higher number of buffers will increase the response time of the filter to "
"A higher number of buffers will increase the response time of the filter to "
...
@@ -5081,11 +5081,11 @@ msgstr ""
...
@@ -5081,11 +5081,11 @@ msgstr ""
"aumenta il tempo di risposta del filtro alle alte potenze, ma lo rende meno "
"aumenta il tempo di risposta del filtro alle alte potenze, ma lo rende meno "
"sensibile alle variazioni rapide."
"sensibile alle variazioni rapide."
#: modules/audio_filter/normvol.c:7
4
#: modules/audio_filter/normvol.c:7
5
msgid "Max level"
msgid "Max level"
msgstr "Livello massimo"
msgstr "Livello massimo"
#: modules/audio_filter/normvol.c:7
5
#: modules/audio_filter/normvol.c:7
6
msgid ""
msgid ""
"If the average power over the last N buffers is higher than this value, the "
"If the average power over the last N buffers is higher than this value, the "
"volume will be normalized. This value is a positive floating point number. A "
"volume will be normalized. This value is a positive floating point number. A "
...
@@ -5095,7 +5095,7 @@ msgstr ""
...
@@ -5095,7 +5095,7 @@ msgstr ""
"il volume verrà normalizzato. Il valore deve essere un numero positivo in "
"il volume verrà normalizzato. Il valore deve essere un numero positivo in "
"virgola mobile; un valore ragionevole può essere compreso tra 0.5 e 10."
"virgola mobile; un valore ragionevole può essere compreso tra 0.5 e 10."
#: modules/audio_filter/normvol.c:8
1
#: modules/audio_filter/normvol.c:8
2
msgid "Volume normalizer"
msgid "Volume normalizer"
msgstr "Volume normalizzato"
msgstr "Volume normalizzato"
...
...
po/ja.po
View file @
0643c47e
...
@@ -7,7 +7,7 @@ msgid ""
...
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
msgstr ""
"Project-Id-Version: ja\n"
"Project-Id-Version: ja\n"
"Report-Msgid-Bugs-To: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-11-0
2 14:4
0+0100\n"
"POT-Creation-Date: 2004-11-0
3 00:5
0+0100\n"
"PO-Revision-Date: 2004-09-20 02:46+0900\n"
"PO-Revision-Date: 2004-09-20 02:46+0900\n"
"Last-Translator: Tadashi Jokagi <elf2000@users.sourceforge.net>\n"
"Last-Translator: Tadashi Jokagi <elf2000@users.sourceforge.net>\n"
"Language-Team: Japanese <ja@li.org>\n"
"Language-Team: Japanese <ja@li.org>\n"
...
@@ -219,11 +219,11 @@ msgstr ""
...
@@ -219,11 +219,11 @@ msgstr ""
#: include/vlc_interface.h:162
#: include/vlc_interface.h:162
msgid ""
msgid ""
"VLC is an open-source and cross-platform multimedia player for various audio "
"VLC is an open-source and cross-platform multimedia player for various audio "
"and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, Ogg,
..
.) as well as "
"and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, Ogg,
etc
.) as well as "
"DVDs, VCDs, CD audio, and various streaming protocols.\n"
"DVDs, VCDs, CD audio, and various streaming protocols.\n"
"\n"
"\n"
"VLC is also a streaming server with transcoding capabilities (UDP unicast "
"VLC is also a streaming server with transcoding capabilities (UDP unicast "
"and multicast, HTTP,
..
.) mainly designed for high-bandwidth networks.\n"
"and multicast, HTTP,
etc
.) mainly designed for high-bandwidth networks.\n"
"\n"
"\n"
"For more information, have a look at the web site."
"For more information, have a look at the web site."
msgstr ""
msgstr ""
...
@@ -719,8 +719,8 @@ msgstr "
...
@@ -719,8 +719,8 @@ msgstr "
msgid "Add Interface"
msgid "Add Interface"
msgstr "インタフェースを追加"
msgstr "インタフェースを追加"
#: src/libvlc.c:285 src/libvlc.c:419 src/misc/modules.c:162
8
#: src/libvlc.c:285 src/libvlc.c:419 src/misc/modules.c:162
9
#: src/misc/modules.c:191
8
#: src/misc/modules.c:191
9
msgid "C"
msgid "C"
msgstr "ja"
msgstr "ja"
...
@@ -944,7 +944,7 @@ msgstr ""
...
@@ -944,7 +944,7 @@ msgstr ""
msgid ""
msgid ""
"These options allow you to modify the behavior of the audio subsystem, and "
"These options allow you to modify the behavior of the audio subsystem, and "
"to add audio filters which can be used for post processing or visual effects "
"to add audio filters which can be used for post processing or visual effects "
"(spectrum analyzer,
..
.).\n"
"(spectrum analyzer,
etc
.).\n"
"Enable these filters here, and configure them in the \"audio filters\" "
"Enable these filters here, and configure them in the \"audio filters\" "
"modules section."
"modules section."
msgstr ""
msgstr ""
...
@@ -1071,7 +1071,7 @@ msgstr ""
...
@@ -1071,7 +1071,7 @@ msgstr ""
#: src/libvlc.h:151
#: src/libvlc.h:151
msgid ""
msgid ""
"This allows you to add audio post processing filters, to modify the sound, "
"This allows you to add audio post processing filters, to modify the sound, "
"or audio visualization modules (spectrum analyzer,
..
.)."
"or audio visualization modules (spectrum analyzer,
etc
.)."
msgstr ""
msgstr ""
#: src/libvlc.h:154
#: src/libvlc.h:154
...
@@ -1088,7 +1088,7 @@ msgstr ""
...
@@ -1088,7 +1088,7 @@ msgstr ""
msgid ""
msgid ""
"These options allow you to modify the behavior of the video output "
"These options allow you to modify the behavior of the video output "
"subsystem. You can for example enable video filters (deinterlacing, image "
"subsystem. You can for example enable video filters (deinterlacing, image "
"adjusting,
..
.). Enable these filters here and configure them in the \"video "
"adjusting,
etc
.). Enable these filters here and configure them in the \"video "
"filters\" modules section. You can also set many miscellaneous video options."
"filters\" modules section. You can also set many miscellaneous video options."
msgstr ""
msgstr ""
...
@@ -1428,13 +1428,13 @@ msgstr ""
...
@@ -1428,13 +1428,13 @@ msgstr ""
msgid ""
msgid ""
"You can specify a list of bookmarks for a stream in the form "
"You can specify a list of bookmarks for a stream in the form "
"\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
"\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
"{
etc
...}\""
"{...}\""
msgstr ""
msgstr ""
#: src/libvlc.h:322
#: src/libvlc.h:322
msgid ""
msgid ""
"These options allow you to modify the behavior of the subpictures subsystem. "
"These options allow you to modify the behavior of the subpictures subsystem. "
"You can for example enable subpictures filters (logo,
..
.). Enable these "
"You can for example enable subpictures filters (logo,
etc
.). Enable these "
"filters here and configure them in the \"subpictures filters\" modules "
"filters here and configure them in the \"subpictures filters\" modules "
"section. You can also set many miscellaneous subpictures options."
"section. You can also set many miscellaneous subpictures options."
msgstr ""
msgstr ""
...
@@ -3396,7 +3396,7 @@ msgstr ""
...
@@ -3396,7 +3396,7 @@ msgstr ""
#: modules/access/cdda/cdda.c:56
#: modules/access/cdda/cdda.c:56
msgid ""
msgid ""
"Allows you to specify how many CD blocks to get on a single CD read. "
"Allows you to specify how many CD blocks to get on a single CD read. "
"Generally on newer/faster CD
'
s, this increases throughput at the expense of "
"Generally on newer/faster CDs, this increases throughput at the expense of "
"a little more memory usage and initial delay. SCSI-MMC limitations generally "
"a little more memory usage and initial delay. SCSI-MMC limitations generally "
"don't allow for more than 25 blocks per access."
"don't allow for more than 25 blocks per access."
msgstr ""
msgstr ""
...
@@ -4984,31 +4984,31 @@ msgstr "
...
@@ -4984,31 +4984,31 @@ msgstr "
msgid "audio filter for PCM format conversion"
msgid "audio filter for PCM format conversion"
msgstr "float32->s8変換のためのオーディオ・フィルター"
msgstr "float32->s8変換のためのオーディオ・フィルター"
#: modules/audio_filter/normvol.c:6
8
#: modules/audio_filter/normvol.c:6
9
#, fuzzy
#, fuzzy
msgid "Number of audio buffers"
msgid "Number of audio buffers"
msgstr "バンド数"
msgstr "バンド数"
#: modules/audio_filter/normvol.c:
69
#: modules/audio_filter/normvol.c:
70
msgid ""
msgid ""
"This is the number of audio buffers on which the power measurement is made. "
"This is the number of audio buffers on which the power measurement is made. "
"A higher number of buffers will increase the response time of the filter to "
"A higher number of buffers will increase the response time of the filter to "
"a high power but will make it less sensitive to short variations."
"a high power but will make it less sensitive to short variations."
msgstr ""
msgstr ""
#: modules/audio_filter/normvol.c:7
4
#: modules/audio_filter/normvol.c:7
5
#, fuzzy
#, fuzzy
msgid "Max level"
msgid "Max level"
msgstr "品質レベル"
msgstr "品質レベル"
#: modules/audio_filter/normvol.c:7
5
#: modules/audio_filter/normvol.c:7
6
msgid ""
msgid ""
"If the average power over the last N buffers is higher than this value, the "
"If the average power over the last N buffers is higher than this value, the "
"volume will be normalized. This value is a positive floating point number. A "
"volume will be normalized. This value is a positive floating point number. A "
"value between 0.5 and 10 seems sensible."
"value between 0.5 and 10 seems sensible."
msgstr ""
msgstr ""
#: modules/audio_filter/normvol.c:8
1
#: modules/audio_filter/normvol.c:8
2
msgid "Volume normalizer"
msgid "Volume normalizer"
msgstr ""
msgstr ""
...
...
po/nl.po
View file @
0643c47e
...
@@ -7,7 +7,7 @@ msgid ""
...
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
msgstr ""
"Project-Id-Version: vlc\n"
"Project-Id-Version: vlc\n"
"Report-Msgid-Bugs-To: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-11-0
2 14:4
0+0100\n"
"POT-Creation-Date: 2004-11-0
3 00:5
0+0100\n"
"PO-Revision-Date: 2004-05-16 00:41+0200\n"
"PO-Revision-Date: 2004-05-16 00:41+0200\n"
"Last-Translator: Derk-Jan Hartman <hartman at videolan dot org>\n"
"Last-Translator: Derk-Jan Hartman <hartman at videolan dot org>\n"
"Language-Team: Nederlands <www-doc@videolan.org>\n"
"Language-Team: Nederlands <www-doc@videolan.org>\n"
...
@@ -234,11 +234,11 @@ msgstr ""
...
@@ -234,11 +234,11 @@ msgstr ""
#: include/vlc_interface.h:162
#: include/vlc_interface.h:162
msgid ""
msgid ""
"VLC is an open-source and cross-platform multimedia player for various audio "
"VLC is an open-source and cross-platform multimedia player for various audio "
"and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, Ogg,
..
.) as well as "
"and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, Ogg,
etc
.) as well as "
"DVDs, VCDs, CD audio, and various streaming protocols.\n"
"DVDs, VCDs, CD audio, and various streaming protocols.\n"
"\n"
"\n"
"VLC is also a streaming server with transcoding capabilities (UDP unicast "
"VLC is also a streaming server with transcoding capabilities (UDP unicast "
"and multicast, HTTP,
..
.) mainly designed for high-bandwidth networks.\n"
"and multicast, HTTP,
etc
.) mainly designed for high-bandwidth networks.\n"
"\n"
"\n"
"For more information, have a look at the web site."
"For more information, have a look at the web site."
msgstr ""
msgstr ""
...
@@ -720,8 +720,8 @@ msgstr "Wijzig interface"
...
@@ -720,8 +720,8 @@ msgstr "Wijzig interface"
msgid "Add Interface"
msgid "Add Interface"
msgstr "Voeg Interface Toe"
msgstr "Voeg Interface Toe"
#: src/libvlc.c:285 src/libvlc.c:419 src/misc/modules.c:162
8
#: src/libvlc.c:285 src/libvlc.c:419 src/misc/modules.c:162
9
#: src/misc/modules.c:191
8
#: src/misc/modules.c:191
9
msgid "C"
msgid "C"
msgstr "nl"
msgstr "nl"
...
@@ -950,7 +950,7 @@ msgstr ""
...
@@ -950,7 +950,7 @@ msgstr ""
msgid ""
msgid ""
"These options allow you to modify the behavior of the audio subsystem, and "
"These options allow you to modify the behavior of the audio subsystem, and "
"to add audio filters which can be used for post processing or visual effects "
"to add audio filters which can be used for post processing or visual effects "
"(spectrum analyzer,
..
.).\n"
"(spectrum analyzer,
etc
.).\n"
"Enable these filters here, and configure them in the \"audio filters\" "
"Enable these filters here, and configure them in the \"audio filters\" "
"modules section."
"modules section."
msgstr ""
msgstr ""
...
@@ -1074,7 +1074,7 @@ msgstr ""
...
@@ -1074,7 +1074,7 @@ msgstr ""
#: src/libvlc.h:151
#: src/libvlc.h:151
msgid ""
msgid ""
"This allows you to add audio post processing filters, to modify the sound, "
"This allows you to add audio post processing filters, to modify the sound, "
"or audio visualization modules (spectrum analyzer,
..
.)."
"or audio visualization modules (spectrum analyzer,
etc
.)."
msgstr ""
msgstr ""
"Hiermee kunnen audio nabewerkingsfilters worden toegevoegd om het geluid te "
"Hiermee kunnen audio nabewerkingsfilters worden toegevoegd om het geluid te "
"bewerken, of modules voor visuele effecten (spectrum analyzer, etc)."
"bewerken, of modules voor visuele effecten (spectrum analyzer, etc)."
...
@@ -1095,7 +1095,7 @@ msgstr ""
...
@@ -1095,7 +1095,7 @@ msgstr ""
msgid ""
msgid ""
"These options allow you to modify the behavior of the video output "
"These options allow you to modify the behavior of the video output "
"subsystem. You can for example enable video filters (deinterlacing, image "
"subsystem. You can for example enable video filters (deinterlacing, image "
"adjusting,
..
.). Enable these filters here and configure them in the \"video "
"adjusting,
etc
.). Enable these filters here and configure them in the \"video "
"filters\" modules section. You can also set many miscellaneous video options."
"filters\" modules section. You can also set many miscellaneous video options."
msgstr ""
msgstr ""
"Met deze instellingen kunnen opties voor de video uitvoer gewijzigd worden. "
"Met deze instellingen kunnen opties voor de video uitvoer gewijzigd worden. "
...
@@ -1450,16 +1450,16 @@ msgstr "Lijst van bladwijzers voor een stream."
...
@@ -1450,16 +1450,16 @@ msgstr "Lijst van bladwijzers voor een stream."
msgid ""
msgid ""
"You can specify a list of bookmarks for a stream in the form "
"You can specify a list of bookmarks for a stream in the form "
"\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
"\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
"{
etc
...}\""
"{...}\""
msgstr ""
msgstr ""
"Je kan een lijst van bladwijzers aanleggen voor een stream in de volgende "
"Je kan een lijst van bladwijzers aanleggen voor een stream in de volgende "
"vorm \"{name=bladwijzer-name,time=optionele-begintijd,bytes=optioneel-begin-"
"vorm \"{name=bladwijzer-name,time=optionele-begintijd,bytes=optioneel-begin-"
"na-#bytes},{
etc
...}\""
"na-#bytes},{...}\""
#: src/libvlc.h:322
#: src/libvlc.h:322
msgid ""
msgid ""
"These options allow you to modify the behavior of the subpictures subsystem. "
"These options allow you to modify the behavior of the subpictures subsystem. "
"You can for example enable subpictures filters (logo,
..
.). Enable these "
"You can for example enable subpictures filters (logo,
etc
.). Enable these "
"filters here and configure them in the \"subpictures filters\" modules "
"filters here and configure them in the \"subpictures filters\" modules "
"section. You can also set many miscellaneous subpictures options."
"section. You can also set many miscellaneous subpictures options."
msgstr ""
msgstr ""
...
@@ -3414,7 +3414,7 @@ msgstr ""
...
@@ -3414,7 +3414,7 @@ msgstr ""
#: modules/access/cdda/cdda.c:56
#: modules/access/cdda/cdda.c:56
msgid ""
msgid ""
"Allows you to specify how many CD blocks to get on a single CD read. "
"Allows you to specify how many CD blocks to get on a single CD read. "
"Generally on newer/faster CD
'
s, this increases throughput at the expense of "
"Generally on newer/faster CDs, this increases throughput at the expense of "
"a little more memory usage and initial delay. SCSI-MMC limitations generally "
"a little more memory usage and initial delay. SCSI-MMC limitations generally "
"don't allow for more than 25 blocks per access."
"don't allow for more than 25 blocks per access."
msgstr ""
msgstr ""
...
@@ -5035,29 +5035,29 @@ msgstr "Techno"
...
@@ -5035,29 +5035,29 @@ msgstr "Techno"
msgid "audio filter for PCM format conversion"
msgid "audio filter for PCM format conversion"
msgstr "audio filter voor PCM conversie"
msgstr "audio filter voor PCM conversie"
#: modules/audio_filter/normvol.c:6
8
#: modules/audio_filter/normvol.c:6
9
msgid "Number of audio buffers"
msgid "Number of audio buffers"
msgstr "Aantal audio buffers"
msgstr "Aantal audio buffers"
#: modules/audio_filter/normvol.c:
69
#: modules/audio_filter/normvol.c:
70
msgid ""
msgid ""
"This is the number of audio buffers on which the power measurement is made. "
"This is the number of audio buffers on which the power measurement is made. "
"A higher number of buffers will increase the response time of the filter to "
"A higher number of buffers will increase the response time of the filter to "
"a high power but will make it less sensitive to short variations."
"a high power but will make it less sensitive to short variations."
msgstr ""
msgstr ""
#: modules/audio_filter/normvol.c:7
4
#: modules/audio_filter/normvol.c:7
5
msgid "Max level"
msgid "Max level"
msgstr ""
msgstr ""
#: modules/audio_filter/normvol.c:7
5
#: modules/audio_filter/normvol.c:7
6
msgid ""
msgid ""
"If the average power over the last N buffers is higher than this value, the "
"If the average power over the last N buffers is higher than this value, the "
"volume will be normalized. This value is a positive floating point number. A "
"volume will be normalized. This value is a positive floating point number. A "
"value between 0.5 and 10 seems sensible."
"value between 0.5 and 10 seems sensible."
msgstr ""
msgstr ""
#: modules/audio_filter/normvol.c:8
1
#: modules/audio_filter/normvol.c:8
2
msgid "Volume normalizer"
msgid "Volume normalizer"
msgstr "Volume uitbalancering"
msgstr "Volume uitbalancering"
...
...
po/no.po
View file @
0643c47e
...
@@ -5,7 +5,7 @@ msgid ""
...
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
msgstr ""
"Project-Id-Version: vlc\n"
"Project-Id-Version: vlc\n"
"Report-Msgid-Bugs-To: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-11-0
2 14:4
0+0100\n"
"POT-Creation-Date: 2004-11-0
3 00:5
0+0100\n"
"PO-Revision-Date: 2003-04-06 12:32+0200\n"
"PO-Revision-Date: 2003-04-06 12:32+0200\n"
"Last-Translator: Haakon Meland Eriksen <haakon.eriksen@far.no>\n"
"Last-Translator: Haakon Meland Eriksen <haakon.eriksen@far.no>\n"
"Language-Team: vlc <>\n"
"Language-Team: vlc <>\n"
...
@@ -227,11 +227,11 @@ msgstr ""
...
@@ -227,11 +227,11 @@ msgstr ""
#: include/vlc_interface.h:162
#: include/vlc_interface.h:162
msgid ""
msgid ""
"VLC is an open-source and cross-platform multimedia player for various audio "
"VLC is an open-source and cross-platform multimedia player for various audio "
"and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, Ogg,
..
.) as well as "
"and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, Ogg,
etc
.) as well as "
"DVDs, VCDs, CD audio, and various streaming protocols.\n"
"DVDs, VCDs, CD audio, and various streaming protocols.\n"
"\n"
"\n"
"VLC is also a streaming server with transcoding capabilities (UDP unicast "
"VLC is also a streaming server with transcoding capabilities (UDP unicast "
"and multicast, HTTP,
..
.) mainly designed for high-bandwidth networks.\n"
"and multicast, HTTP,
etc
.) mainly designed for high-bandwidth networks.\n"
"\n"
"\n"
"For more information, have a look at the web site."
"For more information, have a look at the web site."
msgstr ""
msgstr ""
...
@@ -744,8 +744,8 @@ msgstr "_Gjem grensesnitt"
...
@@ -744,8 +744,8 @@ msgstr "_Gjem grensesnitt"
msgid "Add Interface"
msgid "Add Interface"
msgstr "_Gjem grensesnitt"
msgstr "_Gjem grensesnitt"
#: src/libvlc.c:285 src/libvlc.c:419 src/misc/modules.c:162
8
#: src/libvlc.c:285 src/libvlc.c:419 src/misc/modules.c:162
9
#: src/misc/modules.c:191
8
#: src/misc/modules.c:191
9
msgid "C"
msgid "C"
msgstr "no"
msgstr "no"
...
@@ -989,7 +989,7 @@ msgstr ""
...
@@ -989,7 +989,7 @@ msgstr ""
msgid ""
msgid ""
"These options allow you to modify the behavior of the audio subsystem, and "
"These options allow you to modify the behavior of the audio subsystem, and "
"to add audio filters which can be used for post processing or visual effects "
"to add audio filters which can be used for post processing or visual effects "
"(spectrum analyzer,
..
.).\n"
"(spectrum analyzer,
etc
.).\n"
"Enable these filters here, and configure them in the \"audio filters\" "
"Enable these filters here, and configure them in the \"audio filters\" "
"modules section."
"modules section."
msgstr ""
msgstr ""
...
@@ -1124,7 +1124,7 @@ msgstr ""
...
@@ -1124,7 +1124,7 @@ msgstr ""
#: src/libvlc.h:151
#: src/libvlc.h:151
msgid ""
msgid ""
"This allows you to add audio post processing filters, to modify the sound, "
"This allows you to add audio post processing filters, to modify the sound, "
"or audio visualization modules (spectrum analyzer,
..
.)."
"or audio visualization modules (spectrum analyzer,
etc
.)."
msgstr ""
msgstr ""
#: src/libvlc.h:154
#: src/libvlc.h:154
...
@@ -1142,7 +1142,7 @@ msgstr ""
...
@@ -1142,7 +1142,7 @@ msgstr ""
msgid ""
msgid ""
"These options allow you to modify the behavior of the video output "
"These options allow you to modify the behavior of the video output "
"subsystem. You can for example enable video filters (deinterlacing, image "
"subsystem. You can for example enable video filters (deinterlacing, image "
"adjusting,
..
.). Enable these filters here and configure them in the \"video "
"adjusting,
etc
.). Enable these filters here and configure them in the \"video "
"filters\" modules section. You can also set many miscellaneous video options."
"filters\" modules section. You can also set many miscellaneous video options."
msgstr ""
msgstr ""
...
@@ -1516,13 +1516,13 @@ msgstr ""
...
@@ -1516,13 +1516,13 @@ msgstr ""
msgid ""
msgid ""
"You can specify a list of bookmarks for a stream in the form "
"You can specify a list of bookmarks for a stream in the form "
"\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
"\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
"{
etc
...}\""
"{...}\""
msgstr ""
msgstr ""
#: src/libvlc.h:322
#: src/libvlc.h:322
msgid ""
msgid ""
"These options allow you to modify the behavior of the subpictures subsystem. "
"These options allow you to modify the behavior of the subpictures subsystem. "
"You can for example enable subpictures filters (logo,
..
.). Enable these "
"You can for example enable subpictures filters (logo,
etc
.). Enable these "
"filters here and configure them in the \"subpictures filters\" modules "
"filters here and configure them in the \"subpictures filters\" modules "
"section. You can also set many miscellaneous subpictures options."
"section. You can also set many miscellaneous subpictures options."
msgstr ""
msgstr ""
...
@@ -3508,7 +3508,7 @@ msgstr ""
...
@@ -3508,7 +3508,7 @@ msgstr ""
#: modules/access/cdda/cdda.c:56
#: modules/access/cdda/cdda.c:56
msgid ""
msgid ""
"Allows you to specify how many CD blocks to get on a single CD read. "
"Allows you to specify how many CD blocks to get on a single CD read. "
"Generally on newer/faster CD
'
s, this increases throughput at the expense of "
"Generally on newer/faster CDs, this increases throughput at the expense of "
"a little more memory usage and initial delay. SCSI-MMC limitations generally "
"a little more memory usage and initial delay. SCSI-MMC limitations generally "
"don't allow for more than 25 blocks per access."
"don't allow for more than 25 blocks per access."
msgstr ""
msgstr ""
...
@@ -5087,31 +5087,31 @@ msgstr ""
...
@@ -5087,31 +5087,31 @@ msgstr ""
msgid "audio filter for PCM format conversion"
msgid "audio filter for PCM format conversion"
msgstr "Lydfilter for triviell miksing av lydkanaler"
msgstr "Lydfilter for triviell miksing av lydkanaler"
#: modules/audio_filter/normvol.c:6
8
#: modules/audio_filter/normvol.c:6
9
#, fuzzy
#, fuzzy
msgid "Number of audio buffers"
msgid "Number of audio buffers"
msgstr "Stopp strm"
msgstr "Stopp strm"
#: modules/audio_filter/normvol.c:
69
#: modules/audio_filter/normvol.c:
70
msgid ""
msgid ""
"This is the number of audio buffers on which the power measurement is made. "
"This is the number of audio buffers on which the power measurement is made. "
"A higher number of buffers will increase the response time of the filter to "
"A higher number of buffers will increase the response time of the filter to "
"a high power but will make it less sensitive to short variations."
"a high power but will make it less sensitive to short variations."
msgstr ""
msgstr ""
#: modules/audio_filter/normvol.c:7
4
#: modules/audio_filter/normvol.c:7
5
#, fuzzy
#, fuzzy
msgid "Max level"
msgid "Max level"
msgstr "Om"
msgstr "Om"
#: modules/audio_filter/normvol.c:7
5
#: modules/audio_filter/normvol.c:7
6
msgid ""
msgid ""
"If the average power over the last N buffers is higher than this value, the "
"If the average power over the last N buffers is higher than this value, the "
"volume will be normalized. This value is a positive floating point number. A "
"volume will be normalized. This value is a positive floating point number. A "
"value between 0.5 and 10 seems sensible."
"value between 0.5 and 10 seems sensible."
msgstr ""
msgstr ""
#: modules/audio_filter/normvol.c:8
1
#: modules/audio_filter/normvol.c:8
2
#, fuzzy
#, fuzzy
msgid "Volume normalizer"
msgid "Volume normalizer"
msgstr "_Navigasjon"
msgstr "_Navigasjon"
...
...
po/pl.po
View file @
0643c47e
...
@@ -6,7 +6,7 @@ msgid ""
...
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
msgstr ""
"Project-Id-Version: vlc\n"
"Project-Id-Version: vlc\n"
"Report-Msgid-Bugs-To: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-11-0
2 14:4
0+0100\n"
"POT-Creation-Date: 2004-11-0
3 00:5
0+0100\n"
"PO-Revision-Date: 2002-07-12 11:49+0100\n"
"PO-Revision-Date: 2002-07-12 11:49+0100\n"
"Last-Translator: Arkadiusz Lipiec <alipiec@elka.pw.edu.pl>\n"
"Last-Translator: Arkadiusz Lipiec <alipiec@elka.pw.edu.pl>\n"
"Language-Team: polish <pl@li.org>\n"
"Language-Team: polish <pl@li.org>\n"
...
@@ -223,11 +223,11 @@ msgstr ""
...
@@ -223,11 +223,11 @@ msgstr ""
#: include/vlc_interface.h:162
#: include/vlc_interface.h:162
msgid ""
msgid ""
"VLC is an open-source and cross-platform multimedia player for various audio "
"VLC is an open-source and cross-platform multimedia player for various audio "
"and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, Ogg,
..
.) as well as "
"and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, Ogg,
etc
.) as well as "
"DVDs, VCDs, CD audio, and various streaming protocols.\n"
"DVDs, VCDs, CD audio, and various streaming protocols.\n"
"\n"
"\n"
"VLC is also a streaming server with transcoding capabilities (UDP unicast "
"VLC is also a streaming server with transcoding capabilities (UDP unicast "
"and multicast, HTTP,
..
.) mainly designed for high-bandwidth networks.\n"
"and multicast, HTTP,
etc
.) mainly designed for high-bandwidth networks.\n"
"\n"
"\n"
"For more information, have a look at the web site."
"For more information, have a look at the web site."
msgstr ""
msgstr ""
...
@@ -740,8 +740,8 @@ msgstr "interfejs sieciowy"
...
@@ -740,8 +740,8 @@ msgstr "interfejs sieciowy"
msgid "Add Interface"
msgid "Add Interface"
msgstr "U_kryj interfejs"
msgstr "U_kryj interfejs"
#: src/libvlc.c:285 src/libvlc.c:419 src/misc/modules.c:162
8
#: src/libvlc.c:285 src/libvlc.c:419 src/misc/modules.c:162
9
#: src/misc/modules.c:191
8
#: src/misc/modules.c:191
9
msgid "C"
msgid "C"
msgstr "pl"
msgstr "pl"
...
@@ -976,7 +976,7 @@ msgstr ""
...
@@ -976,7 +976,7 @@ msgstr ""
msgid ""
msgid ""
"These options allow you to modify the behavior of the audio subsystem, and "
"These options allow you to modify the behavior of the audio subsystem, and "
"to add audio filters which can be used for post processing or visual effects "
"to add audio filters which can be used for post processing or visual effects "
"(spectrum analyzer,
..
.).\n"
"(spectrum analyzer,
etc
.).\n"
"Enable these filters here, and configure them in the \"audio filters\" "
"Enable these filters here, and configure them in the \"audio filters\" "
"modules section."
"modules section."
msgstr ""
msgstr ""
...
@@ -1109,7 +1109,7 @@ msgstr ""
...
@@ -1109,7 +1109,7 @@ msgstr ""
#: src/libvlc.h:151
#: src/libvlc.h:151
msgid ""
msgid ""
"This allows you to add audio post processing filters, to modify the sound, "
"This allows you to add audio post processing filters, to modify the sound, "
"or audio visualization modules (spectrum analyzer,
..
.)."
"or audio visualization modules (spectrum analyzer,
etc
.)."
msgstr ""
msgstr ""
#: src/libvlc.h:154
#: src/libvlc.h:154
...
@@ -1127,7 +1127,7 @@ msgstr ""
...
@@ -1127,7 +1127,7 @@ msgstr ""
msgid ""
msgid ""
"These options allow you to modify the behavior of the video output "
"These options allow you to modify the behavior of the video output "
"subsystem. You can for example enable video filters (deinterlacing, image "
"subsystem. You can for example enable video filters (deinterlacing, image "
"adjusting,
..
.). Enable these filters here and configure them in the \"video "
"adjusting,
etc
.). Enable these filters here and configure them in the \"video "
"filters\" modules section. You can also set many miscellaneous video options."
"filters\" modules section. You can also set many miscellaneous video options."
msgstr ""
msgstr ""
...
@@ -1489,13 +1489,13 @@ msgstr ""
...
@@ -1489,13 +1489,13 @@ msgstr ""
msgid ""
msgid ""
"You can specify a list of bookmarks for a stream in the form "
"You can specify a list of bookmarks for a stream in the form "
"\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
"\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
"{
etc
...}\""
"{...}\""
msgstr ""
msgstr ""
#: src/libvlc.h:322
#: src/libvlc.h:322
msgid ""
msgid ""
"These options allow you to modify the behavior of the subpictures subsystem. "
"These options allow you to modify the behavior of the subpictures subsystem. "
"You can for example enable subpictures filters (logo,
..
.). Enable these "
"You can for example enable subpictures filters (logo,
etc
.). Enable these "
"filters here and configure them in the \"subpictures filters\" modules "
"filters here and configure them in the \"subpictures filters\" modules "
"section. You can also set many miscellaneous subpictures options."
"section. You can also set many miscellaneous subpictures options."
msgstr ""
msgstr ""
...
@@ -3464,7 +3464,7 @@ msgstr ""
...
@@ -3464,7 +3464,7 @@ msgstr ""
#: modules/access/cdda/cdda.c:56
#: modules/access/cdda/cdda.c:56
msgid ""
msgid ""
"Allows you to specify how many CD blocks to get on a single CD read. "
"Allows you to specify how many CD blocks to get on a single CD read. "
"Generally on newer/faster CD
'
s, this increases throughput at the expense of "
"Generally on newer/faster CDs, this increases throughput at the expense of "
"a little more memory usage and initial delay. SCSI-MMC limitations generally "
"a little more memory usage and initial delay. SCSI-MMC limitations generally "
"don't allow for more than 25 blocks per access."
"don't allow for more than 25 blocks per access."
msgstr ""
msgstr ""
...
@@ -5055,31 +5055,31 @@ msgstr ""
...
@@ -5055,31 +5055,31 @@ msgstr ""
msgid "audio filter for PCM format conversion"
msgid "audio filter for PCM format conversion"
msgstr ""
msgstr ""
#: modules/audio_filter/normvol.c:6
8
#: modules/audio_filter/normvol.c:6
9
#, fuzzy
#, fuzzy
msgid "Number of audio buffers"
msgid "Number of audio buffers"
msgstr "Liczba kolumn"
msgstr "Liczba kolumn"
#: modules/audio_filter/normvol.c:
69
#: modules/audio_filter/normvol.c:
70
msgid ""
msgid ""
"This is the number of audio buffers on which the power measurement is made. "
"This is the number of audio buffers on which the power measurement is made. "
"A higher number of buffers will increase the response time of the filter to "
"A higher number of buffers will increase the response time of the filter to "
"a high power but will make it less sensitive to short variations."
"a high power but will make it less sensitive to short variations."
msgstr ""
msgstr ""
#: modules/audio_filter/normvol.c:7
4
#: modules/audio_filter/normvol.c:7
5
#, fuzzy
#, fuzzy
msgid "Max level"
msgid "Max level"
msgstr "Informacje o..."
msgstr "Informacje o..."
#: modules/audio_filter/normvol.c:7
5
#: modules/audio_filter/normvol.c:7
6
msgid ""
msgid ""
"If the average power over the last N buffers is higher than this value, the "
"If the average power over the last N buffers is higher than this value, the "
"volume will be normalized. This value is a positive floating point number. A "
"volume will be normalized. This value is a positive floating point number. A "
"value between 0.5 and 10 seems sensible."
"value between 0.5 and 10 seems sensible."
msgstr ""
msgstr ""
#: modules/audio_filter/normvol.c:8
1
#: modules/audio_filter/normvol.c:8
2
#, fuzzy
#, fuzzy
msgid "Volume normalizer"
msgid "Volume normalizer"
msgstr "Polaryzacja"
msgstr "Polaryzacja"
...
...
po/pt_BR.po
View file @
0643c47e
...
@@ -7,7 +7,7 @@ msgid ""
...
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
msgstr ""
"Project-Id-Version: pt_BR\n"
"Project-Id-Version: pt_BR\n"
"Report-Msgid-Bugs-To: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-11-0
2 14:4
0+0100\n"
"POT-Creation-Date: 2004-11-0
3 00:5
0+0100\n"
"PO-Revision-Date: 2004-04-06 11:41-0300\n"
"PO-Revision-Date: 2004-04-06 11:41-0300\n"
"Last-Translator: Andr de Barros Martins Ribeiro <andrerib@ajato.com.br>\n"
"Last-Translator: Andr de Barros Martins Ribeiro <andrerib@ajato.com.br>\n"
"Language-Team: Brazilian Portuguese\n"
"Language-Team: Brazilian Portuguese\n"
...
@@ -242,11 +242,11 @@ msgstr ""
...
@@ -242,11 +242,11 @@ msgstr ""
#: include/vlc_interface.h:162
#: include/vlc_interface.h:162
msgid ""
msgid ""
"VLC is an open-source and cross-platform multimedia player for various audio "
"VLC is an open-source and cross-platform multimedia player for various audio "
"and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, Ogg,
..
.) as well as "
"and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, Ogg,
etc
.) as well as "
"DVDs, VCDs, CD audio, and various streaming protocols.\n"
"DVDs, VCDs, CD audio, and various streaming protocols.\n"
"\n"
"\n"
"VLC is also a streaming server with transcoding capabilities (UDP unicast "
"VLC is also a streaming server with transcoding capabilities (UDP unicast "
"and multicast, HTTP,
..
.) mainly designed for high-bandwidth networks.\n"
"and multicast, HTTP,
etc
.) mainly designed for high-bandwidth networks.\n"
"\n"
"\n"
"For more information, have a look at the web site."
"For more information, have a look at the web site."
msgstr ""
msgstr ""
...
@@ -745,8 +745,8 @@ msgstr "Trocar a Interface"
...
@@ -745,8 +745,8 @@ msgstr "Trocar a Interface"
msgid "Add Interface"
msgid "Add Interface"
msgstr "Adicionar interface"
msgstr "Adicionar interface"
#: src/libvlc.c:285 src/libvlc.c:419 src/misc/modules.c:162
8
#: src/libvlc.c:285 src/libvlc.c:419 src/misc/modules.c:162
9
#: src/misc/modules.c:191
8
#: src/misc/modules.c:191
9
msgid "C"
msgid "C"
msgstr "Pt_br"
msgstr "Pt_br"
...
@@ -973,7 +973,7 @@ msgstr ""
...
@@ -973,7 +973,7 @@ msgstr ""
msgid ""
msgid ""
"These options allow you to modify the behavior of the audio subsystem, and "
"These options allow you to modify the behavior of the audio subsystem, and "
"to add audio filters which can be used for post processing or visual effects "
"to add audio filters which can be used for post processing or visual effects "
"(spectrum analyzer,
..
.).\n"
"(spectrum analyzer,
etc
.).\n"
"Enable these filters here, and configure them in the \"audio filters\" "
"Enable these filters here, and configure them in the \"audio filters\" "
"modules section."
"modules section."
msgstr ""
msgstr ""
...
@@ -1105,7 +1105,7 @@ msgstr ""
...
@@ -1105,7 +1105,7 @@ msgstr ""
#, fuzzy
#, fuzzy
msgid ""
msgid ""
"This allows you to add audio post processing filters, to modify the sound, "
"This allows you to add audio post processing filters, to modify the sound, "
"or audio visualization modules (spectrum analyzer,
..
.)."
"or audio visualization modules (spectrum analyzer,
etc
.)."
msgstr ""
msgstr ""
"Isto permite que voc adicione filtros de ps-processamento de audio, para "
"Isto permite que voc adicione filtros de ps-processamento de audio, para "
"modificar o som, ou os mdulos de visualizao (analizador de spectro,...)"
"modificar o som, ou os mdulos de visualizao (analizador de spectro,...)"
...
@@ -1128,7 +1128,7 @@ msgstr ""
...
@@ -1128,7 +1128,7 @@ msgstr ""
msgid ""
msgid ""
"These options allow you to modify the behavior of the video output "
"These options allow you to modify the behavior of the video output "
"subsystem. You can for example enable video filters (deinterlacing, image "
"subsystem. You can for example enable video filters (deinterlacing, image "
"adjusting,
..
.). Enable these filters here and configure them in the \"video "
"adjusting,
etc
.). Enable these filters here and configure them in the \"video "
"filters\" modules section. You can also set many miscellaneous video options."
"filters\" modules section. You can also set many miscellaneous video options."
msgstr ""
msgstr ""
"Estas opes permitem que voc modifique o comportamento do subsistema de "
"Estas opes permitem que voc modifique o comportamento do subsistema de "
...
@@ -1493,14 +1493,14 @@ msgstr ""
...
@@ -1493,14 +1493,14 @@ msgstr ""
msgid ""
msgid ""
"You can specify a list of bookmarks for a stream in the form "
"You can specify a list of bookmarks for a stream in the form "
"\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
"\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
"{
etc
...}\""
"{...}\""
msgstr ""
msgstr ""
#: src/libvlc.h:322
#: src/libvlc.h:322
#, fuzzy
#, fuzzy
msgid ""
msgid ""
"These options allow you to modify the behavior of the subpictures subsystem. "
"These options allow you to modify the behavior of the subpictures subsystem. "
"You can for example enable subpictures filters (logo,
..
.). Enable these "
"You can for example enable subpictures filters (logo,
etc
.). Enable these "
"filters here and configure them in the \"subpictures filters\" modules "
"filters here and configure them in the \"subpictures filters\" modules "
"section. You can also set many miscellaneous subpictures options."
"section. You can also set many miscellaneous subpictures options."
msgstr ""
msgstr ""
...
@@ -3534,7 +3534,7 @@ msgstr ""
...
@@ -3534,7 +3534,7 @@ msgstr ""
#: modules/access/cdda/cdda.c:56
#: modules/access/cdda/cdda.c:56
msgid ""
msgid ""
"Allows you to specify how many CD blocks to get on a single CD read. "
"Allows you to specify how many CD blocks to get on a single CD read. "
"Generally on newer/faster CD
'
s, this increases throughput at the expense of "
"Generally on newer/faster CDs, this increases throughput at the expense of "
"a little more memory usage and initial delay. SCSI-MMC limitations generally "
"a little more memory usage and initial delay. SCSI-MMC limitations generally "
"don't allow for more than 25 blocks per access."
"don't allow for more than 25 blocks per access."
msgstr ""
msgstr ""
...
@@ -5218,31 +5218,31 @@ msgstr "Techno"
...
@@ -5218,31 +5218,31 @@ msgstr "Techno"
msgid "audio filter for PCM format conversion"
msgid "audio filter for PCM format conversion"
msgstr "Filtro de audio para converso de float32->s8"
msgstr "Filtro de audio para converso de float32->s8"
#: modules/audio_filter/normvol.c:6
8
#: modules/audio_filter/normvol.c:6
9
#, fuzzy
#, fuzzy
msgid "Number of audio buffers"
msgid "Number of audio buffers"
msgstr "Nmero de faixas"
msgstr "Nmero de faixas"
#: modules/audio_filter/normvol.c:
69
#: modules/audio_filter/normvol.c:
70
msgid ""
msgid ""
"This is the number of audio buffers on which the power measurement is made. "
"This is the number of audio buffers on which the power measurement is made. "
"A higher number of buffers will increase the response time of the filter to "
"A higher number of buffers will increase the response time of the filter to "
"a high power but will make it less sensitive to short variations."
"a high power but will make it less sensitive to short variations."
msgstr ""
msgstr ""
#: modules/audio_filter/normvol.c:7
4
#: modules/audio_filter/normvol.c:7
5
#, fuzzy
#, fuzzy
msgid "Max level"
msgid "Max level"
msgstr "Qualidade:"
msgstr "Qualidade:"
#: modules/audio_filter/normvol.c:7
5
#: modules/audio_filter/normvol.c:7
6
msgid ""
msgid ""
"If the average power over the last N buffers is higher than this value, the "
"If the average power over the last N buffers is higher than this value, the "
"volume will be normalized. This value is a positive floating point number. A "
"volume will be normalized. This value is a positive floating point number. A "
"value between 0.5 and 10 seems sensible."
"value between 0.5 and 10 seems sensible."
msgstr ""
msgstr ""
#: modules/audio_filter/normvol.c:8
1
#: modules/audio_filter/normvol.c:8
2
#, fuzzy
#, fuzzy
msgid "Volume normalizer"
msgid "Volume normalizer"
msgstr "Visualizaes"
msgstr "Visualizaes"
...
...
po/ru.po
View file @
0643c47e
...
@@ -6,7 +6,7 @@ msgid ""
...
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
msgstr ""
"Project-Id-Version: vlc\n"
"Project-Id-Version: vlc\n"
"Report-Msgid-Bugs-To: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-11-0
2 14:4
0+0100\n"
"POT-Creation-Date: 2004-11-0
3 00:5
0+0100\n"
"PO-Revision-Date: 2001-02-19 19:58+03:00\n"
"PO-Revision-Date: 2001-02-19 19:58+03:00\n"
"Last-Translator: Valek Filippov <frob@df.ru>\n"
"Last-Translator: Valek Filippov <frob@df.ru>\n"
"Language-Team: Russian <ru@li.org>\n"
"Language-Team: Russian <ru@li.org>\n"
...
@@ -220,11 +220,11 @@ msgstr ""
...
@@ -220,11 +220,11 @@ msgstr ""
#: include/vlc_interface.h:162
#: include/vlc_interface.h:162
msgid ""
msgid ""
"VLC is an open-source and cross-platform multimedia player for various audio "
"VLC is an open-source and cross-platform multimedia player for various audio "
"and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, Ogg,
..
.) as well as "
"and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, Ogg,
etc
.) as well as "
"DVDs, VCDs, CD audio, and various streaming protocols.\n"
"DVDs, VCDs, CD audio, and various streaming protocols.\n"
"\n"
"\n"
"VLC is also a streaming server with transcoding capabilities (UDP unicast "
"VLC is also a streaming server with transcoding capabilities (UDP unicast "
"and multicast, HTTP,
..
.) mainly designed for high-bandwidth networks.\n"
"and multicast, HTTP,
etc
.) mainly designed for high-bandwidth networks.\n"
"\n"
"\n"
"For more information, have a look at the web site."
"For more information, have a look at the web site."
msgstr ""
msgstr ""
...
@@ -724,8 +724,8 @@ msgstr "
...
@@ -724,8 +724,8 @@ msgstr "
msgid "Add Interface"
msgid "Add Interface"
msgstr " "
msgstr " "
#: src/libvlc.c:285 src/libvlc.c:419 src/misc/modules.c:162
8
#: src/libvlc.c:285 src/libvlc.c:419 src/misc/modules.c:162
9
#: src/misc/modules.c:191
8
#: src/misc/modules.c:191
9
msgid "C"
msgid "C"
msgstr "ru"
msgstr "ru"
...
@@ -928,7 +928,7 @@ msgstr ""
...
@@ -928,7 +928,7 @@ msgstr ""
msgid ""
msgid ""
"These options allow you to modify the behavior of the audio subsystem, and "
"These options allow you to modify the behavior of the audio subsystem, and "
"to add audio filters which can be used for post processing or visual effects "
"to add audio filters which can be used for post processing or visual effects "
"(spectrum analyzer,
..
.).\n"
"(spectrum analyzer,
etc
.).\n"
"Enable these filters here, and configure them in the \"audio filters\" "
"Enable these filters here, and configure them in the \"audio filters\" "
"modules section."
"modules section."
msgstr ""
msgstr ""
...
@@ -1037,7 +1037,7 @@ msgstr ""
...
@@ -1037,7 +1037,7 @@ msgstr ""
#: src/libvlc.h:151
#: src/libvlc.h:151
msgid ""
msgid ""
"This allows you to add audio post processing filters, to modify the sound, "
"This allows you to add audio post processing filters, to modify the sound, "
"or audio visualization modules (spectrum analyzer,
..
.)."
"or audio visualization modules (spectrum analyzer,
etc
.)."
msgstr ""
msgstr ""
#: src/libvlc.h:154
#: src/libvlc.h:154
...
@@ -1054,7 +1054,7 @@ msgstr ""
...
@@ -1054,7 +1054,7 @@ msgstr ""
msgid ""
msgid ""
"These options allow you to modify the behavior of the video output "
"These options allow you to modify the behavior of the video output "
"subsystem. You can for example enable video filters (deinterlacing, image "
"subsystem. You can for example enable video filters (deinterlacing, image "
"adjusting,
..
.). Enable these filters here and configure them in the \"video "
"adjusting,
etc
.). Enable these filters here and configure them in the \"video "
"filters\" modules section. You can also set many miscellaneous video options."
"filters\" modules section. You can also set many miscellaneous video options."
msgstr ""
msgstr ""
...
@@ -1370,13 +1370,13 @@ msgstr ""
...
@@ -1370,13 +1370,13 @@ msgstr ""
msgid ""
msgid ""
"You can specify a list of bookmarks for a stream in the form "
"You can specify a list of bookmarks for a stream in the form "
"\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
"\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
"{
etc
...}\""
"{...}\""
msgstr ""
msgstr ""
#: src/libvlc.h:322
#: src/libvlc.h:322
msgid ""
msgid ""
"These options allow you to modify the behavior of the subpictures subsystem. "
"These options allow you to modify the behavior of the subpictures subsystem. "
"You can for example enable subpictures filters (logo,
..
.). Enable these "
"You can for example enable subpictures filters (logo,
etc
.). Enable these "
"filters here and configure them in the \"subpictures filters\" modules "
"filters here and configure them in the \"subpictures filters\" modules "
"section. You can also set many miscellaneous subpictures options."
"section. You can also set many miscellaneous subpictures options."
msgstr ""
msgstr ""
...
@@ -3241,7 +3241,7 @@ msgstr ""
...
@@ -3241,7 +3241,7 @@ msgstr ""
#: modules/access/cdda/cdda.c:56
#: modules/access/cdda/cdda.c:56
msgid ""
msgid ""
"Allows you to specify how many CD blocks to get on a single CD read. "
"Allows you to specify how many CD blocks to get on a single CD read. "
"Generally on newer/faster CD
'
s, this increases throughput at the expense of "
"Generally on newer/faster CDs, this increases throughput at the expense of "
"a little more memory usage and initial delay. SCSI-MMC limitations generally "
"a little more memory usage and initial delay. SCSI-MMC limitations generally "
"don't allow for more than 25 blocks per access."
"don't allow for more than 25 blocks per access."
msgstr ""
msgstr ""
...
@@ -4758,30 +4758,30 @@ msgstr ""
...
@@ -4758,30 +4758,30 @@ msgstr ""
msgid "audio filter for PCM format conversion"
msgid "audio filter for PCM format conversion"
msgstr ""
msgstr ""
#: modules/audio_filter/normvol.c:6
8
#: modules/audio_filter/normvol.c:6
9
#, fuzzy
#, fuzzy
msgid "Number of audio buffers"
msgid "Number of audio buffers"
msgstr " "
msgstr " "
#: modules/audio_filter/normvol.c:
69
#: modules/audio_filter/normvol.c:
70
msgid ""
msgid ""
"This is the number of audio buffers on which the power measurement is made. "
"This is the number of audio buffers on which the power measurement is made. "
"A higher number of buffers will increase the response time of the filter to "
"A higher number of buffers will increase the response time of the filter to "
"a high power but will make it less sensitive to short variations."
"a high power but will make it less sensitive to short variations."
msgstr ""
msgstr ""
#: modules/audio_filter/normvol.c:7
4
#: modules/audio_filter/normvol.c:7
5
msgid "Max level"
msgid "Max level"
msgstr ""
msgstr ""
#: modules/audio_filter/normvol.c:7
5
#: modules/audio_filter/normvol.c:7
6
msgid ""
msgid ""
"If the average power over the last N buffers is higher than this value, the "
"If the average power over the last N buffers is higher than this value, the "
"volume will be normalized. This value is a positive floating point number. A "
"volume will be normalized. This value is a positive floating point number. A "
"value between 0.5 and 10 seems sensible."
"value between 0.5 and 10 seems sensible."
msgstr ""
msgstr ""
#: modules/audio_filter/normvol.c:8
1
#: modules/audio_filter/normvol.c:8
2
msgid "Volume normalizer"
msgid "Volume normalizer"
msgstr ""
msgstr ""
...
...
po/sv.po
View file @
0643c47e
...
@@ -7,7 +7,7 @@ msgid ""
...
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
msgstr ""
"Project-Id-Version: vlc\n"
"Project-Id-Version: vlc\n"
"Report-Msgid-Bugs-To: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-11-0
2 14:4
0+0100\n"
"POT-Creation-Date: 2004-11-0
3 00:5
0+0100\n"
"PO-Revision-Date: 2002-07-23 23:00+0200\n"
"PO-Revision-Date: 2002-07-23 23:00+0200\n"
"Last-Translator: Joel Arvidsson <dogai@privat.utfors.se>\n"
"Last-Translator: Joel Arvidsson <dogai@privat.utfors.se>\n"
"Language-Team: \n"
"Language-Team: \n"
...
@@ -221,11 +221,11 @@ msgstr ""
...
@@ -221,11 +221,11 @@ msgstr ""
#: include/vlc_interface.h:162
#: include/vlc_interface.h:162
msgid ""
msgid ""
"VLC is an open-source and cross-platform multimedia player for various audio "
"VLC is an open-source and cross-platform multimedia player for various audio "
"and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, Ogg,
..
.) as well as "
"and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, Ogg,
etc
.) as well as "
"DVDs, VCDs, CD audio, and various streaming protocols.\n"
"DVDs, VCDs, CD audio, and various streaming protocols.\n"
"\n"
"\n"
"VLC is also a streaming server with transcoding capabilities (UDP unicast "
"VLC is also a streaming server with transcoding capabilities (UDP unicast "
"and multicast, HTTP,
..
.) mainly designed for high-bandwidth networks.\n"
"and multicast, HTTP,
etc
.) mainly designed for high-bandwidth networks.\n"
"\n"
"\n"
"For more information, have a look at the web site."
"For more information, have a look at the web site."
msgstr ""
msgstr ""
...
@@ -731,8 +731,8 @@ msgstr "G
...
@@ -731,8 +731,8 @@ msgstr "G
msgid "Add Interface"
msgid "Add Interface"
msgstr "Gm andra"
msgstr "Gm andra"
#: src/libvlc.c:285 src/libvlc.c:419 src/misc/modules.c:162
8
#: src/libvlc.c:285 src/libvlc.c:419 src/misc/modules.c:162
9
#: src/misc/modules.c:191
8
#: src/misc/modules.c:191
9
msgid "C"
msgid "C"
msgstr "sv"
msgstr "sv"
...
@@ -935,7 +935,7 @@ msgstr ""
...
@@ -935,7 +935,7 @@ msgstr ""
msgid ""
msgid ""
"These options allow you to modify the behavior of the audio subsystem, and "
"These options allow you to modify the behavior of the audio subsystem, and "
"to add audio filters which can be used for post processing or visual effects "
"to add audio filters which can be used for post processing or visual effects "
"(spectrum analyzer,
..
.).\n"
"(spectrum analyzer,
etc
.).\n"
"Enable these filters here, and configure them in the \"audio filters\" "
"Enable these filters here, and configure them in the \"audio filters\" "
"modules section."
"modules section."
msgstr ""
msgstr ""
...
@@ -1044,7 +1044,7 @@ msgstr ""
...
@@ -1044,7 +1044,7 @@ msgstr ""
#: src/libvlc.h:151
#: src/libvlc.h:151
msgid ""
msgid ""
"This allows you to add audio post processing filters, to modify the sound, "
"This allows you to add audio post processing filters, to modify the sound, "
"or audio visualization modules (spectrum analyzer,
..
.)."
"or audio visualization modules (spectrum analyzer,
etc
.)."
msgstr ""
msgstr ""
#: src/libvlc.h:154
#: src/libvlc.h:154
...
@@ -1062,7 +1062,7 @@ msgstr ""
...
@@ -1062,7 +1062,7 @@ msgstr ""
msgid ""
msgid ""
"These options allow you to modify the behavior of the video output "
"These options allow you to modify the behavior of the video output "
"subsystem. You can for example enable video filters (deinterlacing, image "
"subsystem. You can for example enable video filters (deinterlacing, image "
"adjusting,
..
.). Enable these filters here and configure them in the \"video "
"adjusting,
etc
.). Enable these filters here and configure them in the \"video "
"filters\" modules section. You can also set many miscellaneous video options."
"filters\" modules section. You can also set many miscellaneous video options."
msgstr ""
msgstr ""
...
@@ -1379,13 +1379,13 @@ msgstr ""
...
@@ -1379,13 +1379,13 @@ msgstr ""
msgid ""
msgid ""
"You can specify a list of bookmarks for a stream in the form "
"You can specify a list of bookmarks for a stream in the form "
"\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
"\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
"{
etc
...}\""
"{...}\""
msgstr ""
msgstr ""
#: src/libvlc.h:322
#: src/libvlc.h:322
msgid ""
msgid ""
"These options allow you to modify the behavior of the subpictures subsystem. "
"These options allow you to modify the behavior of the subpictures subsystem. "
"You can for example enable subpictures filters (logo,
..
.). Enable these "
"You can for example enable subpictures filters (logo,
etc
.). Enable these "
"filters here and configure them in the \"subpictures filters\" modules "
"filters here and configure them in the \"subpictures filters\" modules "
"section. You can also set many miscellaneous subpictures options."
"section. You can also set many miscellaneous subpictures options."
msgstr ""
msgstr ""
...
@@ -3254,7 +3254,7 @@ msgstr ""
...
@@ -3254,7 +3254,7 @@ msgstr ""
#: modules/access/cdda/cdda.c:56
#: modules/access/cdda/cdda.c:56
msgid ""
msgid ""
"Allows you to specify how many CD blocks to get on a single CD read. "
"Allows you to specify how many CD blocks to get on a single CD read. "
"Generally on newer/faster CD
'
s, this increases throughput at the expense of "
"Generally on newer/faster CDs, this increases throughput at the expense of "
"a little more memory usage and initial delay. SCSI-MMC limitations generally "
"a little more memory usage and initial delay. SCSI-MMC limitations generally "
"don't allow for more than 25 blocks per access."
"don't allow for more than 25 blocks per access."
msgstr ""
msgstr ""
...
@@ -4782,31 +4782,31 @@ msgstr ""
...
@@ -4782,31 +4782,31 @@ msgstr ""
msgid "audio filter for PCM format conversion"
msgid "audio filter for PCM format conversion"
msgstr ""
msgstr ""
#: modules/audio_filter/normvol.c:6
8
#: modules/audio_filter/normvol.c:6
9
#, fuzzy
#, fuzzy
msgid "Number of audio buffers"
msgid "Number of audio buffers"
msgstr "Paus"
msgstr "Paus"
#: modules/audio_filter/normvol.c:
69
#: modules/audio_filter/normvol.c:
70
msgid ""
msgid ""
"This is the number of audio buffers on which the power measurement is made. "
"This is the number of audio buffers on which the power measurement is made. "
"A higher number of buffers will increase the response time of the filter to "
"A higher number of buffers will increase the response time of the filter to "
"a high power but will make it less sensitive to short variations."
"a high power but will make it less sensitive to short variations."
msgstr ""
msgstr ""
#: modules/audio_filter/normvol.c:7
4
#: modules/audio_filter/normvol.c:7
5
#, fuzzy
#, fuzzy
msgid "Max level"
msgid "Max level"
msgstr "Avsluta VLC"
msgstr "Avsluta VLC"
#: modules/audio_filter/normvol.c:7
5
#: modules/audio_filter/normvol.c:7
6
msgid ""
msgid ""
"If the average power over the last N buffers is higher than this value, the "
"If the average power over the last N buffers is higher than this value, the "
"volume will be normalized. This value is a positive floating point number. A "
"volume will be normalized. This value is a positive floating point number. A "
"value between 0.5 and 10 seems sensible."
"value between 0.5 and 10 seems sensible."
msgstr ""
msgstr ""
#: modules/audio_filter/normvol.c:8
1
#: modules/audio_filter/normvol.c:8
2
msgid "Volume normalizer"
msgid "Volume normalizer"
msgstr ""
msgstr ""
...
...
po/vlc.pot
View file @
0643c47e
...
@@ -8,7 +8,7 @@ msgid ""
...
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-11-0
2 14:4
0+0100\n"
"POT-Creation-Date: 2004-11-0
3 00:5
0+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
...
@@ -204,11 +204,11 @@ msgstr ""
...
@@ -204,11 +204,11 @@ msgstr ""
#: include/vlc_interface.h:162
#: include/vlc_interface.h:162
msgid ""
msgid ""
"VLC is an open-source and cross-platform multimedia player for various audio "
"VLC is an open-source and cross-platform multimedia player for various audio "
"and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, Ogg,
..
.) as well as "
"and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, Ogg,
etc
.) as well as "
"DVDs, VCDs, CD audio, and various streaming protocols.\n"
"DVDs, VCDs, CD audio, and various streaming protocols.\n"
"\n"
"\n"
"VLC is also a streaming server with transcoding capabilities (UDP unicast "
"VLC is also a streaming server with transcoding capabilities (UDP unicast "
"and multicast, HTTP,
..
.) mainly designed for high-bandwidth networks.\n"
"and multicast, HTTP,
etc
.) mainly designed for high-bandwidth networks.\n"
"\n"
"\n"
"For more information, have a look at the web site."
"For more information, have a look at the web site."
msgstr ""
msgstr ""
...
@@ -682,8 +682,8 @@ msgstr ""
...
@@ -682,8 +682,8 @@ msgstr ""
msgid "Add Interface"
msgid "Add Interface"
msgstr ""
msgstr ""
#: src/libvlc.c:285 src/libvlc.c:419 src/misc/modules.c:162
8
#: src/libvlc.c:285 src/libvlc.c:419 src/misc/modules.c:162
9
#: src/misc/modules.c:191
8
#: src/misc/modules.c:191
9
msgid "C"
msgid "C"
msgstr ""
msgstr ""
...
@@ -882,7 +882,7 @@ msgstr ""
...
@@ -882,7 +882,7 @@ msgstr ""
msgid ""
msgid ""
"These options allow you to modify the behavior of the audio subsystem, and "
"These options allow you to modify the behavior of the audio subsystem, and "
"to add audio filters which can be used for post processing or visual effects "
"to add audio filters which can be used for post processing or visual effects "
"(spectrum analyzer,
..
.).\n"
"(spectrum analyzer,
etc
.).\n"
"Enable these filters here, and configure them in the \"audio filters\" "
"Enable these filters here, and configure them in the \"audio filters\" "
"modules section."
"modules section."
msgstr ""
msgstr ""
...
@@ -988,7 +988,7 @@ msgstr ""
...
@@ -988,7 +988,7 @@ msgstr ""
#: src/libvlc.h:151
#: src/libvlc.h:151
msgid ""
msgid ""
"This allows you to add audio post processing filters, to modify the sound, "
"This allows you to add audio post processing filters, to modify the sound, "
"or audio visualization modules (spectrum analyzer,
..
.)."
"or audio visualization modules (spectrum analyzer,
etc
.)."
msgstr ""
msgstr ""
#: src/libvlc.h:154
#: src/libvlc.h:154
...
@@ -1005,7 +1005,7 @@ msgstr ""
...
@@ -1005,7 +1005,7 @@ msgstr ""
msgid ""
msgid ""
"These options allow you to modify the behavior of the video output "
"These options allow you to modify the behavior of the video output "
"subsystem. You can for example enable video filters (deinterlacing, image "
"subsystem. You can for example enable video filters (deinterlacing, image "
"adjusting,
..
.). Enable these filters here and configure them in the \"video "
"adjusting,
etc
.). Enable these filters here and configure them in the \"video "
"filters\" modules section. You can also set many miscellaneous video options."
"filters\" modules section. You can also set many miscellaneous video options."
msgstr ""
msgstr ""
...
@@ -1310,13 +1310,13 @@ msgstr ""
...
@@ -1310,13 +1310,13 @@ msgstr ""
msgid ""
msgid ""
"You can specify a list of bookmarks for a stream in the form "
"You can specify a list of bookmarks for a stream in the form "
"\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
"\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
"{
etc
...}\""
"{...}\""
msgstr ""
msgstr ""
#: src/libvlc.h:322
#: src/libvlc.h:322
msgid ""
msgid ""
"These options allow you to modify the behavior of the subpictures subsystem. "
"These options allow you to modify the behavior of the subpictures subsystem. "
"You can for example enable subpictures filters (logo,
..
.). Enable these "
"You can for example enable subpictures filters (logo,
etc
.). Enable these "
"filters here and configure them in the \"subpictures filters\" modules "
"filters here and configure them in the \"subpictures filters\" modules "
"section. You can also set many miscellaneous subpictures options."
"section. You can also set many miscellaneous subpictures options."
msgstr ""
msgstr ""
...
@@ -3116,7 +3116,7 @@ msgstr ""
...
@@ -3116,7 +3116,7 @@ msgstr ""
#: modules/access/cdda/cdda.c:56
#: modules/access/cdda/cdda.c:56
msgid ""
msgid ""
"Allows you to specify how many CD blocks to get on a single CD read. "
"Allows you to specify how many CD blocks to get on a single CD read. "
"Generally on newer/faster CD
'
s, this increases throughput at the expense of "
"Generally on newer/faster CDs, this increases throughput at the expense of "
"a little more memory usage and initial delay. SCSI-MMC limitations generally "
"a little more memory usage and initial delay. SCSI-MMC limitations generally "
"don't allow for more than 25 blocks per access."
"don't allow for more than 25 blocks per access."
msgstr ""
msgstr ""
...
@@ -4562,29 +4562,29 @@ msgstr ""
...
@@ -4562,29 +4562,29 @@ msgstr ""
msgid "audio filter for PCM format conversion"
msgid "audio filter for PCM format conversion"
msgstr ""
msgstr ""
#: modules/audio_filter/normvol.c:6
8
#: modules/audio_filter/normvol.c:6
9
msgid "Number of audio buffers"
msgid "Number of audio buffers"
msgstr ""
msgstr ""
#: modules/audio_filter/normvol.c:
69
#: modules/audio_filter/normvol.c:
70
msgid ""
msgid ""
"This is the number of audio buffers on which the power measurement is made. "
"This is the number of audio buffers on which the power measurement is made. "
"A higher number of buffers will increase the response time of the filter to "
"A higher number of buffers will increase the response time of the filter to "
"a high power but will make it less sensitive to short variations."
"a high power but will make it less sensitive to short variations."
msgstr ""
msgstr ""
#: modules/audio_filter/normvol.c:7
4
#: modules/audio_filter/normvol.c:7
5
msgid "Max level"
msgid "Max level"
msgstr ""
msgstr ""
#: modules/audio_filter/normvol.c:7
5
#: modules/audio_filter/normvol.c:7
6
msgid ""
msgid ""
"If the average power over the last N buffers is higher than this value, the "
"If the average power over the last N buffers is higher than this value, the "
"volume will be normalized. This value is a positive floating point number. A "
"volume will be normalized. This value is a positive floating point number. A "
"value between 0.5 and 10 seems sensible."
"value between 0.5 and 10 seems sensible."
msgstr ""
msgstr ""
#: modules/audio_filter/normvol.c:8
1
#: modules/audio_filter/normvol.c:8
2
msgid "Volume normalizer"
msgid "Volume normalizer"
msgstr ""
msgstr ""
...
...
src/libvlc.h
View file @
0643c47e
...
@@ -89,7 +89,7 @@ static char *ppsz_language_text[] =
...
@@ -89,7 +89,7 @@ static char *ppsz_language_text[] =
#define AOUT_CAT_LONGTEXT N_( \
#define AOUT_CAT_LONGTEXT N_( \
"These options allow you to modify the behavior of the audio " \
"These options allow you to modify the behavior of the audio " \
"subsystem, and to add audio filters which can be used for " \
"subsystem, and to add audio filters which can be used for " \
"post processing or visual effects (spectrum analyzer,
..
.).\n" \
"post processing or visual effects (spectrum analyzer,
etc
.).\n" \
"Enable these filters here, and configure them in the \"audio filters\" " \
"Enable these filters here, and configure them in the \"audio filters\" " \
"modules section.")
"modules section.")
...
@@ -149,7 +149,7 @@ static char *ppsz_language_text[] =
...
@@ -149,7 +149,7 @@ static char *ppsz_language_text[] =
#define AUDIO_FILTER_TEXT N_("Audio filters")
#define AUDIO_FILTER_TEXT N_("Audio filters")
#define AUDIO_FILTER_LONGTEXT N_( \
#define AUDIO_FILTER_LONGTEXT N_( \
"This allows you to add audio post processing filters, to modify " \
"This allows you to add audio post processing filters, to modify " \
"the sound, or audio visualization modules (spectrum analyzer,
..
.).")
"the sound, or audio visualization modules (spectrum analyzer,
etc
.).")
#define AUDIO_CHANNEL_MIXER N_("Channel mixer")
#define AUDIO_CHANNEL_MIXER N_("Channel mixer")
#define AUDIO_CHANNEL_MIXER_LONGTEXT N_( \
#define AUDIO_CHANNEL_MIXER_LONGTEXT N_( \
...
@@ -160,7 +160,7 @@ static char *ppsz_language_text[] =
...
@@ -160,7 +160,7 @@ static char *ppsz_language_text[] =
#define VOUT_CAT_LONGTEXT N_( \
#define VOUT_CAT_LONGTEXT N_( \
"These options allow you to modify the behavior of the video output " \
"These options allow you to modify the behavior of the video output " \
"subsystem. You can for example enable video filters (deinterlacing, " \
"subsystem. You can for example enable video filters (deinterlacing, " \
"image adjusting,
..
.). Enable these filters here and configure " \
"image adjusting,
etc
.). Enable these filters here and configure " \
"them in the \"video filters\" modules section. You can also set many " \
"them in the \"video filters\" modules section. You can also set many " \
"miscellaneous video options." )
"miscellaneous video options." )
...
@@ -316,11 +316,11 @@ static char *ppsz_align_descriptions[] =
...
@@ -316,11 +316,11 @@ static char *ppsz_align_descriptions[] =
#define BOOKMARKS_TEXT N_("Bookmarks list for a stream")
#define BOOKMARKS_TEXT N_("Bookmarks list for a stream")
#define BOOKMARKS_LONGTEXT N_("You can specify a list of bookmarks for a stream in " \
#define BOOKMARKS_LONGTEXT N_("You can specify a list of bookmarks for a stream in " \
"the form \"{name=bookmark-name,time=optional-time-offset," \
"the form \"{name=bookmark-name,time=optional-time-offset," \
"bytes=optional-byte-offset},{
etc
...}\"")
"bytes=optional-byte-offset},{...}\"")
#define SUB_CAT_LONGTEXT N_( \
#define SUB_CAT_LONGTEXT N_( \
"These options allow you to modify the behavior of the subpictures " \
"These options allow you to modify the behavior of the subpictures " \
"subsystem. You can for example enable subpictures filters (logo,
..
.). " \
"subsystem. You can for example enable subpictures filters (logo,
etc
.). " \
"Enable these filters here and configure them in the " \
"Enable these filters here and configure them in the " \
"\"subpictures filters\" modules section. You can also set many " \
"\"subpictures filters\" modules section. You can also set many " \
"miscellaneous subpictures options." )
"miscellaneous subpictures options." )
...
...
src/misc/modules.c
View file @
0643c47e
...
@@ -500,6 +500,7 @@ module_t * __module_Need( vlc_object_t *p_this, const char *psz_capability,
...
@@ -500,6 +500,7 @@ module_t * __module_Need( vlc_object_t *p_this, const char *psz_capability,
/* Special case: test if we requested a particular intf plugin */
/* Special case: test if we requested a particular intf plugin */
if
(
!
i_shortcuts
&&
p_module
->
psz_program
if
(
!
i_shortcuts
&&
p_module
->
psz_program
&&
!
strcmp
(
psz_capability
,
"interface"
)
&&
!
strcmp
(
p_module
->
psz_program
,
&&
!
strcmp
(
p_module
->
psz_program
,
p_this
->
p_vlc
->
psz_object_name
)
)
p_this
->
p_vlc
->
psz_object_name
)
)
{
{
...
...
src/misc/variables.c
View file @
0643c47e
...
@@ -1232,29 +1232,31 @@ static int InheritValue( vlc_object_t *p_this, const char *psz_name,
...
@@ -1232,29 +1232,31 @@ static int InheritValue( vlc_object_t *p_this, const char *psz_name,
break
;
break
;
case
VLC_VAR_LIST
:
case
VLC_VAR_LIST
:
{
{
char
*
psz_var
=
config_GetPsz
(
p_this
,
psz_name
)
;
char
*
psz_orig
,
*
psz_var
;
vlc_list_t
*
p_list
=
malloc
(
sizeof
(
vlc_list_t
));
vlc_list_t
*
p_list
=
malloc
(
sizeof
(
vlc_list_t
));
p_val
->
p_list
=
p_list
;
p_val
->
p_list
=
p_list
;
p_list
->
i_count
=
0
;
p_list
->
i_count
=
0
;
while
(
*
psz_var
)
psz_var
=
psz_orig
=
config_GetPsz
(
p_this
,
psz_name
);
while
(
psz_var
&&
*
psz_var
)
{
{
char
*
psz_item
=
psz_var
;
char
*
psz_item
=
psz_var
;
vlc_value_t
val
;
vlc_value_t
val
;
while
(
*
psz_var
&&
*
psz_var
!=
','
)
while
(
*
psz_var
&&
*
psz_var
!=
','
)
psz_var
++
;
psz_var
++
;
if
(
*
psz_var
==
','
)
if
(
*
psz_var
==
','
)
{
{
*
psz_var
=
'\0'
;
*
psz_var
=
'\0'
;
psz_var
++
;
psz_var
++
;
}
}
val
.
i_int
=
strtol
(
psz_item
,
NULL
,
0
);
val
.
i_int
=
strtol
(
psz_item
,
NULL
,
0
);
INSERT_ELEM
(
p_list
->
p_values
,
p_list
->
i_count
,
p_list
->
i_count
,
INSERT_ELEM
(
p_list
->
p_values
,
p_list
->
i_count
,
val
);
p_list
->
i_count
,
val
);
/* p_list->i_count is incremented twice by INSERT_ELEM */
/* p_list->i_count is incremented twice by INSERT_ELEM */
p_list
->
i_count
--
;
p_list
->
i_count
--
;
INSERT_ELEM
(
p_list
->
pi_types
,
p_list
->
i_count
,
p_list
->
i_count
,
INSERT_ELEM
(
p_list
->
pi_types
,
p_list
->
i_count
,
VLC_VAR_INTEGER
);
p_list
->
i_count
,
VLC_VAR_INTEGER
);
}
}
if
(
psz_orig
)
free
(
psz_orig
);
break
;
break
;
}
}
default:
default:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment