Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
f0797213
Commit
f0797213
authored
Mar 27, 2006
by
Clément Stenac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Strings review for libvlc.h (Refs:#438)
parent
27f1f2eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
249 additions
and
212 deletions
+249
-212
src/libvlc.h
src/libvlc.h
+249
-212
No files found.
src/libvlc.h
View file @
f0797213
...
@@ -49,6 +49,11 @@ static char *ppsz_snap_formats[] =
...
@@ -49,6 +49,11 @@ static char *ppsz_snap_formats[] =
* macros.
* macros.
*****************************************************************************/
*****************************************************************************/
/*****************************************************************************
* Intf
****************************************************************************/
// DEPRECATED
#define INTF_CAT_LONGTEXT N_( \
#define INTF_CAT_LONGTEXT N_( \
"These options allow you to configure the interfaces used by VLC. " \
"These options allow you to configure the interfaces used by VLC. " \
"You can select the main interface, additional " \
"You can select the main interface, additional " \
...
@@ -56,55 +61,61 @@ static char *ppsz_snap_formats[] =
...
@@ -56,55 +61,61 @@ static char *ppsz_snap_formats[] =
#define INTF_TEXT N_("Interface module")
#define INTF_TEXT N_("Interface module")
#define INTF_LONGTEXT N_( \
#define INTF_LONGTEXT N_( \
"This
option allows you to select the
interface used by VLC. " \
"This
is the main
interface used by VLC. " \
"The default behavior is to automatically select the best module " \
"The default behavior is to automatically select the best module " \
"available.")
"available.")
#define EXTRAINTF_TEXT N_("Extra interface modules")
#define EXTRAINTF_TEXT N_("Extra interface modules")
#define EXTRAINTF_LONGTEXT N_( \
#define EXTRAINTF_LONGTEXT N_( \
"
This option allows you to
select additional interfaces
used by
VLC. " \
"
You can
select
\"
additional interfaces
\" for
VLC. " \
"They will be launched in the background in addition to the default " \
"They will be launched in the background in addition to the default " \
"interface. Use a comma separated list of interface modules. (common " \
"interface. Use a comma separated list of interface modules. (common " \
"values are
logger, gestures, sap, rc, http or screensaver
)")
"values are
\"rc\" (remote control), \"http\", \"gestures\" ...
)")
#define CONTROL_TEXT N_("Control interfaces")
#define CONTROL_TEXT N_("Control interfaces")
#define CONTROL_LONGTEXT N_( \
#define CONTROL_LONGTEXT N_( \
"
This option allows you to
select control interfaces
. "
)
"
You can
select control interfaces
for VLC."
)
#define VERBOSE_TEXT N_("Verbosity (0,1,2)")
#define VERBOSE_TEXT N_("Verbosity (0,1,2)")
#define VERBOSE_LONGTEXT N_( \
#define VERBOSE_LONGTEXT N_( \
"This
option set
s the verbosity level (0=only errors and " \
"This
i
s the verbosity level (0=only errors and " \
"standard messages, 1=warnings, 2=debug).")
"standard messages, 1=warnings, 2=debug).")
#define QUIET_TEXT N_("Be quiet")
#define QUIET_TEXT N_("Be quiet")
#define QUIET_LONGTEXT N_( \
#define QUIET_LONGTEXT N_( \
"T
his option t
urn
s
off all warning and information messages.")
"Turn off all warning and information messages.")
#define OPEN_TEXT N_("Default stream")
#define OPEN_TEXT N_("Default stream")
#define OPEN_LONGTEXT N_( \
#define OPEN_LONGTEXT N_( \
"This
option allows you to
always open
a default stream on
start
-
up." )
"This
stream will
always
be
open
ed at VLC
startup." )
#define LANGUAGE_TEXT N_("Language")
#define LANGUAGE_TEXT N_("Language")
#define LANGUAGE_LONGTEXT N_( "
This option allows you to set the languag
e " \
#define LANGUAGE_LONGTEXT N_( "
You can manually select a language for th
e " \
"
of the
interface. The system language is auto-detected if \"auto\" is " \
"interface. The system language is auto-detected if \"auto\" is " \
"specified here." )
"specified here." )
#define COLOR_TEXT N_("Color messages")
#define COLOR_TEXT N_("Color messages")
#define COLOR_LONGTEXT N_( \
#define COLOR_LONGTEXT N_( \
"
When this option is turned on,
the messages sent to the console
will
" \
"
This enables colorization of
the messages sent to the console " \
"
be colorized.
Your terminal needs Linux color support for this to work.")
"Your terminal needs Linux color support for this to work.")
#define ADVANCED_TEXT N_("Show advanced options")
#define ADVANCED_TEXT N_("Show advanced options")
#define ADVANCED_LONGTEXT N_( \
#define ADVANCED_LONGTEXT N_( \
"When this
option is turned on
, the preferences and/or interfaces
will " \
"When this
is enabled
, the preferences and/or interfaces will " \
"show all
the
available options, including those that most users should " \
"show all available options, including those that most users should " \
"never touch.")
"never touch.")
#define SHOWINTF_TEXT N_("Show interface with mouse")
#define SHOWINTF_TEXT N_("Show interface with mouse")
#define SHOWINTF_LONGTEXT N_( \
#define SHOWINTF_LONGTEXT N_( \
"
If th
is enabled, the interface
will be
shown when you move the mouse to "\
"
When this
is enabled, the interface
is
shown when you move the mouse to "\
"the edge of the screen in fullscreen mode." )
"the edge of the screen in fullscreen mode." )
/*****************************************************************************
* Audio
****************************************************************************/
// DEPRECATED
#define AOUT_CAT_LONGTEXT N_( \
#define AOUT_CAT_LONGTEXT N_( \
"These options allow you to modify the behavior of the audio " \
"These options allow you to modify the behavior of the audio " \
"subsystem, and to add audio filters which can be used for " \
"subsystem, and to add audio filters which can be used for " \
...
@@ -114,13 +125,13 @@ static char *ppsz_snap_formats[] =
...
@@ -114,13 +125,13 @@ static char *ppsz_snap_formats[] =
#define AOUT_TEXT N_("Audio output module")
#define AOUT_TEXT N_("Audio output module")
#define AOUT_LONGTEXT N_( \
#define AOUT_LONGTEXT N_( \
"This
option allows you to select
the audio output method used by VLC. " \
"This
is
the audio output method used by VLC. " \
"The default behavior is to automatically select the best method " \
"The default behavior is to automatically select the best method " \
"available.")
"available.")
#define AUDIO_TEXT N_("Enable audio")
#define AUDIO_TEXT N_("Enable audio")
#define AUDIO_LONGTEXT N_( \
#define AUDIO_LONGTEXT N_( \
"You can completely disable the audio output.
In this case, t
he audio " \
"You can completely disable the audio output.
T
he audio " \
"decoding stage will not take place, thus saving some processing power.")
"decoding stage will not take place, thus saving some processing power.")
#define MONO_TEXT N_("Force mono audio")
#define MONO_TEXT N_("Force mono audio")
...
@@ -133,7 +144,8 @@ static char *ppsz_snap_formats[] =
...
@@ -133,7 +144,8 @@ static char *ppsz_snap_formats[] =
#define VOLUME_SAVE_TEXT N_("Audio output saved volume")
#define VOLUME_SAVE_TEXT N_("Audio output saved volume")
#define VOLUME_SAVE_LONGTEXT N_( \
#define VOLUME_SAVE_LONGTEXT N_( \
"This saves the audio output volume when you select mute.")
"This saves the audio output volume when you use the mute function. " \
"You should not change this option manually.")
#define VOLUME_STEP_TEXT N_("Audio output volume step")
#define VOLUME_STEP_TEXT N_("Audio output volume step")
#define VOLUME_STEP_LONGTEXT N_( \
#define VOLUME_STEP_LONGTEXT N_( \
...
@@ -155,25 +167,24 @@ static char *ppsz_snap_formats[] =
...
@@ -155,25 +167,24 @@ static char *ppsz_snap_formats[] =
#define DESYNC_TEXT N_("Audio desynchronization compensation")
#define DESYNC_TEXT N_("Audio desynchronization compensation")
#define DESYNC_LONGTEXT N_( \
#define DESYNC_LONGTEXT N_( \
"This option allows you to delay the audio output. You must give a " \
"This delays the audio output. The delay must be given in milliseconds." \
"number of milliseconds. This can be handy if you notice a lag " \
"This can be handy if you notice a lag between the video and the audio.")
"between the video and the audio.")
#define MULTICHA_TEXT N_("
Preferred a
udio output channels mode")
#define MULTICHA_TEXT N_("
A
udio output channels mode")
#define MULTICHA_LONGTEXT N_( \
#define MULTICHA_LONGTEXT N_( \
"This
option allows you to
set the audio output channels mode that will " \
"This set
s
the audio output channels mode that will " \
"be used by default when possible (ie. if your hardware supports it as " \
"be used by default when possible (ie. if your hardware supports it as " \
"well as the audio stream being played).")
"well as the audio stream being played).")
#define SPDIF_TEXT N_("Use
the
S/PDIF
audio output
when available")
#define SPDIF_TEXT N_("Use S/PDIF when available")
#define SPDIF_LONGTEXT N_( \
#define SPDIF_LONGTEXT N_( \
"
This option allows you to use the S/PDIF audio output
by default when " \
"
S/PDIF can be used
by default when " \
"your hardware supports it as well as the audio stream being played.")
"your hardware supports it as well as the audio stream being played.")
#define FORCE_DOLBY_TEXT N_("Force detection of Dolby Surround")
#define FORCE_DOLBY_TEXT N_("Force detection of Dolby Surround")
#define FORCE_DOLBY_LONGTEXT N_( \
#define FORCE_DOLBY_LONGTEXT N_( \
"Use this when you know your stream is (or is not) encoded with Dolby "\
"Use this when you know your stream is (or is not) encoded with Dolby "\
"Surround but fails to be detected as such.
And e
ven if the stream is "\
"Surround but fails to be detected as such.
E
ven if the stream is "\
"not actually encoded with Dolby Surround, turning on this option might "\
"not actually encoded with Dolby Surround, turning on this option might "\
"enhance your experience, especially when combined with the Headphone "\
"enhance your experience, especially when combined with the Headphone "\
"Channel Mixer." )
"Channel Mixer." )
...
@@ -183,14 +194,18 @@ static char *ppsz_force_dolby_descriptions[] = { N_("Auto"), N_("On"), N_("Off")
...
@@ -183,14 +194,18 @@ static char *ppsz_force_dolby_descriptions[] = { N_("Auto"), N_("On"), N_("Off")
#define AUDIO_FILTER_TEXT N_("Audio filters")
#define AUDIO_FILTER_TEXT N_("Audio filters")
#define AUDIO_FILTER_LONGTEXT N_( \
#define AUDIO_FILTER_LONGTEXT N_( \
"This
allows you to
add audio post processing filters, to modify " \
"This add
s
audio post processing filters, to modify " \
"the sound" )
"the sound
rendering.
" )
#define AUDIO_VISUAL_TEXT N_("Audio visualizations ")
#define AUDIO_VISUAL_TEXT N_("Audio visualizations ")
#define AUDIO_VISUAL_LONGTEXT N_( \
#define AUDIO_VISUAL_LONGTEXT N_( \
"This allows you to add visualization modules " \
"This adds visualization modules (spectrum analyzer, etc.).")
"(spectrum analyzer, etc.).")
/*****************************************************************************
* Video
****************************************************************************/
// DEPRECATED
#define VOUT_CAT_LONGTEXT N_( \
#define VOUT_CAT_LONGTEXT N_( \
"These options allow you to modify the behavior of the video output " \
"These options allow you to modify the behavior of the video output " \
"subsystem. You can for example enable video filters (deinterlacing, " \
"subsystem. You can for example enable video filters (deinterlacing, " \
...
@@ -200,44 +215,44 @@ static char *ppsz_force_dolby_descriptions[] = { N_("Auto"), N_("On"), N_("Off")
...
@@ -200,44 +215,44 @@ static char *ppsz_force_dolby_descriptions[] = { N_("Auto"), N_("On"), N_("Off")
#define VOUT_TEXT N_("Video output module")
#define VOUT_TEXT N_("Video output module")
#define VOUT_LONGTEXT N_( \
#define VOUT_LONGTEXT N_( \
"This option allows you to select the video output method used by VLC. " \
"This is the the video output method used by VLC. " \
"The default behavior is to automatically select the best " \
"The default behavior is to automatically select the best method available.")
"method available.")
#define VIDEO_TEXT N_("Enable video")
#define VIDEO_TEXT N_("Enable video")
#define VIDEO_LONGTEXT N_( \
#define VIDEO_LONGTEXT N_( \
"You can completely disable the video output.
In this case, t
he video " \
"You can completely disable the video output.
T
he video " \
"decoding stage will not take place, thus saving some processing power.")
"decoding stage will not take place, thus saving some processing power.")
#define WIDTH_TEXT N_("Video width")
#define WIDTH_TEXT N_("Video width")
#define WIDTH_LONGTEXT N_( \
#define WIDTH_LONGTEXT N_( \
"You can enforce the video width
here
. By default (-1) VLC will " \
"You can enforce the video width. By default (-1) VLC will " \
"adapt to the video characteristics.")
"adapt to the video characteristics.")
#define HEIGHT_TEXT N_("Video height")
#define HEIGHT_TEXT N_("Video height")
#define HEIGHT_LONGTEXT N_( \
#define HEIGHT_LONGTEXT N_( \
"You can enforce the video height
here
. By default (-1) VLC will " \
"You can enforce the video height. By default (-1) VLC will " \
"adapt to the video characteristics.")
"adapt to the video characteristics.")
#define VIDEOX_TEXT N_("Video
x
coordinate")
#define VIDEOX_TEXT N_("Video
X
coordinate")
#define VIDEOX_LONGTEXT N_( \
#define VIDEOX_LONGTEXT N_( \
"You can enforce the position of the top left corner of the video window "\
"You can enforce the position of the top left corner of the video window "\
"
here (x
coordinate).")
"
(X
coordinate).")
#define VIDEOY_TEXT N_("Video
y
coordinate")
#define VIDEOY_TEXT N_("Video
Y
coordinate")
#define VIDEOY_LONGTEXT N_( \
#define VIDEOY_LONGTEXT N_( \
"You can enforce the position of the top left corner of the video window "\
"You can enforce the position of the top left corner of the video window "\
"
here (y
coordinate).")
"
(Y
coordinate).")
#define VIDEO_TITLE_TEXT N_("Video title")
#define VIDEO_TITLE_TEXT N_("Video title")
#define VIDEO_TITLE_LONGTEXT N_( \
#define VIDEO_TITLE_LONGTEXT N_( \
"You can specify a custom video window title here.")
"Custom title for the video window (in case the video is not embedded in "\
"the interface).")
#define ALIGN_TEXT N_("Video alignment")
#define ALIGN_TEXT N_("Video alignment")
#define ALIGN_LONGTEXT N_( \
#define ALIGN_LONGTEXT N_( \
"
You can e
nforce the
video
alignment in its window. By default (0) it " \
"
E
nforce the alignment
of the video
in its window. By default (0) it " \
"will be centered (0=center, 1=left, 2=right, 4=top, 8=bottom, you can " \
"will be centered (0=center, 1=left, 2=right, 4=top, 8=bottom, you can " \
"also use combinations of these values).")
"also use combinations of these values
, like 6=4+2 meaning top-right
).")
static
int
pi_align_values
[]
=
{
0
,
1
,
2
,
4
,
8
,
5
,
6
,
9
,
10
};
static
int
pi_align_values
[]
=
{
0
,
1
,
2
,
4
,
8
,
5
,
6
,
9
,
10
};
static
char
*
ppsz_align_descriptions
[]
=
static
char
*
ppsz_align_descriptions
[]
=
{
N_
(
"Center"
),
N_
(
"Left"
),
N_
(
"Right"
),
N_
(
"Top"
),
N_
(
"Bottom"
),
{
N_
(
"Center"
),
N_
(
"Left"
),
N_
(
"Right"
),
N_
(
"Top"
),
N_
(
"Bottom"
),
...
@@ -249,68 +264,57 @@ static char *ppsz_align_descriptions[] =
...
@@ -249,68 +264,57 @@ static char *ppsz_align_descriptions[] =
#define GRAYSCALE_TEXT N_("Grayscale video output")
#define GRAYSCALE_TEXT N_("Grayscale video output")
#define GRAYSCALE_LONGTEXT N_( \
#define GRAYSCALE_LONGTEXT N_( \
"
When enabled, the color information from the video won't be
decoded " \
"
Output video in grayscale. As the color information aren't
decoded
,
" \
"
(
this can
also allow you to
save some processing power
)
.")
"this can save some processing power."
)
#define FULLSCREEN_TEXT N_("Fullscreen video output")
#define FULLSCREEN_TEXT N_("Fullscreen video output")
#define FULLSCREEN_LONGTEXT N_( \
#define FULLSCREEN_LONGTEXT N_( \
"If this option is enabled, VLC will always start a video in fullscreen " \
"Start video in fullscreen mode" )
"mode.")
#define OVERLAY_TEXT N_("Overlay video output")
#define OVERLAY_TEXT N_("Overlay video output")
#define OVERLAY_LONGTEXT N_( \
#define OVERLAY_LONGTEXT N_( \
"
If enabled, VLC will try to take advantage of the overlay capabilities
" \
"
Overlay is the hardware acceleration capability of your video card
" \
"
of your graphics card (hardware acceleration)
.")
"
(ability to render video directly). VLC will try to use it by default
."
)
#define VIDEO_ON_TOP_TEXT N_("Always on top")
#define VIDEO_ON_TOP_TEXT N_("Always on top")
#define VIDEO_ON_TOP_LONGTEXT N_(
"Always place the video window on top of "
\
#define VIDEO_ON_TOP_LONGTEXT N_( \
"other windows." )
"
Always place the video window on top of
other windows." )
#define SS_TEXT N_("Disable screensaver")
#define SS_TEXT N_("Disable screensaver")
#define SS_LONGTEXT N_("Disable the screensaver during video playback." )
#define SS_LONGTEXT N_("Disable the screensaver during video playback." )
#define FILE_LOG_TEXT N_( "Log to file" )
#define FILE_LOG_LONGTEXT N_( "Log all VLC messages to a text file. Use the "\
"logfile option to set the file name." )
#define SYSLOG_TEXT N_( "Log to syslog" )
#define SYSLOG_LONGTEXT N_( "Log all VLC messages to syslog." )
#define VIDEO_DECO_TEXT N_("Window decorations")
#define VIDEO_DECO_TEXT N_("Window decorations")
#define VIDEO_DECO_LONGTEXT N_( \
#define VIDEO_DECO_LONGTEXT N_( \
"
If this option is disabled, VLC will
avoid creating window caption, " \
"
VLC can
avoid creating window caption,
frames, etc... around the video
" \
"
frames, etc... around the video
.")
"
, giving a \"minimal\" window
.")
#define FILTER_TEXT N_("Video filter module")
#define FILTER_TEXT N_("Video filter module")
#define FILTER_LONGTEXT N_( \
#define FILTER_LONGTEXT N_( \
"This
will allow you to
add
a
post-processing filter to enhance the " \
"This add
s
post-processing filter
s
to enhance the " \
"picture quality, for instance deinterlacing, or to clone or distort " \
"picture quality, for instance deinterlacing, or to clone or distort " \
"the video window.")
"the video window.")
#define SNAP_PATH_TEXT N_("Video snapshot directory")
#define SNAP_PATH_TEXT N_("Video snapshot directory")
#define SNAP_PATH_LONGTEXT N_( \
#define SNAP_PATH_LONGTEXT N_( \
"Allows you to specify the directory where the video snapshots will " \
"Directory where the video snapshots will be stored.")
"be stored.")
#define SNAP_FORMAT_TEXT N_("Video snapshot format")
#define SNAP_FORMAT_TEXT N_("Video snapshot format")
#define SNAP_FORMAT_LONGTEXT N_( \
#define SNAP_FORMAT_LONGTEXT N_( \
"Allows you to specify the image format in which the video snapshots will " \
"Image format which will be used to store the video snapshots" )
"be stored.")
#define SNAP_PREVIEW_TEXT N_("Display video snapshot preview")
#define SNAP_PREVIEW_TEXT N_("Display video snapshot preview")
#define SNAP_PREVIEW_LONGTEXT N_( \
#define SNAP_PREVIEW_LONGTEXT N_( \
"Enable / disable displaying the snapshot preview in the screen's to " \
"Display the snapshot preview in the screen's top-left corner.")
" left corner.")
#define CROP_TEXT N_("Video cropping")
#define CROP_TEXT N_("Video cropping")
#define CROP_LONGTEXT N_( \
#define CROP_LONGTEXT N_( \
"This
will
force the cropping of the source video. " \
"This force
s
the cropping of the source video. " \
"Accepted formats are x:y (4:3, 16:9, etc.) expressing the global image " \
"Accepted formats are x:y (4:3, 16:9, etc.) expressing the global image " \
"aspect.")
"aspect.")
#define ASPECT_RATIO_TEXT N_("Source aspect ratio")
#define ASPECT_RATIO_TEXT N_("Source aspect ratio")
#define ASPECT_RATIO_LONGTEXT N_( \
#define ASPECT_RATIO_LONGTEXT N_( \
"This
will
force the source aspect ratio. For instance, some DVDs claim " \
"This force
s
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 " \
"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. " \
"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 " \
"Accepted formats are x:y (4:3, 16:9, etc.) expressing the global image " \
...
@@ -319,14 +323,14 @@ static char *ppsz_align_descriptions[] =
...
@@ -319,14 +323,14 @@ static char *ppsz_align_descriptions[] =
#define HDTV_FIX_TEXT N_("Fix HDTV height")
#define HDTV_FIX_TEXT N_("Fix HDTV height")
#define HDTV_FIX_LONGTEXT N_( \
#define HDTV_FIX_LONGTEXT N_( \
"This
option
allows proper handling of HDTV-1080 video format " \
"This allows proper handling of HDTV-1080 video format " \
"even if broken encoder incorrectly set height to 1088 lines. " \
"even if broken encoder incorrectly set
s
height to 1088 lines. " \
"
D
isable this option
only
if your video has
non-standard format
" \
"
You should only d
isable this option if your video has
a
" \
"requiring all 1088 lines.")
"
non-standard format
requiring all 1088 lines.")
#define MASPECT_RATIO_TEXT N_("Monitor pixel aspect ratio")
#define MASPECT_RATIO_TEXT N_("Monitor pixel aspect ratio")
#define MASPECT_RATIO_LONGTEXT N_( \
#define MASPECT_RATIO_LONGTEXT N_( \
"This
will
force the monitor aspect ratio. Most monitors have square " \
"This force
s
the monitor aspect ratio. Most monitors have square " \
"pixels (1:1). If you have a 16:9 screen, you might need to change this " \
"pixels (1:1). If you have a 16:9 screen, you might need to change this " \
"to 4:3 in order to keep proportions.")
"to 4:3 in order to keep proportions.")
...
@@ -340,13 +344,16 @@ static char *ppsz_align_descriptions[] =
...
@@ -340,13 +344,16 @@ static char *ppsz_align_descriptions[] =
"This drops frames that are late (arrive to the video output after " \
"This drops frames that are late (arrive to the video output after " \
"their intended display date)." )
"their intended display date)." )
#define QUIET_SYNCHRO_TEXT N_("Quiet synchro")
#define QUIET_SYNCHRO_TEXT N_("Quiet synchro")
#define QUIET_SYNCHRO_LONGTEXT N_( \
#define QUIET_SYNCHRO_LONGTEXT N_( \
"
Enable this option to
avoid flooding the message log with debug " \
"
This
avoid
s
flooding the message log with debug
output from the
" \
"
output from the
video output synchro.")
"video output synchro
nization mechanism
.")
/*****************************************************************************
* Input
****************************************************************************/
// Deprecated
#define INPUT_CAT_LONGTEXT N_( \
#define INPUT_CAT_LONGTEXT N_( \
"These options allow you to modify the behavior of the input " \
"These options allow you to modify the behavior of the input " \
"subsystem, such as the DVD or VCD device, the network interface " \
"subsystem, such as the DVD or VCD device, the network interface " \
...
@@ -359,13 +366,14 @@ static char *ppsz_align_descriptions[] =
...
@@ -359,13 +366,14 @@ static char *ppsz_align_descriptions[] =
#define CLOCK_SYNCHRO_TEXT N_("Clock synchronisation")
#define CLOCK_SYNCHRO_TEXT N_("Clock synchronisation")
#define CLOCK_SYNCHRO_LONGTEXT N_( \
#define CLOCK_SYNCHRO_LONGTEXT N_( \
"Allows you to enable/disable the input clock synchronisation for " \
"It is possible to disable the input clock synchronisation for " \
"real-time sources.")
"real-time sources. Use this if you experience jerky playback of " \
"network streams.")
#define NETSYNC_TEXT N_("Network synchronisation" )
#define NETSYNC_TEXT N_("Network synchronisation" )
#define NETSYNC_LONGTEXT N_( "This allows you to remotely " \
#define NETSYNC_LONGTEXT N_( "This allows you to remotely " \
"synchronise clocks for server and client. The detailed settings " \
"synchronise clocks for server and client. The detailed settings " \
"are available in Advanced /
Others /
Network Sync" )
"are available in Advanced / Network Sync
.
" )
static
int
pi_clock_values
[]
=
{
-
1
,
0
,
1
};
static
int
pi_clock_values
[]
=
{
-
1
,
0
,
1
};
static
char
*
ppsz_clock_descriptions
[]
=
static
char
*
ppsz_clock_descriptions
[]
=
...
@@ -373,93 +381,101 @@ static char *ppsz_clock_descriptions[] =
...
@@ -373,93 +381,101 @@ static char *ppsz_clock_descriptions[] =
#define SERVER_PORT_TEXT N_("UDP port")
#define SERVER_PORT_TEXT N_("UDP port")
#define SERVER_PORT_LONGTEXT N_( \
#define SERVER_PORT_LONGTEXT N_( \
"This is the port used for UDP streams.
1234 by default
.")
"This is the
default
port used for UDP streams.
Default is 1234
."
)
#define MTU_TEXT N_("MTU of the network interface")
#define MTU_TEXT N_("MTU of the network interface")
#define MTU_LONGTEXT N_( \
#define MTU_LONGTEXT N_( \
"This is the maximum packet size that can be transmitted " \
"This is the maximum packet size that can be transmitted " \
"over network interface. On Ethernet it is usually 1500 bytes.")
"over
the
network interface. On Ethernet it is usually 1500 bytes.")
#define TTL_TEXT N_("Hop limit (TTL)")
#define TTL_TEXT N_("Hop limit (TTL)")
#define TTL_LONGTEXT N_( \
#define TTL_LONGTEXT N_( \
"Specify the hop limit (TTL) of the multicast packets sent by " \
"This is the hop limit (also known as \"Time-To-Live\" or TTL) of " \
"the stream output (0 = use operating system built-in default).")
"the multicast packets sent by the stream output (0 = use operating "\
"system built-in default).")
#define MIFACE_TEXT N_("IPv6 multicast output interface")
#define MIFACE_TEXT N_("IPv6 multicast output interface")
#define MIFACE_LONGTEXT N_( \
#define MIFACE_LONGTEXT N_( \
"Indicate here the multicast output interface. " \
"Default IPv6 multicast interface. This overrides the routing table.")
"This overrides the routing table.")
#define MIFACE_ADDR_TEXT N_("IPv4 multicast output interface address")
#define MIFACE_ADDR_TEXT N_("IPv4 multicast output interface address")
#define MIFACE_ADDR_LONGTEXT N_( \
#define MIFACE_ADDR_LONGTEXT N_( \
"
Specify the
IPv4 ad
d
ress
o
f the
networking interface.
" \
"IPv4 adress f
or
the
default multicast interface. This overrides
" \
"
This overrides
the routing table.")
"the routing table.")
#define INPUT_PROGRAM_TEXT N_("Program
to select
")
#define INPUT_PROGRAM_TEXT N_("Program")
#define INPUT_PROGRAM_LONGTEXT N_( \
#define INPUT_PROGRAM_LONGTEXT N_( \
"Choose the program to select by giving its Service ID. " \
"Choose the program to select by giving its Service ID. " \
"Only use this option if you want to read a multi-program stream " \
"Only use this option if you want to read a multi-program stream " \
"(like DVB streams for example)." )
"(like DVB streams for example)." )
#define INPUT_PROGRAMS_TEXT N_("Programs
to select
")
#define INPUT_PROGRAMS_TEXT N_("Programs")
#define INPUT_PROGRAMS_LONGTEXT N_( \
#define INPUT_PROGRAMS_LONGTEXT N_( \
"Choose the programs to select by giving a comma-separated list of " \
"Choose the programs to select by giving a comma-separated list of " \
"S
IDs
. " \
"S
ervice IDs (SIDs)
. " \
"Only use this option if you want to read a multi-program stream " \
"Only use this option if you want to read a multi-program stream " \
"(like DVB streams for example)." )
"(like DVB streams for example)." )
/// \todo Document how to find it
#define INPUT_AUDIOTRACK_TEXT N_("Audio track")
#define INPUT_AUDIOTRACK_TEXT N_("Audio track")
#define INPUT_AUDIOTRACK_LONGTEXT N_( \
#define INPUT_AUDIOTRACK_LONGTEXT N_( \
"
Give the s
tream number of the audio track
you want
to use " \
"
S
tream number of the audio track to use " \
"(from 0 to n).")
"(from 0 to n).")
#define INPUT_SUBTRACK_TEXT N_("Subtitles track")
#define INPUT_SUBTRACK_TEXT N_("Subtitles track")
#define INPUT_SUBTRACK_LONGTEXT N_( \
#define INPUT_SUBTRACK_LONGTEXT N_( \
"
Give the s
tream number of the subtitle track
you want
to use " \
"
S
tream number of the subtitle track to use " \
"(from 0 to n).")
"(from 0 to n).")
#define INPUT_AUDIOTRACK_LANG_TEXT N_("Audio language")
#define INPUT_AUDIOTRACK_LANG_TEXT N_("Audio language")
#define INPUT_AUDIOTRACK_LANG_LONGTEXT N_( \
#define INPUT_AUDIOTRACK_LANG_LONGTEXT N_( \
"
Give the l
anguage of the audio track you want to use " \
"
L
anguage of the audio track you want to use " \
"(comma separted, two or three letter country code).")
"(comma separ
a
ted, two or three letter country code).")
#define INPUT_SUBTRACK_LANG_TEXT N_("Subtitle language")
#define INPUT_SUBTRACK_LANG_TEXT N_("Subtitle language")
#define INPUT_SUBTRACK_LANG_LONGTEXT N_( \
#define INPUT_SUBTRACK_LANG_LONGTEXT N_( \
"
Give the l
anguage of the subtitle track you want to use " \
"
L
anguage of the subtitle track you want to use " \
"(comma separted, two or tree letter country code).")
"(comma separ
a
ted, two or tree letter country code).")
/// \todo Document how to find it
#define INPUT_AUDIOTRACK_ID_TEXT N_("Audio track ID")
#define INPUT_AUDIOTRACK_ID_TEXT N_("Audio track ID")
#define INPUT_AUDIOTRACK_ID_LONGTEXT N_( \
#define INPUT_AUDIOTRACK_ID_LONGTEXT N_( \
"
Give the s
tream ID of the audio track
you want
to use.")
"
S
tream ID of the audio track to use.")
#define INPUT_SUBTRACK_ID_TEXT N_("Subtitles track ID")
#define INPUT_SUBTRACK_ID_TEXT N_("Subtitles track ID")
#define INPUT_SUBTRACK_ID_LONGTEXT N_( \
#define INPUT_SUBTRACK_ID_LONGTEXT N_( \
"
Give the s
tream ID of the subtitle track
you want
to use.")
"
S
tream ID of the subtitle track to use.")
#define INPUT_REPEAT_TEXT N_("Input repetitions")
#define INPUT_REPEAT_TEXT N_("Input repetitions")
#define INPUT_REPEAT_LONGTEXT N_("Number of time the same input will be " \
#define INPUT_REPEAT_LONGTEXT N_("Number of time the same input will be " \
"repeated")
"repeated")
#define START_TIME_TEXT N_("Input start time (seconds)")
#define START_TIME_TEXT N_("Start time")
#define START_TIME_LONGTEXT N_("Input start time (seconds)")
#define START_TIME_LONGTEXT N_("The stream will start at this position " \
"(in seconds)." )
#define STOP_TIME_TEXT N_("Input stop time (seconds)")
#define STOP_TIME_TEXT N_("Stop time")
#define STOP_TIME_LONGTEXT N_("Input stop time (seconds)")
#define STOP_TIME_LONGTEXT N_("The stream will stop at this position " \
"(in seconds)." )
#define INPUT_LIST_TEXT N_("Input list")
#define INPUT_LIST_TEXT N_("Input list")
#define INPUT_LIST_LONGTEXT N_("Allows you to specify a comma-separated list " \
#define INPUT_LIST_LONGTEXT N_( \
"of inputs that will be concatenated after the normal one.")
"You can give a comma-separated list " \
"of inputs that will be concatenated together after the normal one.")
#define INPUT_SLAVE_TEXT N_("Input slave (experimental)")
#define INPUT_SLAVE_TEXT N_("Input slave (experimental)")