Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
3f7b412c
Commit
3f7b412c
authored
Dec 13, 2002
by
Sam Hocevar
Browse files
* ./Makefile.am: added missing files for make dist.
* ./configure.ac.in: removed unpopular warnings. * ./po/*: updated potfiles.
parent
7822e559
Changes
12
Expand all
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
3f7b412c
...
...
@@ -273,23 +273,16 @@ EXTRA_DIST += \
EXTRA_DIST
+=
\
msvc/vlc.dsw
\
msvc/libvlc.dsp
\
msvc/libvlc.dsp.in
\
msvc/vlc.dsp
\
msvc/vlc.dsp.in
\
msvc/vlc.dsp.out
\
msvc/plugins.dsp
\
msvc/plugins.dsp.in
\
msvc/vlc.dsp.in
\
msvc/config.h
\
msvc/modules_builtin_msvc.h
\
evc/vlc.vcw
\
evc/libvlc.vcp
\
evc/libvlc.vcp.in
\
evc/vlc.vcp
\
evc/vlc.vcp.in
\
evc/vlc.vcp.out
\
evc/plugins.vcp
\
evc/plugins.vcp.in
\
evc/vlc.c
\
evc/config.h
\
evc/modules_builtin_evc.h
\
$(NULL)
...
...
configure.ac.in
View file @
3f7b412c
...
...
@@ -502,17 +502,17 @@ if test "x${ac_cv_c_Wall}" != "xno"; then
fi
if test "x${ac_cv_c_Wunreachable_code}" != "xno"; then
CFLAGS_save="-Wunreachable-code ${CFLAGS_save}"; CFLAGS="${CFLAGS_save}"
CXXFLAGS_save="-Wunreachable-code ${CFLAGS_save}"; CXXFLAGS="${CXXFLAGS_save}"
OBJCFLAGS_save="-Wunreachable-code ${OBJCFLAGS_save}"; OBJCFLAGS="${OBJCFLAGS_save}"
#
CFLAGS_save="-Wunreachable-code ${CFLAGS_save}"; CFLAGS="${CFLAGS_save}"
#
CXXFLAGS_save="-Wunreachable-code ${CFLAGS_save}"; CXXFLAGS="${CXXFLAGS_save}"
#
OBJCFLAGS_save="-Wunreachable-code ${OBJCFLAGS_save}"; OBJCFLAGS="${OBJCFLAGS_save}"
dnl -Wunreachable-code means gcc-3.x, we can use -Wconversion and we can
dnl activate -Winline for C++, it won't choke on system headers.
if test "x${ac_cv_c_Wconversion}" != "xno"; then
CFLAGS_save="-Wconversion ${CFLAGS_save}"; CFLAGS="${CFLAGS_save}"
CXXFLAGS_save="-Wconversion ${CFLAGS_save}"; CXXFLAGS="${CXXFLAGS_save}"
OBJCFLAGS_save="-Wconversion ${OBJCFLAGS_save}"; OBJCFLAGS="${OBJCFLAGS_save}"
fi
#
if test "x${ac_cv_c_Wconversion}" != "xno"; then
#
CFLAGS_save="-Wconversion ${CFLAGS_save}"; CFLAGS="${CFLAGS_save}"
#
CXXFLAGS_save="-Wconversion ${CFLAGS_save}"; CXXFLAGS="${CXXFLAGS_save}"
#
OBJCFLAGS_save="-Wconversion ${OBJCFLAGS_save}"; OBJCFLAGS="${OBJCFLAGS_save}"
#
fi
if test "x${ac_cv_c_Winline}" != "xno"; then
CXXFLAGS_save="-Winline ${CXXFLAGS_save}"; CXXFLAGS="${CXXFLAGS_save}"
fi
...
...
po/de.po
View file @
3f7b412c
This diff is collapsed.
Click to expand it.
po/en_GB.po
View file @
3f7b412c
...
...
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: vlc\n"
"POT-Creation-Date: 2002-1
0
-1
5
1
1:5
8+0
2
00\n"
"POT-Creation-Date: 2002-1
2
-1
3
1
0:4
8+0
1
00\n"
"PO-Revision-Date: 2002-04-22 09:56+0200\n"
"Last-Translator: Samuel Hocevar <sam@zoy.org>\n"
"Language-Team: \n"
...
...
@@ -21,44 +21,44 @@ msgid ""
msgstr ""
#. Usage
#: src/libvlc.c:29
4
src/libvlc.c:1
195
#: src/libvlc.c:2
7
9 src/libvlc.c:1
212
#, c-format
msgid ""
"Usage: %s [options] [items]...\n"
"\n"
msgstr ""
#: src/libvlc.c:10
53
src/misc/configuration.c:8
5
0
#: src/libvlc.c:10
69
src/misc/configuration.c:8
8
0
msgid "string"
msgstr ""
#: src/libvlc.c:107
1
src/misc/configuration.c:8
3
5
#: src/libvlc.c:10
8
7 src/misc/configuration.c:8
6
5
msgid "integer"
msgstr ""
#: src/libvlc.c:10
74
src/misc/configuration.c:8
4
2
#: src/libvlc.c:10
90
src/misc/configuration.c:8
7
2
msgid "float"
msgstr ""
#: src/libvlc.c:10
80
#: src/libvlc.c:10
96
msgid " (default enabled)"
msgstr ""
#: src/libvlc.c:10
81
#: src/libvlc.c:10
97
msgid " (default disabled)"
msgstr ""
#: src/libvlc.c:117
1
src/libvlc.c:122
5
src/libvlc.c:12
49
#: src/libvlc.c:11
8
7 src/libvlc.c:12
4
2 src/libvlc.c:12
66
msgid ""
"\n"
"Press the RETURN key to continue...\n"
msgstr ""
#: src/libvlc.c:1
198
#: src/libvlc.c:1
215
msgid "[module] [description]\n"
msgstr ""
#: src/libvlc.c:12
43
#: src/libvlc.c:12
60
msgid ""
"This program comes with NO WARRANTY, to the extent permitted by law.\n"
"You may redistribute it under the terms of the GNU General Public License;\n"
...
...
@@ -95,7 +95,7 @@ msgstr ""
#: src/libvlc.h:42
msgid ""
"This options sets the verbosity level (0=only errors and standard messages, "
"1=warnings, 2=debug."
"1=warnings, 2=debug
)
."
msgstr ""
#: src/libvlc.h:45
...
...
@@ -226,70 +226,93 @@ msgid ""
msgstr ""
#: src/libvlc.h:111
msgid "
video output module
"
msgid "
headphone virtual spatialization effect
"
msgstr ""
#: src/libvlc.h:113
msgid ""
"This effect gives you the feeling that you stands in a real room with a "
"complete 5.1 speaker set when using only a headphone, providing a more "
"realistic sound experience. It should also be more comfortable and less "
"tiring when listening to music for long periods of time.\n"
"It works with any source format from mono to 5.1."
msgstr ""
#: src/libvlc.h:120
msgid "characteristic dimension"
msgstr ""
#: src/libvlc.h:122
msgid ""
"Headphone virtual spatialization effect parameter: distance between front "
"left speaker and listener in meters."
msgstr ""
#: src/libvlc.h:125
msgid "video output module"
msgstr ""
#: src/libvlc.h:127
msgid ""
"This option allows you to select the video output method used by vlc. The "
"default behavior is to automatically select the best method available."
msgstr ""
"This option allows you to select the video output method used by vlc. The "
"default behaviour is to automatically select the best method available."
#: src/libvlc.h:11
7
#: src/libvlc.h:1
3
1
msgid "enable video"
msgstr ""
#: src/libvlc.h:1
19
#: src/libvlc.h:1
33
msgid ""
"You can completely disable the video output. In this case the video decoding "
"stage won't be done, which will save some processing power."
msgstr ""
#: src/libvlc.h:1
22
#: src/libvlc.h:1
36
msgid "display identifier"
msgstr ""
#: src/libvlc.h:1
24
#: src/libvlc.h:1
38
msgid ""
"This is the local display port that will be used for X11 drawing. For "
"instance :0.1."
msgstr ""
#: src/libvlc.h:1
27
#: src/libvlc.h:1
41
msgid "video width"
msgstr ""
#: src/libvlc.h:1
29
#: src/libvlc.h:1
43
msgid ""
"You can enforce the video width here. By default vlc will adapt to the video "
"characteristics."
msgstr ""
#: src/libvlc.h:1
32
#: src/libvlc.h:1
46
msgid "video height"
msgstr ""
#: src/libvlc.h:1
3
4
#: src/libvlc.h:14
8
msgid ""
"You can enforce the video height here. By default vlc will adapt to the "
"video characteristics."
msgstr ""
#: src/libvlc.h:1
37
#: src/libvlc.h:1
51
msgid "zoom video"
msgstr ""
#: src/libvlc.h:13
9
#: src/libvlc.h:1
5
3
msgid "You can zoom the video by the specified factor."
msgstr ""
#: src/libvlc.h:1
41
#: src/libvlc.h:1
55
msgid "grayscale video output"
msgstr "greyscale video output"
#: src/libvlc.h:1
43
#: src/libvlc.h:1
57
msgid ""
"When enabled, the color information from the video won't be decoded (this "
"can also allow you to save some processing power)."
...
...
@@ -297,185 +320,217 @@ msgstr ""
"When enabled, the colour information from the video won't be decoded (this "
"can also allow you to save some processing power)."
#: src/libvlc.h:1
4
6
#: src/libvlc.h:16
0
msgid "fullscreen video output"
msgstr ""
#: src/libvlc.h:1
48
#: src/libvlc.h:1
62
msgid ""
"If this option is enabled, vlc will always start a video in fullscreen mode."
msgstr ""
#: src/libvlc.h:15
1
#: src/libvlc.h:1
6
5
msgid "overlay video output"
msgstr ""
#: src/libvlc.h:1
53
#: src/libvlc.h:1
67
msgid ""
"If enabled, vlc will try to take advantage of the overlay capabilities of "
"you graphic
s
card."
"you
r
graphic card."
msgstr ""
#: src/libvlc.h:1
56
#: src/libvlc.h:1
70
msgid "force SPU position"
msgstr ""
#: src/libvlc.h:1
58
#: src/libvlc.h:1
72
msgid ""
"You can use this option to place the subtitles under the movie, instead of "
"over the movie. Try several positions."
msgstr ""
#: src/libvlc.h:1
61
#: src/libvlc.h:1
75
msgid "video filter module"
msgstr ""
#: src/libvlc.h:1
63
#: src/libvlc.h:1
77
msgid ""
"This will allow you to add a post-processing filter to enhance the picture "
"quality, for instance deinterlacing, or to clone or distort the video window."
msgstr ""
#: src/libvlc.h:167
#: src/libvlc.h:181
msgid "source aspect ratio"
msgstr ""
#: src/libvlc.h:183
msgid ""
"This will force the source aspect ratio. For instance, some DVDs claim to be "
"16:9 while they are actually 4:3. This can also be used as a hint for VLC "
"when a movie does not have aspect ratio information. Accepted formats are x:"
"y (4:3, 16:9, etc.) expressing the global image aspect, or a float value "
"(1.25, 1.3333, etc.) expressing pixel squareness."
msgstr ""
#: src/libvlc.h:191
msgid "destination aspect ratio"
msgstr ""
#: src/libvlc.h:193
msgid ""
"This will force the destination pixel size. By default VLC assumes your "
"pixels are square, unless your hardware has a way to tell it otherwise. This "
"may be used when you output VLC's signal to another device such as a TV set. "
"Accepted format is a float value (1, 1.25, 1.3333, etc.) expressing pixel "
"squareness."
msgstr ""
#: src/libvlc.h:200
msgid "server port"
msgstr ""
#: src/libvlc.h:
169
#: src/libvlc.h:
202
msgid "This is the port used for UDP streams. By default, we chose 1234."
msgstr ""
#: src/libvlc.h:
171
#: src/libvlc.h:
204
msgid "MTU of the network interface"
msgstr ""
#: src/libvlc.h:
173
#: src/libvlc.h:
206
msgid ""
"This is the typical size of UDP packets that we expect. On Ethernet it is "
"usually 1500."
msgstr ""
#: src/libvlc.h:
176
#: src/libvlc.h:
209
msgid "enable network channel mode"
msgstr ""
#: src/libvlc.h:
178
#: src/libvlc.h:
211
msgid "Activate this option if you want to use the VideoLAN Channel Server."
msgstr ""
#: src/libvlc.h:
180
#: src/libvlc.h:
213
msgid "channel server address"
msgstr ""
#: src/libvlc.h:
182
#: src/libvlc.h:
215
msgid "Indicate here the address of the VideoLAN Channel Server."
msgstr ""
#: src/libvlc.h:
184
#: src/libvlc.h:
217
msgid "channel server port"
msgstr ""
#: src/libvlc.h:
186
#: src/libvlc.h:
219
msgid "Indicate here the port on which the VideoLAN Channel Server runs."
msgstr ""
#: src/libvlc.h:
188
#: src/libvlc.h:
221
msgid "network interface"
msgstr ""
#: src/libvlc.h:
190
#: src/libvlc.h:
223
msgid ""
"If you have several interfaces on your Linux machine and use the VLAN "
"solution, you may indicate here which interface to use."
msgstr ""
#: src/libvlc.h:
193
#: src/libvlc.h:
226
msgid "network interface address"
msgstr ""
#: src/libvlc.h:
195
#: src/libvlc.h:
228
msgid ""
"If you have several interfaces on your machine and use the multicast "
"solution, you will probably have to indicate the IP address of your "
"multicasting interface here."
msgstr ""
#: src/libvlc.h:
199
#: src/libvlc.h:
232
msgid "choose program (SID)"
msgstr "choose programme (SID)"
#: src/libvlc.h:2
01
#: src/libvlc.h:2
34
msgid "Choose the program to select by giving its Service ID."
msgstr "Choose the programme to select by giving its Service ID."
#: src/libvlc.h:2
0
3
#: src/libvlc.h:23
6
msgid "choose audio"
msgstr ""
#: src/libvlc.h:2
05
#: src/libvlc.h:2
38
msgid "Give the default type of audio you want to use in a DVD."
msgstr ""
#: src/libvlc.h:20
7
#: src/libvlc.h:2
4
0
msgid "choose channel"
msgstr ""
#: src/libvlc.h:2
09
#: src/libvlc.h:2
42
msgid ""
"Give the stream number of the audio channel you want to use in a DVD (from 1 "
"to n)."
msgstr ""
#: src/libvlc.h:2
12
#: src/libvlc.h:2
45
msgid "choose subtitles"
msgstr ""
#: src/libvlc.h:2
1
4
#: src/libvlc.h:24
7
msgid ""
"Give the stream number of the subtitle channel you want to use in a DVD "
"(from 1 to n)."
msgstr ""
#: src/libvlc.h:2
17
#: src/libvlc.h:2
50
msgid "DVD device"
msgstr ""
#: src/libvlc.h:219
#: src/libvlc.h:253
msgid ""
"This is the default DVD drive (or file) to use. Don't forget the colon after "
"the drive letter (eg D:)"
msgstr ""
#: src/libvlc.h:257
msgid "This is the default DVD device to use."
msgstr ""
#: src/libvlc.h:2
21
#: src/libvlc.h:2
60
msgid "VCD device"
msgstr ""
#: src/libvlc.h:22
3
#: src/libvlc.h:2
6
2
msgid "This is the default VCD device to use."
msgstr ""
#: src/libvlc.h:2
25
#: src/libvlc.h:2
64
msgid "force IPv6"
msgstr ""
#: src/libvlc.h:2
27
#: src/libvlc.h:2
66
msgid ""
"If you check this box, IPv6 will be used by default for all UDP and HTTP "
"connections."
msgstr ""
#: src/libvlc.h:2
30
#: src/libvlc.h:2
69
msgid "force IPv4"
msgstr ""
#: src/libvlc.h:2
32
#: src/libvlc.h:2
71
msgid ""
"If you check this box, IPv4 will be used by default for all UDP and HTTP "
"connections."
msgstr ""
#: src/libvlc.h:2
35
msgid "choose prefer
r
ed codec list"
#: src/libvlc.h:2
74
msgid "choose prefered codec list"
msgstr ""
#: src/libvlc.h:2
3
7
#: src/libvlc.h:27
6
msgid ""
"This allows you to select the order in which vlc will choose its codecs. For "
"instance, 'a52old,a52,any' will try the old a52 codec before the new one. "
...
...
@@ -484,144 +539,144 @@ msgid ""
"sure there is a fallback for the types you didn't specify."
msgstr ""
#: src/libvlc.h:2
44
#: src/libvlc.h:2
83
msgid "choose a stream output"
msgstr ""
#: src/libvlc.h:2
46
#: src/libvlc.h:2
85
msgid "Empty if no stream output."
msgstr ""
#: src/libvlc.h:2
4
8
#: src/libvlc.h:28
7
msgid "enable CPU MMX support"
msgstr ""
#: src/libvlc.h:2
50
#: src/libvlc.h:2
89
msgid ""
"If your processor supports the MMX instructions set, vlc can take advantage "
"of them."
msgstr ""
#: src/libvlc.h:2
53
#: src/libvlc.h:2
92
msgid "enable CPU 3D Now! support"
msgstr ""
#: src/libvlc.h:2
55
#: src/libvlc.h:2
94
msgid ""
"If your processor supports the 3D Now! instructions set, vlc can take "
"advantage of them."
msgstr ""
#: src/libvlc.h:2
58
#: src/libvlc.h:2
97
msgid "enable CPU MMX EXT support"
msgstr ""
#: src/libvlc.h:2
60
#: src/libvlc.h:2
99
msgid ""
"If your processor supports the MMX EXT instructions set, vlc can take "
"advantage of them."
msgstr ""
#: src/libvlc.h:
263
#: src/libvlc.h:
302
msgid "enable CPU SSE support"
msgstr ""
#: src/libvlc.h:
265
#: src/libvlc.h:
304
msgid ""
"If your processor supports the SSE instructions set, vlc can take
c
an
ta
k
e "
"
advantage
of them."
"If your processor supports the SSE instructions set, vlc can take
adv
anta
g
e "
"of them."
msgstr ""
#: src/libvlc.h:
268
#: src/libvlc.h:
307
msgid "enable CPU AltiVec support"
msgstr ""
#: src/libvlc.h:
270
#: src/libvlc.h:
309
msgid ""
"If your processor supports the AltiVec instructions set, vlc can take "
"advantage of them."
msgstr ""
#: src/libvlc.h:
273
#: src/libvlc.h:
312
msgid "play files randomly forever"
msgstr ""
#: src/libvlc.h:
275
#: src/libvlc.h:
314
msgid ""
"When selected, vlc will randomly play files in the playlist until "
"interrupted."
msgstr ""
#: src/libvlc.h:
278
#: src/libvlc.h:
317
msgid "launch playlist on startup"
msgstr ""
#: src/libvlc.h:
280
#: src/libvlc.h:
319
msgid "If you want vlc to start playing on startup, then enable this option."
msgstr ""
#: src/libvlc.h:
282
#: src/libvlc.h:
321
msgid "enqueue items in playlist"
msgstr ""
#: src/libvlc.h:
284
#: src/libvlc.h:
323
msgid ""
"If you want vlc to add items to the playlist as you open them, then enable "
"this option."
msgstr ""
#: src/libvlc.h:
287
#: src/libvlc.h:
326
msgid "loop playlist on end"
msgstr ""
#: src/libvlc.h:28
9
#: src/libvlc.h:
3
28
msgid ""
"If you want vlc to keep playing the playlist indefinitely then enable this "
"option."
msgstr ""
#: src/libvlc.h:
292
#: src/libvlc.h:
331
msgid "memory copy module"
msgstr ""
#: src/libvlc.h:
294
#: src/libvlc.h:
333
msgid ""
"You can select wich memory copy module you want to use. By default
vlc will "
"You can select w
h
ich memory copy module you want to use. By defaultvlc will "
"select the fastest one supported by your hardware."
msgstr ""
#: src/libvlc.h:
297
#: src/libvlc.h:
336
msgid "access module"
msgstr ""
#: src/libvlc.h:
299
#: src/libvlc.h:
338
msgid "This is a legacy entry to let you configure access modules"
msgstr ""
#: src/libvlc.h:30
1
#: src/libvlc.h:3
4
0
msgid "demux module"
msgstr ""
#: src/libvlc.h:3
03
#: src/libvlc.h:3
42
msgid "This is a legacy entry to let you configure demux modules"
msgstr ""
#: src/libvlc.h:3
05
#: src/libvlc.h:3
44
msgid "fast mutex on NT/2K/XP (developers only)"
msgstr ""
#: src/libvlc.h:3
07
#: src/libvlc.h:3
46
msgid ""
"On Windows NT/2K/XP we use a slow mutex implementation but which allows us "
"to correctely implement condition variables. You can also use the faster "
"Win9x implementation but you might experience problems with it."
msgstr ""
#: src/libvlc.h:31
2
msgid "Condition variables implementation for Win9x (develop
p
ers only)"
#: src/libvlc.h:3
5
1
msgid "Condition variables implementation for Win9x (developers only)"
msgstr ""
#: src/libvlc.h:3
1
5
#: src/libvlc.h:35
4
msgid ""
"On Windows 9x/Me we use a fast but not correct condition variables "