Changeset 12efe797994da9153a6c1275f28631888d3d2a80
- Timestamp:
- 10/10/06 10:47:43
(2 years ago)
- Author:
- Christophe Mutricy <xtophe@videolan.org>
- git-committer:
- Christophe Mutricy <xtophe@videolan.org> 1160470063 +0000
- git-parent:
[dc8b128a9f34d9eb75d3158566cbb95df8bae61b]
- git-author:
- Christophe Mutricy <xtophe@videolan.org> 1160470063 +0000
- Message:
Forward port [17015] + a few more i18n fix
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rdc8b128 |
r12efe79 |
|
| 182 | 182 | vlc_module_begin(); |
|---|
| 183 | 183 | set_shortname( _("DVB") ); |
|---|
| 184 | | set_shortname( _("DVB input with v4l2 support") ); |
|---|
| | 184 | set_description( _("DVB input with v4l2 support") ); |
|---|
| 185 | 185 | set_category( CAT_INPUT ); |
|---|
| 186 | 186 | set_subcategory( SUBCAT_INPUT_ACCESS ); |
|---|
| rf485214 |
r12efe79 |
|
| 74 | 74 | vlc_module_begin(); |
|---|
| 75 | 75 | set_shortname( "Roku HD1000" ); |
|---|
| 76 | | set_description( N_("Roku HD1000 audio output") ); |
|---|
| | 76 | set_description( _("Roku HD1000 audio output") ); |
|---|
| 77 | 77 | set_capability( "audio output", 100 ); |
|---|
| 78 | 78 | set_category( CAT_AUDIO ); |
|---|
| rdc8b128 |
r12efe79 |
|
| 110 | 110 | vlc_module_begin(); |
|---|
| 111 | 111 | set_shortname( "PortAudio" ); |
|---|
| 112 | | set_shortname( _("PORTAUDIO audio output") ); |
|---|
| | 112 | set_description( _("PORTAUDIO audio output") ); |
|---|
| 113 | 113 | set_category( CAT_AUDIO ); |
|---|
| 114 | 114 | set_subcategory( SUBCAT_AUDIO_AOUT ); |
|---|
| rdc8b128 |
r12efe79 |
|
| 64 | 64 | *****************************************************************************/ |
|---|
| 65 | 65 | vlc_module_begin(); |
|---|
| 66 | | set_shortname( _("PDA Linux Gtk2+ interface") ); |
|---|
| | 66 | set_description( _("PDA Linux Gtk2+ interface") ); |
|---|
| 67 | 67 | set_category( CAT_INTERFACE ); |
|---|
| 68 | 68 | set_subcategory( SUBCAT_INTERFACE_MAIN ); |
|---|
| r62fffad |
r12efe79 |
|
| 72 | 72 | vlc_module_begin(); |
|---|
| 73 | 73 | set_description( _("Gradient video filter") ); |
|---|
| 74 | | set_shortname( N_( "Gradient" )); |
|---|
| | 74 | set_shortname( _( "Gradient" )); |
|---|
| 75 | 75 | set_capability( "video filter2", 0 ); |
|---|
| 76 | 76 | set_category( CAT_VIDEO ); |
|---|
| rf485214 |
r12efe79 |
|
| 62 | 62 | vlc_module_begin(); |
|---|
| 63 | 63 | set_description( _("OpenCV face detection example filter") ); |
|---|
| 64 | | set_shortname( N_( "OpenCV example" )); |
|---|
| | 64 | set_shortname( _( "OpenCV example" )); |
|---|
| 65 | 65 | set_capability( "opencv example", 1 ); |
|---|
| 66 | 66 | add_shortcut( "opencv_example" ); |
|---|
| r989ceff |
r12efe79 |
|
| 78 | 78 | vlc_module_begin(); |
|---|
| 79 | 79 | set_description( _("OpenCV video filter wrapper") ); |
|---|
| 80 | | set_shortname( N_("OpenCV" )); |
|---|
| | 80 | set_shortname( _("OpenCV" )); |
|---|
| 81 | 81 | set_category( CAT_VIDEO ); |
|---|
| 82 | 82 | set_subcategory( SUBCAT_VIDEO_VFILTER ); |
|---|
| rdc8b128 |
r12efe79 |
|
| 116 | 116 | |
|---|
| 117 | 117 | set_capability( "sub filter", 100 ); |
|---|
| 118 | | set_shortname( _("On Screen Display menu") ); |
|---|
| | 118 | set_description( _("On Screen Display menu") ); |
|---|
| 119 | 119 | set_shortname( _("OSD menu") ); |
|---|
| 120 | 120 | add_shortcut( "osdmenu" ); |
|---|
| rfebe7d2 |
r12efe79 |
|
| 92 | 92 | vlc_module_begin(); |
|---|
| 93 | 93 | set_description( _("Panoramix: wall with overlap video filter") ); |
|---|
| 94 | | set_shortname( N_("Panoramix" )); |
|---|
| | 94 | set_shortname( _("Panoramix" )); |
|---|
| 95 | 95 | set_capability( "video filter", 0 ); |
|---|
| 96 | 96 | set_category( CAT_VIDEO ); |
|---|
| rf485214 |
r12efe79 |
|
| 50 | 50 | vlc_module_begin(); |
|---|
| 51 | 51 | set_description( _("Psychedelic video filter") ); |
|---|
| 52 | | set_shortname( N_( "Psychedelic" )); |
|---|
| | 52 | set_shortname( _( "Psychedelic" )); |
|---|
| 53 | 53 | set_capability( "video filter2", 0 ); |
|---|
| 54 | 54 | set_category( CAT_VIDEO ); |
|---|
| rf485214 |
r12efe79 |
|
| 49 | 49 | vlc_module_begin(); |
|---|
| 50 | 50 | set_description( _("Ripple video filter") ); |
|---|
| 51 | | set_shortname( N_( "Ripple" )); |
|---|
| | 51 | set_shortname( _( "Ripple" )); |
|---|
| 52 | 52 | set_capability( "video filter2", 0 ); |
|---|
| 53 | 53 | set_category( CAT_VIDEO ); |
|---|
| rf485214 |
r12efe79 |
|
| 49 | 49 | vlc_module_begin(); |
|---|
| 50 | 50 | set_description( _("Wave video filter") ); |
|---|
| 51 | | set_shortname( N_( "Wave" )); |
|---|
| | 51 | set_shortname( _( "Wave" )); |
|---|
| 52 | 52 | set_capability( "video filter2", 0 ); |
|---|
| 53 | 53 | set_category( CAT_VIDEO ); |
|---|