Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
13ae40b0
Commit
13ae40b0
authored
May 21, 2008
by
Rémi Denis-Courmont
Browse files
Use gettext_noop() consistently
parent
f06802bb
Changes
321
Hide whitespace changes
Inline
Side-by-side
modules/access/bda/bda.c
View file @
13ae40b0
...
...
@@ -168,8 +168,8 @@ static const char *ppsz_polar_text[] = { N_("Horizontal"), N_("Vertical"),
N_
(
"Circular Left"
),
N_
(
"Circular Right"
)
};
vlc_module_begin
();
set_shortname
(
_
(
"DVB"
)
);
set_description
(
_
(
"DirectShow DVB input"
)
);
set_shortname
(
N
_
(
"DVB"
)
);
set_description
(
N
_
(
"DirectShow DVB input"
)
);
set_category
(
CAT_INPUT
);
set_subcategory
(
SUBCAT_INPUT_ACCESS
);
...
...
modules/access/cdda.c
View file @
13ae40b0
...
...
@@ -68,8 +68,8 @@ static void Close( vlc_object_t * );
"value should be set in milliseconds." )
vlc_module_begin
();
set_shortname
(
_
(
"Audio CD"
));
set_description
(
_
(
"Audio CD input"
)
);
set_shortname
(
N
_
(
"Audio CD"
));
set_description
(
N
_
(
"Audio CD input"
)
);
set_capability
(
"access"
,
10
);
set_category
(
CAT_INPUT
);
set_subcategory
(
SUBCAT_INPUT_ACCESS
);
...
...
modules/access/cdda/cdda.c
View file @
13ae40b0
...
...
@@ -111,9 +111,9 @@ static const char *psz_paranoia_list_text[] = { N_("none"), N_("overlap"),
vlc_module_begin
();
add_usage_hint
(
N_
(
"cddax://[device-or-file][@[T]track]"
)
);
set_description
(
_
(
"Compact Disc Digital Audio (CD-DA) input"
)
);
set_description
(
N
_
(
"Compact Disc Digital Audio (CD-DA) input"
)
);
set_capability
(
"access"
,
10
/* compare with priority of cdda */
);
set_shortname
(
_
(
"Audio Compact Disc"
));
set_shortname
(
N
_
(
"Audio Compact Disc"
));
set_callbacks
(
CDDAOpen
,
CDDAClose
);
add_shortcut
(
"cddax"
);
add_shortcut
(
"cd"
);
...
...
modules/access/dc1394.c
View file @
13ae40b0
...
...
@@ -64,7 +64,7 @@ static void OpenAudioDev( demux_t *p_demux );
static
inline
void
CloseAudioDev
(
demux_t
*
p_demux
);
vlc_module_begin
();
set_description
(
_
(
"dc1394 input"
)
);
set_description
(
N
_
(
"dc1394 input"
)
);
set_capability
(
"access_demux"
,
10
);
add_shortcut
(
"dc1394"
);
set_callbacks
(
Open
,
Close
);
...
...
modules/access/directory.c
View file @
13ae40b0
...
...
@@ -92,9 +92,9 @@ static const char *psz_recursive_list_text[] = { N_("none"), N_("collapse"),
vlc_module_begin
();
set_category
(
CAT_INPUT
);
set_shortname
(
_
(
"Directory"
)
);
set_shortname
(
N
_
(
"Directory"
)
);
set_subcategory
(
SUBCAT_INPUT_ACCESS
);
set_description
(
_
(
"Standard filesystem directory input"
)
);
set_description
(
N
_
(
"Standard filesystem directory input"
)
);
set_capability
(
"access"
,
55
);
add_shortcut
(
"directory"
);
add_shortcut
(
"dir"
);
...
...
modules/access/dshow/dshow.cpp
View file @
13ae40b0
...
...
@@ -170,8 +170,8 @@ static int DemuxOpen ( vlc_object_t * );
static
void
DemuxClose
(
vlc_object_t
*
);
vlc_module_begin
();
set_shortname
(
_
(
"DirectShow"
)
);
set_description
(
_
(
"DirectShow input"
)
);
set_shortname
(
N
_
(
"DirectShow"
)
);
set_description
(
N
_
(
"DirectShow input"
)
);
set_category
(
CAT_INPUT
);
set_subcategory
(
SUBCAT_INPUT_ACCESS
);
add_integer
(
"dshow-caching"
,
(
mtime_t
)(
0.2
*
CLOCK_FREQ
)
/
1000
,
NULL
,
...
...
@@ -232,7 +232,7 @@ vlc_module_begin();
set_callbacks
(
DemuxOpen
,
DemuxClose
);
add_submodule
();
set_description
(
_
(
"DirectShow input"
)
);
set_description
(
N
_
(
"DirectShow input"
)
);
set_capability
(
"access"
,
0
);
set_callbacks
(
AccessOpen
,
AccessClose
);
...
...
modules/access/dv.c
View file @
13ae40b0
...
...
@@ -74,8 +74,8 @@ static int Control( access_t *, int, va_list );
"value should be set in milliseconds." )
vlc_module_begin
();
set_description
(
_
(
"Digital Video (Firewire/ieee1394) input"
)
);
set_shortname
(
_
(
"dv"
)
);
set_description
(
N
_
(
"Digital Video (Firewire/ieee1394) input"
)
);
set_shortname
(
N
_
(
"dv"
)
);
set_category
(
CAT_INPUT
);
set_subcategory
(
SUBCAT_INPUT_ACCESS
);
add_integer
(
"dv-caching"
,
60000
/
1000
,
NULL
,
CACHING_TEXT
,
CACHING_LONGTEXT
,
true
);
...
...
modules/access/dvb/access.c
View file @
13ae40b0
...
...
@@ -185,8 +185,8 @@ static void Close( vlc_object_t *p_this );
#define CRL_LONGTEXT N_( "HTTP interface Certificates Revocation List file" )
vlc_module_begin
();
set_shortname
(
_
(
"DVB"
)
);
set_description
(
_
(
"DVB input with v4l2 support"
)
);
set_shortname
(
N
_
(
"DVB"
)
);
set_description
(
N
_
(
"DVB input with v4l2 support"
)
);
set_category
(
CAT_INPUT
);
set_subcategory
(
SUBCAT_INPUT_ACCESS
);
...
...
modules/access/dvdnav.c
View file @
13ae40b0
...
...
@@ -84,8 +84,8 @@ static int Open ( vlc_object_t * );
static
void
Close
(
vlc_object_t
*
);
vlc_module_begin
();
set_shortname
(
_
(
"DVD with menus"
)
);
set_description
(
_
(
"DVDnav Input"
)
);
set_shortname
(
N
_
(
"DVD with menus"
)
);
set_description
(
N
_
(
"DVDnav Input"
)
);
set_category
(
CAT_INPUT
);
set_subcategory
(
SUBCAT_INPUT_ACCESS
);
add_integer
(
"dvdnav-angle"
,
1
,
NULL
,
ANGLE_TEXT
,
...
...
modules/access/dvdread.c
View file @
13ae40b0
...
...
@@ -92,8 +92,8 @@ static int Open ( vlc_object_t * );
static
void
Close
(
vlc_object_t
*
);
vlc_module_begin
();
set_shortname
(
_
(
"DVD without menus"
)
);
set_description
(
_
(
"DVDRead Input (DVD without menu support)"
)
);
set_shortname
(
N
_
(
"DVD without menus"
)
);
set_description
(
N
_
(
"DVDRead Input (DVD without menu support)"
)
);
set_category
(
CAT_INPUT
);
set_subcategory
(
SUBCAT_INPUT_ACCESS
);
add_integer
(
"dvdread-angle"
,
1
,
NULL
,
ANGLE_TEXT
,
...
...
modules/access/eyetv.m
View file @
13ae40b0
...
...
@@ -57,7 +57,7 @@ static void Close( vlc_object_t * );
"-1 for S-Video input, -2 for Composite input" )
vlc_module_begin
();
set_shortname
(
"EyeTV"
);
set_description
(
_
(
"EyeTV access module"
)
);
set_description
(
N
_
(
"EyeTV access module"
)
);
set_category
(
CAT_INPUT
);
set_subcategory
(
SUBCAT_INPUT_ACCESS
);
...
...
modules/access/fake.c
View file @
13ae40b0
...
...
@@ -57,8 +57,8 @@ static void Close( vlc_object_t * );
"end-of-file (default is 0, meaning that the stream is unlimited).")
vlc_module_begin
();
set_shortname
(
_
(
"Fake"
)
);
set_description
(
_
(
"Fake input"
)
);
set_shortname
(
N
_
(
"Fake"
)
);
set_description
(
N
_
(
"Fake input"
)
);
set_category
(
CAT_INPUT
);
set_subcategory
(
SUBCAT_INPUT_ACCESS
);
...
...
modules/access/file.c
View file @
13ae40b0
...
...
@@ -87,8 +87,8 @@ static void Close( vlc_object_t * );
"value should be set in milliseconds." )
vlc_module_begin
();
set_description
(
_
(
"File input"
)
);
set_shortname
(
_
(
"File"
)
);
set_description
(
N
_
(
"File input"
)
);
set_shortname
(
N
_
(
"File"
)
);
set_category
(
CAT_INPUT
);
set_subcategory
(
SUBCAT_INPUT_ACCESS
);
add_integer
(
"file-caching"
,
DEFAULT_PTS_DELAY
/
1000
,
NULL
,
CACHING_TEXT
,
CACHING_LONGTEXT
,
true
);
...
...
modules/access/ftp.c
View file @
13ae40b0
...
...
@@ -70,7 +70,7 @@ static void OutClose( vlc_object_t * );
vlc_module_begin
();
set_shortname
(
"FTP"
);
set_description
(
_
(
"FTP input"
)
);
set_description
(
N
_
(
"FTP input"
)
);
set_capability
(
"access"
,
0
);
set_category
(
CAT_INPUT
);
set_subcategory
(
SUBCAT_INPUT_ACCESS
);
...
...
@@ -87,7 +87,7 @@ vlc_module_begin();
add_submodule
();
set_shortname
(
"FTP"
);
set_description
(
_
(
"FTP upload output"
)
);
set_description
(
N
_
(
"FTP upload output"
)
);
set_capability
(
"sout access"
,
0
);
set_category
(
CAT_SOUT
);
set_subcategory
(
SUBCAT_SOUT_ACO
);
...
...
modules/access/gnomevfs.c
View file @
13ae40b0
...
...
@@ -50,7 +50,7 @@ static void Close( vlc_object_t * );
"This value should be set in milliseconds." )
vlc_module_begin
();
set_description
(
_
(
"GnomeVFS input"
)
);
set_description
(
N
_
(
"GnomeVFS input"
)
);
set_shortname
(
"GnomeVFS"
);
set_category
(
CAT_INPUT
);
set_subcategory
(
SUBCAT_INPUT_ACCESS
);
...
...
modules/access/http.c
View file @
13ae40b0
...
...
@@ -86,9 +86,9 @@ static void Close( vlc_object_t * );
#define FORWARD_COOKIES_LONGTEXT N_("Forward Cookies Across http redirections ")
vlc_module_begin
();
set_description
(
_
(
"HTTP input"
)
);
set_description
(
N
_
(
"HTTP input"
)
);
set_capability
(
"access"
,
0
);
set_shortname
(
_
(
"HTTP(S)"
)
);
set_shortname
(
N
_
(
"HTTP(S)"
)
);
set_category
(
CAT_INPUT
);
set_subcategory
(
SUBCAT_INPUT_ACCESS
);
...
...
modules/access/jack.c
View file @
13ae40b0
...
...
@@ -71,9 +71,9 @@ static void Close( vlc_object_t * );
"Automatically connect VLC input ports to available output ports." )
vlc_module_begin
();
set_description
(
_
(
"JACK audio input"
)
);
set_description
(
N
_
(
"JACK audio input"
)
);
set_capability
(
"access_demux"
,
0
);
set_shortname
(
_
(
"JACK Input"
)
);
set_shortname
(
N
_
(
"JACK Input"
)
);
set_category
(
CAT_INPUT
);
set_subcategory
(
SUBCAT_INPUT_ACCESS
);
...
...
modules/access/mmap.c
View file @
13ae40b0
...
...
@@ -51,8 +51,8 @@ static int Open (vlc_object_t *);
static
void
Close
(
vlc_object_t
*
);
vlc_module_begin
();
set_shortname
(
_
(
"MMap"
));
set_description
(
_
(
"Memory-mapped file input"
));
set_shortname
(
N
_
(
"MMap"
));
set_description
(
N
_
(
"Memory-mapped file input"
));
set_category
(
CAT_INPUT
);
set_subcategory
(
SUBCAT_INPUT_ACCESS
);
set_capability
(
"access"
,
52
);
...
...
modules/access/mms/mms.c
View file @
13ae40b0
...
...
@@ -71,7 +71,7 @@ static void Close( vlc_object_t * );
vlc_module_begin
();
set_shortname
(
"MMS"
);
set_description
(
_
(
"Microsoft Media Server (MMS) input"
)
);
set_description
(
N
_
(
"Microsoft Media Server (MMS) input"
)
);
set_capability
(
"access"
,
-
1
);
set_category
(
CAT_INPUT
);
set_subcategory
(
SUBCAT_INPUT_ACCESS
);
...
...
modules/access/pvr.c
View file @
13ae40b0
...
...
@@ -125,8 +125,8 @@ static const char *psz_bitrates_list_text[] = { N_("vbr"), N_("cbr") };
static
int
pi_radio_range
[
2
]
=
{
65000
,
108000
};
vlc_module_begin
();
set_shortname
(
_
(
"PVR"
)
);
set_description
(
_
(
"IVTV MPEG Encoding cards input"
)
);
set_shortname
(
N
_
(
"PVR"
)
);
set_description
(
N
_
(
"IVTV MPEG Encoding cards input"
)
);
set_category
(
CAT_INPUT
);
set_subcategory
(
SUBCAT_INPUT_ACCESS
);
set_capability
(
"access"
,
0
);
...
...
Prev
1
2
3
4
5
…
17
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment