2001-12-10 20:40:24 +08:00
|
|
|
# SOME DESCRIPTIVE TITLE.
|
2003-01-15 21:16:40 +08:00
|
|
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
|
|
|
# This file is distributed under the same license as the PACKAGE package.
|
2001-12-10 20:40:24 +08:00
|
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
|
|
#
|
|
|
|
#, fuzzy
|
|
|
|
msgid ""
|
|
|
|
msgstr ""
|
|
|
|
"Project-Id-Version: PACKAGE VERSION\n"
|
2003-01-29 04:02:04 +08:00
|
|
|
"POT-Creation-Date: 2003-01-28 20:57+0100\n"
|
2001-12-10 20:40:24 +08:00
|
|
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
|
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
|
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
|
|
"MIME-Version: 1.0\n"
|
|
|
|
"Content-Type: text/plain; charset=CHARSET\n"
|
|
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
|
2003-01-07 21:26:22 +08:00
|
|
|
#. Translate "C" to the language code: "fr", "en_GB", "nl", "ru"...
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.c:256
|
2002-12-26 07:39:01 +08:00
|
|
|
msgid "C"
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#. Usage
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.c:286 src/libvlc.c:1274
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
2002-10-15 20:30:01 +08:00
|
|
|
"Usage: %s [options] [items]...\n"
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
"\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.c:1131 src/misc/configuration.c:916
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
msgid "string"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.c:1149 src/misc/configuration.c:901
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
msgid "integer"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.c:1152 src/misc/configuration.c:908
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
msgid "float"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.c:1158
|
2002-06-02 00:45:35 +08:00
|
|
|
msgid " (default enabled)"
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.c:1159
|
2002-06-02 00:45:35 +08:00
|
|
|
msgid " (default disabled)"
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.c:1249 src/libvlc.c:1304 src/libvlc.c:1328
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"Press the RETURN key to continue...\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.c:1277
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
msgid "[module] [description]\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.c:1322
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid ""
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
"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"
|
|
|
|
"see the file named COPYING for details.\n"
|
|
|
|
"Written by the VideoLAN team at Ecole Centrale, Paris.\n"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
#. ****************************************************************************
|
|
|
|
#. * Configuration options for the main program. Each module will also separatly
|
|
|
|
#. * define its own configuration options.
|
|
|
|
#. * Look into configuration.h if you need to know more about the following
|
|
|
|
#. * macros.
|
|
|
|
#. ****************************************************************************
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:37
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
msgid "interface module"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:39
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid ""
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
"This option allows you to select the interface used by vlc. The default "
|
|
|
|
"behavior is to automatically select the best module available."
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:43
|
|
|
|
msgid "extra interface modules"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: src/libvlc.h:45
|
|
|
|
msgid ""
|
2003-01-28 10:03:33 +08:00
|
|
|
"This option allows you to select additional interfaces used by vlc. They "
|
|
|
|
"will be launched in the background in addition to the default interface. Use "
|
|
|
|
"a comma separated list of interface modules."
|
2003-01-24 07:51:13 +08:00
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: src/libvlc.h:49
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "verbosity (0,1,2)"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:51
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid ""
|
|
|
|
"This options sets the verbosity level (0=only errors and standard messages, "
|
2002-12-13 18:09:14 +08:00
|
|
|
"1=warnings, 2=debug)."
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:54
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
msgid "be quiet"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:56
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
msgid "This options turns off all warning and information messages."
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:58
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
msgid "color messages"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:60
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid ""
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
"When this option is turned on, the messages sent to the console will be "
|
|
|
|
"colorized. Your terminal needs Linux color support for this to work."
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:63
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid "interface default search path"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:65
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid ""
|
|
|
|
"This option allows you to set the default path that the interface will open "
|
|
|
|
"when looking for a file."
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:68
|
2002-07-05 02:11:57 +08:00
|
|
|
msgid "plugin search path"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:70
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid ""
|
2003-01-07 21:26:22 +08:00
|
|
|
"This option allows you to specify an additional path for vlc to look for its "
|
2002-07-05 02:11:57 +08:00
|
|
|
"plugins."
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:73
|
2002-07-05 02:11:57 +08:00
|
|
|
msgid "audio output module"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:75
|
2002-07-05 02:11:57 +08:00
|
|
|
msgid ""
|
2002-06-07 22:30:41 +08:00
|
|
|
"This option allows you to select the audio output method used by vlc. The "
|
|
|
|
"default behavior is to automatically select the best method available."
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:79
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
msgid "enable audio"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:81
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid ""
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
"You can completely disable the audio output. In this case the audio decoding "
|
|
|
|
"stage won't be done, and it will save some processing power."
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:84
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
msgid "force mono audio"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:85
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid "This will force a mono audio output"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:87
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid "audio output volume"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:89
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid ""
|
|
|
|
"You can set the default audio output volume here, in a range from 0 to 1024."
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:92
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid "audio output frequency (Hz)"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:94
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid ""
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
"You can force the audio output frequency here. Common values are 48000, "
|
|
|
|
"44100, 32000, 22050, 16000, 11025, 8000."
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:97
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid "compensate desynchronization of audio (in ms)"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:99
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid ""
|
|
|
|
"This option allows you to delay the audio output. This can be handy if you "
|
|
|
|
"notice a lag between the video and the audio."
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:102
|
2002-12-13 18:09:14 +08:00
|
|
|
msgid "headphone virtual spatialization effect"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:104
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid ""
|
2002-12-13 18:09:14 +08:00
|
|
|
"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 ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:111
|
2002-12-13 18:09:14 +08:00
|
|
|
msgid "characteristic dimension"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:113
|
2002-12-13 18:09:14 +08:00
|
|
|
msgid ""
|
|
|
|
"Headphone virtual spatialization effect parameter: distance between front "
|
|
|
|
"left speaker and listener in meters."
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:116
|
2002-12-13 18:09:14 +08:00
|
|
|
msgid "video output module"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:118
|
2002-12-13 18:09:14 +08:00
|
|
|
msgid ""
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
"This option allows you to select the video output method used by vlc. The "
|
|
|
|
"default behavior is to automatically select the best method available."
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:122
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
msgid "enable video"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:124
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid ""
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
"You can completely disable the video output. In this case the video decoding "
|
|
|
|
"stage won't be done, which will save some processing power."
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:127
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid "display identifier"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:129
|
2002-05-21 06:34:56 +08:00
|
|
|
msgid ""
|
|
|
|
"This is the local display port that will be used for X11 drawing. For "
|
|
|
|
"instance :0.1."
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:132
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid "video width"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:134
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid ""
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
"You can enforce the video width here. By default vlc will adapt to the video "
|
|
|
|
"characteristics."
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:137
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid "video height"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:139
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid ""
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
"You can enforce the video height here. By default vlc will adapt to the "
|
|
|
|
"video characteristics."
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:142
|
2002-04-22 02:32:12 +08:00
|
|
|
msgid "zoom video"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:144
|
2002-04-22 02:32:12 +08:00
|
|
|
msgid "You can zoom the video by the specified factor."
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:146
|
2002-04-22 02:32:12 +08:00
|
|
|
msgid "grayscale video output"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:148
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid ""
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
"When enabled, the color information from the video won't be decoded (this "
|
|
|
|
"can also allow you to save some processing power)."
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:151
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid "fullscreen video output"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:153
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid ""
|
|
|
|
"If this option is enabled, vlc will always start a video in fullscreen mode."
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:156
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
msgid "overlay video output"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:158
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid ""
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
"If enabled, vlc will try to take advantage of the overlay capabilities of "
|
2002-12-13 18:09:14 +08:00
|
|
|
"your graphic card."
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:161
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid "force SPU position"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:163
|
2002-05-21 06:34:56 +08:00
|
|
|
msgid ""
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
"You can use this option to place the subtitles under the movie, instead of "
|
2002-05-21 06:34:56 +08:00
|
|
|
"over the movie. Try several positions."
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:166
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid "video filter module"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:168
|
2002-05-21 06:34:56 +08:00
|
|
|
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 ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:172
|
2002-12-13 18:09:14 +08:00
|
|
|
msgid "source aspect ratio"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:174
|
2002-12-13 18:09:14 +08:00
|
|
|
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 ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:182
|
2002-12-13 18:09:14 +08:00
|
|
|
msgid "destination aspect ratio"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:184
|
2002-12-13 18:09:14 +08:00
|
|
|
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 ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:191
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid "server port"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:193
|
2002-05-21 06:34:56 +08:00
|
|
|
msgid "This is the port used for UDP streams. By default, we chose 1234."
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:195
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "MTU of the network interface"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:197
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid ""
|
|
|
|
"This is the typical size of UDP packets that we expect. On Ethernet it is "
|
|
|
|
"usually 1500."
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:200
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid "enable network channel mode"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:202
|
2002-05-21 06:34:56 +08:00
|
|
|
msgid "Activate this option if you want to use the VideoLAN Channel Server."
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:204
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid "channel server address"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:206
|
2002-05-21 06:34:56 +08:00
|
|
|
msgid "Indicate here the address of the VideoLAN Channel Server."
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:208
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid "channel server port"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:210
|
2002-05-21 06:34:56 +08:00
|
|
|
msgid "Indicate here the port on which the VideoLAN Channel Server runs."
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:212
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid "network interface"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:214
|
2002-05-21 06:34:56 +08:00
|
|
|
msgid ""
|
|
|
|
"If you have several interfaces on your Linux machine and use the VLAN "
|
|
|
|
"solution, you may indicate here which interface to use."
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:217
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "network interface address"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:219
|
2002-10-15 20:30:01 +08:00
|
|
|
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 ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:223
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid "choose program (SID)"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:225
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid "Choose the program to select by giving its Service ID."
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:227
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid "choose audio"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:229
|
2002-05-21 06:34:56 +08:00
|
|
|
msgid "Give the default type of audio you want to use in a DVD."
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:231
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid "choose channel"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:233
|
2002-05-21 06:34:56 +08:00
|
|
|
msgid ""
|
|
|
|
"Give the stream number of the audio channel you want to use in a DVD (from 1 "
|
|
|
|
"to n)."
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:236
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid "choose subtitles"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:238
|
2002-05-21 06:34:56 +08:00
|
|
|
msgid ""
|
|
|
|
"Give the stream number of the subtitle channel you want to use in a DVD "
|
|
|
|
"(from 1 to n)."
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:241
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid "DVD device"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:244
|
2002-12-13 18:09:14 +08:00
|
|
|
msgid ""
|
|
|
|
"This is the default DVD drive (or file) to use. Don't forget the colon after "
|
|
|
|
"the drive letter (eg D:)"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:248
|
2002-05-21 06:34:56 +08:00
|
|
|
msgid "This is the default DVD device to use."
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:251
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid "VCD device"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:253
|
2002-05-21 06:34:56 +08:00
|
|
|
msgid "This is the default VCD device to use."
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:255
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid "force IPv6"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:257
|
2002-05-21 06:34:56 +08:00
|
|
|
msgid ""
|
|
|
|
"If you check this box, IPv6 will be used by default for all UDP and HTTP "
|
|
|
|
"connections."
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:260
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid "force IPv4"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:262
|
2002-05-21 06:34:56 +08:00
|
|
|
msgid ""
|
|
|
|
"If you check this box, IPv4 will be used by default for all UDP and HTTP "
|
|
|
|
"connections."
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:265
|
2003-01-29 04:02:04 +08:00
|
|
|
msgid "choose preferred codec list"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:267
|
2002-05-21 06:34:56 +08:00
|
|
|
msgid ""
|
2002-10-15 20:30:01 +08:00
|
|
|
"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. "
|
|
|
|
"Please be aware that vlc does not make any difference between audio or video "
|
|
|
|
"codecs, so you should always specify 'any' at the end of the list to make "
|
|
|
|
"sure there is a fallback for the types you didn't specify."
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:274
|
2003-01-29 04:02:04 +08:00
|
|
|
msgid "choose preferred video encoder list"
|
2003-01-24 07:51:13 +08:00
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: src/libvlc.h:276 src/libvlc.h:280
|
|
|
|
msgid ""
|
|
|
|
"This allows you to select the order in which vlc will choose its codecs. "
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: src/libvlc.h:278
|
2003-01-29 04:02:04 +08:00
|
|
|
msgid "choose preferred audio encoder list"
|
2003-01-24 07:51:13 +08:00
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: src/libvlc.h:283
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "choose a stream output"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:285
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Empty if no stream output."
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:287
|
2002-12-26 07:39:01 +08:00
|
|
|
msgid "enable video stream output"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:289 src/libvlc.h:298
|
2002-12-26 07:39:01 +08:00
|
|
|
msgid ""
|
|
|
|
"This allows you to choose if the video stream should be redirected to the "
|
|
|
|
"stream output facility when this last one is enabled."
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:292
|
|
|
|
msgid "video encoding codec"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: src/libvlc.h:294
|
|
|
|
msgid "This allows you to force video encoding"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: src/libvlc.h:296
|
2002-12-26 07:39:01 +08:00
|
|
|
msgid "enable audio stream output"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:301
|
|
|
|
msgid "audio encoding codec"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: src/libvlc.h:303
|
|
|
|
msgid "This allows you to force audio encoding"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: src/libvlc.h:305
|
2003-01-29 04:02:04 +08:00
|
|
|
msgid "choose preferred packetizer list"
|
2002-12-26 07:39:01 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:307
|
2002-12-26 07:39:01 +08:00
|
|
|
msgid ""
|
|
|
|
"This allows you to select the order in which vlc will choose its packetizers."
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:310
|
2002-12-26 07:39:01 +08:00
|
|
|
msgid "mux module"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:312
|
2002-12-26 07:39:01 +08:00
|
|
|
msgid "This is a legacy entry to let you configure mux modules"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:314
|
2002-12-26 07:39:01 +08:00
|
|
|
msgid "access output module"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:316
|
2002-12-26 07:39:01 +08:00
|
|
|
msgid "This is a legacy entry to let you configure access output modules"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:319
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
msgid "enable CPU MMX support"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:321
|
2002-05-21 06:34:56 +08:00
|
|
|
msgid ""
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
"If your processor supports the MMX instructions set, vlc can take advantage "
|
|
|
|
"of them."
|
2002-05-21 06:34:56 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:324
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
msgid "enable CPU 3D Now! support"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:326
|
2002-05-21 06:34:56 +08:00
|
|
|
msgid ""
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
"If your processor supports the 3D Now! instructions set, vlc can take "
|
|
|
|
"advantage of them."
|
2002-05-21 06:34:56 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:329
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
msgid "enable CPU MMX EXT support"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:331
|
2002-05-21 06:34:56 +08:00
|
|
|
msgid ""
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
"If your processor supports the MMX EXT instructions set, vlc can take "
|
|
|
|
"advantage of them."
|
2002-05-21 06:34:56 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:334
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
msgid "enable CPU SSE support"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:336
|
2002-05-21 06:34:56 +08:00
|
|
|
msgid ""
|
2002-12-13 18:09:14 +08:00
|
|
|
"If your processor supports the SSE instructions set, vlc can take advantage "
|
|
|
|
"of them."
|
2002-05-21 06:34:56 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:339
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
msgid "enable CPU AltiVec support"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:341
|
2002-05-21 06:34:56 +08:00
|
|
|
msgid ""
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
"If your processor supports the AltiVec instructions set, vlc can take "
|
|
|
|
"advantage of them."
|
2002-05-21 06:34:56 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:344
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "play files randomly forever"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:346
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid ""
|
|
|
|
"When selected, vlc will randomly play files in the playlist until "
|
|
|
|
"interrupted."
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:349
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid "launch playlist on startup"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:351
|
2002-05-21 06:34:56 +08:00
|
|
|
msgid "If you want vlc to start playing on startup, then enable this option."
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:353
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
msgid "enqueue items in playlist"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:355
|
2002-05-21 06:34:56 +08:00
|
|
|
msgid ""
|
|
|
|
"If you want vlc to add items to the playlist as you open them, then enable "
|
|
|
|
"this option."
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:358
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid "loop playlist on end"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:360
|
2002-05-21 06:34:56 +08:00
|
|
|
msgid ""
|
|
|
|
"If you want vlc to keep playing the playlist indefinitely then enable this "
|
|
|
|
"option."
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:363
|
2002-04-21 18:32:21 +08:00
|
|
|
msgid "memory copy module"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:365
|
2002-05-21 06:34:56 +08:00
|
|
|
msgid ""
|
2002-12-13 18:09:14 +08:00
|
|
|
"You can select which memory copy module you want to use. By defaultvlc will "
|
2002-05-21 06:34:56 +08:00
|
|
|
"select the fastest one supported by your hardware."
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:368
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
msgid "access module"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:370
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
msgid "This is a legacy entry to let you configure access modules"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:372
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
msgid "demux module"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:374
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
msgid "This is a legacy entry to let you configure demux modules"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:376
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "fast mutex on NT/2K/XP (developers only)"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:378
|
2002-10-15 20:30:01 +08:00
|
|
|
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 ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:383
|
2002-12-13 18:09:14 +08:00
|
|
|
msgid "Condition variables implementation for Win9x (developers only)"
|
2002-10-15 20:30:01 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:386
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid ""
|
2002-10-15 20:30:01 +08:00
|
|
|
"On Windows 9x/Me we use a fast but not correct condition variables "
|
|
|
|
"implementation (more precisely there is a possibility for a race condition "
|
|
|
|
"to happen). However it is possible to use slower alternatives which should "
|
|
|
|
"be more robust. Currently you can choose between implementation 0 (which is "
|
|
|
|
"the default and the fastest), 1 and 2."
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:394
|
2002-06-11 17:44:22 +08:00
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"Playlist items:\n"
|
|
|
|
" *.mpg, *.vob plain MPEG-1/2 files\n"
|
|
|
|
" [dvd:][device][@raw_device][@[title][,[chapter][,angle]]]\n"
|
|
|
|
" DVD device\n"
|
|
|
|
" [vcd:][device][@[title][,[chapter]]\n"
|
|
|
|
" VCD device\n"
|
|
|
|
" udpstream:[@[<bind address>][:<bind port>]]\n"
|
|
|
|
" UDP stream sent by VLS\n"
|
|
|
|
" vlc:pause pause execution of playlist items\n"
|
|
|
|
" vlc:quit quit VLC\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2002-04-19 21:56:12 +08:00
|
|
|
#. Interface options
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:424
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid "Interface"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. Audio options
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:437 modules/audio_output/file.c:108
|
2003-01-17 07:00:47 +08:00
|
|
|
#: modules/gui/macosx/intf.m:249
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid "Audio"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. Video options
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:449 modules/gui/macosx/intf.m:256
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/misc/dummy/dummy.c:64 modules/video_output/directx/directx.c:111
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid "Video"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. Input options
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:469 modules/access/satellite/satellite.c:66
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid "Input"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. Decoder options
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:502
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid "Decoders"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:505
|
|
|
|
msgid "Encoders"
|
|
|
|
msgstr ""
|
|
|
|
|
2002-12-26 07:39:01 +08:00
|
|
|
#. Stream output options
|
2003-01-28 10:03:33 +08:00
|
|
|
#: src/libvlc.h:510 modules/gui/gtk/gnome_interface.c:2083
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gtk_interface.c:2359 modules/gui/gtk/gtk_interface.c:3041
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/open.m:214 modules/gui/win32/strings.cpp:222
|
2002-12-26 07:39:01 +08:00
|
|
|
msgid "Stream output"
|
|
|
|
msgstr ""
|
|
|
|
|
2002-04-19 21:56:12 +08:00
|
|
|
#. CPU options
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:523
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid "CPU"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. Playlist options
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:535 modules/gui/gtk/gnome_interface.c:636
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:2434
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:2459 modules/gui/gtk/gtk_interface.c:734
|
|
|
|
#: modules/gui/gtk/gtk_interface.c:2704 modules/gui/macosx/intf.m:194
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/intf.m:265 modules/gui/win32/strings.cpp:121
|
|
|
|
#: modules/gui/win32/strings.cpp:181
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid "Playlist"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. Misc options
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:542 modules/audio_filter/converter/a52tofloat32.c:85
|
2003-01-15 18:58:48 +08:00
|
|
|
#: modules/audio_filter/converter/mpgatofixed32.c:60
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/codec/a52old/a52old.c:59 modules/codec/mpeg_video/parser.c:84
|
2003-01-13 23:20:25 +08:00
|
|
|
#: modules/demux/mpeg/ts.c:113 modules/gui/familiar/familiar.c:69
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/win32.cpp:308 modules/misc/logger/logger.c:85
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/video_filter/clone.c:58 modules/video_filter/crop.c:61
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/video_filter/deinterlace/deinterlace.c:81
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/video_filter/distort.c:65 modules/video_filter/motionblur.c:58
|
|
|
|
#: modules/video_filter/transform.c:63 modules/video_filter/wall.c:66
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/video_output/fb.c:68 modules/video_output/ggi.c:62
|
2003-01-15 21:16:40 +08:00
|
|
|
#: modules/video_output/mga/xmga.c:104
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid "Miscellaneous"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:555
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid "main program"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:561
|
2002-04-22 02:32:12 +08:00
|
|
|
msgid "print help"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:563
|
2002-04-22 02:32:12 +08:00
|
|
|
msgid "print detailed help"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:566
|
2002-04-23 22:16:21 +08:00
|
|
|
msgid "print a list of available modules"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:568
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
msgid "print help on module"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: src/libvlc.h:571
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid "print version information"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-07 06:07:47 +08:00
|
|
|
#: src/misc/configuration.c:901
|
2002-04-23 22:16:21 +08:00
|
|
|
msgid "boolean"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-12-26 07:39:01 +08:00
|
|
|
#: include/interface.h:72
|
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"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 win32\"\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2002-05-21 06:34:56 +08:00
|
|
|
#. ****************************************************************************
|
2002-10-15 20:30:01 +08:00
|
|
|
#. * Module descriptor
|
2002-05-21 06:34:56 +08:00
|
|
|
#. ****************************************************************************
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/access/dvd/dvd.c:65
|
|
|
|
msgid "method to use by libdvdcss for key decryption"
|
2002-05-21 06:34:56 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/access/dvd/dvd.c:67
|
2002-05-21 06:34:56 +08:00
|
|
|
msgid ""
|
2002-10-15 20:30:01 +08:00
|
|
|
"Set the method used by libdvdcss for key decryption.\n"
|
|
|
|
"title: decrypted title key is guessed from the encrypted sectors of the "
|
|
|
|
"stream. Thus it should work with a file as well as the DVD device. But it "
|
|
|
|
"sometimes takes much time to decrypt a title key and may even fail. With "
|
|
|
|
"this method, the key is only checked at the beginning of each title, so it "
|
|
|
|
"won't work if the key changes in the middle of a title.\n"
|
|
|
|
"disc: the disc key is first cracked, then all title keys can be decrypted "
|
|
|
|
"instantly, which allows us to check them often.\n"
|
|
|
|
"key: the same as \"disc\" if you don't have a file with player keys at "
|
|
|
|
"compilation time. If you do, the decryption of the disc key will be faster "
|
|
|
|
"with this method. It is the one that was used by libcss.\n"
|
|
|
|
"The default method is: key."
|
2002-05-21 06:34:56 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/access/dvd/dvd.c:86
|
|
|
|
msgid "[dvd:][device][@raw_device][@[title][,[chapter][,angle]]]"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/access/dvd/dvd.c:90
|
|
|
|
msgid "DVD input module, uses libdvdcss if installed"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/access/dvd/dvd.c:93
|
|
|
|
msgid "DVD input module, uses libdvdcss"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/access/v4l/v4l.c:45
|
|
|
|
msgid "Video4Linux input module"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#. ****************************************************************************
|
|
|
|
#. * Module descriptor
|
|
|
|
#. ****************************************************************************
|
2002-12-31 07:45:22 +08:00
|
|
|
#: modules/access/file.c:63 modules/access/http.c:79 modules/access/udp.c:70
|
2002-12-13 18:09:14 +08:00
|
|
|
msgid "caching value in ms"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/access/file.c:65
|
|
|
|
msgid ""
|
|
|
|
"Allows you to modify the default caching value for file streams. This value "
|
|
|
|
"should be set in miliseconds units."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/access/file.c:69
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Standard filesystem file reading"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/access/file.c:70
|
|
|
|
msgid "file"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. ****************************************************************************
|
|
|
|
#. * Module descriptor
|
|
|
|
#. ****************************************************************************
|
|
|
|
#: modules/access/http.c:73
|
|
|
|
msgid "specify an HTTP proxy"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/access/http.c:75
|
|
|
|
msgid ""
|
|
|
|
"Specify an HTTP proxy to use. It must be in the form http://myproxy.mydomain:"
|
|
|
|
"myport . If none is specified, the HTTP_PROXYenvironment variable will be "
|
|
|
|
"tried."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/access/http.c:81
|
|
|
|
msgid ""
|
|
|
|
"Allows you to modify the default caching value for http streams. This value "
|
|
|
|
"should be set in miliseconds units."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/access/http.c:85
|
|
|
|
msgid "http"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/access/http.c:88
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "HTTP access module"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-12-31 07:45:22 +08:00
|
|
|
#: modules/access/udp.c:72
|
2002-12-13 18:09:14 +08:00
|
|
|
msgid ""
|
|
|
|
"Allows you to modify the default caching value for udp streams. This value "
|
|
|
|
"should be set in miliseconds units."
|
|
|
|
msgstr ""
|
|
|
|
|
2002-12-31 07:45:22 +08:00
|
|
|
#: modules/access/udp.c:76
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "raw UDP access module"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-12-31 07:45:22 +08:00
|
|
|
#: modules/access/udp.c:77
|
2002-12-13 18:09:14 +08:00
|
|
|
msgid "udp"
|
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/access/dvdread/dvdread.c:46
|
|
|
|
msgid "DVDRead input module"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#. ****************************************************************************
|
|
|
|
#. * Module descriptor
|
|
|
|
#. ****************************************************************************
|
|
|
|
#: modules/access/satellite/satellite.c:41
|
|
|
|
msgid "satellite default transponder frequency"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/access/satellite/satellite.c:44
|
|
|
|
msgid "satellite default transponder polarization"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/access/satellite/satellite.c:47
|
|
|
|
msgid "satellite default transponder FEC"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/access/satellite/satellite.c:50
|
|
|
|
msgid "satellite default transponder symbol rate"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/access/satellite/satellite.c:53
|
|
|
|
msgid "use diseqc with antenna"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/access/satellite/satellite.c:56
|
|
|
|
msgid "antenna lnb_lof1 (kHz)"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/access/satellite/satellite.c:59
|
|
|
|
msgid "antenna lnb_lof2 (kHz)"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/access/satellite/satellite.c:62
|
|
|
|
msgid "antenna lnb_slof (kHz)"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/access/satellite/satellite.c:78
|
|
|
|
msgid "satellite input module"
|
2002-05-21 06:34:56 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/access/vcd/vcd.c:79
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "VCD input module"
|
2002-05-21 06:34:56 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/audio_filter/channel_mixer/trivial.c:46
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "audio filter for trivial channel mixing"
|
2002-05-21 06:34:56 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/audio_filter/converter/a52tospdif.c:51
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "audio filter for A/52->S/PDIF encapsulation"
|
2002-05-21 06:34:56 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/audio_filter/converter/fixed32tofloat32.c:48
|
|
|
|
msgid "audio filter for fixed32<->float32 conversion"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/audio_filter/converter/fixed32tos16.c:46
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "audio filter for fixed32->s16 conversion"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/audio_filter/converter/float32tos16.c:46
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "audio filter for float32->s16 conversion"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/audio_filter/converter/float32tos8.c:46
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "audio filter for float32->s8 conversion"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/audio_filter/converter/float32tou16.c:46
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "audio filter for float32->u16 conversion"
|
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/audio_filter/converter/float32tou8.c:46
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "audio filter for float32->u8 conversion"
|
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/audio_filter/converter/s16tofloat32.c:46
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "audio filter for s16->float32 conversion"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-05-21 06:34:56 +08:00
|
|
|
#. ****************************************************************************
|
2002-10-15 20:30:01 +08:00
|
|
|
#. * Module descriptor
|
2002-05-21 06:34:56 +08:00
|
|
|
#. ****************************************************************************
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/audio_filter/converter/a52tofloat32.c:76
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "A/52 dynamic range compression"
|
2002-05-21 06:34:56 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/audio_filter/converter/a52tofloat32.c:78
|
2002-05-21 06:34:56 +08:00
|
|
|
msgid ""
|
2002-10-15 20:30:01 +08:00
|
|
|
"Dynamic range compression makes the loud sounds softer, and the soft sounds "
|
|
|
|
"louder, so you can more easily listen to the stream in a noisy environment "
|
|
|
|
"without disturbing anyone. If you disable the dynamic range compression the "
|
|
|
|
"playback will be more adapted to a movie theater or a listening room."
|
2002-05-21 06:34:56 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/audio_filter/converter/a52tofloat32.c:87
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "ATSC A/52 aka AC-3 audio decoder module"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-15 18:58:48 +08:00
|
|
|
#: modules/audio_filter/converter/mpgatofixed32.c:61
|
|
|
|
msgid "MPEG audio decoder module"
|
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/audio_filter/converter/s16tofloat32swab.c:58
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "audio filter for s16->float32 with endianness conversion"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/audio_filter/resampler/trivial.c:46
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "audio filter for trivial resampling"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/audio_filter/resampler/ugly.c:46
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "audio filter for ugly resampling"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/audio_mixer/float32.c:45
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "float32 audio mixer module"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/audio_mixer/spdif.c:45
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "dummy spdif audio mixer module"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/audio_mixer/trivial.c:45
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "trivial audio mixer module"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-13 23:20:25 +08:00
|
|
|
#. ****************************************************************************
|
|
|
|
#. * Module descriptor
|
|
|
|
#. ****************************************************************************
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/audio_output/alsa.c:90 modules/audio_output/oss.c:101
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "Try to use S/PDIF output"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/audio_output/alsa.c:92 modules/audio_output/oss.c:103
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid ""
|
|
|
|
"Sometimes we attempt to use the S/PDIF output, even if nothing is connected "
|
|
|
|
"to it. Un-checking this option disables this behaviour, and permanently "
|
|
|
|
"selects analog PCM output."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/audio_output/alsa.c:97
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "ALSA"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-13 23:20:25 +08:00
|
|
|
#: modules/audio_output/alsa.c:99
|
2002-12-13 18:09:14 +08:00
|
|
|
msgid "ALSA device name"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-13 23:20:25 +08:00
|
|
|
#: modules/audio_output/alsa.c:101
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "ALSA audio module"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#. Open the device
|
2003-01-15 18:58:48 +08:00
|
|
|
#: modules/audio_output/alsa.c:126 modules/audio_output/alsa.c:314
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/audio_output/oss.c:145 modules/audio_output/oss.c:286
|
|
|
|
#: modules/audio_output/waveout.c:208 modules/audio_output/waveout.c:315
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "A/52 over S/PDIF"
|
2002-12-13 18:09:14 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-15 18:58:48 +08:00
|
|
|
#: modules/audio_output/alsa.c:177 modules/audio_output/alsa.c:339
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/audio_output/oss.c:220 modules/audio_output/oss.c:311
|
2003-01-15 18:58:48 +08:00
|
|
|
#: modules/audio_output/sdl.c:119 modules/audio_output/sdl.c:178
|
|
|
|
#: modules/audio_output/sdl.c:190 modules/audio_output/sdl.c:198
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/audio_output/waveout.c:376
|
2002-12-13 18:09:14 +08:00
|
|
|
msgid "Mono"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-15 18:58:48 +08:00
|
|
|
#: modules/audio_output/alsa.c:182 modules/audio_output/alsa.c:333
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/audio_output/oss.c:201 modules/audio_output/oss.c:305
|
2003-01-15 18:58:48 +08:00
|
|
|
#: modules/audio_output/sdl.c:114 modules/audio_output/sdl.c:177
|
|
|
|
#: modules/audio_output/sdl.c:188 modules/audio_output/sdl.c:194
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/audio_output/waveout.c:362
|
2002-12-13 18:09:14 +08:00
|
|
|
msgid "Stereo"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/audio_output/alsa.c:318 modules/audio_output/oss.c:180
|
|
|
|
#: modules/audio_output/oss.c:290 modules/audio_output/waveout.c:226
|
|
|
|
#: modules/audio_output/waveout.c:331
|
2002-12-13 18:09:14 +08:00
|
|
|
msgid "5.1"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/audio_output/alsa.c:326 modules/audio_output/oss.c:189
|
|
|
|
#: modules/audio_output/oss.c:298 modules/audio_output/waveout.c:233
|
|
|
|
#: modules/audio_output/waveout.c:348
|
2002-12-13 18:09:14 +08:00
|
|
|
msgid "2 Front 2 Rear"
|
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/audio_output/arts.c:67
|
|
|
|
msgid "aRts audio module"
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/audio_output/directx.c:122
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "DirectX audio module"
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/audio_output/esd.c:66
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "EsounD audio module"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-06-11 17:44:22 +08:00
|
|
|
#. ****************************************************************************
|
2002-10-15 20:30:01 +08:00
|
|
|
#. * Module descriptor
|
2002-06-11 17:44:22 +08:00
|
|
|
#. ****************************************************************************
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/audio_output/file.c:82
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "output format"
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/audio_output/file.c:83
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid ""
|
|
|
|
"one of \"u8\", \"s8\", \"u16\", \"s16\", \"u16_le\", \"s16_le\", \"u16_be\", "
|
|
|
|
"\"s16_be\", \"fixed32\", \"float32\" or \"spdif\""
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/audio_output/file.c:86
|
|
|
|
msgid "add wave header"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/audio_output/file.c:87
|
|
|
|
msgid "instead of writing a raw file, you can add a wav header to the file"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/audio_output/file.c:104
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "path of the output file"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/audio_output/file.c:105
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "By default samples.raw"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/audio_output/file.c:114
|
|
|
|
msgid "file audio output module"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. ****************************************************************************
|
|
|
|
#. * Module descriptor
|
|
|
|
#. ****************************************************************************
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/audio_output/oss.c:95
|
2002-12-13 18:09:14 +08:00
|
|
|
msgid "Try to work around buggy OSS drivers"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/audio_output/oss.c:97
|
2002-12-13 18:09:14 +08:00
|
|
|
msgid ""
|
|
|
|
"Some buggy OSS drivers just don't like when their internal buffers are "
|
|
|
|
"completely filled (the sound gets heavily hashed). If you have one of these "
|
|
|
|
"drivers, then you need to enable this option."
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/audio_output/oss.c:108
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "OSS"
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/audio_output/oss.c:110
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "OSS dsp device"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/audio_output/oss.c:113
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Linux OSS /dev/dsp module"
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/audio_output/sdl.c:68
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Simple DirectMedia Layer audio module"
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/audio_output/waveout.c:130
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Win32 waveOut extension module"
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/codec/a52.c:81
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "A/52 parser"
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/codec/a52old/a52old.c:61 modules/codec/a52old/downmix/downmix.c:58
|
|
|
|
msgid "A52 downmix module"
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/codec/a52old/a52old.c:63 modules/codec/a52old/imdct/imdct.c:56
|
|
|
|
msgid "A52 IMDCT module"
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/codec/a52old/a52old.c:64
|
|
|
|
msgid "software A52 decoder"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/codec/a52old/downmix/downmix.c:62
|
|
|
|
msgid "SSE A52 downmix module"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/codec/a52old/downmix/downmix.c:67
|
|
|
|
msgid "3D Now! A52 downmix module"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/codec/a52old/imdct/imdct.c:60
|
|
|
|
msgid "SSE A52 IMDCT module"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/codec/a52old/imdct/imdct.c:65
|
|
|
|
msgid "3D Now! A52 IMDCT module"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/codec/araw.c:73
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Pseudo Raw Audio decoder"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/codec/dv.c:48
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "DV video decoder"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/codec/faad/decoder.c:55
|
|
|
|
msgid "AAC decoder module (libfaad2)"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/codec/ffmpeg/ffmpeg.c:99
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Ffmpeg"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/codec/ffmpeg/ffmpeg.c:113
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Post processing"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/codec/ffmpeg/ffmpeg.c:115
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "ffmpeg postprocessing module"
|
2002-05-21 06:34:56 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/codec/ffmpeg/ffmpeg.c:139
|
|
|
|
msgid "ffmpeg audio/video decoder((MS)MPEG4,SVQ1,H263,WMV,WMA)"
|
2002-05-21 06:34:56 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/codec/ffmpeg/postprocessing/postprocessing.c:49
|
|
|
|
msgid "C Post Processing module"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/codec/ffmpeg/postprocessing/postprocessing.c:53
|
|
|
|
msgid "MMX Post Processing module"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/codec/ffmpeg/postprocessing/postprocessing.c:58
|
|
|
|
msgid "MMXEXT Post Processing module"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-12-31 07:45:22 +08:00
|
|
|
#: modules/codec/lpcm.c:98
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "linear PCM audio parser"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-15 18:58:48 +08:00
|
|
|
#: modules/codec/mpeg_audio.c:87
|
|
|
|
msgid "MPEG audio layer I/II/III parser"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#. ****************************************************************************
|
|
|
|
#. * Module descriptor
|
|
|
|
#. ****************************************************************************
|
|
|
|
#: modules/codec/mpeg_video/idct/idct.c:41
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/codec/mpeg_video/parser.c:59
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "IDCT module"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/codec/mpeg_video/idct/idctaltivec.c:45
|
|
|
|
msgid "AltiVec IDCT module"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/codec/mpeg_video/idct/idctclassic.c:41
|
|
|
|
msgid "classic IDCT module"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/codec/mpeg_video/idct/idctmmx.c:47
|
|
|
|
msgid "MMX IDCT module"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/codec/mpeg_video/idct/idctmmxext.c:47
|
|
|
|
msgid "MMX EXT IDCT module"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/codec/mpeg_video/motion/motion.c:42
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/codec/mpeg_video/parser.c:65
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "motion compensation module"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/codec/mpeg_video/motion/motion3dnow.c:44
|
|
|
|
msgid "3D Now! motion compensation module"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/codec/mpeg_video/motion/motionaltivec.c:47
|
|
|
|
msgid "AltiVec motion compensation module"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/codec/mpeg_video/motion/motionmmx.c:45
|
|
|
|
msgid "MMX motion compensation module"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/codec/mpeg_video/motion/motionmmxext.c:44
|
|
|
|
msgid "MMX EXT motion compensation module"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/codec/mpeg_video/parser.c:61
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid ""
|
|
|
|
"This option allows you to select the IDCT module used by this video decoder. "
|
|
|
|
"The default behavior is to automatically select the best module available."
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/codec/mpeg_video/parser.c:67
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid ""
|
|
|
|
"This option allows you to select the motion compensation module used by this "
|
|
|
|
"video decoder. The default behavior is to automatically select the best "
|
|
|
|
"module available."
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/codec/mpeg_video/parser.c:71
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "use additional processors"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/codec/mpeg_video/parser.c:73
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid ""
|
|
|
|
"This video decoder can benefit from a multiprocessor computer. If you have "
|
|
|
|
"one, you can specify the number of processors here."
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/codec/mpeg_video/parser.c:76
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "force synchro algorithm {I|I+|IP|IP+|IPB}"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/codec/mpeg_video/parser.c:78
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid ""
|
|
|
|
"This allows you to force the synchro algorithm, by directly selecting the "
|
|
|
|
"types of picture you want to decode. Please bear in mind that if you select "
|
|
|
|
"more pictures than what your CPU is capable to decode, you won't get "
|
|
|
|
"anything."
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/codec/mpeg_video/parser.c:92
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "MPEG I/II video decoder module"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#. ****************************************************************************
|
|
|
|
#. * Module descriptor.
|
|
|
|
#. ****************************************************************************
|
|
|
|
#: modules/codec/spudec/spudec.c:47
|
|
|
|
msgid "Font used by the text subtitler"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/codec/spudec/spudec.c:49
|
|
|
|
msgid ""
|
|
|
|
"When the subtitles are coded in text form then, you can choose which font "
|
|
|
|
"will be used to display them."
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/codec/spudec/spudec.c:55
|
2002-12-13 18:09:14 +08:00
|
|
|
msgid "subtitles"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/codec/spudec/spudec.c:63
|
2002-12-13 18:09:14 +08:00
|
|
|
msgid "subtitles decoder module"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/control/lirc/lirc.c:60
|
|
|
|
msgid "infrared remote control module"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#. ****************************************************************************
|
|
|
|
#. * Module descriptor
|
|
|
|
#. ****************************************************************************
|
2003-01-15 18:58:48 +08:00
|
|
|
#: modules/control/rc/rc.c:81
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "show stream position"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-15 18:58:48 +08:00
|
|
|
#: modules/control/rc/rc.c:82
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid ""
|
|
|
|
"Show the current position in seconds within the stream from time to time."
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-15 18:58:48 +08:00
|
|
|
#: modules/control/rc/rc.c:84
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "fake TTY"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-15 18:58:48 +08:00
|
|
|
#: modules/control/rc/rc.c:85
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Force the rc plugin to use stdin as if it was a TTY."
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-15 18:58:48 +08:00
|
|
|
#: modules/control/rc/rc.c:88
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Remote control"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-15 18:58:48 +08:00
|
|
|
#: modules/control/rc/rc.c:93
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "remote control interface module"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/demux/aac/demux.c:46
|
|
|
|
msgid "AAC stream demux"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/demux/mpeg/audio.c:47
|
|
|
|
msgid "MPEG I/II audio stream demux"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/demux/mpeg/es.c:49
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "ISO 13818-1 MPEG Elementary Stream input"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/demux/mpeg/ps.c:60
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "ISO 13818-1 MPEG Program Stream input"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/demux/mpeg/system.c:56
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "generic ISO 13818-1 MPEG demultiplexing"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#. ****************************************************************************
|
|
|
|
#. * Module descriptor
|
|
|
|
#. ****************************************************************************
|
2003-01-13 23:20:25 +08:00
|
|
|
#: modules/demux/mpeg/ts.c:97
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "compatibility with pre-0.4 VLS"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-13 23:20:25 +08:00
|
|
|
#: modules/demux/mpeg/ts.c:99
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid ""
|
|
|
|
"The protocol for transmitting A/52 audio streams changed between VLC 0.3.x "
|
|
|
|
"and 0.4. By default VLC assumes you have the latest VLS. In case you're "
|
|
|
|
"using an old version, select this option."
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-13 23:20:25 +08:00
|
|
|
#: modules/demux/mpeg/ts.c:105
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "ISO 13818-1 MPEG Transport Stream input"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-13 23:20:25 +08:00
|
|
|
#: modules/demux/mpeg/ts.c:109
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "ISO 13818-1 MPEG Transport Stream input (libdvbpsi)"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/demux/util/id3.c:46
|
|
|
|
msgid "Simple id3 tag skipper"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/demux/util/id3tag.c:46
|
|
|
|
msgid "id3 tag parser using libid3tag"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/gui/beos/BeOS.cpp:49
|
|
|
|
msgid "BeOS standard API module"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#. ****************************************************************************
|
|
|
|
#. * Module descriptor
|
|
|
|
#. ****************************************************************************
|
2003-01-07 06:07:47 +08:00
|
|
|
#: modules/gui/familiar/familiar.c:61
|
2002-12-13 18:09:14 +08:00
|
|
|
msgid "autoplay selected file"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-07 06:07:47 +08:00
|
|
|
#: modules/gui/familiar/familiar.c:62
|
2002-12-13 18:09:14 +08:00
|
|
|
msgid "automatically play a file when selected in the file selection list"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-07 06:07:47 +08:00
|
|
|
#: modules/gui/familiar/familiar.c:71
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Familiar Linux Gtk+ interface module"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/familiar/interface.c:66
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "vlc (familiar)"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/familiar/interface.c:90 modules/gui/macosx/open.m:392
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/open.m:428 modules/gui/macosx/open.m:589
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/macosx/open.m:851 modules/gui/macosx/controls.m:584
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Open"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/familiar/interface.c:91
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Open file"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-16 17:00:32 +08:00
|
|
|
#.
|
|
|
|
#. * from modules/gui/win32/preferences.dfm:
|
|
|
|
#.
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/familiar/interface.c:103 modules/gui/familiar/interface.c:104
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/intf.m:202 modules/gui/macosx/intf.m:214
|
|
|
|
#: modules/gui/macosx/prefs.m:196 modules/gui/win32/strings.cpp:212
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Preferences"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/familiar/interface.c:118
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Rewind"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/familiar/interface.c:119
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Rewind stream"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/familiar/interface.c:131 modules/gui/gtk/gnome_interface.c:595
|
|
|
|
#: modules/gui/gtk/gnome_interface.c:965 modules/gui/gtk/gtk_interface.c:696
|
|
|
|
#: modules/gui/gtk/gtk_interface.c:1132 modules/gui/macosx/intf.m:679
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/intf.m:680 modules/gui/macosx/intf.m:681
|
|
|
|
#: modules/gui/win32/strings.cpp:103
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Pause"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/familiar/interface.c:132 modules/gui/win32/strings.cpp:104
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Pause stream"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#. dock menu
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/familiar/interface.c:144 modules/gui/gtk/gnome_interface.c:583
|
|
|
|
#: modules/gui/gtk/gnome_interface.c:958 modules/gui/gtk/gtk_interface.c:685
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/intf.m:197 modules/gui/macosx/intf.m:236
|
|
|
|
#: modules/gui/macosx/intf.m:277 modules/gui/macosx/intf.m:686
|
|
|
|
#: modules/gui/macosx/intf.m:687 modules/gui/macosx/intf.m:688
|
|
|
|
#: modules/gui/macosx/playlist.m:89 modules/gui/win32/strings.cpp:101
|
|
|
|
#: modules/gui/win32/strings.cpp:205
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Play"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/familiar/interface.c:145 modules/gui/win32/strings.cpp:102
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Play stream"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/familiar/interface.c:157 modules/gui/gtk/gnome_interface.c:559
|
|
|
|
#: modules/gui/gtk/gnome_interface.c:972 modules/gui/gtk/gtk_interface.c:663
|
|
|
|
#: modules/gui/gtk/gtk_interface.c:1140 modules/gui/macosx/intf.m:198
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/intf.m:237 modules/gui/macosx/intf.m:278
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/macosx/controls.m:686 modules/gui/win32/strings.cpp:105
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Stop"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/familiar/interface.c:158 modules/gui/win32/strings.cpp:106
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Stop stream"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/familiar/interface.c:170
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Forward"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/familiar/interface.c:171
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Forward stream"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-15 18:58:48 +08:00
|
|
|
#. Automatically generated by 'toolbox --update-po', please don't compile
|
2003-01-16 17:00:32 +08:00
|
|
|
#.
|
|
|
|
#. * from modules/gui/win32/about.dfm:
|
|
|
|
#.
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/familiar/interface.c:185 modules/gui/familiar/interface.c:186
|
|
|
|
#: modules/gui/familiar/interface.c:459 modules/gui/gtk/gtk_interface.c:1531
|
2003-01-16 17:00:32 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:7
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "About"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/familiar/interface.c:231 modules/gui/win32/strings.cpp:168
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "URL:"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/familiar/interface.c:265 modules/gui/gtk/preferences.c:321
|
2003-01-07 06:07:47 +08:00
|
|
|
#: modules/gui/kde/pluginsbox.cpp:45
|
|
|
|
msgid "Name"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/familiar/interface.c:273
|
2003-01-07 06:07:47 +08:00
|
|
|
msgid "Type"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/familiar/interface.c:281
|
2003-01-07 06:07:47 +08:00
|
|
|
msgid "Size"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/familiar/interface.c:289
|
2003-01-07 06:07:47 +08:00
|
|
|
msgid "User"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/familiar/interface.c:297
|
2003-01-07 06:07:47 +08:00
|
|
|
msgid "Group"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/familiar/interface.c:332
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Media"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/familiar/interface.c:348 modules/gui/gtk/preferences.c:592
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/gtk/preferences.c:609 modules/gui/macosx/open.m:763
|
|
|
|
#: modules/gui/win32/strings.cpp:214
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Save"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/familiar/interface.c:358 modules/gui/gtk/preferences.c:605
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/prefs.m:558 modules/gui/win32/strings.cpp:213
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Apply"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/familiar/interface.c:368 modules/gui/gtk/gtk_interface.c:2401
|
|
|
|
#: modules/gui/gtk/gtk_interface.c:2652 modules/gui/gtk/gtk_interface.c:2883
|
|
|
|
#: modules/gui/gtk/gtk_interface.c:3264 modules/gui/gtk/preferences.c:613
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/prefs.m:554 modules/gui/macosx/open.m:175
|
|
|
|
#: modules/gui/win32/strings.cpp:28 modules/gui/win32/strings.cpp:175
|
|
|
|
#: modules/gui/win32/strings.cpp:216 modules/gui/win32/strings.cpp:235
|
|
|
|
#: modules/gui/win32/strings.cpp:251
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Cancel"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/familiar/interface.c:378
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Automatically play file."
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/familiar/interface.c:389
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Preference"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/familiar/interface.c:415
|
2001-12-10 20:40:24 +08:00
|
|
|
msgid ""
|
2002-10-15 20:30:01 +08:00
|
|
|
"VideoLAN Client\n"
|
|
|
|
" for familiar Linux"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/familiar/interface.c:426
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "(c) 2002, the VideoLAN Team"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/familiar/interface.c:436
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Authors: The VideoLAN Team, http://www.videolan.org"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/familiar/interface.c:447
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid ""
|
|
|
|
"The VideoLAN Client is a MPEG, MPEG 2, MP3, DivX player, that accepts input "
|
|
|
|
"from local or network sources."
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/gui/familiar/support.c:121 modules/gui/gtk/gnome_support.c:100
|
|
|
|
#: modules/gui/gtk/gnome_support.c:138 modules/gui/gtk/gtk_support.c:121
|
|
|
|
#, c-format
|
|
|
|
msgid "Couldn't find pixmap file: %s"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/gui/familiar/support.c:130 modules/gui/gtk/gtk_support.c:130
|
|
|
|
#, c-format
|
|
|
|
msgid "Error loading pixmap file: %s"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#. ****************************************************************************
|
|
|
|
#. * Module descriptor
|
|
|
|
#. ****************************************************************************
|
|
|
|
#: modules/gui/gtk/gnome.c:55 modules/gui/gtk/gtk.c:57
|
|
|
|
msgid "show tooltips"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/gui/gtk/gnome.c:56 modules/gui/gtk/gtk.c:58
|
|
|
|
msgid "Show tooltips for configuration options."
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/gui/gtk/gnome.c:58
|
|
|
|
msgid "show text on toolbar buttons"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/gui/gtk/gnome.c:59
|
|
|
|
msgid "Show the text below icons on the toolbar."
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/gui/gtk/gnome.c:61 modules/gui/gtk/gtk.c:60
|
|
|
|
msgid "maximum height for the configuration windows"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/gui/gtk/gnome.c:63 modules/gui/gtk/gtk.c:62
|
|
|
|
msgid ""
|
|
|
|
"You can set the maximum height that the configuration windows in the "
|
|
|
|
"preferences menu will occupy."
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/gui/gtk/gnome.c:72
|
|
|
|
msgid "GNOME"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/gui/gtk/gnome.c:80
|
|
|
|
msgid "GNOME interface module"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:19 modules/gui/gtk/gnome_interface.c:930
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gtk_interface.c:168 modules/gui/gtk/gtk_interface.c:1355
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "_Open File..."
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:20 modules/gui/gtk/gnome_interface.c:497
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:931 modules/gui/gtk/gtk_interface.c:176
|
|
|
|
#: modules/gui/gtk/gtk_interface.c:606 modules/gui/gtk/gtk_interface.c:1363
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:95
|
2003-01-17 07:00:47 +08:00
|
|
|
msgid "Open a file"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:26 modules/gui/gtk/gnome_interface.c:937
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gtk_interface.c:183 modules/gui/gtk/gtk_interface.c:1367
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Open _Disc..."
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:27 modules/gui/gtk/gnome_interface.c:509
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:938 modules/gui/gtk/gtk_interface.c:191
|
|
|
|
#: modules/gui/gtk/gtk_interface.c:617 modules/gui/gtk/gtk_interface.c:1375
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:97
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Open a DVD or VCD"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:33 modules/gui/gtk/gnome_interface.c:944
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gtk_interface.c:198 modules/gui/gtk/gtk_interface.c:1379
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "_Network Stream..."
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:34 modules/gui/gtk/gnome_interface.c:521
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:945 modules/gui/gtk/gtk_interface.c:206
|
|
|
|
#: modules/gui/gtk/gtk_interface.c:628 modules/gui/gtk/gtk_interface.c:1387
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:99
|
2003-01-16 17:00:32 +08:00
|
|
|
msgid "Select a network stream"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:41 modules/gui/gtk/gtk_interface.c:221
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "_Eject Disc"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:42 modules/gui/gtk/gnome_interface.c:572
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gtk_interface.c:229 modules/gui/win32/strings.cpp:108
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Eject disc"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:56 modules/gui/gtk/gtk_interface.c:289
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "_Hide interface"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:63 modules/gui/gtk/gnome_interface.c:1008
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gtk_interface.c:301 modules/gui/gtk/gtk_interface.c:1192
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "_Fullscreen"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:71 modules/gui/gtk/gtk_interface.c:320
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Progr_am"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:72 modules/gui/gtk/gtk_interface.c:329
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:64
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Choose the program"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:78 modules/gui/gtk/gtk_interface.c:333
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "_Title"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:79 modules/gui/win32/strings.cpp:66
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Choose title"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:85 modules/gui/gtk/gtk_interface.c:346
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "_Chapter"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:86 modules/gui/win32/strings.cpp:68
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Choose chapter"
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:93 modules/gui/gtk/gtk_interface.c:366
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "_Playlist..."
|
2002-04-19 21:56:12 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:94 modules/gui/gtk/gtk_interface.c:374
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:122
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Open the playlist window"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:100 modules/gui/gtk/gtk_interface.c:378
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "_Modules..."
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:101 modules/gui/gtk/gtk_interface.c:387
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Open the module manager"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:107 modules/gui/gtk/gtk_interface.c:389
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/kde/interface.cpp:134 modules/gui/win32/strings.cpp:129
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Messages..."
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:108 modules/gui/gtk/gtk_interface.c:395
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:130
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Open the messages window"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:119 modules/gui/gtk/gnome_interface.c:209
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1101 modules/gui/gtk/gtk_interface.c:463
|
|
|
|
#: modules/gui/gtk/gtk_interface.c:1313
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "_Audio"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:120
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1102 modules/gui/gtk/gtk_interface.c:426
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:61 modules/gui/win32/strings.cpp:72
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Select audio channel"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:126
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1108 modules/gui/gtk/gtk_interface.c:430
|
|
|
|
#: modules/gui/gtk/gtk_interface.c:1325
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "_Subtitles"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:127
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1109 modules/gui/gtk/gtk_interface.c:439
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:74
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Select subtitles channel"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:140
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1030 modules/gui/gtk/gtk_interface.c:479
|
|
|
|
#: modules/gui/gtk/gtk_interface.c:1223 modules/gui/macosx/intf.m:250
|
2003-01-24 07:51:13 +08:00
|
|
|
msgid "Volume Up"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/gui/gtk/gnome_interface.c:147
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1037 modules/gui/gtk/gtk_interface.c:486
|
|
|
|
#: modules/gui/gtk/gtk_interface.c:1230 modules/gui/macosx/intf.m:251
|
2003-01-24 07:51:13 +08:00
|
|
|
msgid "Volume Down"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/gui/gtk/gnome_interface.c:154
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1044 modules/gui/gtk/gtk_interface.c:493
|
|
|
|
#: modules/gui/gtk/gtk_interface.c:1237 modules/gui/macosx/intf.m:252
|
2003-01-24 07:51:13 +08:00
|
|
|
msgid "Mute"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/gui/gtk/gnome_interface.c:162
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1051 modules/gui/gtk/gtk_interface.c:508
|
|
|
|
#: modules/gui/gtk/gtk_interface.c:1244 modules/gui/macosx/intf.m:253
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:82
|
|
|
|
msgid "Channels"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/gui/gtk/gnome_interface.c:169
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1058 modules/gui/gtk/gtk_interface.c:515
|
|
|
|
#: modules/gui/gtk/gtk_interface.c:1251 modules/gui/macosx/intf.m:254
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:81
|
|
|
|
msgid "Device"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/gui/gtk/gnome_interface.c:181
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1015 modules/gui/gtk/gtk_interface.c:540
|
|
|
|
#: modules/gui/gtk/gtk_interface.c:1201 modules/gui/macosx/intf.m:258
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/vout.m:200 modules/gui/win32/strings.cpp:84
|
2003-01-24 07:51:13 +08:00
|
|
|
msgid "Screen"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/gui/gtk/gnome_interface.c:188
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1022 modules/gui/gtk/gtk_interface.c:547
|
|
|
|
#: modules/gui/gtk/gtk_interface.c:1208 modules/gui/macosx/intf.m:259
|
|
|
|
#: modules/gui/macosx/controls.m:725
|
2003-01-24 07:51:13 +08:00
|
|
|
msgid "Deinterlace"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:216 modules/gui/gtk/gtk_interface.c:524
|
2003-01-24 07:51:13 +08:00
|
|
|
msgid "_Video"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-16 17:00:32 +08:00
|
|
|
#.
|
|
|
|
#. * from modules/gui/win32/mainframe.dfm:
|
|
|
|
#.
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:277 modules/gui/gtk/gtk_interface.c:124
|
|
|
|
#: modules/gui/gtk/gtk_interface.c:1546 modules/gui/win32/strings.cpp:8
|
2003-01-16 17:00:32 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:35
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "VideoLAN Client"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:496
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1553
|
|
|
|
#: modules/gui/gtk/gnome_interface.c:2324
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:2897 modules/gui/gtk/gtk_interface.c:605
|
|
|
|
#: modules/gui/gtk/gtk_interface.c:1825 modules/gui/gtk/gtk_interface.c:2740
|
|
|
|
#: modules/gui/gtk/gtk_interface.c:2857 modules/gui/gtk/gtk_interface.c:3109
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/intf.m:220 modules/gui/macosx/open.m:177
|
|
|
|
#: modules/gui/macosx/open.m:216 modules/gui/macosx/open.m:331
|
|
|
|
#: modules/gui/macosx/open.m:782 modules/gui/macosx/open.m:816
|
|
|
|
#: modules/gui/win32/strings.cpp:94 modules/gui/win32/strings.cpp:227
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "File"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:508 modules/gui/gtk/gnome_interface.c:711
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1672
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:2317 modules/gui/gtk/gtk_interface.c:616
|
|
|
|
#: modules/gui/gtk/gtk_interface.c:803 modules/gui/gtk/gtk_interface.c:1944
|
|
|
|
#: modules/gui/gtk/gtk_interface.c:2733 modules/gui/macosx/open.m:178
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/open.m:335 modules/gui/win32/strings.cpp:44
|
|
|
|
#: modules/gui/win32/strings.cpp:96
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Disc"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:520 modules/gui/gtk/gtk_interface.c:627
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:98
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Net"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:532 modules/gui/gtk/gtk_interface.c:638
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Sat"
|
2002-07-13 01:08:52 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:533 modules/gui/gtk/gtk_interface.c:639
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Open a Satellite Card"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:546 modules/gui/gtk/gnome_interface.c:979
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gtk_interface.c:651 modules/gui/gtk/gtk_interface.c:1147
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:100
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Back"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:547 modules/gui/gtk/gtk_interface.c:652
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Go Backward"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:560 modules/gui/gtk/gtk_interface.c:664
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Stop Stream"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:571 modules/gui/gtk/gtk_interface.c:674
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:107
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Eject"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:584 modules/gui/gtk/gtk_interface.c:686
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Play Stream"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:596 modules/gui/gtk/gtk_interface.c:697
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Pause Stream"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:610 modules/gui/gtk/gnome_interface.c:986
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gtk_interface.c:710 modules/gui/gtk/gtk_interface.c:1155
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:109
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Slow"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:611 modules/gui/gtk/gtk_interface.c:711
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Play Slower"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:623 modules/gui/gtk/gnome_interface.c:993
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gtk_interface.c:722 modules/gui/gtk/gtk_interface.c:1163
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:111
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Fast"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:624 modules/gui/gtk/gtk_interface.c:723
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Play Faster"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:637 modules/gui/gtk/gtk_interface.c:735
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Open Playlist"
|
2002-07-13 01:08:52 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:648
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1073 modules/gui/gtk/gtk_interface.c:745
|
|
|
|
#: modules/gui/gtk/gtk_interface.c:831 modules/gui/gtk/gtk_interface.c:875
|
|
|
|
#: modules/gui/gtk/gtk_interface.c:1273 modules/gui/win32/strings.cpp:113
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:133 modules/gui/win32/strings.cpp:137
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Prev"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:649 modules/gui/gtk/gtk_interface.c:746
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:114
|
2003-01-16 17:00:32 +08:00
|
|
|
msgid "Previous file"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:660
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1066 modules/gui/gtk/gtk_interface.c:756
|
|
|
|
#: modules/gui/gtk/gtk_interface.c:839 modules/gui/gtk/gtk_interface.c:883
|
|
|
|
#: modules/gui/gtk/gtk_interface.c:1266 modules/gui/macosx/intf.m:201
|
|
|
|
#: modules/gui/macosx/intf.m:241 modules/gui/macosx/controls.m:691
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:115 modules/gui/win32/strings.cpp:135
|
|
|
|
#: modules/gui/win32/strings.cpp:139
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Next"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:661 modules/gui/gtk/gtk_interface.c:757
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Next File"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:725 modules/gui/gtk/gtk_interface.c:817
|
2003-01-16 17:00:32 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:45
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Title:"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:745 modules/gui/win32/strings.cpp:134
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Select previous title"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:768 modules/gui/gtk/gtk_interface.c:861
|
2003-01-16 17:00:32 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:46
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Chapter:"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:788 modules/gui/win32/strings.cpp:138
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Select previous chapter"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:796 modules/gui/win32/strings.cpp:140
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Select next chapter"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:804 modules/gui/gtk/gtk_interface.c:898
|
2003-01-16 17:00:32 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:42
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "No server"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:818
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Network Channel:"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:833 modules/gui/gtk/gtk_interface.c:927
|
2003-01-16 17:00:32 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:43
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Go!"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1001 modules/gui/gtk/gtk_interface.c:1181
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Toggle _Interface"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1009 modules/gui/win32/strings.cpp:126
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Toggle fullscreen mode"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1080 modules/gui/gtk/gtk_interface.c:1282
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "_Jump..."
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1081
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Got directly so specified point"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1087 modules/gui/gtk/gtk_interface.c:1291
|
2003-01-17 07:00:47 +08:00
|
|
|
#: modules/gui/kde/interface.cpp:143 modules/gui/macosx/intf.m:243
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:86
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Program"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1088
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Switch program"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1094 modules/gui/gtk/gtk_interface.c:1301
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "_Navigation"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1095
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Navigate through titles and chapters"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1117 modules/gui/gtk/gtk_interface.c:1408
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:89
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Playlist..."
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1338 modules/gui/gtk/gtk_interface.c:1554
|
2003-01-16 17:00:32 +08:00
|
|
|
#: modules/gui/kde/kde.cpp:116 modules/gui/win32/strings.cpp:9
|
2003-01-15 21:16:40 +08:00
|
|
|
msgid "(C) 1996-2003 - the VideoLAN Team"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1340 modules/gui/gtk/gtk_interface.c:1580
|
2003-01-16 17:00:32 +08:00
|
|
|
#: modules/gui/kde/kde.cpp:113 modules/gui/win32/strings.cpp:10
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid ""
|
2003-01-15 21:16:40 +08:00
|
|
|
"This is the VideoLAN Client, a DVD, MPEG and DivX player. It can play MPEG "
|
|
|
|
"and MPEG2 files from a file or from a network source."
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1443
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Open Stream"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1460 modules/gui/gtk/gtk_interface.c:1732
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/open.m:171
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Media Resource Locator (MRL)"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1482 modules/gui/gtk/gtk_interface.c:1754
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Open Target:"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1502 modules/gui/gtk/gtk_interface.c:1774
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid ""
|
|
|
|
"Alternatively, you can build an MRL using one of the following predefined "
|
|
|
|
"targets:"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1546
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:2039 modules/gui/gtk/gtk_interface.c:1818
|
|
|
|
#: modules/gui/gtk/gtk_interface.c:2313 modules/gui/macosx/open.m:181
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/open.m:184 modules/gui/macosx/open.m:190
|
|
|
|
#: modules/gui/macosx/open.m:220 modules/gui/win32/strings.cpp:230
|
|
|
|
#: modules/gui/win32/strings.cpp:249
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Browse..."
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1570 modules/gui/gtk/gtk_interface.c:1842
|
|
|
|
#: modules/gui/gtk/menu.c:1345 modules/gui/gtk/menu.c:1366
|
2003-01-17 07:00:47 +08:00
|
|
|
#: modules/gui/kde/interface.cpp:145 modules/gui/macosx/intf.m:244
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/open.m:188
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Title"
|
2002-07-15 09:54:04 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1580 modules/gui/gtk/gtk_interface.c:1852
|
|
|
|
#: modules/gui/gtk/menu.c:1007 modules/gui/gtk/menu.c:1375
|
2003-01-17 07:00:47 +08:00
|
|
|
#: modules/gui/kde/interface.cpp:147 modules/gui/macosx/intf.m:245
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/open.m:189
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Chapter"
|
2002-07-15 09:54:04 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1600 modules/gui/gtk/gtk_interface.c:1872
|
2003-01-16 17:00:32 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:26
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Disc type"
|
2002-07-15 09:54:04 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1619 modules/gui/gtk/gtk_interface.c:1891
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/open.m:194 modules/gui/macosx/open.m:550
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "DVD"
|
2002-07-15 09:54:04 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1627 modules/gui/gtk/gtk_interface.c:1899
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/open.m:195 modules/gui/macosx/open.m:459
|
|
|
|
#: modules/gui/macosx/open.m:542
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "VCD"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1635 modules/gui/gtk/gtk_interface.c:1907
|
2003-01-24 07:51:13 +08:00
|
|
|
msgid "Use DVD menus"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1643 modules/gui/gtk/gtk_interface.c:1915
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/open.m:187
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Device name"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1689 modules/gui/gtk/gtk_interface.c:1961
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/open.m:204 modules/gui/macosx/open.m:610
|
|
|
|
#: modules/gui/macosx/open.m:660 modules/gui/win32/strings.cpp:169
|
2003-01-24 07:51:13 +08:00
|
|
|
msgid "UDP/RTP"
|
2002-10-15 20:30:01 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1699 modules/gui/gtk/gtk_interface.c:1971
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/open.m:205 modules/gui/macosx/open.m:611
|
|
|
|
#: modules/gui/macosx/open.m:672 modules/gui/win32/strings.cpp:170
|
2003-01-24 07:51:13 +08:00
|
|
|
msgid "UDP/RTP Multicast"
|
2002-10-15 20:30:01 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1709 modules/gui/gtk/gtk_interface.c:1981
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/open.m:206 modules/gui/macosx/open.m:612
|
|
|
|
#: modules/gui/macosx/open.m:657 modules/gui/macosx/open.m:685
|
|
|
|
#: modules/gui/win32/strings.cpp:171
|
2003-01-15 21:16:40 +08:00
|
|
|
msgid "Channel server"
|
2002-10-15 20:30:01 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1719 modules/gui/gtk/gtk_interface.c:1991
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/open.m:207 modules/gui/macosx/open.m:613
|
|
|
|
#: modules/gui/macosx/open.m:704 modules/gui/win32/strings.cpp:172
|
2003-01-24 07:51:13 +08:00
|
|
|
msgid "HTTP/FTP/MMS"
|
2002-10-15 20:30:01 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1729
|
|
|
|
#: modules/gui/gtk/gnome_interface.c:1804
|
|
|
|
#: modules/gui/gtk/gnome_interface.c:1815
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:2962 modules/gui/gtk/gtk_interface.c:2001
|
|
|
|
#: modules/gui/gtk/gtk_interface.c:2076 modules/gui/gtk/gtk_interface.c:2087
|
|
|
|
#: modules/gui/gtk/gtk_interface.c:3232 modules/gui/macosx/open.m:197
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/open.m:199 modules/gui/macosx/open.m:201
|
|
|
|
#: modules/gui/macosx/open.m:222
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Port"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1739
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1751 modules/gui/gtk/gtk_interface.c:2011
|
|
|
|
#: modules/gui/gtk/gtk_interface.c:2023 modules/gui/macosx/open.m:198
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/open.m:200 modules/gui/macosx/open.m:221
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Address"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1761 modules/gui/gtk/gtk_interface.c:2033
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/open.m:202
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "URL"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1871
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:2331 modules/gui/gtk/gtk_interface.c:2143
|
|
|
|
#: modules/gui/gtk/gtk_interface.c:2747 modules/gui/macosx/open.m:179
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/open.m:339
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Network"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1888 modules/gui/gtk/gtk_interface.c:2160
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Symbol Rate"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1898 modules/gui/gtk/gtk_interface.c:2170
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Frequency"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1908 modules/gui/gtk/gtk_interface.c:2180
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Polarization"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1928 modules/gui/gtk/gtk_interface.c:2200
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "FEC"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1947 modules/gui/gtk/gtk_interface.c:2219
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Vertical"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1955 modules/gui/gtk/gtk_interface.c:2227
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Horizontal"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:1997 modules/gui/gtk/gtk_interface.c:2269
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Satellite"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:2004 modules/gui/gtk/gtk_interface.c:2276
|
2003-01-24 07:51:13 +08:00
|
|
|
msgid "Subtitle"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:2046 modules/gui/gtk/gtk_interface.c:2320
|
2003-01-24 07:51:13 +08:00
|
|
|
msgid "delay"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:2061 modules/gui/gtk/gtk_interface.c:2336
|
2003-01-24 07:51:13 +08:00
|
|
|
msgid "fps"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:2090 modules/gui/gtk/gtk_interface.c:2367
|
2003-01-28 10:03:33 +08:00
|
|
|
msgid "Settings..."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/gui/gtk/gnome_interface.c:2229 modules/gui/macosx/open.m:391
|
|
|
|
#: modules/gui/macosx/open.m:427 modules/gui/macosx/open.m:850
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Open File"
|
2002-07-15 09:54:04 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:2266
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Modules"
|
2002-07-15 09:54:04 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:2274
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid ""
|
|
|
|
"Sorry, the module manager isn't functional yet. Please retry in a later "
|
|
|
|
"version."
|
2002-07-15 09:54:04 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:2338
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:2479 modules/gui/gtk/gtk_interface.c:2754
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Url"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:2350 modules/gui/gtk/gtk_interface.c:2775
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:203
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "All"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:2357
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Item"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:2369 modules/gui/win32/strings.cpp:199
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Crop"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:2376 modules/gui/win32/strings.cpp:197
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Invert"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:2383 modules/gui/gtk/preferences.c:378
|
2003-01-07 06:07:47 +08:00
|
|
|
#: modules/gui/kde/pluginsbox.cpp:50 modules/gui/macosx/prefs.m:381
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Select"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:2395 modules/gui/gtk/gtk_interface.c:2719
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Add"
|
2002-07-15 09:54:04 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:2402 modules/gui/gtk/gtk_interface.c:2761
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/playlist.m:90 modules/gui/win32/strings.cpp:201
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Delete"
|
2002-07-15 09:54:04 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:2409 modules/gui/gtk/gtk_interface.c:2789
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Selection"
|
2002-07-15 09:54:04 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:2486 modules/gui/gtk/gtk_interface.c:2864
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:183
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Duration"
|
2002-07-15 09:54:04 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:2638
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Jump to: "
|
2002-07-15 09:54:04 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:2655 modules/gui/gtk/gtk_interface.c:2595
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "s."
|
2002-07-15 09:54:04 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:2670 modules/gui/gtk/gtk_interface.c:2610
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "m:"
|
2002-07-15 09:54:04 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:2685 modules/gui/gtk/gtk_interface.c:2625
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "h:"
|
2002-07-15 09:54:04 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#.
|
|
|
|
#. * from modules/gui/win32/messages.dfm:
|
|
|
|
#.
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:2742 modules/gui/gtk/gtk_interface.c:2954
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/kde/messages.cpp:8 modules/gui/macosx/intf.m:208
|
|
|
|
#: modules/gui/macosx/intf.m:266 modules/gui/win32/strings.cpp:154
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Messages"
|
2002-07-15 09:54:04 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:2846 modules/gui/gtk/gtk_interface.c:3058
|
2003-01-28 10:03:33 +08:00
|
|
|
msgid "Stream output (MRL)"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:2861 modules/gui/gtk/gtk_interface.c:3073
|
2003-01-28 10:03:33 +08:00
|
|
|
msgid "Destination Target: "
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:2907 modules/gui/gtk/gtk_interface.c:3119
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/open.m:217 modules/gui/macosx/open.m:783
|
|
|
|
#: modules/gui/macosx/open.m:821 modules/gui/win32/strings.cpp:228
|
|
|
|
msgid "UDP"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:2917 modules/gui/gtk/gtk_interface.c:3129
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/open.m:218 modules/gui/macosx/open.m:784
|
|
|
|
#: modules/gui/win32/strings.cpp:229
|
|
|
|
msgid "RTP"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:2927 modules/gui/gtk/gtk_interface.c:3139
|
2003-01-28 10:03:33 +08:00
|
|
|
msgid "Path:"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:2937 modules/gui/gtk/gtk_interface.c:3164
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:166 modules/gui/win32/strings.cpp:167
|
|
|
|
#: modules/gui/win32/strings.cpp:225
|
|
|
|
msgid "Address:"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:3006 modules/gui/gtk/gtk_interface.c:3208
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/open.m:226 modules/gui/win32/strings.cpp:233
|
|
|
|
msgid "TS"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:3014 modules/gui/gtk/gtk_interface.c:3216
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/open.m:225 modules/gui/macosx/open.m:754
|
|
|
|
#: modules/gui/macosx/open.m:813 modules/gui/win32/strings.cpp:232
|
|
|
|
msgid "PS"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gnome_interface.c:3022 modules/gui/gtk/gtk_interface.c:3224
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/open.m:224 modules/gui/macosx/open.m:812
|
|
|
|
msgid "AVI"
|
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/gui/gtk/gnome_support.c:116
|
|
|
|
#, c-format
|
|
|
|
msgid "Couldn't create pixmap from file: %s"
|
2002-07-15 09:54:04 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/gui/gtk/gtk.c:71
|
|
|
|
msgid "Gtk+"
|
2002-07-15 09:54:04 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/gui/gtk/gtk.c:77
|
|
|
|
msgid "Gtk+ interface module"
|
2002-07-15 09:54:04 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gtk_interface.c:150 modules/gui/gtk/gtk_interface.c:1337
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "_File"
|
2002-07-15 09:54:04 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gtk_interface.c:241
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "_Close"
|
2002-07-15 09:54:04 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gtk_interface.c:249
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Close the window"
|
2002-07-15 09:54:04 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gtk_interface.c:256 modules/gui/gtk/gtk_interface.c:1436
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "E_xit"
|
2002-07-15 09:54:04 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gtk_interface.c:264 modules/gui/win32/strings.cpp:124
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Exit the program"
|
2002-07-15 09:54:04 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gtk_interface.c:271
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "_View"
|
2002-07-15 09:54:04 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gtk_interface.c:297 modules/gui/win32/strings.cpp:54
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Hide the main interface window"
|
2002-07-15 09:54:04 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gtk_interface.c:342
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Navigate through the stream"
|
2002-07-15 09:54:04 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gtk_interface.c:399
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "_Settings"
|
2002-07-15 09:54:04 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gtk_interface.c:417
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "A_udio"
|
2002-07-15 09:54:04 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gtk_interface.c:451 modules/gui/gtk/gtk_interface.c:1417
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "_Preferences..."
|
2002-07-15 09:54:04 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gtk_interface.c:459 modules/gui/win32/strings.cpp:128
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Configure the application"
|
2002-07-15 09:54:04 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gtk_interface.c:556
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "_Help"
|
2002-07-15 09:54:04 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gtk_interface.c:574 modules/gui/gtk/gtk_interface.c:1399
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "_About..."
|
2002-07-15 09:54:04 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gtk_interface.c:582 modules/gui/win32/strings.cpp:132
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "About this application"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gtk_interface.c:912 modules/gui/win32/strings.cpp:41
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Channel:"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gtk_interface.c:1123
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "_Play"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gtk_interface.c:1563
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Authors"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gtk_interface.c:1570
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid ""
|
|
|
|
"the VideoLAN team <videolan@videolan.org>\n"
|
|
|
|
"http://www.videolan.org/"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gtk_interface.c:1595 modules/gui/gtk/gtk_interface.c:2394
|
|
|
|
#: modules/gui/gtk/gtk_interface.c:2645 modules/gui/gtk/gtk_interface.c:2876
|
|
|
|
#: modules/gui/gtk/gtk_interface.c:2983 modules/gui/gtk/gtk_interface.c:3257
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/gtk/preferences.c:601 modules/gui/macosx/prefs.m:550
|
|
|
|
#: modules/gui/macosx/prefs.m:765 modules/gui/macosx/open.m:174
|
|
|
|
#: modules/gui/win32/strings.cpp:14 modules/gui/win32/strings.cpp:27
|
|
|
|
#: modules/gui/win32/strings.cpp:155 modules/gui/win32/strings.cpp:174
|
|
|
|
#: modules/gui/win32/strings.cpp:184 modules/gui/win32/strings.cpp:215
|
|
|
|
#: modules/gui/win32/strings.cpp:234 modules/gui/win32/strings.cpp:250
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "OK"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gtk_interface.c:1718
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Open Target"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gtk_interface.c:2282
|
2003-01-28 10:03:33 +08:00
|
|
|
msgid "Use a subtitles file"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gtk_interface.c:2304 modules/gui/win32/strings.cpp:242
|
2003-01-28 10:03:33 +08:00
|
|
|
msgid "Select a subtitles file"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gtk_interface.c:2334 modules/gui/win32/strings.cpp:245
|
2003-01-28 10:03:33 +08:00
|
|
|
msgid "Set the delay (in seconds)"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gtk_interface.c:2350 modules/gui/win32/strings.cpp:247
|
2003-01-28 10:03:33 +08:00
|
|
|
msgid "Set the number of Frames Per Second"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gtk_interface.c:2365
|
2003-01-28 10:03:33 +08:00
|
|
|
msgid "Use stream output"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gtk_interface.c:2373
|
2003-01-28 10:03:33 +08:00
|
|
|
msgid "Stream output configuration "
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gtk_interface.c:2525
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Select File"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gtk_interface.c:2572
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Jump"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gtk_interface.c:2579
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Go to:"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gtk_interface.c:2782
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Selected"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gtk_interface.c:2805
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "_Crop"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gtk_interface.c:2816
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "_Invert"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/gtk_interface.c:2827
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "_Select"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. special case for "off" item
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/menu.c:725 modules/gui/macosx/prefs.m:384
|
2003-01-07 06:07:47 +08:00
|
|
|
#: modules/gui/macosx/prefs.m:413 modules/gui/macosx/prefs.m:641
|
|
|
|
#: modules/gui/macosx/prefs.m:670
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "None"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/menu.c:888
|
2002-10-15 20:30:01 +08:00
|
|
|
#, c-format
|
|
|
|
msgid "Title %d (%d)"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/gtk/menu.c:955
|
2002-10-15 20:30:01 +08:00
|
|
|
#, c-format
|
|
|
|
msgid "Chapter %d"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-07 06:07:47 +08:00
|
|
|
#: modules/gui/gtk/preferences.c:321 modules/gui/kde/pluginsbox.cpp:46
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Description"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-07 06:07:47 +08:00
|
|
|
#: modules/gui/gtk/preferences.c:367 modules/gui/kde/pluginsbox.cpp:48
|
|
|
|
#: modules/gui/macosx/prefs.m:364
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Configure"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. add new label
|
2003-01-07 06:07:47 +08:00
|
|
|
#: modules/gui/gtk/preferences.c:390 modules/gui/kde/pluginsbox.cpp:53
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Selected:"
|
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/gui/kde/interface.cpp:89
|
|
|
|
msgid "Languages"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-17 07:00:47 +08:00
|
|
|
#: modules/gui/kde/interface.cpp:94 modules/gui/macosx/intf.m:247
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:88
|
2002-12-13 18:09:14 +08:00
|
|
|
msgid "Subtitles"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/gui/kde/interface.cpp:138
|
|
|
|
msgid "Stream info..."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/gui/kde/interface.cpp:433
|
|
|
|
msgid "Off"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/gui/kde/kde.cpp:59
|
|
|
|
msgid "Path to ui.rc file"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/gui/kde/kde.cpp:60
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "KDE interface module"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/gui/kde/messages.cpp:29
|
|
|
|
msgid "Messages:"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/intf.m:190
|
2003-01-17 07:00:47 +08:00
|
|
|
msgid "VLC - Controller"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/intf.m:195 modules/gui/macosx/intf.m:240
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/macosx/controls.m:690
|
2003-01-07 06:07:47 +08:00
|
|
|
msgid "Previous"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/intf.m:196
|
2003-01-24 07:51:13 +08:00
|
|
|
msgid "Slowmotion"
|
2003-01-07 06:07:47 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/intf.m:199
|
2003-01-17 07:00:47 +08:00
|
|
|
msgid "Fast Forward"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/intf.m:203
|
2003-01-17 07:00:47 +08:00
|
|
|
msgid "Volume"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/intf.m:204
|
2003-01-17 07:00:47 +08:00
|
|
|
msgid "Position"
|
2003-01-07 06:07:47 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-17 07:00:47 +08:00
|
|
|
#: modules/gui/macosx/intf.m:210
|
2002-12-26 07:39:01 +08:00
|
|
|
msgid "Close"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-07 06:07:47 +08:00
|
|
|
#. main menu
|
2003-01-17 07:00:47 +08:00
|
|
|
#: modules/gui/macosx/intf.m:213
|
2003-01-07 06:07:47 +08:00
|
|
|
msgid "About VLC Media Player"
|
2002-12-26 07:39:01 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-17 07:00:47 +08:00
|
|
|
#: modules/gui/macosx/intf.m:215
|
2003-01-07 06:07:47 +08:00
|
|
|
msgid "Hide VLC"
|
2002-12-26 07:39:01 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-17 07:00:47 +08:00
|
|
|
#: modules/gui/macosx/intf.m:216
|
2002-12-26 07:39:01 +08:00
|
|
|
msgid "Hide Others"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-17 07:00:47 +08:00
|
|
|
#: modules/gui/macosx/intf.m:217
|
2002-12-26 07:39:01 +08:00
|
|
|
msgid "Show All"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-17 07:00:47 +08:00
|
|
|
#: modules/gui/macosx/intf.m:218
|
2003-01-07 06:07:47 +08:00
|
|
|
msgid "Quit VLC"
|
2002-12-26 07:39:01 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-17 07:00:47 +08:00
|
|
|
#: modules/gui/macosx/intf.m:221
|
2003-01-07 06:07:47 +08:00
|
|
|
msgid "Open..."
|
2002-12-26 07:39:01 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/intf.m:222 modules/gui/win32/strings.cpp:91
|
2003-01-07 06:07:47 +08:00
|
|
|
msgid "Open File..."
|
2002-12-26 07:39:01 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/intf.m:223 modules/gui/win32/strings.cpp:92
|
2002-12-26 07:39:01 +08:00
|
|
|
msgid "Open Disc..."
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-17 07:00:47 +08:00
|
|
|
#: modules/gui/macosx/intf.m:224
|
2002-12-26 07:39:01 +08:00
|
|
|
msgid "Open Network..."
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-17 07:00:47 +08:00
|
|
|
#: modules/gui/macosx/intf.m:225
|
2002-12-26 07:39:01 +08:00
|
|
|
msgid "Open Recent"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. Recent Items Menu
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/intf.m:226 modules/gui/macosx/intf.m:1252
|
2002-12-26 07:39:01 +08:00
|
|
|
msgid "Clear Menu"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-17 07:00:47 +08:00
|
|
|
#: modules/gui/macosx/intf.m:228
|
2002-12-26 07:39:01 +08:00
|
|
|
msgid "Edit"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-17 07:00:47 +08:00
|
|
|
#: modules/gui/macosx/intf.m:229
|
2002-12-26 07:39:01 +08:00
|
|
|
msgid "Cut"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-17 07:00:47 +08:00
|
|
|
#: modules/gui/macosx/intf.m:230
|
2002-12-26 07:39:01 +08:00
|
|
|
msgid "Copy"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-17 07:00:47 +08:00
|
|
|
#: modules/gui/macosx/intf.m:231
|
2002-12-26 07:39:01 +08:00
|
|
|
msgid "Paste"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-17 07:00:47 +08:00
|
|
|
#: modules/gui/macosx/intf.m:232
|
2002-12-26 07:39:01 +08:00
|
|
|
msgid "Clear"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/intf.m:233 modules/gui/macosx/playlist.m:91
|
2002-12-26 07:39:01 +08:00
|
|
|
msgid "Select All"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/gui/macosx/intf.m:235 modules/gui/win32/strings.cpp:78
|
2003-01-17 07:00:47 +08:00
|
|
|
msgid "Controls"
|
2002-12-26 07:39:01 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/macosx/intf.m:238 modules/gui/macosx/controls.m:670
|
2003-01-24 07:51:13 +08:00
|
|
|
msgid "Faster"
|
2002-12-26 07:39:01 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/macosx/intf.m:239 modules/gui/macosx/controls.m:671
|
2003-01-24 07:51:13 +08:00
|
|
|
msgid "Slower"
|
2003-01-17 07:00:47 +08:00
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/gui/macosx/intf.m:242
|
2002-12-26 07:39:01 +08:00
|
|
|
msgid "Loop"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/intf.m:246 modules/gui/win32/strings.cpp:87
|
2003-01-17 07:00:47 +08:00
|
|
|
msgid "Language"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/macosx/intf.m:257 modules/gui/macosx/controls.m:708
|
2002-12-26 07:39:01 +08:00
|
|
|
msgid "Fullscreen"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-17 07:00:47 +08:00
|
|
|
#: modules/gui/macosx/intf.m:261
|
2002-12-26 07:39:01 +08:00
|
|
|
msgid "Window"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-17 07:00:47 +08:00
|
|
|
#: modules/gui/macosx/intf.m:262
|
2003-01-07 06:07:47 +08:00
|
|
|
msgid "Minimize Window"
|
2002-12-26 07:39:01 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-17 07:00:47 +08:00
|
|
|
#: modules/gui/macosx/intf.m:263
|
2003-01-07 06:07:47 +08:00
|
|
|
msgid "Close Window"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-17 07:00:47 +08:00
|
|
|
#: modules/gui/macosx/intf.m:264
|
|
|
|
msgid "Controller"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/gui/macosx/intf.m:268
|
2002-12-26 07:39:01 +08:00
|
|
|
msgid "Bring All to Front"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/intf.m:270
|
|
|
|
msgid "Help"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/gui/macosx/intf.m:271
|
|
|
|
msgid "ReadMe..."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/gui/macosx/intf.m:272
|
|
|
|
msgid "Report A Bug"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/gui/macosx/intf.m:273
|
|
|
|
msgid "VideoLAN Website"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/gui/macosx/intf.m:274
|
|
|
|
msgid "License"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-07 06:07:47 +08:00
|
|
|
#. error panel
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/intf.m:281
|
2003-01-07 06:07:47 +08:00
|
|
|
msgid "Error"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/intf.m:282
|
2003-01-07 06:07:47 +08:00
|
|
|
msgid ""
|
|
|
|
"An error has occurred which probably prevented the execution of your "
|
|
|
|
"request :"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/intf.m:283
|
2003-01-07 06:07:47 +08:00
|
|
|
msgid "If you believe that it is a bug, please follow the instructions at :"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/intf.m:284
|
2003-01-07 06:07:47 +08:00
|
|
|
msgid "Open Messages Window"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/intf.m:285
|
2003-01-07 06:07:47 +08:00
|
|
|
msgid "Dismiss"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/intf.m:962
|
|
|
|
msgid "Load from file.."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/gui/macosx/open.m:170
|
2003-01-07 06:07:47 +08:00
|
|
|
msgid "Open Source"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/open.m:172
|
2003-01-24 07:51:13 +08:00
|
|
|
msgid "Only enqueue in playlist. Do not play."
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/open.m:182
|
2002-12-31 07:45:22 +08:00
|
|
|
msgid "Treat as a pipe rather than as a file"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/open.m:185
|
2003-01-24 07:51:13 +08:00
|
|
|
msgid "Load subtitles"
|
2002-12-31 07:45:22 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/open.m:191
|
2003-01-24 07:51:13 +08:00
|
|
|
msgid "Use DVD menus (EXPERIMENTAL)"
|
2002-12-31 07:45:22 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/open.m:193 modules/gui/macosx/open.m:448
|
2003-01-24 07:51:13 +08:00
|
|
|
msgid "VIDEO_TS folder"
|
2002-12-31 07:45:22 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/open.m:215
|
2003-01-24 07:51:13 +08:00
|
|
|
msgid "Stream output MRL"
|
2002-12-31 07:45:22 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/open.m:493 modules/gui/macosx/open.m:545
|
|
|
|
#: modules/gui/macosx/open.m:553
|
2003-01-07 06:07:47 +08:00
|
|
|
msgid "No %@s found"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/open.m:588
|
2003-01-07 06:07:47 +08:00
|
|
|
msgid "Open VIDEO_TS Directory"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/macosx/open.m:762
|
2003-01-07 06:07:47 +08:00
|
|
|
msgid "Save File"
|
2002-10-15 20:30:01 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/macosx/controls.m:583
|
2003-01-28 10:03:33 +08:00
|
|
|
msgid "Open subtitlefile"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/macosx/vout.m:989
|
2003-01-24 07:51:13 +08:00
|
|
|
#, c-format
|
|
|
|
msgid "Screen %d"
|
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/gui/ncurses/ncurses.c:66
|
|
|
|
msgid "ncurses interface module"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/gui/qnx/qnx.c:44
|
|
|
|
msgid "QNX RTOS module"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/gui/qt/qt.cpp:47
|
|
|
|
msgid "Qt interface module"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. ****************************************************************************
|
|
|
|
#. * Module descriptor
|
|
|
|
#. ****************************************************************************
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/win32.cpp:302
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "maximum number of lines in the log window"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/win32.cpp:304
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid ""
|
|
|
|
"You can set the maximum number of lines that the log window will display. "
|
|
|
|
"Enter -1 if you want to keep all messages."
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/win32.cpp:310
|
2002-12-13 18:09:14 +08:00
|
|
|
msgid "Native Windows interface module"
|
2002-07-15 09:54:04 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-16 17:00:32 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:11
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "The VideoLAN Team <videolan@videolan.org>"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-16 17:00:32 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:12
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "http://www.videolan.org/"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-16 17:00:32 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:13
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "Version x.y.z"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-16 17:00:32 +08:00
|
|
|
#.
|
|
|
|
#. * from modules/gui/win32/disc.dfm:
|
|
|
|
#.
|
|
|
|
#: modules/gui/win32/strings.cpp:20
|
|
|
|
msgid "Open Disc"
|
2003-01-13 23:20:25 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-16 17:00:32 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:21
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "Device &name:"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-16 17:00:32 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:22
|
2003-01-28 10:03:33 +08:00
|
|
|
msgid "&Menus"
|
2003-01-13 23:20:25 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-16 17:00:32 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:23
|
2003-01-28 10:03:33 +08:00
|
|
|
msgid "Starting position"
|
2003-01-13 23:20:25 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-16 17:00:32 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:24
|
2003-01-28 10:03:33 +08:00
|
|
|
msgid "&Title:"
|
2003-01-13 23:20:25 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-16 17:00:32 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:25
|
2003-01-28 10:03:33 +08:00
|
|
|
msgid "&Chapter:"
|
2003-01-13 23:20:25 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-16 17:00:32 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:29
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "F:\\"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-16 17:00:32 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:36
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "ToolBar"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-16 17:00:32 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:37
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "ToolButtonSep1"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-16 17:00:32 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:38
|
2003-01-24 07:51:13 +08:00
|
|
|
msgid "ToolButtonSep2"
|
2003-01-13 23:20:25 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-16 17:00:32 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:39
|
2003-01-24 07:51:13 +08:00
|
|
|
msgid "ToolButtonSep3"
|
2003-01-13 23:20:25 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-16 17:00:32 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:40
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "File read"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:47
|
|
|
|
msgid "0:00:00"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-16 17:00:32 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:48
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "&File"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-16 17:00:32 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:49
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "Open &file..."
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-16 17:00:32 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:50
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "Open &disc..."
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-16 17:00:32 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:51
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "&Network stream..."
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-16 17:00:32 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:52
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "&View"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-16 17:00:32 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:53
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "&Hide interface"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-16 17:00:32 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:55
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "&Playlist..."
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-16 17:00:32 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:56
|
2003-01-24 07:51:13 +08:00
|
|
|
msgid "&Add interface"
|
2003-01-13 23:20:25 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-16 17:00:32 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:57
|
2003-01-24 07:51:13 +08:00
|
|
|
msgid "Spawn a new interface"
|
2003-01-13 23:20:25 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-16 17:00:32 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:58
|
2003-01-24 07:51:13 +08:00
|
|
|
msgid "&Controls"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/gui/win32/strings.cpp:59
|
|
|
|
msgid "Audio device"
|
2003-01-13 23:20:25 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-16 17:00:32 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:60
|
2003-01-24 07:51:13 +08:00
|
|
|
msgid "C&hannels"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/gui/win32/strings.cpp:62
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "Sc&reen"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:63
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "&Program"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:65
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "&Title"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:67
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "&Chapter"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:69
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "&Angle"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:70
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "Select angle"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:71
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "&Language"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:73
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "&Subtitles"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:75
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "&Help"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:76
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "Close this popup"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:77
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "Show interface"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:79
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "&Jump..."
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:80
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "Audio settings"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:83
|
|
|
|
msgid "Video settings"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/gui/win32/strings.cpp:85
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "Navigation"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:90
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "New stream"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:93
|
2003-01-16 17:00:32 +08:00
|
|
|
msgid "Network Stream..."
|
2003-01-13 23:20:25 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:110
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "Play slower"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:112
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "Play faster"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:116
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "Next file"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:117
|
2003-01-24 07:51:13 +08:00
|
|
|
msgid "&Stream output..."
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:118
|
2003-01-24 07:51:13 +08:00
|
|
|
msgid "Open the stream output"
|
2003-01-13 23:20:25 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:119
|
2003-01-24 07:51:13 +08:00
|
|
|
msgid "&Add subtitles..."
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:120
|
2003-01-24 07:51:13 +08:00
|
|
|
msgid "Add a subtitle file"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:123
|
2003-01-24 07:51:13 +08:00
|
|
|
msgid "Exit"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:125
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "&Fullscreen"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:127
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "Preferences..."
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:131
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "About..."
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:136
|
2003-01-15 21:16:40 +08:00
|
|
|
msgid "Select next title"
|
2003-01-13 23:20:25 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:141
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "Volume &Up"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:142
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "Increase the volume"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:143
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "Volume &Down"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:144
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "Decrease the volume"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:145
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "&Mute"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:146
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "Toggle mute"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:147
|
|
|
|
msgid "Always on top..."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/gui/win32/strings.cpp:148
|
|
|
|
msgid "Set the window on top"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-16 17:00:32 +08:00
|
|
|
#.
|
|
|
|
#. * from modules/gui/win32/network.dfm:
|
|
|
|
#.
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:161
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "Open network"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:162
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "Network mode"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:163 modules/gui/win32/strings.cpp:164
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:165 modules/gui/win32/strings.cpp:224
|
|
|
|
msgid "Port:"
|
2003-01-13 23:20:25 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:173
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "vlcs"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:182
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "Filename"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:185
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "&Add"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:186
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "&File..."
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:187
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "&Disc..."
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:188
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "&Network..."
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:189
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "&Url"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:190
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "&Delete"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:191 modules/gui/win32/strings.cpp:192
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "&Selection"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:193
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "&Invert selection"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:194
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "&Crop selection"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:195
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "&Delete selection"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:196
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "Delete &all"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:198
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "Invert selection"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:200
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "Crop selection"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:202
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "Delete selection"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:204
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "Delete all items"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:206
|
2003-01-13 23:20:25 +08:00
|
|
|
msgid "Play the selected stream"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:223
|
2003-01-24 07:51:13 +08:00
|
|
|
msgid "Stream output MRL (Media Resource Locator)"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:226
|
2003-01-24 07:51:13 +08:00
|
|
|
msgid "file/ts://"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:231
|
2003-01-24 07:51:13 +08:00
|
|
|
msgid "239.239.0.1"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#.
|
|
|
|
#. * from modules/gui/win32/subtitles.dfm:
|
|
|
|
#.
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:241
|
2003-01-24 07:51:13 +08:00
|
|
|
msgid "Add subtitles"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:243
|
2003-01-24 07:51:13 +08:00
|
|
|
msgid "Delay:"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:244
|
2003-01-24 07:51:13 +08:00
|
|
|
msgid "FPS:"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/gui/win32/strings.cpp:246 modules/gui/win32/strings.cpp:248
|
2003-01-24 07:51:13 +08:00
|
|
|
msgid "0.0"
|
|
|
|
msgstr ""
|
|
|
|
|
2002-05-21 06:34:56 +08:00
|
|
|
#. ****************************************************************************
|
2002-10-15 20:30:01 +08:00
|
|
|
#. * Module descriptor
|
2002-05-21 06:34:56 +08:00
|
|
|
#. ****************************************************************************
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/misc/dummy/dummy.c:37
|
|
|
|
msgid "dummy image chroma format"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/misc/dummy/dummy.c:39
|
|
|
|
msgid ""
|
|
|
|
"Force the dummy video output to create images using a specific chroma format "
|
|
|
|
"instead of trying to improve performances by using the most efficient one."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/misc/dummy/dummy.c:44
|
|
|
|
msgid "dummy functions module"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/misc/dummy/interface.c:46
|
|
|
|
msgid "Using the dummy interface plugin..."
|
2002-05-21 06:34:56 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/misc/gtk_main.c:55
|
|
|
|
msgid "Gtk+ helper module"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/misc/logger/logger.c:86
|
|
|
|
msgid "log filename"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/misc/logger/logger.c:86
|
|
|
|
msgid "Specify the log filename."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/misc/logger/logger.c:87
|
|
|
|
msgid "log format"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/misc/logger/logger.c:87
|
2002-05-21 06:34:56 +08:00
|
|
|
msgid ""
|
2002-10-15 20:30:01 +08:00
|
|
|
"Specify the log format. Available choices are \"text\" (default) and \"html\""
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/misc/logger/logger.c:88
|
|
|
|
msgid "file logging interface module"
|
2002-05-21 06:34:56 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/misc/logger/logger.c:102
|
|
|
|
msgid "Using the logger interface plugin..."
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/misc/memcpy/memcpy.c:81
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid "libc memcpy module"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/misc/memcpy/memcpy.c:85
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid "3D Now! memcpy module"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/misc/memcpy/memcpy.c:92
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid "MMX memcpy module"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/misc/memcpy/memcpy.c:97
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid "MMX EXT memcpy module"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/misc/memcpy/memcpyaltivec.c:52
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid "AltiVec memcpy module"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/misc/network/ipv4.c:86
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "IPv4 network abstraction layer"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/misc/network/ipv6.c:79
|
|
|
|
msgid "IPv6 network abstraction layer"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/misc/testsuite/test1.c:33
|
|
|
|
msgid "C module that does nothing"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/misc/testsuite/test4.c:63
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Miscellaneous stress tests"
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/video_chroma/i420_rgb.c:67
|
|
|
|
msgid "I420,IYUV,YV12 to RGB2,RV15,RV16,RV24,RV32 conversions"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/video_chroma/i420_rgb.c:71
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "MMX I420,IYUV,YV12 to RV15,RV16,RV24,RV32 conversions"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/video_chroma/i420_ymga.c:48 modules/video_chroma/i420_yuy2.c:67
|
|
|
|
#: modules/video_chroma/i422_yuy2.c:61
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "conversions from "
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/video_chroma/i420_ymga.c:48 modules/video_chroma/i420_ymga.c:51
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/video_chroma/i420_yuy2.c:67 modules/video_chroma/i420_yuy2.c:70
|
|
|
|
#: modules/video_chroma/i422_yuy2.c:61 modules/video_chroma/i422_yuy2.c:64
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid " to "
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/video_chroma/i420_ymga.c:51 modules/video_chroma/i420_yuy2.c:70
|
|
|
|
#: modules/video_chroma/i422_yuy2.c:64
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "MMX conversions from "
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#. ****************************************************************************
|
|
|
|
#. * Module descriptor
|
|
|
|
#. ****************************************************************************
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/video_filter/clone.c:53
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Number of clones"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/video_filter/clone.c:54
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Select the number of video windows in which to clone the video"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/video_filter/clone.c:60
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "image clone video module"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#. ****************************************************************************
|
|
|
|
#. * Module descriptor
|
|
|
|
#. ****************************************************************************
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/video_filter/crop.c:54
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "crop geometry"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/video_filter/crop.c:55
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Set the geometry of the zone to crop"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/video_filter/crop.c:57
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "automatic cropping"
|
2002-05-21 06:34:56 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/video_filter/crop.c:58
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Activate automatic black border cropping"
|
2002-05-21 06:34:56 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/video_filter/crop.c:64
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "image crop video module"
|
2002-05-21 06:34:56 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#. ****************************************************************************
|
|
|
|
#. * Module descriptor
|
|
|
|
#. ****************************************************************************
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/video_filter/deinterlace/deinterlace.c:75
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "deinterlace mode"
|
2002-05-21 06:34:56 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/video_filter/deinterlace/deinterlace.c:76
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "One of \"discard\", \"blend\", \"mean\", \"bob\" or \"linear\""
|
2002-05-21 06:34:56 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-29 04:02:04 +08:00
|
|
|
#: modules/video_filter/deinterlace/deinterlace.c:84
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "deinterlacing module"
|
2002-05-21 06:34:56 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#. ****************************************************************************
|
|
|
|
#. * Module descriptor
|
|
|
|
#. ****************************************************************************
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/video_filter/distort.c:59
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "distort mode"
|
2002-05-21 06:34:56 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/video_filter/distort.c:60
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Distort mode, one of \"wave\" and \"ripple\""
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/video_filter/distort.c:68
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "miscellaneous video effects module"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/video_filter/invert.c:52
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "invert video module"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#. ****************************************************************************
|
|
|
|
#. * Module descriptor
|
|
|
|
#. ****************************************************************************
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/video_filter/motionblur.c:54
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Blur factor"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/video_filter/motionblur.c:55
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "The degree of blurring from 1 to 127"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/video_filter/motionblur.c:60
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Motion blur filter"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-04-23 22:16:21 +08:00
|
|
|
#. ****************************************************************************
|
2002-10-15 20:30:01 +08:00
|
|
|
#. * Module descriptor
|
2002-04-23 22:16:21 +08:00
|
|
|
#. ****************************************************************************
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/video_filter/transform.c:57
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "transform type"
|
2002-04-23 22:16:21 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/video_filter/transform.c:58
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "One of '90', '180', '270', 'hflip' and 'vflip'"
|
2002-04-23 22:16:21 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/video_filter/transform.c:66
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "image transformation module"
|
2002-04-23 22:16:21 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#. ****************************************************************************
|
|
|
|
#. * Module descriptor
|
|
|
|
#. ****************************************************************************
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/video_filter/wall.c:53
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "number of columns"
|
2002-04-23 22:16:21 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/video_filter/wall.c:54
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid ""
|
|
|
|
"Select the number of horizontal videowindows in which to split the video"
|
2002-04-23 22:16:21 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/video_filter/wall.c:57
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "number of rows"
|
2002-04-23 22:16:21 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/video_filter/wall.c:58
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Select the number of vertical videowindows in which to split the video"
|
2002-04-23 22:16:21 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/video_filter/wall.c:61
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "active windows"
|
2002-04-23 22:16:21 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/video_filter/wall.c:62
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "comma separated list of active windows, defaults to all"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/video_filter/wall.c:70
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "image wall video module"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/video_output/aa.c:55
|
|
|
|
msgid "ASCII-art video output module"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#. ****************************************************************************
|
|
|
|
#. * Module descriptor
|
|
|
|
#. ****************************************************************************
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/video_output/directx/directx.c:93
|
|
|
|
msgid "always on top"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/video_output/directx/directx.c:94
|
|
|
|
msgid "place the directx window on top of other windows"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/video_output/directx/directx.c:95
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "use hardware YUV->RGB conversions"
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/video_output/directx/directx.c:97
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid ""
|
|
|
|
"Try to use hardware acceleration for YUV->RGB conversions. This option "
|
|
|
|
"doesn't have any effect when using overlays."
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/video_output/directx/directx.c:99
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "use video buffers in system memory"
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/video_output/directx/directx.c:101
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
msgid ""
|
2002-10-15 20:30:01 +08:00
|
|
|
"Create video buffers in system memory instead of video memory. This isn't "
|
|
|
|
"recommended as usually using video memory allows to benefit from more "
|
|
|
|
"hardware acceleration (like rescaling or YUV->RGB conversions). This option "
|
|
|
|
"doesn't have any effect when using overlays."
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/video_output/directx/directx.c:105
|
2002-12-13 18:09:14 +08:00
|
|
|
msgid "specify an existing window"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/video_output/directx/directx.c:107
|
2002-12-13 18:09:14 +08:00
|
|
|
msgid ""
|
|
|
|
"Specify a window to use instead of opening a new one. This option is "
|
|
|
|
"DANGEROUS, use with care."
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-28 10:03:33 +08:00
|
|
|
#: modules/video_output/directx/directx.c:116
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "DirectX video module"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/video_output/fb.c:69
|
|
|
|
msgid "framebuffer device"
|
2002-05-28 02:34:33 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/video_output/fb.c:70
|
|
|
|
msgid "Linux console framebuffer module"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#. ****************************************************************************
|
|
|
|
#. * Module descriptor
|
|
|
|
#. ****************************************************************************
|
|
|
|
#: modules/video_output/ggi.c:56 modules/video_output/mga/xmga.c:98
|
|
|
|
#: modules/video_output/x11/x11.c:52 modules/video_output/x11/xvideo.c:58
|
|
|
|
msgid "X11 display name"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/video_output/ggi.c:57
|
|
|
|
msgid ""
|
|
|
|
"Specify the X11 hardware display you want to use.\n"
|
|
|
|
"By default vlc will use the value of the DISPLAY environment variable."
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/video_output/glide.c:64
|
|
|
|
msgid "3dfx Glide module"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/video_output/mga/mga.c:59
|
|
|
|
msgid "Matrox Graphic Array video module"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
#. ****************************************************************************
|
2002-10-15 20:30:01 +08:00
|
|
|
#. * Module descriptor
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
#. ****************************************************************************
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/video_output/mga/xmga.c:89 modules/video_output/qte/qte.cpp:80
|
|
|
|
#: modules/video_output/x11/x11.c:43 modules/video_output/x11/xvideo.c:49
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "alternate fullscreen method"
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/video_output/mga/xmga.c:91 modules/video_output/qte/qte.cpp:82
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/video_output/x11/x11.c:45 modules/video_output/x11/xvideo.c:51
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
msgid ""
|
2002-10-15 20:30:01 +08:00
|
|
|
"There are two ways to make a fullscreen window, unfortunately each one has "
|
|
|
|
"its drawbacks.\n"
|
|
|
|
"1) Let the window manager handle your fullscreen window (default). But "
|
|
|
|
"things like taskbars will likely show on top of the video.\n"
|
|
|
|
"2) Completly bypass the window manager, but then nothing will be able to "
|
|
|
|
"show on top of the video."
|
* ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
do what remains to be fixed during the weekend.
Changes in vlc:
===============
* vlc is now a very small program (20 lines) which uses the libvlc API;
it is quite simple for the moment but can be extended in the future.
* interfaces, decoders, video outputs, etc. are now almost the same
objects (yes, I know, this is C++ redone in C) and are structured in
a tree. More about this later, but basically it allows the following
nice features:
- several interfaces
- several playlists with several outputs
- input plugins spawning helper interfaces (will be used for DVD menus)
- anything spawning anything; I swear there are useful uses for this!
* libvlc can be used in other programs; I'm currently writing a Mozilla
plugin for my employer.
Things currently broken:
========================
* most interfaces, most ports
* the playlist handling (almost finished rewriting this though). This means
no file can be played from the GUI, you need to use the commandline. This
also means it segfaults at EOF, when exiting the program, and it sometimes
refuses to open a file when asked to.
2002-06-01 20:32:02 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/video_output/mga/xmga.c:100 modules/video_output/x11/x11.c:54
|
|
|
|
#: modules/video_output/x11/xvideo.c:60
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid ""
|
|
|
|
"Specify the X11 hardware display you want to use. By default vlc will use "
|
|
|
|
"the value of the DISPLAY environment variable."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/video_output/mga/xmga.c:107
|
|
|
|
msgid "X11 MGA module"
|
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/video_output/qte/qte.cpp:88
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "QT Embedded display name"
|
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/video_output/qte/qte.cpp:90
|
|
|
|
msgid ""
|
|
|
|
"Specify the Qt Embedded hardware display you want to use. By default vlc "
|
|
|
|
"will use the value of the DISPLAY environment variable."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/video_output/qte/qte.cpp:92
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "QT Embedded drawable"
|
|
|
|
msgstr ""
|
|
|
|
|
2002-12-13 18:09:14 +08:00
|
|
|
#: modules/video_output/qte/qte.cpp:94
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid ""
|
|
|
|
"Specify a QT Embedded drawable to use instead of opening a new window. This "
|
|
|
|
"option is DANGEROUS, use with care."
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-12-26 07:39:01 +08:00
|
|
|
#. add_category_hint( N_("QT Embedded"), NULL );
|
|
|
|
#. add_string( "qte-display", "landscape", NULL, DISPLAY_TEXT, DISPLAY_LONGTEXT);
|
|
|
|
#. add_bool( "qte-altfullscreen", 0, NULL, ALT_FS_TEXT, ALT_FS_LONGTEXT);
|
2002-12-13 18:09:14 +08:00
|
|
|
#. add_integer( "qte-drawable", -1, NULL, NULL, NULL); //DRAWABLE_TEXT, DRAWABLE_LONGTEXT );
|
|
|
|
#: modules/video_output/qte/qte.cpp:130
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "QT Embedded module"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-13 23:20:25 +08:00
|
|
|
#: modules/video_output/sdl.c:105
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "Simple DirectMedia Layer video module"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/video_output/svgalib.c:53
|
|
|
|
msgid "SVGAlib module"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/video_output/x11/x11.c:57 modules/video_output/x11/xvideo.c:68
|
2002-07-05 02:11:57 +08:00
|
|
|
msgid "X11 drawable"
|
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/video_output/x11/x11.c:59 modules/video_output/x11/xvideo.c:70
|
2002-07-05 02:11:57 +08:00
|
|
|
msgid ""
|
|
|
|
"Specify a X11 drawable to use instead of opening a new window. This option "
|
|
|
|
"is DANGEROUS, use with care."
|
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/video_output/x11/x11.c:62 modules/video_output/x11/xvideo.c:73
|
2002-07-05 02:11:57 +08:00
|
|
|
msgid "use shared memory"
|
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/video_output/x11/x11.c:64 modules/video_output/x11/xvideo.c:75
|
2002-07-05 02:11:57 +08:00
|
|
|
msgid "Use shared memory to communicate between vlc and the X server."
|
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/video_output/x11/x11.c:67
|
|
|
|
msgid "X11"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/video_output/x11/x11.c:74
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid "X11 module"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-04-19 21:56:12 +08:00
|
|
|
#. ****************************************************************************
|
2002-10-15 20:30:01 +08:00
|
|
|
#. * Module descriptor
|
2002-04-19 21:56:12 +08:00
|
|
|
#. ****************************************************************************
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/video_output/x11/xvideo.c:44
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid "XVideo adaptor number"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/video_output/x11/xvideo.c:46
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid ""
|
|
|
|
"If you graphics card provides several adaptors, this option allows you to "
|
|
|
|
"choose which one will be used (you shouldn't have to change this)."
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/video_output/x11/xvideo.c:63
|
2002-05-21 06:34:56 +08:00
|
|
|
msgid "XVimage chroma format"
|
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/video_output/x11/xvideo.c:65
|
2002-05-21 06:34:56 +08:00
|
|
|
msgid ""
|
|
|
|
"Force the XVideo renderer to use a specific chroma format instead of trying "
|
|
|
|
"to improve performances by using the most efficient one."
|
|
|
|
msgstr ""
|
|
|
|
|
2002-10-15 20:30:01 +08:00
|
|
|
#: modules/video_output/x11/xvideo.c:78
|
|
|
|
msgid "XVideo"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/video_output/x11/xvideo.c:87
|
2002-04-19 21:56:12 +08:00
|
|
|
msgid "XVideo extension module"
|
2001-12-10 20:40:24 +08:00
|
|
|
msgstr ""
|
2002-10-15 20:30:01 +08:00
|
|
|
|
|
|
|
#: modules/visualization/scope/scope.c:67
|
|
|
|
msgid "scope effect"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. ****************************************************************************
|
|
|
|
#. * Module descriptor
|
|
|
|
#. ****************************************************************************
|
|
|
|
#: modules/visualization/xosd/xosd.c:61
|
|
|
|
msgid "flip vertical position"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/visualization/xosd/xosd.c:62
|
|
|
|
msgid "Display xosd output on the bottom of the screen instead of the top"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/visualization/xosd/xosd.c:65
|
|
|
|
msgid "vertical offset"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/visualization/xosd/xosd.c:66
|
|
|
|
msgid "Vertical offset in pixels of the displayed text"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/visualization/xosd/xosd.c:68
|
|
|
|
msgid "shadow offset"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/visualization/xosd/xosd.c:69
|
|
|
|
msgid "Offset in pixels of the shadow"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/visualization/xosd/xosd.c:71
|
|
|
|
msgid "font"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: modules/visualization/xosd/xosd.c:72
|
|
|
|
msgid "Font used to display text in the xosd output"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/visualization/xosd/xosd.c:76
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "XOSD module"
|
|
|
|
msgstr ""
|
|
|
|
|
2003-01-24 07:51:13 +08:00
|
|
|
#: modules/visualization/xosd/xosd.c:83
|
2002-10-15 20:30:01 +08:00
|
|
|
msgid "xosd interface module"
|
|
|
|
msgstr ""
|