From: Derk-Jan Hartman Date: Mon, 17 Nov 2003 06:31:22 +0000 (+0000) Subject: * THANKS: hungarian translator and designer of OSX intf controller added X-Git-Tag: 0.7.0~500 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=1672cb91be5ad0d200c379eefac3b891a459aa15;p=vlc * THANKS: hungarian translator and designer of OSX intf controller added * modules/LIST: updated * Makefile.am: include new OS X art in the dist. * NEWS: updated * */.cvsignore: added and improved some of these. * modules/gui/macosx/prefs_widgets.?: - new config controls much like in the wxwindows module. not yet in use. - beware not tested irl. but it compiles :) --- diff --git a/Makefile.am b/Makefile.am index cae2d4e467..166cfa5353 100644 --- a/Makefile.am +++ b/Makefile.am @@ -177,17 +177,32 @@ EXTRA_DIST += \ extras/MacOSX/Resources/vob.icns \ extras/MacOSX/Resources/wma.icns \ extras/MacOSX/Resources/wmv.icns \ - extras/MacOSX/Resources/back.png \ - extras/MacOSX/Resources/begin.png \ - extras/MacOSX/Resources/end.png \ - extras/MacOSX/Resources/forw.png \ - extras/MacOSX/Resources/list.png \ extras/MacOSX/Resources/pause.png \ + extras/MacOSX/Resources/pause_blue.png \ extras/MacOSX/Resources/play.png \ - extras/MacOSX/Resources/prefs.png \ - extras/MacOSX/Resources/slow.png \ + extras/MacOSX/Resources/play_blue.png \ extras/MacOSX/Resources/stop.png \ - extras/MacOSX/Resources/vlc_hg.png \ + extras/MacOSX/Resources/stop_blue.png \ + extras/MacOSX/Resources/display.png \ + extras/MacOSX/Resources/display_slider.png \ + extras/MacOSX/Resources/display_track.png \ + extras/MacOSX/Resources/fullscreen_active.png \ + extras/MacOSX/Resources/fullscreen_blue.png \ + extras/MacOSX/Resources/next_active.png \ + extras/MacOSX/Resources/next_blue.png \ + extras/MacOSX/Resources/playlistdrawer_active.png \ + extras/MacOSX/Resources/playlistdrawer_blue.png \ + extras/MacOSX/Resources/previous_active.png \ + extras/MacOSX/Resources/previous_blue.png \ + extras/MacOSX/Resources/skip_forward_active.png \ + extras/MacOSX/Resources/skip_forward_blue.png \ + extras/MacOSX/Resources/skip_previous_active.png \ + extras/MacOSX/Resources/skip_previous_blue.png \ + extras/MacOSX/Resources/volume_high.png \ + extras/MacOSX/Resources/volume_low.png \ + extras/MacOSX/Resources/volumeslider_blue.png \ + extras/MacOSX/Resources/volumeslider_normal.png \ + extras/MacOSX/Resources/volumetrack.png \ extras/MacOSX/Resources/about_bg.png \ extras/MacOSX/Resources/vlc.scriptSuite \ extras/MacOSX/Resources/README \ diff --git a/NEWS b/NEWS index d2f4ce6aaf..2f33241d54 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -$Id: NEWS,v 1.71 2003/11/07 13:31:26 massiot Exp $ +$Id: NEWS,v 1.72 2003/11/17 06:31:22 hartman Exp $ Changes between 0.6.2 and 0.6.3: --------------------------------- @@ -9,84 +9,73 @@ Core support: * Fixed the video filters. Video should no longer go black when these are used. * New input core. Advantages are: better seeking, more responsive, support for subtitle files at the core, and much much more. * Added a repeat mode to repeat a single file over and over. - * Improved playlist core. - -Stream output: - * Added packetization for MPEG AAC ADTS streams. - * Improved mp4 muxing and added AAC/MP4V support when transcoding. - * Improved Ogg muxing and added theora, speex and subtitles support. - * Theora video encoding. - * MPEG TS muxer follows the ATSC/DVB specs for embedded A52 audio. - * RTP output mixer Input: * MPEG TS demuxer also handles A52 audio in DVB streams. * Fixed seeking support in FLAC files. - * cddax and vcdx plugins using libcdio, libvcd and libvcdinfo. + * cddax and vcdx plugins using libcdio, libvcd and libvcdinfo. (Linux only) * Reworked DVB tuning. * Better Icecast support. - * Support for framerate setting in Video4Linux - * PVR input now supports all video connection types - -Demuxers: - * ID3 tag parsing - * Vobsub subtitles support - * SSA decoding - * DVB Subtitles decoder + * rtp/rtsp support. Codecs: * Support for Speex audio. * Support for AAC + SBR. * MPEG 2.5 support. - * Support for I422 chroma * removed old a52, mpeg_video and mpeg_audio codecs, since we are using others now. -Interface core: - * Allow on the fly switching of the main interface. - * Hotkeys support - -Skins interface - * Bug fixes - * Stay on top option - -WxWindows interfae: +Interface: + * Bug fixes / improvements in the skins (eg. "stay on top" option). * Improvements to the wxwindows playlist (Sort,Search, mode buttons). - * Help in the preferences window. - -HTTP Interface: - * Stream seeking, playlist sorting and fullscreen support - * Improved default pages - + * Help in the wxwindows preferences window. + * New standardized and customizable hotkeys. + * OSD ( OS X and hotkeys only atm ). + * Improvements to the Web interface. + * Fixes of the SAP interface. Mac OS X port: - * Mozilla plugin for Mac OS X (experimental). + * New controller designed by Max Rudberg from www.maxthemes.com * Save playlist. * Works on 10.1.x again. Apologies for that problem. - * Use XCode + * Support for Panther. + * Support for raw dumping of streams to disk. + * Mozilla plugin for Mac OS X (experimental). Win32 port: * New DirectShow input module (for video acquisition cards, webcams...). * VLC can be installed as a Windows NT service. + * Allow on the fly switching of the main interface. * Support for 3F2R in audio output. * New --one-instance option to "force" only one running instance of VLC. * Mozilla plugin for Windows (experimental). -iPaq port: - * Improvements in the GTK2 interface +Stream output: + * Added packetization for MPEG AAC ADTS streams. + * Improved mp4 muxing and added AAC/MP4V support when transcoding. + * Improved Ogg muxing and added theora, speex and subtitles support. + * Theora video encoding. + * MPEG TS muxer follows the ATSC/DVB specs for embedded A52 audio. + * --sout-keep option to keep the stream open while changing input. + * Preliminary rtp support. + * Fixes to SAP announces. Subtitles: * Text subtitles now have a black outline. * Text subtitles autodetection. * Text subtitles charset autodetection. - * Text subtitles for videofiles. Result may vary. + * Text subtitles for all videofiles. Results may vary. + * Text subtitles in Hebrew are supported. Arabic partially. * Automatic fontsize selection for text subtitles. + * Fixed SAMI text subtitles support. + * Support for subtitles in Matroska files. + * Support for subtitles in DVB streams. Miscellaneous: * Audio visual effects filters (spectrum, scope and random). * Audio visual effects filter using goom. - * Spanish and Portugese Brazilian translations. + * Spanish, Portuguese Brazilian and Hungarian translations. * SAP now supports HTTP streams. - * VLC can now stream from the Dreambox. + * libcaca video output (colored ascii) Changes between 0.6.1 and 0.6.2: --------------------------------- @@ -123,6 +112,33 @@ Miscellaneous: Changes between 0.6.0 and 0.6.1: --------------------------------- +Core support: + * There should be less bogus resampling, particularly on DVDs. + * VLC will now wait for the medium to wake up before starting its clock + after a pause. + +Stream output: + * Added vorbis audio support in Ogg streaming. + * Added vorbis audio transcoding support. + * Added mp3 audio transcoding support (when ffmpeg is compiled with mp3lame). +UNIX ports: + * ALSA multi-channel support fixed and tested. + * Fixed fullscreen with gnome metacity. + +Win32 port: + * Fixed VCD support which was broken on some machines. + +iPaq port: + * Familiar interface with Gtk+-1.2 and GPE support removed (deprecreated). + +Miscellaneous: + * Text subtitles now centered on the picture. + * Ffmpeg decoder now generates proper pts and can be used to play + mpeg1/2 videos. + +Changes between 0.6.0 and 0.6.1: +--------------------------------- + Core support: * There should be less bogus resampling, particularly on DVDs. * VLC will now wait for the medium to wake up before starting its clock @@ -510,33 +526,6 @@ Miscellaneous: * Mozilla plugin based on libvlc for embedded playback in webpages of any format that VLC can play * new swedish translation - * updated french, german, dutch and italian translations - -GNU/Linux, *BSD & misc. UNIX ports: - * OSS and ALSA audio output modules support A/52 over S/PDIF output - * OSS support for multi-channel (up to 6) analog sound cards - -Mac OS X port: - * localization support via GNU gettext software - * completely revamped Cocoa interface - * new preferences panel - * new open panel with full features - * video output screen can be chosen in the Video menu - * audio device and channels configuration can be chosen in the Audio menu - * new playlist drawer and messages windows - -Win32 port: - * preferences dialog box redesigned - * waveout module supports multi-channel audio output and A52 over S/PDIF - * support for VCDs - * new dialog box to select avi subtitles - * some new shortcuts (in particular to play/pause or stay on top) - * new menu entry to spawn another interface - * rc interface is partly fixed and useable - -BeOS port: - * new settings window for adjusting post-processing, brightness, - contrast, etc * enhancements of the playlist window * new messages window to see debug info * fixed a few crashes diff --git a/THANKS b/THANKS index 450bb31b62..34ae44ac6d 100644 --- a/THANKS +++ b/THANKS @@ -1,4 +1,4 @@ -$Id: THANKS,v 1.11 2003/08/17 20:58:44 alexis Exp $ +$Id: THANKS,v 1.12 2003/11/17 06:31:22 hartman Exp $ VLC makes extensive use of the following persons' code: @@ -23,8 +23,9 @@ Christopher Johnson - Qt fix in vlc.spec Colin Simmonds - compile fix for Mac OS X Damian Ivereigh - ac3dec uninitialized data structure fix David Kennedy - X11 fullscreen patch -David Weber - Mac OS X interface design & graphics +David Weber - Mac OS X interface design & graphics (v0.5.0) Davor Orel - Mac OS X icons +DirektX - Hungarian translation Emmanuel Blindauer - aRts audio output Espen Skoglund - FreeBSD autoconf and Makefile patches Ethan C. Baldridge - directory browsing code @@ -36,7 +37,7 @@ Jean-Philippe Grimaldi - bug fixes Jean-Pierre Kuypers - French translation Jeffrey Baker - port of the ALSA plugin to the ALSA 1.0 API Joel Arvidsson - Swedish translation -Joeri van Dooren - OS X icon +Joeri van Dooren - OS X icon (v0.4.0) Johen Michael Zorko - fix for delay issues in udp sout John Paul Lorenti - ALSA device selection patch Julien Blache - disc ejection code @@ -44,6 +45,7 @@ Mark Gritter - fix for netlist packet leak in demuxPSI Markus Kuespert - BeOS CSS support Mathias Kretschmer - IP Multicast support Matthieu Lochegnies - MPEG audio emphasis fix +Max Rudberg - Mac OS X controller art (v0.7.0) Michael Mondragon - ncurses compilation fix Michel Lanners - fixed typos and AltiVec detection Nilmoni Deb - autoconf and Makefile fixes diff --git a/extras/contrib/.cvsignore b/extras/contrib/.cvsignore index 520a086fc3..eeb6db82d7 100644 --- a/extras/contrib/.cvsignore +++ b/extras/contrib/.cvsignore @@ -9,4 +9,4 @@ sbin share vlc-lib config.mak -contrib.tar.bz2 +contrib*.tar.bz2 diff --git a/extras/contrib/src/.cvsignore b/extras/contrib/src/.cvsignore index bbae20d2d8..44a1f88e4f 100644 --- a/extras/contrib/src/.cvsignore +++ b/extras/contrib/src/.cvsignore @@ -1,2 +1,3 @@ *.tar.gz *.tar.bz2 +.* diff --git a/modules/LIST b/modules/LIST index 592fbf1484..2a2ff8f0ae 100644 --- a/modules/LIST +++ b/modules/LIST @@ -1,5 +1,5 @@ List of vlc plugins (221) -$Id: LIST,v 1.16 2003/11/07 13:31:26 massiot Exp $ +$Id: LIST,v 1.17 2003/11/17 06:31:22 hartman Exp $ * a52: A/52 basic parser/packetizer @@ -55,13 +55,15 @@ $Id: LIST,v 1.16 2003/11/07 13:31:26 massiot Exp $ * avi: AVI File stream demuxer - * bandlimited_resampler: Badnlimited interpolation audio resampler + * bandlimited_resampler: Bandlimited interpolation audio resampler * beos: Audio output, video output and interface module for BeOS. + * caca: color ASCII art video output using libcaca + * cdda: input module to read audio CDs - * cddax: input module to read audio CDs vi libcdio + * cddax: input module to read audio CDs via libcdio * cinepak: Cinepack video decoder @@ -95,20 +97,22 @@ $Id: LIST,v 1.16 2003/11/07 13:31:26 massiot Exp $ * dummy: dummy audio output, video output, interface and input modules. + * dv: DV video decoder + * dvb: input module for DVB-S/C/T streaming using v4l2 API + * dvbsub: decoder module for subs in dvb streams. + * dvd: input module for accessing DVDs. * dvdplay: access module for accessing DVDs using libdvdplay * dvdread: input module for accessing DVDs, uses libdvdread. - * dv: DV video decoder - - * esd: audio output module using the Esound sound daemon. - * es: input module for MPEG ES decapsulation. + * esd: audio output module using the Esound sound daemon. + * faad: AAC decoder using libfaad2 * fb: video output module for the Linux framebuffer. @@ -164,16 +168,16 @@ $Id: LIST,v 1.16 2003/11/07 13:31:26 massiot Exp $ * headphone_channel_mixer: headphone channel mixer with virtual spatialization effect. - * hotkeys : hotkeys control module + * hotkeys: hotkeys control module + + * http: HTTP remote control webinterface * httpd: HTTP server - * http: HTTP remote control interface + * i420_rgb: planar YUV to packed RGB conversion functions. * i420_rgb_mmx: MMX accelerated version of i420_rgb. - * i420_rgb: planar YUV to packed RGB conversion functions. - * i420_ymga_mmx: MMX accelerated version of i420_ymga * i420_ymga: YUV to YUC conversion functions @@ -206,6 +210,8 @@ $Id: LIST,v 1.16 2003/11/07 13:31:26 massiot Exp $ * lirc: Linux infrared control module + * livedotcom: rtp demux based on liveMedia (live.com) + * logger: file logger plugin * logo: video filter to put a logo on the video @@ -216,7 +222,7 @@ $Id: LIST,v 1.16 2003/11/07 13:31:26 massiot Exp $ * m4v: MPEG-4 Video Stream demuxer - * macosx: Audio output, Video output, and nterface module for Mac OS X. + * macosx: Video output, and interface module for Mac OS X. * memcpy3dn: 3D Now! accelerated version of memcpy. @@ -322,8 +328,6 @@ $Id: LIST,v 1.16 2003/11/07 13:31:26 massiot Exp $ * screensaver: screensaver disabling module - * sdp: SDP file demuxer - * skins: Skinnable interface * slp: input module to access SLP registered sessions @@ -350,6 +354,8 @@ $Id: LIST,v 1.16 2003/11/07 13:31:26 massiot Exp $ * stream_out_transcode: audio & video transcoder using ffmpeg + * stream_out_transrate: audio & video transrater using ffmpeg + * subsdec: Another SPU decoder for text subtitles * svgalib: SGVAlib output plugin @@ -403,10 +409,10 @@ $Id: LIST,v 1.16 2003/11/07 13:31:26 massiot Exp $ * wall: image wall filter. - * waveout: simple audio output module for Windows. - * wav: Wav demuxer + * waveout: simple audio output module for Windows. + * wingdi: WIN 32 / WIN CE GDI video output * wxwindows: interface module using the cross-platform wxWindows library. diff --git a/modules/gui/macosx/Modules.am b/modules/gui/macosx/Modules.am index 4fc84c2ac0..79b6b06174 100644 --- a/modules/gui/macosx/Modules.am +++ b/modules/gui/macosx/Modules.am @@ -18,6 +18,8 @@ SOURCES_macosx = \ playlist.h \ prefs.m \ prefs.h \ + prefs_widgets.h \ + prefs_widgets.m \ output.h \ output.m \ vout.m \ diff --git a/modules/gui/macosx/prefs_widgets.h b/modules/gui/macosx/prefs_widgets.h new file mode 100644 index 0000000000..71c3ea6ba6 --- /dev/null +++ b/modules/gui/macosx/prefs_widgets.h @@ -0,0 +1,144 @@ +/***************************************************************************** + * prefs_widgets.h: Preferences controls + ***************************************************************************** + * Copyright (C) 2002-2003 VideoLAN + * $Id: prefs_widgets.h,v 1.1 2003/11/17 06:31:22 hartman Exp $ + * + * Authors: Derk-Jan Hartman + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. + *****************************************************************************/ + + +@interface VLCConfigControl : NSBox +{ + vlc_object_t *p_this; + char *psz_name; + NSTextField *o_label; + int i_type; + vlc_bool_t b_advanced; +} + ++ (VLCConfigControl *)newControl: (module_config_t *)p_item withView: (NSView *)o_parent_view withObject: (vlc_object_t *)p_this; +- (id)initWithFrame: (NSRect)frame item: (module_config_t *)p_item withObject: (vlc_object_t *)_p_this; +- (NSString *)getName; +- (int)getType; +- (BOOL)isAdvanced; + +- (int)intValue; +- (float)floatValue; +- (char *)stringValue; + +@end + +@interface KeyConfigControl : VLCConfigControl +{ + NSMatrix *o_matrix; + NSComboBox *o_combo; +} + +@end + +@interface ModuleConfigControl : VLCConfigControl +{ + NSPopUpButton *o_popup; +} + +@end + +@interface StringConfigControl : VLCConfigControl +{ + NSTextField *o_textfield; +} + +@end + +@interface StringListConfigControl : VLCConfigControl +{ + NSComboBox *o_combo; +} + +@end + +@interface FileConfigControl : VLCConfigControl +{ + NSTextField *o_textfield; + NSButton *o_button; + BOOL b_directory; +} + +- (IBAction)openFileDialog: (id)sender; +- (void)pathChosenInPanel:(NSOpenPanel *)o_sheet withReturn:(int)i_return_code contextInfo:(void *)o_context_info; + +@end + +@interface IntegerConfigControl : VLCConfigControl +{ + NSTextField *o_textfield; + NSStepper *o_stepper; +} + +- (IBAction)stepperChanged:(id)sender; +- (void)textfieldChanged:(NSNotification *)o_notification; + +@end + +@interface IntegerListConfigControl : VLCConfigControl +{ + NSComboBox *o_combo; +} + +@end + +@interface RangedIntegerConfigControl : VLCConfigControl +{ + NSSlider *o_slider; + NSTextField *o_textfield; + NSTextField *o_textfield_min; + NSTextField *o_textfield_max; +} + +- (IBAction)sliderChanged:(id)sender; +- (void)textfieldChanged:(NSNotification *)o_notification; + +@end + +@interface FloatConfigControl : VLCConfigControl +{ + NSTextField *o_textfield; +} + +@end + +@interface RangedFloatConfigControl : VLCConfigControl +{ + NSSlider *o_slider; + NSTextField *o_textfield; + NSTextField *o_textfield_min; + NSTextField *o_textfield_max; +} + +- (IBAction)sliderChanged:(id)sender; +- (void)textfieldChanged:(NSNotification *)o_notification; + +@end + + +@interface BoolConfigControl : VLCConfigControl +{ + NSButton *o_checkbox; +} + +@end diff --git a/modules/gui/macosx/prefs_widgets.m b/modules/gui/macosx/prefs_widgets.m new file mode 100644 index 0000000000..36685bee2b --- /dev/null +++ b/modules/gui/macosx/prefs_widgets.m @@ -0,0 +1,1163 @@ +/***************************************************************************** + * prefs_widgets.m: Preferences controls + ***************************************************************************** + * Copyright (C) 2002-2003 VideoLAN + * $Id: prefs_widgets.m,v 1.1 2003/11/17 06:31:22 hartman Exp $ + * + * Authors: Derk-Jan Hartman + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. + *****************************************************************************/ + +/***************************************************************************** + * Preamble + *****************************************************************************/ +#include /* malloc(), free() */ +#include + +#include +#include "vlc_keys.h" + +#include "intf.h" +#include "prefs_widgets.h" + +#define PREFS_WRAP 300 +#define OFFSET_RIGHT 20 +#define OFFSET_BETWEEN 10 + +@implementation VLCConfigControl + +- (id)initWithFrame: (NSRect)frame +{ + return [self initWithFrame: frame + item: nil + withObject: nil]; +} + +- (id)initWithFrame: (NSRect)frame + item: (module_config_t *)p_item + withObject: (vlc_object_t *)_p_this +{ + self = [super initWithFrame: frame]; + + if( self != nil ) + { + p_this = _p_this; + o_label = NULL; + psz_name = strdup( p_item->psz_name ); + i_type = p_item->i_type; + b_advanced = p_item->b_advanced; + [self setAutoresizingMask:NSViewWidthSizable | NSViewMinYMargin ]; + } + return (self); +} + +- (void)dealloc +{ + if( o_label ) [o_label release]; + if( psz_name ) free( psz_name ); + [super dealloc]; +} + + ++ (VLCConfigControl *)newControl: (module_config_t *)p_item withView: (NSView *)o_parent_view withObject: (vlc_object_t *)_p_this +{ + VLCConfigControl *p_control = NULL; + NSRect frame = [o_parent_view bounds]; + + switch( p_item->i_type ) + { + case CONFIG_ITEM_MODULE: + p_control = [[ModuleConfigControl alloc] initWithFrame: frame item: p_item withObject: _p_this ]; + break; + + case CONFIG_ITEM_STRING: + if( !p_item->i_list ) + { + p_control = [[StringConfigControl alloc] initWithFrame: frame item: p_item withObject: _p_this ]; + } + else + { + p_control = [[StringListConfigControl alloc] initWithFrame: frame item: p_item withObject: _p_this ]; + } + break; + + case CONFIG_ITEM_FILE: + case CONFIG_ITEM_DIRECTORY: + p_control = [[FileConfigControl alloc] initWithFrame: frame item: p_item withObject: _p_this ]; + break; + + case CONFIG_ITEM_INTEGER: + if( p_item->i_list ) + { + p_control = [[IntegerListConfigControl alloc] initWithFrame: frame item: p_item withObject: _p_this ]; + } + else if( p_item->i_min != 0 || p_item->i_max != 0 ) + { + p_control = [[RangedIntegerConfigControl alloc] initWithFrame: frame item: p_item withObject: _p_this ]; + } + else + { + p_control = [[IntegerConfigControl alloc] initWithFrame: frame item: p_item withObject: _p_this ]; + } + break; + + case CONFIG_ITEM_KEY: + p_control = [[KeyConfigControl alloc] initWithFrame: frame item: p_item withObject: _p_this ]; + break; + + case CONFIG_ITEM_FLOAT: + if( p_item->f_min != 0 || p_item->f_max != 0 ) + { + p_control = [[RangedFloatConfigControl alloc] initWithFrame: frame item: p_item withObject: _p_this ]; + } + else + { + p_control = [[FloatConfigControl alloc] initWithFrame: frame item: p_item withObject: _p_this ]; + } + break; + + case CONFIG_ITEM_BOOL: + p_control = [[BoolConfigControl alloc] initWithFrame: frame item: p_item withObject: _p_this ]; + break; + + default: + break; + } + return p_control; +} + +- (NSString *)getName +{ + return [NSApp localizedString: psz_name]; +} + +- (int)getType +{ + return i_type; +} + +- (BOOL)isAdvanced +{ + return b_advanced; +} + +- (int)intValue +{ + return 0; +} + +- (float)floatValue +{ + return 0; +} + +- (char *)stringValue +{ + return NULL; +} + +@end + + +@implementation KeyConfigControl + +- (id)initWithFrame: (NSRect)frame + item: (module_config_t *)p_item + withObject: (vlc_object_t *)_p_this +{ + frame.size.height = 80; + if( self = [super initWithFrame: frame item: p_item + withObject: _p_this] ) + { + NSRect s_rc = frame; + unsigned int i; + + o_matrix = [[[NSMatrix alloc] initWithFrame: s_rc mode: NSHighlightModeMatrix cellClass: [NSButtonCell class] numberOfRows:2 numberOfColumns:2] retain]; + NSArray *o_cells = [o_matrix cells]; + for( i = 0; i < [o_cells count]; i++ ) + { + NSButtonCell *o_current_cell = [o_cells objectAtIndex:i]; + [o_current_cell setButtonType: NSSwitchButton]; + [o_current_cell setControlSize: NSSmallControlSize]; + [o_matrix setToolTip: [NSApp wrapString: [NSApp localizedString: p_item->psz_longtext] toWidth: PREFS_WRAP] forCell: o_current_cell]; + + switch( i ) + { + case 0: + [o_current_cell setTitle:_NS("Command")]; + [o_current_cell setState: p_item->i_value & KEY_MODIFIER_COMMAND]; + break; + case 1: + [o_current_cell setTitle:_NS("Control")]; + [o_current_cell setState: p_item->i_value & KEY_MODIFIER_CTRL]; + break; + case 2: + [o_current_cell setTitle:_NS("Option/Alt")]; + [o_current_cell setState: p_item->i_value & KEY_MODIFIER_ALT]; + break; + case 3: + [o_current_cell setTitle:_NS("Shift")]; + [o_current_cell setState: p_item->i_value & KEY_MODIFIER_SHIFT]; + break; + } + } + [o_matrix sizeToCells]; + [o_matrix setAutoresizingMask:NSViewMaxXMargin ]; + [[self contentView] addSubview: o_matrix]; + + /* add the combo box */ + s_rc.origin.x += [o_matrix frame].size.width + OFFSET_BETWEEN; + s_rc.size.height = 22; + s_rc.size.width = 100; + + o_combo = [[[NSComboBox alloc] initWithFrame: s_rc] retain]; + [o_combo setAutoresizingMask:NSViewMaxXMargin ]; + [o_combo setToolTip: [NSApp wrapString: [NSApp localizedString: p_item->psz_longtext] toWidth: PREFS_WRAP]]; + + for( i = 0; i < sizeof(vlc_keys) / sizeof(key_descriptor_t); i++ ) + { + + if( vlc_keys[i].psz_key_string && *vlc_keys[i].psz_key_string ) + [o_combo addItemWithObjectValue: [NSApp localizedString:vlc_keys[i].psz_key_string]]; + } + + [o_combo setStringValue: [NSApp localizedString:KeyToString(( ((unsigned int)p_item->i_value) & ~KEY_MODIFIER ))]]; + [[self contentView] addSubview: o_combo]; + + /* add the label */ + s_rc.origin.y += 50; + + o_label = [[[NSTextField alloc] initWithFrame: s_rc] retain]; + [o_label setDrawsBackground: NO]; + [o_label setBordered: NO]; + [o_label setEditable: NO]; + [o_label setSelectable: NO]; + if ( p_item->psz_text ) + [o_label setStringValue: [NSApp localizedString: p_item->psz_text]]; + + [o_label sizeToFit]; + [[self contentView] addSubview: o_label]; + [o_label setAutoresizingMask:NSViewMaxXMargin ]; + } + return self; +} + +- (void)dealloc +{ + [o_matrix release]; + [o_combo release]; + [super dealloc]; +} + +- (int)getIntValue +{ + unsigned int i, i_new_key = 0; + NSButtonCell *o_current_cell; + NSArray *o_cells = [o_matrix cells]; + + for( i = 0; i < [o_cells count]; i++ ) + { + o_current_cell = [o_cells objectAtIndex:i]; + if( [[o_current_cell title] isEqualToString:_NS("Command")] && + [o_current_cell state] == NSOnState ) + { + i_new_key |= KEY_MODIFIER_COMMAND; + } + if( [[o_current_cell title] isEqualToString:_NS("Control")] && + [o_current_cell state] == NSOnState ) + { + i_new_key |= KEY_MODIFIER_CTRL; + } + if( [[o_current_cell title] isEqualToString:_NS("Option/Alt")] && + [o_current_cell state] == NSOnState ) + { + i_new_key |= KEY_MODIFIER_ALT; + } + if( [[o_current_cell title] isEqualToString:_NS("Shift")] && + [o_current_cell state] == NSOnState ) + { + i_new_key |= KEY_MODIFIER_SHIFT; + } + } + i_new_key |= StringToKey([[o_combo stringValue] cString]); + return i_new_key; +} + + +@end + +@implementation ModuleConfigControl + +- (id)initWithFrame: (NSRect)frame + item: (module_config_t *)p_item + withObject: (vlc_object_t *)_p_this +{ + frame.size.height = 20; + if( self = [super initWithFrame: frame item: p_item + withObject: _p_this] ) + { + vlc_list_t *p_list; + module_t *p_parser; + NSRect s_rc = frame; + int i_index; + + /* add the label */ + o_label = [[[NSTextField alloc] initWithFrame: s_rc] retain]; + [o_label setDrawsBackground: NO]; + [o_label setBordered: NO]; + [o_label setEditable: NO]; + [o_label setSelectable: NO]; + if ( p_item->psz_text ) + [o_label setStringValue: [NSApp localizedString: p_item->psz_text]]; + + [o_label sizeToFit]; + [[self contentView] addSubview: o_label]; + [o_label setAutoresizingMask:NSViewMaxXMargin ]; + + /* build the popup */ + s_rc.origin.x = s_rc.size.width - 200 - OFFSET_RIGHT; + s_rc.size.width = 200; + + o_popup = [[[NSPopUpButton alloc] initWithFrame: s_rc] retain]; + [[self contentView] addSubview: o_popup]; + [o_popup setAutoresizingMask:NSViewMinXMargin ]; + + [o_popup setToolTip: [NSApp wrapString: [NSApp localizedString: p_item->psz_longtext ] toWidth: PREFS_WRAP]]; + [o_popup addItemWithTitle: _NS("Default")]; + [[o_popup lastItem] setTag: -1]; + [o_popup selectItem: [o_popup lastItem]]; + + /* build a list of available modules */ + p_list = vlc_list_find( p_this, VLC_OBJECT_MODULE, FIND_ANYWHERE ); + for( i_index = 0; i_index < p_list->i_count; i_index++ ) + { + p_parser = (module_t *)p_list->p_values[i_index].p_object ; + + if( !strcmp( p_parser->psz_capability, + p_item->psz_type ) ) + { + NSString *o_description = [NSApp + localizedString: p_parser->psz_longname]; + [o_popup addItemWithTitle: o_description]; + + if( p_item->psz_value && + !strcmp( p_item->psz_value, p_parser->psz_object_name ) ) + { + [o_popup selectItem:[o_popup lastItem]]; + } + } + } + vlc_list_release( p_list ); + } + return self; +} + +- (void)dealloc +{ + [o_popup release]; + [super dealloc]; +} + +- (char *)stringValue +{ + NSString *newval = [o_popup stringValue]; + char *returnval; + int i_index; + vlc_list_t *p_list; + module_t *p_parser; + module_config_t *p_item; + + p_item = config_FindConfig( p_this, psz_name ); + p_list = vlc_list_find( p_this, VLC_OBJECT_MODULE, FIND_ANYWHERE ); + for( i_index = 0; i_index < p_list->i_count; i_index++ ) + { + p_parser = (module_t *)p_list->p_values[i_index].p_object ; + + if( !strcmp( p_parser->psz_capability, + p_item->psz_type ) ) + { + NSString *o_description = [NSApp + localizedString: p_parser->psz_longname]; + + if( [newval isEqualToString: o_description] ) + { + returnval = strdup(p_parser->psz_object_name); + break; + } + } + } + vlc_list_release( p_list ); + return returnval; +} + +@end + +@implementation StringConfigControl +- (id)initWithFrame: (NSRect)frame + item: (module_config_t *)p_item + withObject: (vlc_object_t *)_p_this +{ + frame.size.height = 22; + if( self = [super initWithFrame: frame item: p_item + withObject: _p_this] ) + { + NSRect s_rc = frame; + + /* add the label */ + o_label = [[[NSTextField alloc] initWithFrame: s_rc] retain]; + [o_label setDrawsBackground: NO]; + [o_label setBordered: NO]; + [o_label setEditable: NO]; + [o_label setSelectable: NO]; + if( p_item->psz_text ) + [o_label setStringValue: [NSApp localizedString: p_item->psz_text]]; + + [o_label sizeToFit]; + [[self contentView] addSubview: o_label]; + [o_label setAutoresizingMask:NSViewMaxXMargin ]; + + /* build the textfield */ + s_rc.origin.x = s_rc.size.width - 200 - OFFSET_RIGHT; + s_rc.size.width = 200; + + o_textfield = [[[NSTextField alloc] initWithFrame: s_rc] retain]; + [o_textfield setAutoresizingMask:NSViewMinXMargin | NSViewWidthSizable ]; + + [o_textfield setToolTip: [NSApp wrapString: [NSApp localizedString: p_item->psz_longtext ] toWidth: PREFS_WRAP]]; + [o_textfield setStringValue: [NSApp localizedString: p_item->psz_value]]; + [[self contentView] addSubview: o_textfield]; + } + return self; +} + +- (void)dealloc +{ + [o_textfield release]; + [super dealloc]; +} + +- (char *)stringValue +{ + return strdup( [NSApp delocalizeString:[o_textfield stringValue]] ); +} + +@end + +@implementation StringListConfigControl + +- (id)initWithFrame: (NSRect)frame + item: (module_config_t *)p_item + withObject: (vlc_object_t *)_p_this +{ + frame.size.height = 20; + if( self = [super initWithFrame: frame item: p_item + withObject: _p_this] ) + { + NSRect s_rc = frame; + int i_index; + + /* add the label */ + o_label = [[[NSTextField alloc] initWithFrame: s_rc] retain]; + [o_label setDrawsBackground: NO]; + [o_label setBordered: NO]; + [o_label setEditable: NO]; + [o_label setSelectable: NO]; + if( p_item->psz_text ) + [o_label setStringValue: [NSApp localizedString: p_item->psz_text]]; + + [o_label sizeToFit]; + [[self contentView] addSubview: o_label]; + [o_label setAutoresizingMask:NSViewMaxXMargin ]; + + /* build the textfield */ + s_rc.origin.x = s_rc.size.width - 200 - OFFSET_RIGHT; + s_rc.size.width = 200; + + o_combo = [[[NSComboBox alloc] initWithFrame: s_rc] retain]; + [o_combo setAutoresizingMask:NSViewMinXMargin | NSViewWidthSizable ]; + + [o_combo setUsesDataSource:TRUE]; + [o_combo setDataSource:self]; + [o_combo setNumberOfVisibleItems:10]; + for( i_index = 0; i_index < p_item->i_list; i_index++ ) + { + if( p_item->psz_value && !strcmp( p_item->psz_value, p_item->ppsz_list[i_index] ) ) + { + [o_combo selectItemAtIndex: i_index]; + } + } + + [o_combo setToolTip: [NSApp wrapString: [NSApp localizedString: p_item->psz_longtext ] toWidth: PREFS_WRAP]]; + [[self contentView] addSubview: o_combo]; + } + return self; +} + +- (void)dealloc +{ + [o_combo release]; + [super dealloc]; +} + +- (char *)stringValue +{ + module_config_t *p_item; + p_item = config_FindConfig( p_this, psz_name ); + + if( [o_combo indexOfSelectedItem] >= 0 ) + return strdup( p_item->ppsz_list[[o_combo indexOfSelectedItem]] ); + else + return strdup( [NSApp delocalizeString: [o_combo stringValue]] ); +} + +@end + +@implementation StringListConfigControl (NSComboBoxDataSource) + +- (int)numberOfItemsInComboBox:(NSComboBox *)aComboBox +{ + module_config_t *p_item; + p_item = config_FindConfig( p_this, psz_name ); + + return p_item->i_list; +} + +- (id)comboBox:(NSComboBox *)aComboBox objectValueForItemAtIndex:(int)i_index +{ + module_config_t *p_item; + p_item = config_FindConfig( p_this, psz_name ); + + if( p_item->ppsz_list_text && p_item->ppsz_list_text[i_index] ) + { + return [NSApp localizedString: p_item->ppsz_list_text[i_index]]; + } else return [NSApp localizedString: p_item->ppsz_list[i_index]]; +} + +@end + +@implementation FileConfigControl + +- (id)initWithFrame: (NSRect)frame + item: (module_config_t *)p_item + withObject: (vlc_object_t *)_p_this +{ + frame.size.height = 49; + if( self = [super initWithFrame: frame item: p_item + withObject: _p_this] ) + { + NSRect s_rc = frame; + s_rc.origin.y = 29; + s_rc.size.height = 20; + + /* is it a directory */ + b_directory = ( [self getType] == CONFIG_ITEM_DIRECTORY ) ? YES : NO; + + /* add the label */ + o_label = [[[NSTextField alloc] initWithFrame: s_rc] retain]; + [o_label setDrawsBackground: NO]; + [o_label setBordered: NO]; + [o_label setEditable: NO]; + [o_label setSelectable: NO]; + if( p_item->psz_text ) + [o_label setStringValue: [NSApp localizedString: p_item->psz_text]]; + + [o_label sizeToFit]; + [o_label setAutoresizingMask:NSViewMaxXMargin ]; + [[self contentView] addSubview: o_label]; + + /* build the button */ + s_rc.origin.y = s_rc.origin.x = 0; + s_rc.size.height = 22; + + o_button = [[[NSButton alloc] initWithFrame: s_rc] retain]; + [o_button setButtonType: NSMomentaryPushInButton]; + [o_button setBezelStyle: NSRoundedBezelStyle]; + [o_button setTitle: _NS("Browse...")]; + [o_button sizeToFit]; + [o_button setAutoresizingMask:NSViewMinXMargin]; + [o_button setFrameOrigin: NSMakePoint( s_rc.size.width - + [o_button frame].size.width - OFFSET_RIGHT, s_rc.origin.y)]; + [o_button setToolTip: [NSApp wrapString: [NSApp localizedString: p_item->psz_longtext ] toWidth: PREFS_WRAP]]; + + [o_button setTarget: self]; + [o_button setAction: @selector(openFileDialog:)]; + + s_rc.size.height = 22; + s_rc.size.width = s_rc.size.width - OFFSET_BETWEEN - [o_button frame].size.width - OFFSET_RIGHT; + + o_textfield = [[[NSTextField alloc] initWithFrame: s_rc] retain]; + + [o_textfield setStringValue: [NSApp localizedString: p_item->psz_value]]; + [o_textfield setToolTip: [NSApp wrapString: [NSApp localizedString: p_item->psz_longtext ] toWidth: PREFS_WRAP]]; + + [o_textfield setAutoresizingMask:NSViewWidthSizable]; + + [[self contentView] addSubview: o_textfield]; + [[self contentView] addSubview: o_button]; + } + return self; +} + +- (void)dealloc +{ + [o_textfield release]; + [o_button release]; + [super dealloc]; +} + +- (IBAction)openFileDialog: (id)sender +{ + NSOpenPanel *o_open_panel = [NSOpenPanel openPanel]; + + [o_open_panel setTitle: _NS("Select a file or directory")]; + [o_open_panel setPrompt: _NS("Select")]; + [o_open_panel setAllowsMultipleSelection: NO]; + [o_open_panel setCanChooseFiles: YES]; + [o_open_panel setCanChooseDirectories: b_advanced]; + [o_open_panel beginSheetForDirectory:nil + file:nil + types:nil + modalForWindow:[sender window] + modalDelegate: self + didEndSelector: @selector(pathChosenInPanel: + withReturn: + contextInfo:) + contextInfo: nil]; +} + +- (void)pathChosenInPanel:(NSOpenPanel *)o_sheet withReturn:(int)i_return_code contextInfo:(void *)o_context_info +{ + if( i_return_code == NSOKButton ) + { + NSString *o_path = [[o_sheet filenames] objectAtIndex: 0]; + [o_textfield setStringValue: o_path]; + } +} + +- (char *)stringValue +{ + return strdup( [NSApp delocalizeString: [o_textfield stringValue]] ); +} + +@end + +@implementation IntegerConfigControl +- (id)initWithFrame: (NSRect)frame + item: (module_config_t *)p_item + withObject: (vlc_object_t *)_p_this +{ + frame.size.height = 22; + if( self = [super initWithFrame: frame item: p_item + withObject: _p_this] ) + { + NSRect s_rc = frame; + + /* add the label */ + o_label = [[[NSTextField alloc] initWithFrame: s_rc] retain]; + [o_label setDrawsBackground: NO]; + [o_label setBordered: NO]; + [o_label setEditable: NO]; + [o_label setSelectable: NO]; + if( p_item->psz_text ) + [o_label setStringValue: [NSApp localizedString: p_item->psz_text]]; + + [o_label sizeToFit]; + [[self contentView] addSubview: o_label]; + [o_label setAutoresizingMask:NSViewMaxXMargin ]; + + /* build the stepper */ + s_rc.origin.x = s_rc.size.width - 13 - OFFSET_RIGHT; + + o_stepper = [[[NSStepper alloc] initWithFrame: s_rc] retain]; + [o_stepper sizeToFit]; + [o_stepper setAutoresizingMask:NSViewMinXMargin]; + + [o_stepper setMaxValue: 1600]; + [o_stepper setMinValue: -1600]; + [o_stepper setIntValue: p_item->i_value]; + [o_stepper setTarget: self]; + [o_stepper setAction: @selector(stepperChanged:)]; + [o_stepper sendActionOn:NSLeftMouseUpMask|NSLeftMouseDownMask|NSLeftMouseDraggedMask]; + [o_stepper setToolTip: [NSApp wrapString: [NSApp localizedString: p_item->psz_longtext ] toWidth: PREFS_WRAP]]; + [[self contentView] addSubview: o_stepper]; + + /* build the textfield */ + s_rc.origin.x = s_rc.size.width - 60 - OFFSET_BETWEEN - 13 - OFFSET_RIGHT; + s_rc.size.width = 60; + + o_textfield = [[[NSTextField alloc] initWithFrame: s_rc] retain]; + [o_textfield setAutoresizingMask:NSViewMinXMargin | NSViewWidthSizable ]; + + [o_textfield setIntValue: p_item->i_value]; + [o_textfield setToolTip: [NSApp wrapString: [NSApp localizedString: p_item->psz_longtext ] toWidth: PREFS_WRAP]]; + [o_textfield setDelegate: self]; + [[NSNotificationCenter defaultCenter] addObserver: self + selector: @selector(textfieldChanged:) + name: NSControlTextDidChangeNotification + object: o_textfield]; + [[self contentView] addSubview: o_textfield]; + } + return self; +} + +- (void)dealloc +{ + [o_stepper release]; + [o_textfield release]; + [super dealloc]; +} + +- (IBAction)stepperChanged:(id)sender +{ + [o_textfield setIntValue: [o_stepper intValue]]; +} + +- (void)textfieldChanged:(NSNotification *)o_notification +{ + [o_stepper setIntValue: [o_textfield intValue]]; +} + +- (int)getIntValue +{ + return [o_stepper intValue]; +} + +@end + +@implementation IntegerListConfigControl + +- (id)initWithFrame: (NSRect)frame + item: (module_config_t *)p_item + withObject: (vlc_object_t *)_p_this +{ + frame.size.height = 20; + if( self = [super initWithFrame: frame item: p_item + withObject: _p_this] ) + { + NSRect s_rc = frame; + int i_index; + + /* add the label */ + o_label = [[[NSTextField alloc] initWithFrame: s_rc] retain]; + [o_label setDrawsBackground: NO]; + [o_label setBordered: NO]; + [o_label setEditable: NO]; + [o_label setSelectable: NO]; + if( p_item->psz_text ) + [o_label setStringValue: [NSApp localizedString: p_item->psz_text]]; + + [o_label sizeToFit]; + [[self contentView] addSubview: o_label]; + [o_label setAutoresizingMask:NSViewMaxXMargin ]; + + /* build the textfield */ + s_rc.origin.x = s_rc.size.width - 200 - OFFSET_RIGHT; + s_rc.size.width = 200; + + o_combo = [[[NSComboBox alloc] initWithFrame: s_rc] retain]; + [o_combo setAutoresizingMask:NSViewMinXMargin | NSViewWidthSizable ]; + + [o_combo setUsesDataSource:TRUE]; + [o_combo setDataSource:self]; + [o_combo setNumberOfVisibleItems:10]; + for( i_index = 0; i_index < p_item->i_list; i_index++ ) + { + if( p_item->i_value == p_item->pi_list[i_index] ) + { + [o_combo selectItemAtIndex: i_index]; + } + } + + [o_combo setToolTip: [NSApp wrapString: [NSApp localizedString: p_item->psz_longtext ] toWidth: PREFS_WRAP]]; + [[self contentView] addSubview: o_combo]; + } + return self; +} + +- (void)dealloc +{ + [o_combo release]; + [super dealloc]; +} + +- (int)intValue +{ + module_config_t *p_item; + p_item = config_FindConfig( p_this, psz_name ); + + if( [o_combo indexOfSelectedItem] >= 0 ) + return p_item->pi_list[[o_combo indexOfSelectedItem]]; + else + return [o_combo intValue]; +} + +@end + +@implementation IntegerListConfigControl (NSComboBoxDataSource) + +- (int)numberOfItemsInComboBox:(NSComboBox *)aComboBox +{ + module_config_t *p_item; + p_item = config_FindConfig( p_this, psz_name ); + + return p_item->i_list; +} + +- (id)comboBox:(NSComboBox *)aComboBox objectValueForItemAtIndex:(int)i_index +{ + module_config_t *p_item; + p_item = config_FindConfig( p_this, psz_name ); + + if( p_item->ppsz_list_text && p_item->ppsz_list_text[i_index] ) + { + return [NSApp localizedString: p_item->ppsz_list_text[i_index]]; + } else return [NSString stringWithFormat: @"%i", p_item->pi_list[i_index]]; +} + +@end + +@implementation RangedIntegerConfigControl + +- (id)initWithFrame: (NSRect)frame + item: (module_config_t *)p_item + withObject: (vlc_object_t *)_p_this +{ + frame.size.height = 50; + if( self = [super initWithFrame: frame item: p_item + withObject: _p_this] ) + { + NSRect s_rc = frame; + s_rc.size.height = 20; + s_rc.origin.y = 30; + + /* add the label */ + o_label = [[[NSTextField alloc] initWithFrame: s_rc] retain]; + [o_label setDrawsBackground: NO]; + [o_label setBordered: NO]; + [o_label setEditable: NO]; + [o_label setSelectable: NO]; + if( p_item->psz_text ) + [o_label setStringValue: [NSApp localizedString: p_item->psz_text]]; + + [o_label sizeToFit]; + [[self contentView] addSubview: o_label]; + [o_label setAutoresizingMask:NSViewMaxXMargin ]; + + /* build the slider */ + /* min value textfield */ + s_rc.origin.y = 0; + s_rc.origin.x = 0; + s_rc.size.width = 40; + + o_textfield_min = [[[NSTextField alloc] initWithFrame: s_rc] retain]; + [o_textfield_min setAutoresizingMask:NSViewMaxXMargin]; + [o_textfield_min setDrawsBackground: NO]; + [o_textfield_min setBordered: NO]; + [o_textfield_min setEditable: NO]; + [o_textfield_min setSelectable: NO]; + + [o_textfield_min setIntValue: p_item->i_min]; + [o_textfield_min setToolTip: [NSApp wrapString: [NSApp localizedString: p_item->psz_longtext ] toWidth: PREFS_WRAP]]; + [[self contentView] addSubview: o_textfield_min]; + + /* the slider */ + s_rc.size.width = [[self contentView] bounds].size.width - OFFSET_RIGHT - 2*OFFSET_BETWEEN - 3*40; + s_rc.origin.x = 40 + OFFSET_BETWEEN; + + o_slider = [[[NSStepper alloc] initWithFrame: s_rc] retain]; + [o_slider setAutoresizingMask:NSViewWidthSizable]; + + [o_slider setMaxValue: p_item->i_max]; + [o_slider setMinValue: p_item->i_min]; + [o_slider setIntValue: p_item->i_value]; + [o_slider setTarget: self]; + [o_slider setAction: @selector(sliderChanged:)]; + [o_slider sendActionOn:NSLeftMouseUpMask|NSLeftMouseDownMask|NSLeftMouseDraggedMask]; + [o_slider setToolTip: [NSApp wrapString: [NSApp localizedString: p_item->psz_longtext ] toWidth: PREFS_WRAP]]; + [[self contentView] addSubview: o_slider]; + + /* max value textfield */ + s_rc.size.width = 40; + s_rc.origin.x = [[self contentView] bounds].size.width - OFFSET_RIGHT - OFFSET_BETWEEN - 2*40; + + o_textfield_max = [[[NSTextField alloc] initWithFrame: s_rc] retain]; + [o_textfield_max setAutoresizingMask:NSViewMinXMargin ]; + + [o_textfield_max setDrawsBackground: NO]; + [o_textfield_max setBordered: NO]; + [o_textfield_max setEditable: NO]; + [o_textfield_max setSelectable: NO]; + + [o_textfield_max setIntValue: p_item->i_max]; + [o_textfield_max setToolTip: [NSApp wrapString: [NSApp localizedString: p_item->psz_longtext ] toWidth: PREFS_WRAP]]; + [[self contentView] addSubview: o_textfield_max]; + + /* current value textfield */ + s_rc.size.width = 40; + s_rc.origin.x = [[self contentView] bounds].size.width - OFFSET_RIGHT - 40; + + o_textfield = [[[NSTextField alloc] initWithFrame: s_rc] retain]; + [o_textfield setAutoresizingMask:NSViewMinXMargin]; + + [o_textfield setIntValue: p_item->i_value]; + [o_textfield setToolTip: [NSApp wrapString: [NSApp localizedString: p_item->psz_longtext ] toWidth: PREFS_WRAP]]; + [o_textfield setDelegate: self]; + [[NSNotificationCenter defaultCenter] addObserver: self + selector: @selector(textfieldChanged:) + name: NSControlTextDidChangeNotification + object: o_textfield]; + [[self contentView] addSubview: o_textfield]; + + } + return self; +} + +- (void)dealloc +{ + [o_textfield release]; + [o_textfield_min release]; + [o_textfield_max release]; + [o_slider release]; + [super dealloc]; +} + +- (IBAction)sliderChanged:(id)sender +{ + [o_textfield setIntValue: [o_slider intValue]]; +} + +- (void)textfieldChanged:(NSNotification *)o_notification +{ + [o_slider setIntValue: [o_textfield intValue]]; +} + +- (int)intValue +{ + return [o_slider intValue]; +} + +@end + +@implementation FloatConfigControl + +- (id)initWithFrame: (NSRect)frame + item: (module_config_t *)p_item + withObject: (vlc_object_t *)_p_this +{ + frame.size.height = 20; + if( self = [super initWithFrame: frame item: p_item + withObject: _p_this] ) + { + NSRect s_rc = frame; + + /* add the label */ + o_label = [[[NSTextField alloc] initWithFrame: s_rc] retain]; + [o_label setDrawsBackground: NO]; + [o_label setBordered: NO]; + [o_label setEditable: NO]; + [o_label setSelectable: NO]; + if( p_item->psz_text ) + [o_label setStringValue: [NSApp localizedString: p_item->psz_text]]; + + [o_label sizeToFit]; + [[self contentView] addSubview: o_label]; + [o_label setAutoresizingMask:NSViewMaxXMargin ]; + + /* build the textfield */ + s_rc.origin.x = s_rc.size.width - 60 - OFFSET_RIGHT; + s_rc.size.width = 60; + + o_textfield = [[[NSTextField alloc] initWithFrame: s_rc] retain]; + [o_textfield setAutoresizingMask:NSViewMinXMargin | NSViewWidthSizable ]; + + [o_textfield setFloatValue: p_item->f_value]; + [o_textfield setToolTip: [NSApp wrapString: [NSApp localizedString: p_item->psz_longtext ] toWidth: PREFS_WRAP]]; + [[self contentView] addSubview: o_textfield]; + } + return self; +} + +- (void)dealloc +{ + [o_textfield release]; + [super dealloc]; +} + +- (float)floatValue +{ + return [o_textfield floatValue]; +} + +@end + +@implementation RangedFloatConfigControl + +- (id)initWithFrame: (NSRect)frame + item: (module_config_t *)p_item + withObject: (vlc_object_t *)_p_this +{ + frame.size.height = 50; + if( self = [super initWithFrame: frame item: p_item + withObject: _p_this] ) + { + NSRect s_rc = frame; + s_rc.size.height = 20; + s_rc.origin.y = 30; + + /* add the label */ + o_label = [[[NSTextField alloc] initWithFrame: s_rc] retain]; + [o_label setDrawsBackground: NO]; + [o_label setBordered: NO]; + [o_label setEditable: NO]; + [o_label setSelectable: NO]; + if( p_item->psz_text ) + [o_label setStringValue: [NSApp localizedString: p_item->psz_text]]; + + [o_label sizeToFit]; + [[self contentView] addSubview: o_label]; + [o_label setAutoresizingMask:NSViewMaxXMargin ]; + + /* build the slider */ + /* min value textfield */ + s_rc.origin.y = 0; + s_rc.origin.x = 0; + s_rc.size.width = 40; + + o_textfield_min = [[[NSTextField alloc] initWithFrame: s_rc] retain]; + [o_textfield_min setAutoresizingMask:NSViewMaxXMargin]; + [o_textfield_min setDrawsBackground: NO]; + [o_textfield_min setBordered: NO]; + [o_textfield_min setEditable: NO]; + [o_textfield_min setSelectable: NO]; + + [o_textfield_min setFloatValue: p_item->f_min]; + [o_textfield_min setToolTip: [NSApp wrapString: [NSApp localizedString: p_item->psz_longtext ] toWidth: PREFS_WRAP]]; + [[self contentView] addSubview: o_textfield_min]; + + /* the slider */ + s_rc.size.width = [[self contentView] bounds].size.width - OFFSET_RIGHT - 2*OFFSET_BETWEEN - 3*40; + s_rc.origin.x = 40 + OFFSET_BETWEEN; + + o_slider = [[[NSStepper alloc] initWithFrame: s_rc] retain]; + [o_slider setAutoresizingMask:NSViewWidthSizable]; + + [o_slider setMaxValue: p_item->f_max]; + [o_slider setMinValue: p_item->f_min]; + [o_slider setFloatValue: p_item->f_value]; + [o_slider setTarget: self]; + [o_slider setAction: @selector(sliderChanged:)]; + [o_slider sendActionOn:NSLeftMouseUpMask|NSLeftMouseDownMask|NSLeftMouseDraggedMask]; + [o_slider setToolTip: [NSApp wrapString: [NSApp localizedString: p_item->psz_longtext ] toWidth: PREFS_WRAP]]; + [[self contentView] addSubview: o_slider]; + + /* max value textfield */ + s_rc.size.width = 40; + s_rc.origin.x = [[self contentView] bounds].size.width - OFFSET_RIGHT - OFFSET_BETWEEN - 2*40; + + o_textfield_max = [[[NSTextField alloc] initWithFrame: s_rc] retain]; + [o_textfield_max setAutoresizingMask:NSViewMinXMargin ]; + + [o_textfield_max setDrawsBackground: NO]; + [o_textfield_max setBordered: NO]; + [o_textfield_max setEditable: NO]; + [o_textfield_max setSelectable: NO]; + + [o_textfield_max setFloatValue: p_item->f_max]; + [o_textfield_max setToolTip: [NSApp wrapString: [NSApp localizedString: p_item->psz_longtext ] toWidth: PREFS_WRAP]]; + [[self contentView] addSubview: o_textfield_max]; + + /* current value textfield */ + s_rc.size.width = 40; + s_rc.origin.x = [[self contentView] bounds].size.width - OFFSET_RIGHT - 40; + + o_textfield = [[[NSTextField alloc] initWithFrame: s_rc] retain]; + [o_textfield setAutoresizingMask:NSViewMinXMargin]; + + [o_textfield setFloatValue: p_item->f_value]; + [o_textfield setToolTip: [NSApp wrapString: [NSApp localizedString: p_item->psz_longtext ] toWidth: PREFS_WRAP]]; + [o_textfield setDelegate: self]; + [[NSNotificationCenter defaultCenter] addObserver: self + selector: @selector(textfieldChanged:) + name: NSControlTextDidChangeNotification + object: o_textfield]; + [[self contentView] addSubview: o_textfield]; + + } + return self; +} + +- (void)dealloc +{ + [o_textfield release]; + [o_textfield_min release]; + [o_textfield_max release]; + [o_slider release]; + [super dealloc]; +} + +- (IBAction)sliderChanged:(id)sender +{ + [o_textfield setFloatValue: [o_slider floatValue]]; +} + +- (void)textfieldChanged:(NSNotification *)o_notification +{ + [o_slider setFloatValue: [o_textfield floatValue]]; +} + +- (float)floatValue +{ + return [o_slider floatValue]; +} + +@end + + +@implementation BoolConfigControl + +- (id)initWithFrame: (NSRect)frame + item: (module_config_t *)p_item + withObject: (vlc_object_t *)_p_this +{ + frame.size.height = 20; + if( self = [super initWithFrame: frame item: p_item + withObject: _p_this] ) + { + NSRect s_rc = frame; + s_rc.size.height = 20; + + o_checkbox = [[[NSButton alloc] initWithFrame: s_rc] retain]; + [o_checkbox setButtonType: NSSwitchButton]; + [o_checkbox setIntValue: p_item->i_value]; + [o_checkbox setTitle: [NSApp localizedString: p_item->psz_text]]; + [o_checkbox setToolTip: [NSApp wrapString: [NSApp localizedString: p_item->psz_longtext ] toWidth: PREFS_WRAP]]; + [[self contentView] addSubview: o_checkbox]; + } + return self; +} + +- (void)dealloc +{ + [o_checkbox release]; + [super dealloc]; +} + +- (int)intValue +{ + [o_checkbox intValue]; +} + +@end diff --git a/modules/stream_out/transrate/.cvsignore b/modules/stream_out/transrate/.cvsignore new file mode 100644 index 0000000000..c930ed7c2c --- /dev/null +++ b/modules/stream_out/transrate/.cvsignore @@ -0,0 +1,11 @@ +.deps +.dirstamp +*.lo +*.la +*.dll +*.dylib +*.sl +*.so +Makefile.am +Makefile.in +Makefile diff --git a/po/pt_BR.po b/po/pt_BR.po index a4d70ebe33..dd94486a99 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -1,7089 +1,7149 @@ -# Brazilian Portuguese Translation for VLC. -# -# Copyright (C) 2003 VideoLAN -# André de Barros Martins Ribeiro , 2003 -# -msgid "" -msgstr "" -"Project-Id-Version: vlc\n" -"POT-Creation-Date: 2003-10-14 15:30-0300\n" -"PO-Revision-Date: 2003-08-16 18:31+0200\n" -"Last-Translator: André de Barros Martins Ribeiro \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=iso-8859-1\n" -"Content-Transfer-Encoding: 8bit\n" -"Report-Msgid-Bugs-To: \n" - -#: include/vlc_help.h:32 -msgid "VLC Preferences" -msgstr "Preferências do VLC" - -#: include/vlc_help.h:34 -msgid "" -"Configure some global options in General Settings and configure each VLC " -"plugin in the Plugins section.\n" -"Click on 'Advanced Options' to see every options." -msgstr "" -"Configure algumas opções globais em Configurações Gerais e configura cada " -"plugin do VLC na seção Plugin.\n" -"Clique em 'Opções Avançadas' para ver todas as opções." - -#: include/vlc_help.h:38 -msgid "VLC Plugins Preferences" -msgstr "Preferências dos Plugins do VLC" - -#: include/vlc_help.h:40 -msgid "" -"In this tree, you can set options for every plugin used by VLC.\n" -"Plugins are sorted by type.\n" -"Have fun tuning VLC !" -msgstr "" -"Nesta árvore, você pode ajustar opções para cada plugin usado pelo VLC.\n" -"Os pluiins são organizados por tipo.\n" -"Divirta-se afinando o VLC !" - -#: include/vlc_help.h:47 -msgid "Access modules settings" -msgstr "Configurações de módulos de acesso" - -#: include/vlc_help.h:49 -msgid "" -"Settings related to the various access methods used by VLC.\n" -"Common settings you may want to alter are http proxy or caching settings." -msgstr "" -"Ajustes relacionados aos vários métodos de acesso usados pelo VLC.\n" -"Ajustes comuns que você pode querer alterar são o proxy http e os ajustes de cache." - -#: include/vlc_help.h:53 -msgid "Audio filters settings" -msgstr "Configurações de filtros de audio" - -#: include/vlc_help.h:55 -msgid "Audio filters can be set in the Audio section, and configured here." -msgstr "Filtros de audio podem ser ajustados na seção Audio, e configurados aqui." - -#: include/vlc_help.h:58 -msgid "Audio output modules settings" -msgstr "Configurações dos módulos de saída de audio" - -#: include/vlc_help.h:59 -msgid "These are general settings for audio output modules." -msgstr "Estas são configurações gerais para módulos de saída de audio" - -#: include/vlc_help.h:61 -msgid "Chroma modules settings" -msgstr "Configurações de módulos chroma" - -#: include/vlc_help.h:62 include/vlc_help.h:70 src/libvlc.h:248 -#: src/libvlc.h:488 -msgid " " -msgstr " " - -#: include/vlc_help.h:64 -msgid "Decoder modules settings" -msgstr "Configurações de módulos decodificadores" - -#: include/vlc_help.h:66 -msgid "" -"In the Subsdec section you may want to set your preferred subtitles text " -"encoding." -msgstr "" -"na seção Subsdec vose pode querer ajustar o codificador de texto das legendas " -"de sua preferência." - -#: include/vlc_help.h:69 -msgid "Demuxers settings" -msgstr "Configurações de demuxers" - -#: include/vlc_help.h:72 -msgid "Interface plugins settings" -msgstr "Configurações de plugins de interface" - -#: include/vlc_help.h:74 -msgid "" -"Interface plugins can be enabled in the Interface section and configured " -"here." -msgstr "" -"Plugins de interface podem ser habilitados na sessão Interface e configurados " -"aqui." - -#: include/vlc_help.h:77 -msgid "Stream output access modules settings" -msgstr "Configurações de módulos de acesso de saída de stream" - -#: include/vlc_help.h:79 -msgid "" -"In this section you can set the caching value for the UDP streamoutput " -"access module." -msgstr "" -"Nesta seção você pode ajustar o valor de cache para o módulo de acesso " -"do stream de saída." - -#: include/vlc_help.h:82 -msgid "Subtitle demuxer settings" -msgstr "Configurações do demuxer de legendas" - -#: include/vlc_help.h:84 -msgid "" -"In this section you can force the behaviour of the subtitle demuxer, for " -"example by setting the subtitles type or file name." -msgstr "" -"Nesta sessão você pode forçar o comportamento do demuxer de legendas, por " -"exemplo ao ajustar o tipo de legenda ou o nome do arquivo." - -#: include/vlc_help.h:87 -msgid "Text renderer settings" -msgstr "Configurações do renderizador de texto" - -#: include/vlc_help.h:89 -msgid "" -"Use these settings to choose the font you want VLC to use for text rendering " -"(to display subtitles for example)." -msgstr "" -"Use estas configurações para escolher a fonte que você quer que o VLC use para " -"desenhar o texto (para mostrar legendas por exemplo)." - -#: include/vlc_help.h:92 -msgid "Video output modules settings" -msgstr "Configurações dos módulos de saída de vídeo" - -#: include/vlc_help.h:94 -msgid "" -"Choose your preferred video output in the Video section, and configure it " -"here." -msgstr "" -"Escolha a saída de vídeo de sua preferência na seção Vídeo, e configure-a " -"aqui." - -#: include/vlc_help.h:97 -msgid "Video filters settings" -msgstr "Configurações de filtros de vídeo" - -#: include/vlc_help.h:99 -msgid "" -"Video filters can be enabled in the Video section and configured here.\n" -"Configure the \"adjust\" filter to modify contrast/hue/saturation settings." -msgstr "" -"Filtros de vídeo podem ser habilitados na seção Vídeo e configurados aqui.\n" -"Configure o filtro \"ajuste\" para modificar as configurações de contraste/tonalidade/saturação." - -#: include/vlc_help.h:108 -msgid "No help available" -msgstr "Sem ajuda disponível" - -#: include/vlc_help.h:109 -msgid "No help is available for these modules" -msgstr "Não há ajuda disponível para estes módulos" - -#: include/vlc_interface.h:120 -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 wxwin\"\n" -msgstr "" -"\n" -"Aviso: se você não consegue mais acessar a GUI, abra uma janela do dos, vá " -"para o diretório onde instalou o VLC e execute \"vlc -I wxwin\"\n" - -#: include/vlc_interface.h:148 -msgid "" -"VLC is an open-source and cross-platform multimedia player for various audio " -"and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, Ogg, ...) as well as " -"DVDs, VCDs, CD audio, and various streaming protocols.\n" -"\n" -"VLC is also a streaming server with transcoding capabilities (UDP unicast " -"and multicast, HTTP, ...) mainly designed for high-bandwidth networks.\n" -"\n" -"For more information, have a look at the web site." -msgstr "" -"O VLC é um todador multimídia open-source e multi-plataforma para vários formatos " -"de audio e videos (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, Ogg, ...) bem como " -"DVDs, VCDs, CDs de audio, e vários protocolos de streaming.\n" -"\n" -"O VLC também é um servidor de streaming com capacidades de transcodificação (UDP unicast " -"e multicast, HTTO, ...) principalmente projetados para redes de banda-larga.\n" -"\n" -"Para mais informações, dê uma olhada no website." - -#: src/audio_output/output.c:104 src/audio_output/output.c:131 -#: modules/gui/macosx/intf.m:368 modules/gui/macosx/intf.m:369 -msgid "Audio channels" -msgstr "Canais de audio" - -#: src/audio_output/output.c:107 src/audio_output/output.c:142 -#: modules/audio_output/alsa.c:177 modules/audio_output/directx.c:447 -#: modules/audio_output/oss.c:202 modules/audio_output/sdl.c:181 -#: modules/audio_output/sdl.c:198 modules/audio_output/waveout.c:386 -msgid "Stereo" -msgstr "Estéreo" - -#: src/audio_output/output.c:109 src/audio_output/output.c:145 -msgid "Left" -msgstr "Esquerdo" - -#: src/audio_output/output.c:111 src/audio_output/output.c:147 -msgid "Right" -msgstr "Direito" - -#: src/audio_output/output.c:137 -msgid "Dolby Surround" -msgstr "Dolby Surround" - -#: src/audio_output/output.c:149 -msgid "Reverse stereo" -msgstr "Estéreo Invertido" - -#: src/extras/getopt.c:638 -#, c-format -msgid "%s: option `%s' is ambiguous\n" -msgstr "%s: opção `%s' é equivocada\n" - -#: src/extras/getopt.c:663 -#, c-format -msgid "%s: option `--%s' doesn't allow an argument\n" -msgstr "%s: opção `--%s' não permite um argumento\n" - -#: src/extras/getopt.c:668 -#, c-format -msgid "%s: option `%c%s' doesn't allow an argument\n" -msgstr "%s: opção`%c%s' não permite um argumento\n" - -#: src/extras/getopt.c:686 src/extras/getopt.c:859 -#, c-format -msgid "%s: option `%s' requires an argument\n" -msgstr "%s: opção `%s' requer um argumento\n" - -#: src/extras/getopt.c:715 -#, c-format -msgid "%s: unrecognized option `--%s'\n" -msgstr "%s: opção não reconhecida `--%s'\n" - -#: src/extras/getopt.c:719 -#, c-format -msgid "%s: unrecognized option `%c%s'\n" -msgstr "%s: opção não reconhecida `%c%s'\n" - -#: src/extras/getopt.c:745 -#, c-format -msgid "%s: illegal option -- %c\n" -msgstr "%s: opção ilegal -- %c\n" - -#: src/extras/getopt.c:748 -#, c-format -msgid "%s: invalid option -- %c\n" -msgstr "%s: opção inválida -- %c\n" - -#: src/extras/getopt.c:778 src/extras/getopt.c:908 -#, c-format -msgid "%s: option requires an argument -- %c\n" -msgstr "%s: a opção requer um argumento -- %c\n" - -#: src/extras/getopt.c:825 -#, c-format -msgid "%s: option `-W %s' is ambiguous\n" -msgstr "%s: opção `-W %s' é incerta\n" - -#: src/extras/getopt.c:843 -#, c-format -msgid "%s: option `-W %s' doesn't allow an argument\n" -msgstr "%s: opção `--%s' não permite um argumento\n" - -#: src/input/input.c:241 -msgid "General" -msgstr "Geral" - -#: src/input/input.c:242 -msgid "Playlist Item" -msgstr "Item da lista de reprodução" - -#: src/input/input_programs.c:94 modules/gui/gtk/gnome_interface.c:1078 -#: modules/gui/gtk/gtk_interface.c:1199 modules/gui/kde/interface.cpp:142 -#: modules/gui/macosx/intf.m:355 modules/gui/macosx/intf.m:356 -msgid "Program" -msgstr "Programa" - -#: src/input/input_programs.c:98 modules/access/dvdplay/access.c:207 -#: modules/demux/asf/asf.c:371 modules/demux/mkv.cpp:2327 -#: modules/gui/beos/MediaControlView.cpp:1256 -#: modules/gui/gtk/gnome_interface.c:1650 modules/gui/gtk/gtk_interface.c:1956 -#: modules/gui/gtk/menu.c:1403 modules/gui/gtk/menu.c:1424 -#: modules/gui/kde/interface.cpp:144 modules/gui/macosx/intf.m:357 -#: modules/gui/macosx/intf.m:358 modules/gui/macosx/open.m:150 -#: modules/gui/wxwindows/open.cpp:436 -msgid "Title" -msgstr "Título" - -#: src/input/input_programs.c:102 modules/access/dvdplay/access.c:209 -#: modules/gui/beos/MediaControlView.cpp:1257 -#: modules/gui/gtk/gnome_interface.c:1640 modules/gui/gtk/gtk_interface.c:1946 -#: modules/gui/gtk/menu.c:1020 modules/gui/gtk/menu.c:1433 -#: modules/gui/kde/interface.cpp:146 modules/gui/macosx/intf.m:359 -#: modules/gui/macosx/intf.m:360 modules/gui/macosx/open.m:151 -#: modules/gui/wxwindows/open.cpp:442 -msgid "Chapter" -msgstr "Capítulo" - -#: src/input/input_programs.c:106 modules/gui/beos/InterfaceWindow.cpp:271 -msgid "Navigation" -msgstr "Navegação" - -#: src/input/input_programs.c:110 modules/gui/macosx/intf.m:380 -#: modules/gui/macosx/intf.m:381 -msgid "Video track" -msgstr "Faixa de vídeo" - -#: src/input/input_programs.c:113 modules/gui/macosx/intf.m:366 -#: modules/gui/macosx/intf.m:367 -msgid "Audio track" -msgstr "Faixa de audio" - -#: src/input/input_programs.c:116 modules/gui/macosx/intf.m:384 -#: modules/gui/macosx/intf.m:385 -msgid "Subtitles track" -msgstr "Faixa de Legendas" - -#: src/input/input_programs.c:355 src/input/input_programs.c:357 -#, c-format -msgid "Title %i" -msgstr "Título %i" - -#: src/input/input_programs.c:363 src/input/input_programs.c:370 -#, c-format -msgid "Chapter %i" -msgstr "Capítulo %i" - -#: src/input/input_programs.c:385 -msgid "Next title" -msgstr "Título posterior" - -#: src/input/input_programs.c:388 -msgid "Previous title" -msgstr "Título anterior" - -#: src/input/input_programs.c:394 modules/gui/beos/InterfaceWindow.cpp:267 -msgid "Next Chapter" -msgstr "Capítulo posterior" - -#: src/input/input_programs.c:397 -msgid "Previous Chapter" -msgstr "Capítulo anterior" - -#: src/input/input_programs.c:675 src/video_output/video_output.c:427 -msgid "Disable" -msgstr "Desabilitar" - -#: src/input/input_programs.c:687 src/input/input_programs.c:689 -#, c-format -msgid "Track %i" -msgstr "Faixa %i" - -#: src/libvlc.c:262 src/libvlc.c:352 -msgid "C" -msgstr "Pt_br" - -#: src/libvlc.c:305 src/libvlc.c:1420 -#, c-format -msgid "" -"Usage: %s [options] [items]...\n" -"\n" -msgstr "" -"Utilização: %s [opções] [itens]...\n" -"\n" - -#: src/libvlc.c:1252 src/misc/configuration.c:1090 -msgid "string" -msgstr "string" - -#: src/libvlc.c:1269 src/misc/configuration.c:1062 -msgid "integer" -msgstr "inteiro" - -#: src/libvlc.c:1272 src/misc/configuration.c:1080 -msgid "float" -msgstr "flutuante" - -#: src/libvlc.c:1278 -msgid " (default enabled)" -msgstr "(padrão habilitado)" - -#: src/libvlc.c:1279 -msgid " (default disabled)" -msgstr "(padrão desabilitado)" - -#: src/libvlc.c:1395 src/libvlc.c:1450 src/libvlc.c:1474 -msgid "" -"\n" -"Press the RETURN key to continue...\n" -msgstr "" -"\n" -"Pressione ENTER para continuar...\n" - -#: src/libvlc.c:1423 -msgid "[module] [description]\n" -msgstr "[modulo] [descrição]\n" - -#: src/libvlc.c:1468 -msgid "" -"This program comes with NO WARRANTY, to the extent permitted by law.\n" -"You may redistribute it under the terms of the GNU General Public License;\n" -"see the file named COPYING for details.\n" -"Written by the VideoLAN team at Ecole Centrale, Paris.\n" -msgstr "" -"Este programa vem SEM GARANTIA, à extensão permitida por lei.\n" -"Você poderá redistribuí-lo sob os termos da GNU General Public Licence;\n" -"veja o arquivo de nome COPYING para detalhes.\n" -"Escrito pelo time VideoLAN na Ecole Centrale, Paris.\n" - -#: src/libvlc.h:40 -msgid "" -"These options allow you to configure the interfaces used by VLC.\n" -"You can select the main interface, additional interface modules, and define " -"various related options." -msgstr "" -"Esta opção permite que você selecione a interface a ser usada pelo VLC.\n" -"Você pode selecionar a interface principal, módulos de interface adicional, " -"e definir várias opções relacionadas." - -#: src/libvlc.h:44 -msgid "Interface module" -msgstr "Módulo de interface" - -#: src/libvlc.h:46 -msgid "" -"This option allows you to select the interface used by VLC.\n" -"The default behavior is to automatically select the best module available." -msgstr "" -"Esta opção permite que você selecione a interface a ser usada pelo VLC.\n" -"O comportamento padrão é selecionar o melhor módulo disponível." - -#: src/libvlc.h:50 modules/control/ntservice.c:48 -msgid "Extra interface modules" -msgstr "Módulos extra de interface" - -#: src/libvlc.h:52 -msgid "" -"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. (common values are: logger," -"gestures,sap,rc,http,screensaver)" -msgstr "" -"Esta opção permite que você selecione interfaces adicionais a serem usadas " -"pelo VLC. Elas serão lançadas no plano de fundo em adição à interface " -"padrão. Use uma lista separadas por vírgula os módulos de interface. " -"(valores comuns são: logger,gestures,sap,rc,http,screensaver)" - -#: src/libvlc.h:57 -msgid "Verbosity (0,1,2)" -msgstr "Mensagem detalhadas (0,1,2)" - -#: src/libvlc.h:59 -msgid "" -"This options sets the verbosity level (0=only errors and standard messages, " -"1=warnings, 2=debug)." -msgstr "" -"Esta opção ajusta o nível de detalhes (0=apenas erros e mensagens padrão, " -"1=avisos, 2=depuração)." - -#: src/libvlc.h:62 -msgid "Be quiet" -msgstr "Silencioso" - -#: src/libvlc.h:64 -msgid "This options turns off all warning and information messages." -msgstr "Esta opção desativa todas as mensagens de aviso e informativas" - -#: src/libvlc.h:66 modules/gui/beos/InterfaceWindow.cpp:255 -msgid "Language" -msgstr "Linguagem" - -#: src/libvlc.h:67 -msgid "" -"This option allows you to set the language of the interface. The system " -"language is auto-detected if \"auto\" is specified here." -msgstr "" -"Esta opção permite que você escolha a linguagem da interface. A linguagem do " -"sistema será detectada automaticamente se \"auto\" for especificado aqui." - -#: src/libvlc.h:71 -msgid "Color messages" -msgstr "Mensagens coloridas" - -#: src/libvlc.h:73 -msgid "" -"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." -msgstr "" -"Quando esta opção é ativada, as mensagens enviadas ao console serão " -"colorizadas. Seu terminal precisa ter suporte a 'Linux color' para funcionar." - -#: src/libvlc.h:76 -msgid "Show advanced options" -msgstr "Mostrar opções avançadas" - -#: src/libvlc.h:78 -msgid "" -"When this option is turned on, the preferences and/or interfaces will show " -"all the available options, including those that most users should never touch" -msgstr "" -"Quando esta opção é ativada, as preferências e/ou interfaces irã mostar " -"todas as opções disponíveis, incluindo aquelas que a maioria dos usuários " -"não deveriam tocar nunca" - -#: src/libvlc.h:82 -msgid "Interface default search path" -msgstr "Pasta padrão de procura da interface" - -#: src/libvlc.h:84 -msgid "" -"This option allows you to set the default path that the interface will open " -"when looking for a file." -msgstr "" -"Esta opção permite que você ajuste a pasta padrão que a interface irá abrir " -"ao procurar por um arquivo." - -#: src/libvlc.h:87 -msgid "Plugin search path" -msgstr "Caminho de procura de plugins" - -#: src/libvlc.h:89 -msgid "" -"This option allows you to specify an additional path for VLC to look for its " -"plugins." -msgstr "" -"Esta opção permique que se especifique um caminho adicinal para que o VLC " -"procure por seus plugins." - -#: src/libvlc.h:93 -msgid "" -"These options allow you to tune VLC's audio subsystem, and to add audio " -"filters which can be used for postprocessing or visual effects (spectrum " -"analyser,...).\n" -"To tune these filters, have a look at the \"audio filter\" plugin options." -msgstr "" - -#: src/libvlc.h:99 -msgid "Audio output module" -msgstr "Módulo de saída de audio" - -#: src/libvlc.h:101 -msgid "" -"This option allows you to select the audio output method used by VLC. The " -"default behavior is to automatically select the best method available." -msgstr "" -"Esta opção permite que você escolha o método de saída de audio usado pelo " -"VLC. O comportamento padrão é selecionar automaticamente o melhor método " -"disponível." - -#: src/libvlc.h:105 -msgid "Enable audio" -msgstr "Habilitar audio" - -#: src/libvlc.h:107 -msgid "" -"You can completely disable the audio output. In this case the audio decoding " -"will not take place, and it will save some processing power." -msgstr "" -"Você pode desabilitar completamente a saída de audio. Neste caso a " -"decodificação de audio não será feita, e irá economizar algum processamento" - -#: src/libvlc.h:110 -msgid "Force mono audio" -msgstr "Forçar audio mono" - -#: src/libvlc.h:111 -msgid "This will force a mono audio output" -msgstr "Isto irá forcar a saída de audio no formato mono" - -#: src/libvlc.h:113 -msgid "Audio output volume" -msgstr "Volume da saída de audio" - -#: src/libvlc.h:115 -msgid "" -"You can set the default audio output volume here, in a range from 0 to 1024." -msgstr "" -"Você pode ajustar o volume padrão da saída de audio aqui, em uma faixa de 0 " -"a 1024." - -#: src/libvlc.h:118 -msgid "Audio output saved volume" -msgstr "Volume salvo da saída de audio" - -#: src/libvlc.h:120 -msgid "This saves the audio output volume when you select mute." -msgstr "Isto salva o volume da saída de audio quando você seleciona mudo." - -#: src/libvlc.h:122 -msgid "Audio output frequency (Hz)" -msgstr "Frequencia de saída do audio (Hz)" - -#: src/libvlc.h:124 -msgid "" -"You can force the audio output frequency here. Common values are -1 " -"(default), 48000, 44100, 32000, 22050, 16000, 11025, 8000." -msgstr "" -"Você pode forçar a frequência de saída de audio aqui. Valores comuns são -1 " -"(padrão), 48000, 44100, 32000, 22050, 16000, 11025, 8000." - -#: src/libvlc.h:128 -msgid "High quality audio resampling" -msgstr "Reamostragem de audio de alta qualidade" - -#: src/libvlc.h:130 -msgid "" -"High quality audio resampling can be processor intensive so you can disable " -"it and a cheaper resampling algorithm will be used instead." -msgstr "" -"Reamostragem de audio de alta qualidade pode sem intensiva para o " -"processador então quando você desabilita e um algorítimo de qualidade mais " -"baixa será usado no lugar" - -#: src/libvlc.h:134 -msgid "Compensate desynchronization of audio (in ms)" -msgstr "Compensar dessincronização de audio (en ms)" - -#: src/libvlc.h:136 -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 "" -"Esta opção permite que você atrase a saída de audio. Isto pode ser útil se " -"você notar um descompasso entre o vídeo e o audio." - -#: src/libvlc.h:139 -msgid "Choose prefered audio output channels mode" -msgstr "Selecione o mode de saída de audio de sua preferência" - -#: src/libvlc.h:141 -msgid "" -"This option allows you to set the audio output channels mode that will be " -"used by default when possible (ie. if your hardware supports it as well as " -"the audio stream being played)" -msgstr "" -"Esta opção permite que você ajuste o modo de saída dps canais de audio que " -"será usado por padrão quando possível (ex. se o seu hardware suportá-lo " -"tanto quanto o stream de audio sendo tocado)" - -#: src/libvlc.h:145 -msgid "Use the S/PDIF audio output when available" -msgstr "Usar a saída de audio S/PDIF quando disponível" - -#: src/libvlc.h:147 -msgid "" -"This option allows you to use the S/PDIF audio output by default when your " -"hardware supports it as well as the audio stream being played." -msgstr "" -"Esta opção permite que você use a saída de audio S/PDIF por padrão quando " -"seu hardware suportar tanto quanto o stream de audio sendo tocado." - -#: src/libvlc.h:150 -msgid "Audio filters" -msgstr "Filtros de audio" - -#: src/libvlc.h:152 -msgid "" -"This allows you to add audio postprocessing filters, to modifythe sound." -msgstr "" - -#: src/libvlc.h:155 -msgid "Headphone virtual spatialization effect" -msgstr "Efeito de espacialização virtual para fones de ouvido " - -#: src/libvlc.h:157 -msgid "" -"This effect gives you the feeling that you are standing in a 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 "" -"Este efeito te dá a impressão de que você está em uma sala com um conjunto " -"completo de caixas de som 5.1 ao usar um fone de ouvido, providenciando uma " -"experiência de som mais realista. Também deveria ser mais confortavel e " -"menos cansativo ouvir música por longos períodos de tempo.\n" -"Funciona com qualquer formato de fonte. De mono a 5.1." - -#: src/libvlc.h:165 -msgid "" -"These options allow you to modify options related to the video output " -"subsystem. You can for example enable video filters, like deinterlacing, " -"constrast / hue / saturation adjusting, ...\n" -"Enable these filters here and configure them in the video filters plugins " -"section." -msgstr "" - -#: src/libvlc.h:172 -msgid "Video output module" -msgstr "Módulo de saída de vídeo" - -#: src/libvlc.h:174 -msgid "" -"This option allows you to select the video output method used by VLC. The " -"default behavior is to automatically select the best method available." -msgstr "" - -#: src/libvlc.h:178 -msgid "Enable video" -msgstr "Habilitar vídeo" - -#: src/libvlc.h:180 -msgid "" -"You can completely disable the video output. In this case the video decoding " -"stage will not take place, which will save some processing power." -msgstr "" -"Você pode desabilitar completamente a saída de vídeo. Neste caso a " -"decodificação de vídeo não será feita, o que irá economizar algum poder de " -"processamento" - -#: src/libvlc.h:183 modules/visualization/visual/visual.c:43 -msgid "Video width" -msgstr "Larguda do vídeo" - -#: src/libvlc.h:185 -msgid "" -"You can enforce the video width here. By default (-1) VLC will adapt to the " -"video characteristics." -msgstr "" -"Você pode forçar a largura do vídeo aqui. Por padrâo (-1) o VLC irá se " -"adaptar às características do video." - -#: src/libvlc.h:188 modules/visualization/visual/visual.c:47 -msgid "Video height" -msgstr "Altura do vídeo" - -#: src/libvlc.h:190 -msgid "" -"You can enforce the video height here. By default (-1) VLC will adapt to the " -"video characteristics." -msgstr "" -"Você pode forçar a altura do vídeo aqui. Por padrâo (-1) o VLC irá se " -"adaptar às características do video." - -#: src/libvlc.h:193 -msgid "Video alignment" -msgstr "Alinhamento do vídeo" - -#: src/libvlc.h:195 -msgid "" -"You can enforce the video alignement in its window. By default (0) it will " -"be centered (0=center, 1=left, 2=right, 4=top, 8=bottom, you can also use " -"combinations of these values)." -msgstr "" - -#: src/libvlc.h:199 -msgid "Zoom video" -msgstr "Ampliar vídeo" - -#: src/libvlc.h:201 -msgid "You can zoom the video by the specified factor." -msgstr "Você pode ampliar o vídeo pelo fator especificado" - -#: src/libvlc.h:203 -msgid "Grayscale video output" -msgstr "Saída de vídeo em preto e branco" - -#: src/libvlc.h:205 -msgid "" -"When enabled, the color information from the video won't be decoded (this " -"can also allow you to save some processing power)." -msgstr "" -"Quando abilitado, as informações de cor do vídeo não serão decodificadas " -"(isto também permite que você economize algum poder de processamento)." - -#: src/libvlc.h:208 -msgid "Fullscreen video output" -msgstr "Saída de vídeo em tela cheia" - -#: src/libvlc.h:210 -msgid "" -"If this option is enabled, VLC will always start a video in fullscreen mode." -msgstr "" -"Quando esta opção estiver habilitada, o VLC irá sembre iniciar o vídeo no " -"modo tela cheia" - -#: src/libvlc.h:213 -msgid "Overlay video output" -msgstr "Saída de vídeo 'Overlay'" - -#: src/libvlc.h:215 -msgid "" -"If enabled, VLC will try to take advantage of the overlay capabilities of " -"your graphics card." -msgstr "" -"Se habilitado, o VLC irá tentar tirar vantagem das capacidades de overlay de " -"sua placa de vídeo" - -#: src/libvlc.h:218 -msgid "Force SPU position" -msgstr "Forcar posição SPU" - -#: src/libvlc.h:220 -msgid "" -"You can use this option to place the subtitles under the movie, instead of " -"over the movie. Try several positions." -msgstr "" -"Você pode usar esta opção para colocar as legendas debaixo do filme, ao " -"invés de sobre o filme. Tente diversas posições." - -#: src/libvlc.h:223 -msgid "Video filter module" -msgstr "Módolo de filtros de vídeo" - -#: src/libvlc.h:225 -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 "" -"Isto permite que você adicione um filtro de pós-processamento para melhorar " -"a qualidade de imagem, por exemplo desentrelaçar, clonar ou distorcer a " -"janela de vídeo." - -#: src/libvlc.h:229 -msgid "Source aspect ratio" -msgstr "Proporção de aspecto da fonte" - -#: src/libvlc.h:231 -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 "" -"Isto irá forcar a razão de aparência da fonte. Por exemplo, alguns DVDs " -"dizem ser 16:9 quando na verdade são 4:3. Isto também pode ser usado como " -"dica para o VLC quando um filme não possui a informação de aparência. " -"Formatos aceitos são x:y (4:3, 16:9, etc.) expressando o aspecto global da " -"imagem, ou um valor flutuante (1.25, 1.3333, etc.) expressando a " -"retangularidade do pixel." - -#: src/libvlc.h:239 -msgid "Destination aspect ratio" -msgstr "Proporção de aspecto de destino" - -#: src/libvlc.h:241 -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 "" -"Isto irá forçar o tamanho do pixel de destino. Por padrâo o VLC assune que " -"seus pixels são quadrados, a não ser que o seu hardware tenha uma forma de " -"dizer o contrário. Isto pode ser usado quando você coloca a saída de sinal " -"do VLC a algum outro equipamento como uma TV. Formatos aceitos são valores " -"flutuantes (1, 1.25, 1.3333, etc.) expressando aretangularidade dos pixels." - -#: src/libvlc.h:250 -msgid "Server port" -msgstr "Porta do servidor" - -#: src/libvlc.h:252 -msgid "This is the port used for UDP streams. By default, we chose 1234." -msgstr "" -"Esta é a porta usada para streams UDP. Por padrão, nós escolhemos 1234." - -#: src/libvlc.h:254 -msgid "MTU of the network interface" -msgstr "MTU da interface de rede" - -#: src/libvlc.h:256 -msgid "" -"This is the typical size of UDP packets that we expect. On Ethernet it is " -"usually 1500." -msgstr "" -"Este é o tamanho típico dos pacotes UDP que nós esperamos. Na Ethernet ele é " -"normalmente 1500" - -#: src/libvlc.h:259 -msgid "Network interface address" -msgstr "Endereço da interface de rede" - -#: src/libvlc.h:261 -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 "" -"Se você possue diversas interfaces de rede na sua máquina e usa a solução " -"multicast, você provavelmete terá que indicar o endereço IP de sua interface " -"de multicast aqui" - -#: src/libvlc.h:265 -msgid "Time to live" -msgstr "Tempo de vida" - -#: src/libvlc.h:267 -msgid "" -"Indicate here the Time To Live of the multicast packets sent by the stream " -"output." -msgstr "" -"Indique aqui o Tempo De Vida dos pacotes multicast enviados pelo stream de " -"saída" - -#: src/libvlc.h:270 -msgid "Choose program (SID)" -msgstr "Escolha o programa (SID)" - -#: src/libvlc.h:272 -msgid "Choose the program to select by giving its Service ID." -msgstr "Escolha o programa a ser selecionado dando o seu Service ID" - -#: src/libvlc.h:274 -msgid "Choose audio" -msgstr "Escolha o audio" - -#: src/libvlc.h:276 -msgid "" -"Give the default type of audio you want to use in a DVD. (Developers only)" -msgstr "" -"Dê o tipo padrão de audio que você que usar em um DVD. (Apenas " -"desenvolvedores)" - -#: src/libvlc.h:279 -msgid "Choose channel" -msgstr "Escolha o canal" - -#: src/libvlc.h:281 -msgid "" -"Give the stream number of the audio channel you want to use in a DVD (from 1 " -"to n)." -msgstr "" -"Dê o número do stream do canal de audio que você que usar em um DVD (de 1 a " -"n)" - -#: src/libvlc.h:284 -msgid "Choose subtitles track" -msgstr "Escolha a faixa de legendas" - -#: src/libvlc.h:286 -msgid "" -"Give the stream number of the subtitle channel you want to use (from 1 to n)." -msgstr "" -"Dê o número do stream do canal de legendas que você que usar (de 1 a n)." - -#: src/libvlc.h:289 -msgid "Autodetect subtitle files" -msgstr "Auto-detectar arquivos de legendas" - -#: src/libvlc.h:294 -msgid "Use subtitle file" -msgstr "Usar arquivo de legendas" - -#: src/libvlc.h:299 -msgid "DVD device" -msgstr "Dispositivo de DVD" - -#: src/libvlc.h:302 -msgid "" -"This is the default DVD drive (or file) to use. Don't forget the colon after " -"the drive letter (eg D:)" -msgstr "" -" Este é o drive de DVD padrão (ou arquivo) a ser usado. Não se esqueça dos " -"doispontos após a letra do drive (ex D:)" - -#: src/libvlc.h:306 -msgid "This is the default DVD device to use." -msgstr "Este é o dispositivo de DVD padrão." - -#: src/libvlc.h:309 -msgid "VCD device" -msgstr "Dispositivo de VCD" - -#: src/libvlc.h:311 -msgid "This is the default VCD device to use." -msgstr "Este é o dispositivo de VCD padrão." - -#: src/libvlc.h:313 -msgid "Force IPv6" -msgstr "Forçar IPv6" - -#: src/libvlc.h:315 -msgid "" -"If you check this box, IPv6 will be used by default for all UDP and HTTP " -"connections." -msgstr "" -"Se você marqar esta caixa, o IPv6 será usado por padrão para todas as " -"conexões UDP e HTTP" - -#: src/libvlc.h:318 -msgid "Force IPv4" -msgstr "Forçar IPv4" - -#: src/libvlc.h:320 -msgid "" -"If you check this box, IPv4 will be used by default for all UDP and HTTP " -"connections." -msgstr "" -"Se você marqar esta caixa, o IPv4 será usado por padrão para todas as " -"conexões UDP e HTTP" - -#: src/libvlc.h:324 -msgid "" -"This option can be used to alter the way VLC selects its codecs " -"(decompression methods). Only advanced users should alter this option as it " -"can break playback of all your streams." -msgstr "" - -#: src/libvlc.h:328 -msgid "Choose preferred codec list" -msgstr "Escolha a lista de codecs preferida" - -#: src/libvlc.h:330 -msgid "" -"This allows you to select the order in which VLC will choose its codecs. For " -"instance, 'a52old,a52,any' will try the old a52 codec before the new one. " -"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." -msgstr "" -"Isto permite que você selecione a ordem em que o VLC irá escolher seus " -"codecs. Por exemplom 'a52old,a52,any' irá tentar o codec old a52 antes de " -"tentar o mais novo.Por favor esteja ciente de que o VLC não faz nenhuma " -"distinçao entre codecs de audio ou de vídeo, portanto você deveria sempre " -"especificar 'any' ao final da lista para ter certeza de que tenha um suporte " -"para os tipos que você não especificou." - -#: src/libvlc.h:338 -msgid "Choose preferred video encoder list" -msgstr "Escolha a lista de encoder de vídeo preferida" - -#: src/libvlc.h:340 src/libvlc.h:344 -msgid "" -"This allows you to select the order in which VLC will choose its codecs. " -msgstr "" -"Isto permite que você selecione a ordem em que o VLC irá escolher seus " -"codecs. " - -#: src/libvlc.h:342 -msgid "Choose preferred audio encoder list" -msgstr "Escolha a lista de encoder de audio preferida" - -#: src/libvlc.h:348 -msgid "" -"These options allow you to set default global options for the stream output " -"subsystem." -msgstr "" - -#: src/libvlc.h:351 -msgid "Choose a stream output" -msgstr "Escolha o stream de saída" - -#: src/libvlc.h:353 -msgid "Empty if no stream output." -msgstr "Vazio se nenhum stream de saída" - -#: src/libvlc.h:355 -msgid "Display while streaming" -msgstr "Mostrar ao fazer o streaming" - -#: src/libvlc.h:357 -msgid "This allows you to play the stream while streaming it." -msgstr "" -"Isto permite que você toque o stream enquanto estiver fazendo o streming do " -"mesmo." - -#: src/libvlc.h:359 -msgid "Enable video stream output" -msgstr "Habilitar saida do stream de vídeo" - -#: src/libvlc.h:361 src/libvlc.h:366 -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 "" -"Isto permique que você escolha se o stream de vídeo deve ser redirecionado " -"para o intrumento de saída quando este último estiver habilitado" - -#: src/libvlc.h:364 -msgid "Enable audio stream output" -msgstr "Habilitar saida de stream de audio" - -#: src/libvlc.h:369 -msgid "Keep sout open" -msgstr "" - -#: src/libvlc.h:371 -msgid "" -"This allows you to keep an unique sout instance across multiple playlist " -"item (automatically insert gather stream_out if not specified)" -msgstr "" - -#: src/libvlc.h:375 -msgid "Choose preferred packetizer list" -msgstr "Escolha a lista de empacotador favorita" - -#: src/libvlc.h:377 -msgid "" -"This allows you to select the order in which VLC will choose its packetizers." -msgstr "" -"Isto permite que você seleciona a ordem em que o VLC irá escolher seus " -"empacotadores." - -#: src/libvlc.h:380 -msgid "Mux module" -msgstr "Módulo mux" - -#: src/libvlc.h:382 -msgid "This is a legacy entry to let you configure mux modules" -msgstr "" -"Esta é uma entrada legado para permitir que você configure os módulos mux" - -#: src/libvlc.h:384 -msgid "Access output module" -msgstr "Módulo de acesso de saída" - -#: src/libvlc.h:386 -msgid "This is a legacy entry to let you configure access output modules" -msgstr "" -"Esta é uma entrada legado para permitir que você configure os módulos de " -"saída" - -#: src/libvlc.h:389 -msgid "" -"These options allow you to enable special CPU optimizations.\n" -"You should always leave all these enabled." -msgstr "" - -#: src/libvlc.h:392 -msgid "Enable CPU MMX support" -msgstr "Habilitar suporte a CPU MMX" - -#: src/libvlc.h:394 -msgid "" -"If your processor supports the MMX instructions set, VLC can take advantage " -"of them." -msgstr "" -"Se o seu processador suporta o set de instruções MMX, o VLC pode " -"tirarvantagem delas" - -#: src/libvlc.h:397 -msgid "Enable CPU 3D Now! support" -msgstr "Habilitar suporte a CPU 3D Now!" - -#: src/libvlc.h:399 -msgid "" -"If your processor supports the 3D Now! instructions set, VLC can take " -"advantage of them." -msgstr "" -"Se o seu processador suporta o set de instruções 3D Now!, o VLC pode " -"tirarvantagem delas" - -#: src/libvlc.h:402 -msgid "Enable CPU MMX EXT support" -msgstr "Habilitar suporte a CPU MMX EXT" - -#: src/libvlc.h:404 -msgid "" -"If your processor supports the MMX EXT instructions set, VLC can take " -"advantage of them." -msgstr "" -"Se o seu processador suporta o set de instruções MMX EXT, o VLC pode " -"tirarvantagem delas" - -#: src/libvlc.h:407 -msgid "Enable CPU SSE support" -msgstr "Habilitar suporte a CPU SSE" - -#: src/libvlc.h:409 -msgid "" -"If your processor supports the SSE instructions set, VLC can take advantage " -"of them." -msgstr "" -"Se o seu processador suporta o set de instruções SSE, o VLC pode " -"tirarvantagem delas" - -#: src/libvlc.h:412 -msgid "Enable CPU AltiVec support" -msgstr "Habilitar suporte a CPU AltiVec" - -#: src/libvlc.h:414 -msgid "" -"If your processor supports the AltiVec instructions set, VLC can take " -"advantage of them." -msgstr "" -"Se o seu processador suporta o set de instruções Altivec, o VLC pode " -"tirarvantagem delas" - -#: src/libvlc.h:418 -msgid "" -"These options define the behaviour of the playlist. Some of them can be " -"overriden in the playlist dialog box." -msgstr "" - -#: src/libvlc.h:421 -msgid "Play files randomly forever" -msgstr "Tocar arquivos randomicamente eternamente" - -#: src/libvlc.h:423 -msgid "" -"When selected, VLC will randomly play files in the playlist until " -"interrupted." -msgstr "" -"Quando selecionado, o VLC ira tocar os arquivos na lista de reprodução " -"aleatóriamente até ser interrompido" - -#: src/libvlc.h:426 -msgid "Loop playlist on end" -msgstr "Recomeçar a lista de reprodução ao terminar" - -#: src/libvlc.h:428 -msgid "" -"If you want VLC to keep playing the playlist indefinitely then enable this " -"option." -msgstr "" -"Se você deseja que o VLC fique tocando a lista de reprodução indefinidamente " -"então habilite esta opção." - -#: src/libvlc.h:431 -msgid "Repeat the current playlistitem" -msgstr "Repetir item atual da lista de reprodução" - -#: src/libvlc.h:433 -msgid "" -"When this is active VLC will keep playing the current playlistitem over and " -"over again." -msgstr "" - -#: src/libvlc.h:437 -msgid "" -"These options allow you to select default modules. Leave these alone unless " -"you really know what you are doing." -msgstr "" - -#: src/libvlc.h:440 -msgid "Memory copy module" -msgstr "Módulo de cópia de memória" - -#: src/libvlc.h:442 -msgid "" -"You can select which memory copy module you want to use. By default VLC will " -"select the fastest one supported by your hardware." -msgstr "" -"Você pode selecionar qual módulo de cópia de memória você quer usar. Por " -"padrão o VLC irá escolher o mais rápido suportado pelo seu hardware." - -#: src/libvlc.h:445 -msgid "Access module" -msgstr "Módulo de acesso" - -#: src/libvlc.h:447 -msgid "This is a legacy entry to let you configure access modules" -msgstr "" -"Esta é uma entrada legado para deixar você configurar os módulos de acesso" - -#: src/libvlc.h:449 -msgid "Demux module" -msgstr "Módulo de demux" - -#: src/libvlc.h:451 -msgid "This is a legacy entry to let you configure demux modules" -msgstr "" -"Esta é uma entrada legado para deixar você configurar os módulos de demux" - -#: src/libvlc.h:453 -msgid "Allow only one running instance of VLC" -msgstr "" - -#: src/libvlc.h:455 -msgid "" -"Allowing only one running instance of VLC can sometimes be useful, for " -"instance if you associated VLC with some media types and you don't want a " -"new instance of VLC to be opened each time you double-click on a file in the " -"explorer. This option will allow you to play the file with the already " -"running instance or enqueue it." -msgstr "" - -#: src/libvlc.h:461 -msgid "Increase the priority of the process" -msgstr "Aumentar a prioridade do processo" - -#: src/libvlc.h:463 -msgid "" -"Increasing the priority of the process will very likely improve your playing " -"experience as it allows VLC not to be disturbed by other applications that " -"could otherwise take too much processor time.\n" -"However be advise that in certain circumstances (bugs) VLC could take all " -"the processor time and render the whole system unresponsive which might " -"require a reboot of your machine." -msgstr "" -"Aumentar a prioridade do processo irá muito provavelmente melhorar a sua " -"experiência au tocar mídia ao permitir que o VLC não seja perturbado por " -"outras aplucações que poderiam de outro modo pegar muito do tempo do " -"processador.\n" -"Entretanto esteja avisado que em certas circunstâncias (bugs) o VLC poderia " -"pegar todo o tempo do processador e tornar todo o sistema inacessível o que " -"poderá requerer uma reinicialização da sua máquina" - -#: src/libvlc.h:470 -msgid "Fast mutex on NT/2K/XP (developers only)" -msgstr "Mutex rápido em NT/2K/XP (desenvolvedores apenas)" - -#: src/libvlc.h:472 -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 "" -"No Windows NT/2k/XP nós utilizamos uma implementação de mutex lenta o que " -"nos permite a implementar variáveis de condição corretamente. Você também " -"pode usar a implementação do Win9x que é mais rápida mas você pode ter " -"algums problemas com ela." - -#: src/libvlc.h:477 -msgid "Condition variables implementation for Win9x (developers only)" -msgstr "" -"Implementação de variáveis de condição para Win9x (apenas desenvolvedores)" - -#: src/libvlc.h:480 -msgid "" -"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." -msgstr "" -"No Windows 9x/Me nós usamos uma implementação rápida mas não correta de " -"varíáveis de condição (mais precisamente existe a possivilidade a uma " -"condição de corrida acontecer). Entretanto é possível usar alternativas mais " -"lentas que são mais robustas. Atualmente você pode escolher entre " -"implementação 0 (que é o padrão e o mais rápido), 1 e 2." - -#: src/libvlc.h:490 src/video_output/video_output.c:414 -#: modules/gui/beos/VideoOutput.cpp:1151 modules/gui/macosx/applescript.m:122 -#: modules/gui/macosx/controls.m:364 modules/gui/macosx/controls.m:720 -#: modules/gui/macosx/intf.m:378 -msgid "Fullscreen" -msgstr "Tela cheia" - -#: src/libvlc.h:491 -msgid "Select the hotkey to use to swap fullscreen state" -msgstr "Selecione o atalho a ser usado para trocar o estado de tela cheia" - -#: src/libvlc.h:492 modules/control/lirc/lirc.c:297 -#: modules/control/lirc/lirc.c:323 modules/gui/gtk/gnome_interface.c:602 -#: modules/gui/gtk/gnome_interface.c:1020 modules/gui/gtk/gtk_interface.c:709 -#: modules/gui/gtk/gtk_interface.c:1119 modules/gui/macosx/intf.m:838 -#: modules/gui/macosx/intf.m:839 modules/gui/macosx/intf.m:840 -#: modules/gui/pda/interface.c:179 modules/gui/pda/pda_interface.c:235 -#: modules/gui/pda/pda_interface.c:236 -#: modules/gui/wxwindows/interface.cpp:1176 -msgid "Pause" -msgstr "Pausar" - -#: src/libvlc.h:493 -msgid "Select the hotkey to use to swap paused state" -msgstr "Selecione o atalho a ser usado para trocar o estado de pausa" - -#: src/libvlc.h:494 -msgid "Pause only" -msgstr "Pausar apenas" - -#: src/libvlc.h:495 -msgid "Select the hotkey to use to pause" -msgstr "Selecione o atalho a ser usado para pausar" - -#: src/libvlc.h:496 -msgid "Play only" -msgstr "Tocar apenas" - -#: src/libvlc.h:497 -msgid "Select the hotkey to use to play" -msgstr "Selecione o atalho a ser usado para tocar" - -#: src/libvlc.h:498 modules/gui/macosx/controls.m:641 -#: modules/gui/macosx/intf.m:308 modules/gui/macosx/intf.m:346 -#: modules/gui/wxwindows/interface.cpp:412 -msgid "Faster" -msgstr "Mais Rápido" - -#: src/libvlc.h:499 -msgid "Select the hotkey to use for fast forward playback" -msgstr "Selecione o atalho a ser usado para tocar mais rápido" - -#: src/libvlc.h:500 modules/gui/macosx/controls.m:642 -#: modules/gui/macosx/intf.m:305 modules/gui/macosx/intf.m:347 -#: modules/gui/wxwindows/interface.cpp:410 -msgid "Slower" -msgstr "Mais Devagar" - -#: src/libvlc.h:501 -msgid "Select the hotkey to use for slow motion playback" -msgstr "Selecione o atalho a ser usado para tocar em câmera lenta" - -#: src/libvlc.h:502 modules/gui/gtk/gnome_interface.c:667 -#: modules/gui/gtk/gnome_interface.c:1056 modules/gui/gtk/gtk_interface.c:769 -#: modules/gui/gtk/gtk_interface.c:852 modules/gui/gtk/gtk_interface.c:896 -#: modules/gui/gtk/gtk_interface.c:1166 modules/gui/macosx/controls.m:663 -#: modules/gui/macosx/intf.m:309 modules/gui/macosx/intf.m:349 -#: modules/gui/macosx/intf.m:409 modules/gui/wxwindows/interface.cpp:408 -msgid "Next" -msgstr "Próximo" - -#: src/libvlc.h:503 -msgid "Select the hotkey to use to skip to the next item in the playlist" -msgstr "" -"Selecione o atalho a ser usado para passar para o próximo item na lista de " -"reprodução" - -#: src/libvlc.h:504 modules/gui/macosx/controls.m:662 -#: modules/gui/macosx/intf.m:304 modules/gui/macosx/intf.m:348 -#: modules/gui/macosx/intf.m:410 -msgid "Previous" -msgstr "Anterior" - -#: src/libvlc.h:505 -msgid "Select the hotkey to use to skip to the previous item in the playlist" -msgstr "" -"Selecione o atalho a ser usado para passar para o item anterior na lista de " -"reprodução" - -#: src/libvlc.h:506 modules/gui/gtk/gnome_interface.c:566 -#: modules/gui/gtk/gnome_interface.c:1027 modules/gui/gtk/gtk_interface.c:676 -#: modules/gui/gtk/gtk_interface.c:1127 modules/gui/macosx/controls.m:655 -#: modules/gui/macosx/intf.m:307 modules/gui/macosx/intf.m:345 -#: modules/gui/macosx/intf.m:408 modules/gui/pda/interface.c:205 -#: modules/gui/pda/pda_interface.c:259 modules/gui/pda/pda_interface.c:260 -#: modules/gui/wxwindows/interface.cpp:399 -msgid "Stop" -msgstr "Parar" - -#: src/libvlc.h:507 -msgid "Select the hotkey to stop the playback" -msgstr "Selecione o atalho para parar de tocar" - -#: src/libvlc.h:508 modules/control/lirc/lirc.c:193 -#: modules/gui/beos/InterfaceWindow.cpp:253 -msgid "Quit" -msgstr "Sair" - -#: src/libvlc.h:509 -msgid "Select the hotkey to quit the application" -msgstr "selecione o atalho para sair do programa" - -#: src/libvlc.h:510 -msgid "Navigate up" -msgstr "Navegar acima" - -#: src/libvlc.h:511 -msgid "Select the key to move the selector up in dvd menus" -msgstr "Selecione a tecla para mover o seletor para cima em menus dvd" - -#: src/libvlc.h:512 -msgid "Navigate down" -msgstr "Navegar abaixo" - -#: src/libvlc.h:513 -msgid "Select the key to move the selector down in dvd menus" -msgstr "Selecione a tecla para mover o seletor para baixo em menus dvd" - -#: src/libvlc.h:514 -msgid "Navigate left" -msgstr "Navegar a esquerda" - -#: src/libvlc.h:515 -msgid "Select the key to move the selector left in dvd menus" -msgstr "Selecione a tecla para mover o seletor para a esquerda em menus dvd" - -#: src/libvlc.h:516 -msgid "Navigate right" -msgstr "Navegar a direita" - -#: src/libvlc.h:517 -msgid "Select the key to move the selector right in dvd menus" -msgstr "Selecione a tecla para mover o seletor para a direita em menus dvd" - -#: src/libvlc.h:518 -msgid "Activate" -msgstr "Ativar" - -#: src/libvlc.h:519 -msgid "Select the key to activate selected item in dvd menus" -msgstr "Selecione a tecla para aticar o item selecionado em menus DVD" - -#: src/libvlc.h:520 -msgid "Volume up" -msgstr "Aumentar Volume" - -#: src/libvlc.h:521 -msgid "Select the key to turn up audio volume" -msgstr "Selecione a tecla para aumentar o volume do audio" - -#: src/libvlc.h:522 -msgid "Volume down" -msgstr "Abaixar volume" - -#: src/libvlc.h:523 -msgid "Select the key to turn down audio volume" -msgstr "Selecione a tecla para abaixar o volume do audio" - -#: src/libvlc.h:525 -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:[@[][:]]\n" -" UDP stream sent by a streaming server\n" -" vlc:pause pause execution of playlist items\n" -" vlc:quit quit VLC\n" -msgstr "" -"\n" -"Itens da Lista de Reprodução:\n" -" *.mpg, *.vob arquivos MPEG-1/2\n" -" [dvd:][dispositivo][@dispositivo_raw][@[título][,[capítulo][,ângulo]]]\n" -" Dispositivo de DVD\n" -" [vcd:][dispositivo][@[título][,[capítulo]]\n" -" Dispositivo de VCD\n" -" udpstream:[@[][:]]\n" -" stream UDP enviado por VLS\n" -" vlc:pausar pausa a execução dos itens na lista\n" -" vlc:sair sair do VLC\n" - -#: src/libvlc.h:555 modules/misc/dummy/dummy.c:58 -msgid "Interface" -msgstr "Interface" - -#: src/libvlc.h:575 modules/access/dvdplay/access.c:213 -#: modules/audio_output/coreaudio.c:227 modules/audio_output/file.c:108 -#: modules/demux/asf/asf.c:398 modules/demux/mkv.cpp:2378 -#: modules/demux/ogg.c:595 modules/demux/ogg.c:867 modules/demux/ogg.c:1040 -#: modules/gui/beos/InterfaceWindow.cpp:259 -#: modules/gui/gtk/gnome_interface.c:1092 modules/gui/gtk/gtk_interface.c:1219 -#: modules/gui/macosx/intf.m:362 modules/gui/macosx/output.m:155 -#: modules/gui/pda/pda_interface.c:806 -msgid "Audio" -msgstr "" - -#: src/libvlc.h:599 modules/demux/asf/asf.c:398 modules/demux/avi/avi.c:363 -#: modules/demux/mkv.cpp:2394 modules/demux/ogg.c:667 modules/demux/ogg.c:707 -#: modules/demux/ogg.c:772 modules/demux/ogg.c:947 -#: modules/gui/gtk/gnome_interface.c:1099 modules/gui/gtk/gtk_interface.c:1296 -#: modules/gui/macosx/intf.m:373 modules/gui/macosx/macosx.m:68 -#: modules/gui/macosx/output.m:149 modules/gui/pda/pda_interface.c:726 -#: modules/misc/dummy/dummy.c:81 modules/video_output/directx/directx.c:112 -msgid "Video" -msgstr "Vídeo" - -#: src/libvlc.h:624 modules/access/dvb/qpsk.c:103 -#: modules/access/satellite/satellite.c:66 -msgid "Input" -msgstr "Entrada" - -#: src/libvlc.h:651 -msgid "Decoders" -msgstr "Decodificadores" - -#: src/libvlc.h:656 modules/gui/gtk/gnome_interface.c:2042 -#: modules/gui/gtk/gtk_interface.c:2361 modules/gui/gtk/gtk_interface.c:3034 -#: modules/gui/wxwindows/open.cpp:212 modules/gui/wxwindows/streamout.cpp:141 -msgid "Stream output" -msgstr "stream de saída" - -#: src/libvlc.h:678 -msgid "CPU" -msgstr "" - -#: src/libvlc.h:690 modules/gui/beos/InterfaceWindow.cpp:206 -#: modules/gui/gtk/gnome_interface.c:643 -#: modules/gui/gtk/gnome_interface.c:2384 -#: modules/gui/gtk/gnome_interface.c:2409 modules/gui/gtk/gtk_interface.c:747 -#: modules/gui/gtk/gtk_interface.c:2697 modules/gui/macosx/intf.m:303 -#: modules/gui/macosx/intf.m:393 modules/gui/pda/interface.c:612 -#: modules/gui/pda/pda_interface.c:197 modules/gui/pda/pda_interface.c:198 -#: modules/gui/pda/pda_interface.c:865 modules/gui/wxwindows/interface.cpp:404 -#: modules/gui/wxwindows/playlist.cpp:119 -msgid "Playlist" -msgstr "Lista de reprodução" - -#: src/libvlc.h:696 modules/audio_filter/converter/a52tofloat32.c:85 -#: modules/audio_filter/converter/mpgatofixed32.c:60 -#: modules/demux/mpeg/ts.c:112 modules/gui/pda/pda.c:70 -#: modules/misc/logger/logger.c:89 modules/video_filter/motionblur.c:58 -#: modules/video_filter/transform.c:63 modules/video_filter/wall.c:66 -#: modules/video_output/ggi.c:62 -msgid "Miscellaneous" -msgstr "Variados" - -#: src/libvlc.h:709 -msgid "Hot keys" -msgstr "Endereço do host" - -#: src/libvlc.h:731 -msgid "main program" -msgstr "Programa principal" - -#: src/libvlc.h:738 -msgid "print help (can be combined with --advanced)" -msgstr "" - -#: src/libvlc.h:740 -msgid "print detailed help (can be combined with --advanced)" -msgstr "" - -#: src/libvlc.h:742 -msgid "print a list of available modules" -msgstr "imprimar lista dos módulos disponíveis" - -#: src/libvlc.h:744 -msgid "print help on module (can be combined with --advanced)" -msgstr "" - -#: src/libvlc.h:746 -msgid "save the current command line options in the config" -msgstr "" - -#: src/libvlc.h:748 -msgid "reset the current config to the default values" -msgstr "" - -#: src/libvlc.h:750 -msgid "use alternate config file" -msgstr "usar arquivo de configuração alternativo" - -#: src/libvlc.h:752 -msgid "print version information" -msgstr "imprimir informações de versão" - -#: src/misc/configuration.c:1062 -msgid "boolean" -msgstr "booleano" - -#: src/misc/configuration.c:1070 -msgid "key" -msgstr "tecla" - -#: src/video_output/video_output.c:425 modules/gui/gtk/gnome_interface.c:183 -#: modules/gui/gtk/gnome_interface.c:966 modules/gui/gtk/gtk_interface.c:553 -#: modules/gui/gtk/gtk_interface.c:1349 modules/gui/macosx/intf.m:386 -#: modules/gui/macosx/intf.m:387 -#: modules/video_filter/deinterlace/deinterlace.c:81 -msgid "Deinterlace" -msgstr "Desentrelaçar" - -#: src/video_output/video_output.c:429 -msgid "Discard" -msgstr "Descartar" - -#: src/video_output/video_output.c:431 -msgid "Blend" -msgstr "Combinar" - -#: src/video_output/video_output.c:433 -msgid "Mean" -msgstr "" - -#: src/video_output/video_output.c:435 -msgid "Bob" -msgstr "" - -#: src/video_output/video_output.c:437 -msgid "Linear" -msgstr "" - -#: src/video_output/video_output.c:447 -msgid "Filters" -msgstr "Filtros" - -#: modules/access/cdda.c:86 modules/access/cddax.c:130 -#: modules/access/dshow/dshow.cpp:58 modules/access/file.c:72 -#: modules/access/ftp.c:85 modules/access/http.c:79 -#: modules/access/mms/mms.c:57 modules/access/v4l/v4l.c:65 -msgid "Caching value in ms" -msgstr "Valor de cache em ms" - -#: modules/access/cdda.c:88 modules/access/cddax.c:132 -msgid "" -"Allows you to modify the default caching value for cdda streams. This value " -"should be set in miliseconds units." -msgstr "" -"Permide que você modifique os valores pradões de cache para streams cdda. " -"Este valor deverá ser ajustado em unidades de milisegundos" - -#: modules/access/cdda.c:92 modules/access/cddax.c:136 -msgid "CD Audio input" -msgstr "Entrada de CD Audio" - -#: modules/access/cdda.c:99 modules/access/cddax.c:148 -msgid "CD Audio demux" -msgstr "demux de CD de audio" - -#: modules/access/cddax.c:83 modules/access/vcdx/access.c:86 -#: modules/access/vcdx/vcd.c:86 -msgid "set debug mask for additional debugging." -msgstr "ajuste a mascara de debug para debugação adicional." - -#: modules/access/cddax.c:85 -msgid "" -"This integer when viewed in binary is a debugging mask\n" -"MRL 1\n" -"external call 2\n" -"all calls 4\n" -"LSN 8\n" -"libcdio (10) 16\n" -"seeks (20) 32\n" -msgstr "" -"Este inteiro quando visto em binário é uma mascade de debugação\n" -"MRL 1\n" -"chamada externa 2\n" -"todas as chamadas 4\n" -"LSN 8\n" -"libcdio (10) 16\n" -"procuras (20) 32\n" - -#: modules/access/cddax.c:143 -msgid "CDX" -msgstr "" - -#: modules/access/cddax.c:196 modules/access/vcdx/access.c:144 -#: modules/access/vcdx/access.c:170 modules/access/vcdx/vcd.c:180 -#: modules/access/vcdx/vcd.c:206 -msgid "The above message had unknown vcdimager log level" -msgstr "A mensagem acima tinha um nível de log de vcdimager desconhecido" - -#: modules/access/directory.c:82 -msgid "Standard filesystem directory input" -msgstr "Entrada de diretório padrao do sistema de arquivos" - -#: modules/access/dshow/dshow.cpp:60 -msgid "" -"Allows you to modify the default caching value for directshow streams. This " -"value should be set in miliseconds units." -msgstr "" -"Permite que você modifique o valor padrão de cache para streams de vídeo. " -"Este valor deve ser ajustado em unidades de milisegundos." - -#: modules/access/dshow/dshow.cpp:64 -msgid "DirectShow input" -msgstr "Entrada DirectShow" - -#: modules/access/dshow/dshow.cpp:65 -msgid "dshow" -msgstr "" - -#: modules/access/dshow/dshow.cpp:73 -msgid "DirectShow demuxer" -msgstr "demuxer DirectShow" - -#: modules/access/dvb/qpsk.c:44 -msgid "adapter card to tune" -msgstr "placa adaptadora a ser sintonizada" - -#: modules/access/dvb/qpsk.c:45 -msgid "" -"adapter cards have a device file in directory named /dev/dvb/adapter[n] with " -"n>=0" -msgstr "" -"placas adaptadoras possuem um arquivo de dispositivo chamado /dev/dvb/adapter" -"[n] com n>=0" - -#: modules/access/dvb/qpsk.c:47 -msgid "device nummer to use on adapter" -msgstr "número do dispositivo a ser usado no adaptador" - -#: modules/access/dvb/qpsk.c:50 -msgid "satellite default transponder frequency in KHz" -msgstr "frequencia do transponder padrão do satélite em KHz" - -#: modules/access/dvb/qpsk.c:53 -msgid "satellite default transponder polarization" -msgstr "polarizaçao do transponder padrão do satélite" - -#: modules/access/dvb/qpsk.c:56 -msgid "satellite default transponder FEC" -msgstr "FEC do transponder padrão de satélite" - -#: modules/access/dvb/qpsk.c:57 -msgid "FEC=Forward Error Correction mode" -msgstr "" - -#: modules/access/dvb/qpsk.c:59 -msgid "satellite default transponder symbol rate in KHz" -msgstr "" - -#: modules/access/dvb/qpsk.c:62 -msgid "use diseqc with antenna" -msgstr "" - -#: modules/access/dvb/qpsk.c:65 -msgid "antenna lnb_lof1 (KHz)" -msgstr "" - -#: modules/access/dvb/qpsk.c:68 -msgid "antenna lnb_lof2 (KHz)" -msgstr "" - -#: modules/access/dvb/qpsk.c:71 -msgid "antenna lnb_slof (KHz)" -msgstr "" - -#: modules/access/dvb/qpsk.c:74 -msgid "probe the dvb card for capabilities (default disabled)" -msgstr "" - -#: modules/access/dvb/qpsk.c:75 -msgid "some dvb cards do not like to be probed for their capabilities" -msgstr "" - -#: modules/access/dvb/qpsk.c:78 -msgid "modulation type" -msgstr "" - -#: modules/access/dvb/qpsk.c:79 -msgid "modulation type for frontend device " -msgstr "" - -#: modules/access/dvb/qpsk.c:82 -msgid "terrestrial high priority stream code rate (FEC)" -msgstr "" - -#: modules/access/dvb/qpsk.c:85 -msgid "terrestrial low priority stream code rate (FEC)" -msgstr "" - -#: modules/access/dvb/qpsk.c:88 -msgid "terrestrial bandwidth" -msgstr "" - -#: modules/access/dvb/qpsk.c:89 -msgid "terrestrial bandwidth [0=auto,6,7,8 in MHz]" -msgstr "" - -#: modules/access/dvb/qpsk.c:91 -msgid "terrestrial guard interval" -msgstr "" - -#: modules/access/dvb/qpsk.c:94 -msgid "terrestrial transmission mode" -msgstr "" - -#: modules/access/dvb/qpsk.c:97 -msgid "terrestrial hierarchy mode" -msgstr "" - -#: modules/access/dvb/qpsk.c:101 -msgid "DVB input module with v4l2 support" -msgstr "" - -#: modules/access/dvd/dvd.c:65 -msgid "Method to use by libdvdcss for key decryption" -msgstr "Método a ser usado pelo o libdvdcss para descriptografar chaves" - -#: modules/access/dvd/dvd.c:67 -msgid "" -"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." -msgstr "" - -#: modules/access/dvd/dvd.c:86 -msgid "[dvd:][device][@raw_device][@[title][,[chapter][,angle]]]" -msgstr "" - -#: modules/access/dvd/dvd.c:87 -msgid "dvd" -msgstr "" - -#: modules/access/dvd/dvd.c:91 -msgid "DVD input (uses libdvdcss if installed)" -msgstr "Entrada de DVD (usa libdvdcss se instalado)" - -#: modules/access/dvd/dvd.c:94 -msgid "DVD input (uses libdvdcss)" -msgstr "Entrada de DVD (usa libdvdcss)" - -#: modules/access/dvdplay/access.c:202 -msgid "DVD menus" -msgstr "Usar menus DVD" - -#: modules/access/dvdplay/access.c:205 -msgid "Root" -msgstr "Raiz" - -#: modules/access/dvdplay/access.c:211 modules/demux/mkv.cpp:2410 -#: modules/gui/gtk/gnome_interface.c:1963 modules/gui/gtk/gtk_interface.c:2278 -msgid "Subtitle" -msgstr "Legenda" - -#: modules/access/dvdplay/access.c:215 -msgid "Angle" -msgstr "Ângulo" - -#: modules/access/dvdplay/access.c:217 -msgid "Resume" -msgstr "Continuar" - -#: modules/access/dvdplay/dvd.c:51 -msgid "[dvdplay:][device][@[title][,[chapter][,angle]]]" -msgstr "" - -#: modules/access/dvdplay/dvd.c:52 -msgid "DVD input with menus support" -msgstr "Entrada de DVD com suporte a menus" - -#: modules/access/dvdread/dvdread.c:45 -msgid "DVD input (using libdvdread)" -msgstr "Entrada de DVD (usando libdvdread)" - -#: modules/access/file.c:74 -msgid "" -"Allows you to modify the default caching value for file streams. This value " -"should be set in miliseconds units." -msgstr "" -"Permite que você modifique o valor padrão de cache para streams de vídeo. " -"Este valor deverá ser ajustado em unidades de milisegundos." - -#: modules/access/file.c:78 -msgid "Standard filesystem file input" -msgstr "Entrada de arquivo de sistema de arquivo padrão" - -#: modules/access/file.c:79 -msgid "file" -msgstr "arquivo" - -#: modules/access/ftp.c:87 -msgid "" -"Allows you to modify the default caching value for ftp streams. This value " -"should be set in miliseconds units." -msgstr "" -"Permite que você modifique o valor padrão de cache para streams ftp. Este " -"valor deverá ser ajustado em unidades de milisegundos." - -#: modules/access/ftp.c:91 -msgid "FTP input" -msgstr "Entrada FTP" - -#: modules/access/http.c:73 -msgid "Specify an HTTP proxy" -msgstr "Especifique um proxy HTTP" - -#: 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_PROXY environment variable will be " -"tried." -msgstr "" -"Especifica um proxy HTTP a ser usado. Deverá esta na forma http://meuproxy." -"meudomínio:minhaporta. Se nenhum for especificado, será tentado o ambiente " -"de variável HTTP_PROXY" - -#: 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 "" -"Permite que você modifique o valor padrão de cache para streams http. Este " -"valor deverá ser ajustado em unidades de milisegundos." - -#: modules/access/http.c:85 modules/gui/pda/pda_interface.c:516 -msgid "http" -msgstr "" - -#: modules/access/http.c:90 -msgid "HTTP input" -msgstr "Entrada HTTP" - -#: modules/access/mms/mms.c:59 -msgid "" -"Allows you to modify the default caching value for mms streams. This value " -"should be set in miliseconds units." -msgstr "" -"Permite que você modifique o valor padrão de cache para streams mms. Este " -"valor deverá ser ajustado em unidades de milisegundos." - -#: modules/access/mms/mms.c:63 -msgid "Microsoft Media Server (MMS) input" -msgstr "Entrada Microsoft Media Server (MMS)" - -#: modules/access/pvr/pvr.c:77 -msgid "Hauppauge PVR cards input" -msgstr "entrada de placas Hauppauge PVR" - -#: modules/access/satellite/satellite.c:41 -msgid "Satellite default transponder frequency (KHz)" -msgstr "frequencia do transponder padrão do satélite em (KHz)" - -#: modules/access/satellite/satellite.c:44 -msgid "Satellite default transponder polarization" -msgstr "" - -#: modules/access/satellite/satellite.c:47 -msgid "Satellite default transponder FEC" -msgstr "" - -#: modules/access/satellite/satellite.c:50 -msgid "Satellite default transponder symbol rate (KHz)" -msgstr "polarizaçao do transponder padrão do satélite (KHz)" - -#: modules/access/satellite/satellite.c:53 -msgid "Use diseqc with antenna" -msgstr "" - -#: modules/access/satellite/satellite.c:56 -msgid "Antenna lnb_lof1 (KHz)" -msgstr "" - -#: modules/access/satellite/satellite.c:59 -msgid "Antenna lnb_lof2 (KHz)" -msgstr "" - -#: modules/access/satellite/satellite.c:62 -msgid "Antenna lnb_slof (KHz)" -msgstr "" - -#: modules/access/satellite/satellite.c:81 -msgid "satellite input" -msgstr "" - -#: modules/access/slp.c:78 -msgid "SLP input" -msgstr "Entrada SLP" - -#: modules/access/slp.c:79 -msgid "slp" -msgstr "" - -#: modules/access/udp.c:72 modules/access_output/udp.c:74 -msgid "caching value in ms" -msgstr "valor de cache em ms" - -#: modules/access/udp.c:74 modules/access_output/udp.c:76 -msgid "" -"Allows you to modify the default caching value for udp streams. This value " -"should be set in miliseconds units." -msgstr "" -"Permite que você modifique o valor padrão de cache para streams udp. Este " -"valor deverá ser ajustado em unidades de milisegundos." - -#: modules/access/udp.c:78 -msgid "UDP/RTP input" -msgstr "Entrada UDP/RTP" - -#: modules/access/udp.c:79 modules/gui/pda/pda_interface.c:520 -msgid "udp" -msgstr "" - -#: modules/access/v4l/v4l.c:67 -msgid "" -"Allows you to modify the default caching value for v4l streams. This value " -"should be set in miliseconds units." -msgstr "" -"Permite que você modifique o valor padrão de cache para streams v4l. Este " -"valor deverá ser ajustado em unidades de milisegundos." - -#: modules/access/v4l/v4l.c:71 -msgid "Video4Linux input" -msgstr "Entrada Video4Linux" - -#: modules/access/v4l/v4l.c:72 -msgid "v4l" -msgstr "" - -#: modules/access/v4l/v4l.c:80 -msgid "Video4Linux demuxer" -msgstr "demuxer Video4Linux" - -#: modules/access/vcd/vcd.c:79 -msgid "VCD input" -msgstr "Entrada VCD" - -#: modules/access/vcdx/access.c:88 modules/access/vcdx/vcd.c:88 -msgid "" -"This integer when viewed in binary is a debugging mask\n" -"MRL 1\n" -"external call 2\n" -"all calls 4\n" -"LSN 8\n" -"PBC (10) 16\n" -"libcdio (20) 32\n" -"seeks (40) 64\n" -"still (80) 128\n" -"vcdinfo (100) 256\n" -msgstr "" - -#: modules/access/vcdx/vcd.c:113 -msgid "vcdx:[device-or-file][@{P,S,T}num]" -msgstr "" - -#: modules/access/vcdx/vcd.c:114 -msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input" -msgstr "" - -#: modules/access/vcdx/vcd.c:121 -msgid "VCDX" -msgstr "" - -#: modules/access_output/dummy.c:56 -msgid "Dummy stream ouput" -msgstr "Stream de saída Simulado" - -#: modules/access_output/file.c:66 -msgid "File stream ouput" -msgstr "Stream de arquivo de saída" - -#: modules/access_output/http.c:54 -msgid "HTTP stream ouput" -msgstr "Stream Http de saída" - -#: modules/access_output/udp.c:80 -msgid "UDP stream ouput" -msgstr "Stream UDP de saída" - -#: modules/access_output/udp.c:81 -msgid "udp stream output" -msgstr "stream udp de saída" - -#: modules/audio_filter/channel_mixer/headphone.c:48 -msgid "Characteristic dimension" -msgstr "Dimensão característica" - -#: modules/audio_filter/channel_mixer/headphone.c:50 -msgid "" -"Headphone virtual spatialization effect parameter: distance between front " -"left speaker and listener in meters." -msgstr "" - -#: modules/audio_filter/channel_mixer/headphone.c:54 -msgid "headphone" -msgstr "fone de ouvido" - -#: modules/audio_filter/channel_mixer/headphone.c:57 -msgid "headphone channel mixer with virtual spatialization effect" -msgstr "" -"Mixador de canais para fone de ouvido com efeito de espacialização virtual" - -#: modules/audio_filter/channel_mixer/trivial.c:46 -msgid "audio filter for trivial channel mixing" -msgstr "filtro de audio para mixagem trivial de canais" - -#: modules/audio_filter/converter/a52tofloat32.c:76 -msgid "A/52 dynamic range compression" -msgstr "Limite de compressão A/52 dinamico" - -#: modules/audio_filter/converter/a52tofloat32.c:78 -msgid "" -"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." -msgstr "" -"Limite de compressão dinâmico torna os sons altos mais suaves, e os sons " -"suaves mais altos, então você pode ouvir facilmente o stream em um ambiente " -"barulhento sem perturbar ninguém. Se você desabilitar o limite de compressão " -"dinâmico o playback será melhor adaptado para um cinema ou uma sala de som." - -#: modules/audio_filter/converter/a52tofloat32.c:87 -msgid "ATSC A/52 aka AC-3 audio decoder" -msgstr "Decodificador ATSC A/52 também conhecido como AC-3" - -#: modules/audio_filter/converter/a52tospdif.c:51 -msgid "audio filter for A/52->S/PDIF encapsulation" -msgstr "Filtro de audio para encapsulação do A/52->S/PDIF" - -#: modules/audio_filter/converter/dtstospdif.c:50 -msgid "audio filter for DTS->S/PDIF encapsulation" -msgstr "Filtro de audio para encapsulação do DTS->S/PDIF" - -#: modules/audio_filter/converter/fixed32tofloat32.c:48 -msgid "audio filter for fixed32<->float32 conversion" -msgstr "Filtro de audio para conversão de fixed32<->float32" - -#: modules/audio_filter/converter/fixed32tos16.c:46 -msgid "audio filter for fixed32->s16 conversion" -msgstr "Filtro de audio para conversão de fixed32->s16" - -#: modules/audio_filter/converter/float32tos16.c:46 -msgid "audio filter for float32->s16 conversion" -msgstr "Filtro de audio para conversão de float32->s16" - -#: modules/audio_filter/converter/float32tos8.c:46 -msgid "audio filter for float32->s8 conversion" -msgstr "Filtro de audio para conversão de float32->s8" - -#: modules/audio_filter/converter/float32tou16.c:46 -msgid "audio filter for float32->u16 conversion" -msgstr "Filtro de audio para conversão de float32->u16" - -#: modules/audio_filter/converter/float32tou8.c:46 -msgid "audio filter for float32->u8 conversion" -msgstr "Filtro de audio para conversão de float32->u8" - -#: modules/audio_filter/converter/mpgatofixed32.c:61 -msgid "MPEG audio decoder" -msgstr "Decofificador de audio MPEG" - -#: modules/audio_filter/converter/s16tofixed32.c:46 -msgid "audio filter for s16->fixed32 conversion" -msgstr "Filtro de audio para conversão de s16->fixed32" - -#: modules/audio_filter/converter/s16tofloat32.c:46 -msgid "audio filter for s16->float32 conversion" -msgstr "Filtro de audio para conversão de s16->float32" - -#: modules/audio_filter/converter/s16tofloat32swab.c:58 -msgid "audio filter for s16->float32 with endianness conversion" -msgstr "" - -#: modules/audio_filter/converter/s8tofloat32.c:46 -msgid "audio filter for s8->float32 conversion" -msgstr "Filtro de audio para conversão de s8->float32" - -#: modules/audio_filter/converter/u8tofixed32.c:46 -msgid "audio filter for u8->fixed32 conversion" -msgstr "Filtro de audio para conversão de s8->float32" - -#: modules/audio_filter/converter/u8tofloat32.c:46 -msgid "audio filter for u8->float32 conversion" -msgstr "Filtro de audio para conversão de s8->float32" - -#: modules/audio_filter/resampler/bandlimited.c:82 -msgid "audio filter for bandlimited interpolation resampling" -msgstr "" - -#: modules/audio_filter/resampler/coreaudio.c:65 -msgid "audio filter using CoreAudio for resampling" -msgstr "Filtro de audio usando CoreAudio para fazer reamostragem" - -#: modules/audio_filter/resampler/linear.c:59 -msgid "audio filter for linear interpolation resampling" -msgstr "Filtro de audio para reamostragem interpolada linear" - -#: modules/audio_filter/resampler/trivial.c:46 -msgid "audio filter for trivial resampling" -msgstr "filtro de audio para reamostragem trivial" - -#: modules/audio_filter/resampler/ugly.c:46 -msgid "audio filter for ugly resampling" -msgstr "filtro de audio para reamostragem feia" - -#: modules/audio_mixer/float32.c:45 -msgid "float32 audio mixer" -msgstr "mixer de audio float32" - -#: modules/audio_mixer/spdif.c:45 -msgid "dummy spdif audio mixer" -msgstr "mixer de audo spdif simulado" - -#: modules/audio_mixer/trivial.c:45 -msgid "trivial audio mixer" -msgstr "audio mixer trivial" - -#: modules/audio_output/alsa.c:97 -msgid "ALSA" -msgstr "ALSA" - -#: modules/audio_output/alsa.c:99 -msgid "ALSA device name" -msgstr "Nome do dispositivo ALSA" - -#: modules/audio_output/alsa.c:100 -msgid "ALSA audio output" -msgstr "Saída de audio ALSA" - -#: modules/audio_output/alsa.c:117 modules/audio_output/coreaudio.c:218 -#: modules/audio_output/coreaudio.c:1473 modules/audio_output/directx.c:383 -#: modules/audio_output/oss.c:129 modules/audio_output/sdl.c:176 -#: modules/audio_output/sdl.c:194 modules/audio_output/waveout.c:337 -#: modules/gui/macosx/intf.m:370 modules/gui/macosx/intf.m:371 -msgid "Audio device" -msgstr "Dispositivo de audio" - -#: modules/audio_output/alsa.c:171 modules/audio_output/directx.c:460 -#: modules/audio_output/oss.c:222 modules/audio_output/sdl.c:182 -#: modules/audio_output/sdl.c:201 modules/audio_output/waveout.c:399 -msgid "Mono" -msgstr "" - -#: modules/audio_output/alsa.c:184 modules/audio_output/directx.c:433 -#: modules/audio_output/oss.c:178 modules/audio_output/waveout.c:371 -msgid "2 Front 2 Rear" -msgstr "2 Frontais 2 Traseiros" - -#: modules/audio_output/alsa.c:190 modules/audio_output/directx.c:397 -#: modules/audio_output/oss.c:167 modules/audio_output/waveout.c:352 -msgid "5.1" -msgstr "" - -#: modules/audio_output/alsa.c:217 modules/audio_output/directx.c:503 -#: modules/audio_output/oss.c:246 modules/audio_output/waveout.c:415 -msgid "A/52 over S/PDIF" -msgstr "A/52 pelo S/PDIF" - -#: modules/audio_output/arts.c:66 -msgid "aRts audio output" -msgstr "saída de audio aRts" - -#: modules/audio_output/coreaudio.c:219 -msgid "" -"Choose a number corresponding to the number of an audio device, as listed in " -"your 'audio device' menu. This device will then be used by default for audio " -"playback." -msgstr "" -"Escolha um número correspondente ao número de um dispositivo de audio, como " -"listado em seu menu de 'dispositivos de audio'. Este dispositivo será então " -"usado por padrão para tocar audio." - -#: modules/audio_output/coreaudio.c:224 -msgid "CoreAudio output" -msgstr "Saída CoreAudio" - -#: modules/audio_output/directx.c:209 -msgid "DirectX audio output" -msgstr "Saída de audio DirectX" - -#: modules/audio_output/directx.c:415 -msgid "3 Front 2 Rear" -msgstr "3 Frontais 2 Traseiras" - -#: modules/audio_output/esd.c:66 -msgid "EsounD audio output" -msgstr "Saída de audio EsounD" - -#: modules/audio_output/file.c:82 -msgid "Output format" -msgstr "Formato de saída" - -#: modules/audio_output/file.c:83 -msgid "" -"One of \"u8\", \"s8\", \"u16\", \"s16\", \"u16_le\", \"s16_le\", \"u16_be\", " -"\"s16_be\", \"fixed32\", \"float32\" or \"spdif\"" -msgstr "" -"Um de \"u8\", \"s8\", \"u16\", \"s16\", \"u16_le\", \"s16_le\", \"u16_be\", " -"\"s16_be\", \"fixed32\", \"float32\" ou \"spdif\"" - -#: modules/audio_output/file.c:86 -msgid "Add wave header" -msgstr "Adicionar cabeçalho wave" - -#: modules/audio_output/file.c:87 -msgid "Instead of writing a raw file, you can add a wav header to the file" -msgstr "" -"Ao invés de escrever um arquivo raw, foce pode adicionar um cabeçalho wav ao " -"arquivo" - -#: modules/audio_output/file.c:104 -msgid "Output file" -msgstr "Arquivo de saída" - -#: modules/audio_output/file.c:105 -msgid "File to which the audio samples will be written to" -msgstr "" - -#: modules/audio_output/file.c:114 -msgid "file audio output" -msgstr "Arquivo de saída de audio" - -#: modules/audio_output/oss.c:101 -msgid "Try to work around buggy OSS drivers" -msgstr "Tentar contornar drivers OSS bugados" - -#: modules/audio_output/oss.c:103 -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." -msgstr "" -"Alguns drivers OSS bugados não gostam quando seus buffers internos são " -"preenchidos completamente (o som se torna pesadamente irritante). Se você " -"possui um desses driversm então você precisa habilitar esta opção." - -#: modules/audio_output/oss.c:108 -msgid "OSS" -msgstr "" - -#: modules/audio_output/oss.c:110 -msgid "OSS dsp device" -msgstr "Dispositivo OSS dsp" - -#: modules/audio_output/oss.c:112 -msgid "Linux OSS audio output" -msgstr "Saída de audio OSS Linux" - -#: modules/audio_output/sdl.c:68 -msgid "Simple DirectMedia Layer audio output" -msgstr "Saída de audio Simple DirectMedia Layer" - -#: modules/audio_output/waveout.c:135 -msgid "Win32 waveOut extension output" -msgstr "Extensão de saída waveOut Win32" - -#: modules/codec/a52.c:117 -msgid "A/52 parser" -msgstr "Parser A/52" - -#: modules/codec/a52.c:122 -msgid "A/52 audio packetizer" -msgstr "packetizer de audio A/52" - -#: modules/codec/adpcm.c:92 -msgid "ADPCM audio decoder" -msgstr "Decodificador de audio ADPCM" - -#: modules/codec/araw.c:69 -msgid "Pseudo Raw/Log Audio decoder" -msgstr "Decodificador de audio de pseudo Raw/Log" - -#: modules/codec/cinepak.c:95 -msgid "Cinepak video decoder" -msgstr "Decodificador de vídeo Cinemak" - -#: modules/codec/dts.c:122 -msgid "DTS parser" -msgstr "Parser DTS" - -#: modules/codec/dts.c:127 -msgid "DTS audio packetizer" -msgstr "packetizer de audio DTS" - -#: modules/codec/dv.c:48 -msgid "DV video decoder" -msgstr "Decodificador de vídeo DV" - -#: modules/codec/faad/decoder.c:55 -msgid "AAC audio decoder (using libfaad2)" -msgstr "Decodificador de audio AAC (usando libfaad2)" - -#: modules/codec/ffmpeg/ffmpeg.c:85 -msgid "Direct rendering" -msgstr "Renderização direta" - -#: modules/codec/ffmpeg/ffmpeg.c:87 -msgid "Error resilience" -msgstr "Elasticidade a erro" - -#: modules/codec/ffmpeg/ffmpeg.c:89 -msgid "" -"ffmpeg can make errors resiliences. \n" -"Nevertheless, with a buggy encoder (like ISO MPEG-4 encoder from M$) this " -"will produce a lot of errors.\n" -"Valid range is -1 to 99 (-1 disables all errors resiliences)." -msgstr "" -"ffmpeg pode fazer elasticidades a erros. \n" -"Entretantom com um codificador bugado (como o ISO MPEG-4 da M$) isto irá " -"produzir um monte de erros.\n" -"Variação válida é de -1 a 99 (-1 desabilita todas as elasticidades a erros)." - -#: modules/codec/ffmpeg/ffmpeg.c:94 -msgid "Workaround bugs" -msgstr "Contornar bugs" - -#: modules/codec/ffmpeg/ffmpeg.c:96 -msgid "" -"Try to fix some bugs\n" -"1 autodetect\n" -"2 old msmpeg4\n" -"4 xvid interlaced\n" -"8 ump4 \n" -"16 no padding\n" -"32 ac vlc\n" -"64 Qpel chroma" -msgstr "" -"Tenta consertar alguns bugs\n" -"1 autodetectar\n" -"2 old msmpeg4\n" -"4 xvid entrelaçado\n" -"8 ump4 \n" -"16 sem acolchoamento\n" -"32 ac vlc\n" -"64 chroma Qpel" - -#: modules/codec/ffmpeg/ffmpeg.c:105 -msgid "Hurry up" -msgstr "Apressar" - -#: modules/codec/ffmpeg/ffmpeg.c:107 -msgid "" -"Allow the decoder to partially decode or skip frame(s) when there is not " -"enough time. It's useful with low CPU power but it can produce distorted " -"pictures." -msgstr "" -"Permite que o decodificador decodifique parcialmente o pule quadro(s) onde " -"não há tempo suficiente. É útil para poder de CPU baixo mas pode produzir " -"imagens distorcidas." - -#: modules/codec/ffmpeg/ffmpeg.c:111 -msgid "Truncated stream" -msgstr "stream truncado" - -#: modules/codec/ffmpeg/ffmpeg.c:112 -msgid "truncated stream -1:auto,0:disable,:1:enable" -msgstr "stream truncado -1:auto,0:desabilitar,:1:habilitar" - -#: modules/codec/ffmpeg/ffmpeg.c:114 -msgid "Post processing quality" -msgstr "Qualidade de pós processamento" - -#: modules/codec/ffmpeg/ffmpeg.c:116 -msgid "" -"Quality of post processing. Valid range is 0 to 6\n" -"Higher levels require considerable more CPU power, but produce better " -"looking pictures." -msgstr "" -"Qualidade do pós processamento, variação válida é de 0 a 6\n" -"Níveis mais altos requerem consideravelmente mais poder de CPU, mas produzem " -"imagens mais bonitas." - -#: modules/codec/ffmpeg/ffmpeg.c:120 -msgid "Ffmpeg postproc filter chains" -msgstr "Cadeia de filtros pósproc ffmpeg" - -#: modules/codec/ffmpeg/ffmpeg.c:158 -msgid "ffmpeg" -msgstr "" - -#: modules/codec/ffmpeg/ffmpeg.c:161 -msgid "ffmpeg audio/video decoder((MS)MPEG4,SVQ1,H263,WMV,WMA)" -msgstr "decodificador de audio/vídeo ffmpeg ((MS)MPEG4,SVQ1,H263,WMV,WMA)" - -#: modules/codec/ffmpeg/ffmpeg.c:169 -msgid "Post processing" -msgstr "Pós processamento" - -#: modules/codec/ffmpeg/ffmpeg.c:180 -msgid "ffmpeg chroma conversion" -msgstr "conversão de chroma ffmpeg" - -#: modules/codec/ffmpeg/postprocessing/postprocessing.c:49 -msgid "C Post Processing" -msgstr "Pós Processamento C" - -#: modules/codec/ffmpeg/postprocessing/postprocessing.c:53 -msgid "MMX Post Processing" -msgstr "Pós Processamento MMX" - -#: modules/codec/ffmpeg/postprocessing/postprocessing.c:58 -msgid "MMXEXT Post Processing" -msgstr "Pós Processamento MMX EXT" - -#: modules/codec/flacdec.c:107 -msgid "flac audio decoder" -msgstr "decodificador de audio flac" - -#: modules/codec/libmpeg2.c:94 -msgid "MPEG I/II video decoder (using libmpeg2)" -msgstr "decodificador de MPEG I/II (usando libmpeg2)" - -#: modules/codec/lpcm.c:95 -msgid "linear PCM audio parser" -msgstr "parser de audio linear PCM" - -#: modules/codec/mpeg_audio.c:131 -msgid "MPEG audio layer I/II/III parser" -msgstr "parser de MPEG audio layer I/II/III" - -#: modules/codec/mpeg_audio.c:136 -msgid "MPEG audio layer I/II/III packetizer" -msgstr "packetizer de MPEG audio layer I/II/III" - -#: modules/codec/quicktime.c:70 -msgid "QuickTime library decoder" -msgstr "decodificador de vídeo QuickTime" - -#: modules/codec/rawvideo.c:65 -msgid "Pseudo Raw Video decoder" -msgstr "decodificador de vídeo Pseudo Raw" - -#: modules/codec/spudec/spudec.c:49 -msgid "DVD subtitles decoder" -msgstr "Decodificador de legendas DVD" - -#: modules/codec/subsdec.c:95 -msgid "Subtitles text encoding" -msgstr "Codificação de texto de legendas" - -#: modules/codec/subsdec.c:96 -msgid "Change the encoding used in text subtitles" -msgstr "" - -#: modules/codec/subsdec.c:97 -msgid "Subtitles justification" -msgstr "Alinhamento das legendas" - -#: modules/codec/subsdec.c:98 -msgid "Change the justification of substitles (0=center, 1=left, 2=right)" -msgstr "Muda o alinhamento das legendas (0=centro 1=esquerda 2=direita)" - -#: modules/codec/subsdec.c:101 -msgid "text subtitles decoder" -msgstr "decodificador de texto de legendas" - -#: modules/codec/subsdec.c:105 modules/gui/beos/InterfaceWindow.cpp:256 -#: modules/gui/kde/interface.cpp:93 -msgid "Subtitles" -msgstr "Legendas" - -#: modules/codec/tarkin.c:95 -msgid "Tarkin decoder module" -msgstr "Módulo decodificador Tarkin" - -#: modules/codec/theora.c:104 -msgid "Theora video decoder" -msgstr "Decofificador de vídeo Theora" - -#: modules/codec/theora.c:110 -msgid "Theora video packetizer" -msgstr "Packetizer de vídeo Theora" - -#: modules/codec/theora.c:116 -msgid "Theora video encoder" -msgstr "Codificador de vídeo Theora" - -#: modules/codec/theora.c:445 -msgid "Theora Comment" -msgstr "Comentário Theora" - -#: modules/codec/vorbis.c:128 -msgid "Vorbis audio decoder" -msgstr "Decodificador de audio Vorbis" - -#: modules/codec/vorbis.c:137 -msgid "Vorbis audio packetizer" -msgstr "" - -#: modules/codec/vorbis.c:504 -msgid "Vorbis Comment" -msgstr "Comentário Vorbis" - -#: modules/codec/xvid.c:48 -msgid "Xvid video decoder" -msgstr "Decodificador de vídeo Xvid" - -#: modules/control/corba/corba.c:614 -msgid "Corba control" -msgstr "Controle corba" - -#: modules/control/corba/corba.c:615 -msgid "corba control module" -msgstr "módulo de controle corba" - -#: modules/control/gestures.c:77 modules/control/joystick.c:138 -msgid "Motion threshold" -msgstr "Limiar de movimento" - -#: modules/control/gestures.c:79 -msgid "the amount of movement required for a mouse gesture to be recorded" -msgstr "" -"a quantidade de movimento nessesário para que um gesto do mouse seja gravado" - -#: modules/control/gestures.c:82 -msgid "Mouse button" -msgstr "Botão do mouse" - -#: modules/control/gestures.c:84 -msgid "the mouse button to be held down during mouse gestures" -msgstr "o botão do mouse a ser mantido precionado durante os gestos do mouse" - -#: modules/control/gestures.c:89 -msgid "Gestures" -msgstr "Gestos" - -#: modules/control/gestures.c:93 -msgid "mouse gestures control interface" -msgstr "controle da interface por gestos do mouse" - -#: modules/control/http.c:69 -msgid "Host address" -msgstr "Endereço do host" - -#: modules/control/http.c:71 -msgid "You can set the address and port on which the http interface will bind" -msgstr "" -"Você pode ajustar o endereço e a porta em que a interface http será atada" - -#: modules/control/http.c:72 modules/control/http.c:73 -msgid "Source directory" -msgstr "Diretório fonte" - -#: modules/control/http.c:76 -msgid "HTTP remote control interface" -msgstr "Interface de controle remoto HTTP" - -#: modules/control/http.c:77 -msgid "HTTP remote control" -msgstr "Controle remoto HTTP" - -#: modules/control/joystick.c:140 -msgid "" -"The amount of joystick movement required for a movement to be recorded (0-" -">32767)" -msgstr "" -"A quandidade de movimento do joystick requerido para um movimento ser " -"gravado (0->32767)" - -#: modules/control/joystick.c:143 -msgid "Joystick device" -msgstr "Dispositivo de joystick" - -#: modules/control/joystick.c:145 -msgid "The joystick device (usually /dev/js0 or /dev/input/js0)" -msgstr "O dispositivo do joystick (normalmente /dev/js0 ou /dev/input/js0)" - -#: modules/control/joystick.c:147 -msgid "Repeat time" -msgstr "Tempo de repetição" - -#: modules/control/joystick.c:149 -msgid "" -"The time waited before the action is repeated if it is still trigered, in " -"milliseconds" -msgstr "" -"Tempo de espera antes que a ação seja repetida de ainda estiver ativa, em " -"milisegundos" - -#: modules/control/joystick.c:152 -msgid "Wait time" -msgstr "Tempo de espera" - -#: modules/control/joystick.c:154 -msgid "The time waited before the repeat starts, in milliseconds " -msgstr "O tempo a ser esperado anter que a repetição comece em milisegundos" - -#: modules/control/joystick.c:156 -msgid "Max seek interval" -msgstr "Intervalo máximo de procura" - -#: modules/control/joystick.c:158 -msgid "The maximum number of seconds that will be seeked at a time." -msgstr "O número máximo de segundos que serão procurados por vez." - -#: modules/control/joystick.c:160 -msgid "Action mapping" -msgstr "Mapeamento de ação" - -#: modules/control/joystick.c:162 -msgid "" -"Allows you to remap the actions. For details, please have a look at http://" -"wiki.videolan.org/index.php/Joystick" -msgstr "" -"Permite que você remapeie as ações. Para detalhes, por favor olhe em http://" -"wiki.videolan.org/index.php/Joystick" - -#: modules/control/joystick.c:166 -msgid "Joystick" -msgstr "" - -#: modules/control/joystick.c:179 -msgid "joystick control interface" -msgstr "Controle de interface pelo joystick" - -#: modules/control/lirc/lirc.c:64 -msgid "infrared remote control interface" -msgstr "Controle da interface por um controle remoto infra-vermelho" - -#: modules/control/lirc/lirc.c:310 modules/gui/gtk/gnome_interface.c:590 -#: modules/gui/gtk/gnome_interface.c:1013 modules/gui/gtk/gtk_interface.c:698 -#: modules/gui/macosx/intf.m:306 modules/gui/macosx/intf.m:344 -#: modules/gui/macosx/intf.m:407 modules/gui/macosx/intf.m:845 -#: modules/gui/macosx/intf.m:846 modules/gui/macosx/intf.m:847 -#: modules/gui/macosx/playlist.m:191 modules/gui/pda/interface.c:192 -#: modules/gui/pda/pda_interface.c:247 modules/gui/pda/pda_interface.c:248 -#: modules/gui/wxwindows/interface.cpp:401 -#: modules/gui/wxwindows/interface.cpp:1182 -msgid "Play" -msgstr "Tocar" - -#: modules/control/ntservice.c:39 -msgid "Install NT/2K/XP service" -msgstr "Instalar serviço NT/2K/XP" - -#: modules/control/ntservice.c:41 -msgid "If enabled the interface will install the service and exit." -msgstr "Se habilitado a interface irá instalar o serviço e sair." - -#: modules/control/ntservice.c:42 -msgid "Uninstall NT/2K/XP service" -msgstr "Desinstalar serviço NT/2K/XP" - -#: modules/control/ntservice.c:44 -msgid "If enabled the interface will uninstall the service and exit." -msgstr "Se habilitado, o serviço irá desinstalar o serviço e sair." - -#: modules/control/ntservice.c:45 -msgid "Display name of the service" -msgstr "Mostrar o nome do serviço" - -#: modules/control/ntservice.c:47 -msgid "This allows you to change the display name of the service." -msgstr "Isto permite que você mude o nome a ser mostrado do serviço." - -#: modules/control/ntservice.c:50 -msgid "" -"This option allows you to select additional interfaces spawned by the " -"service. It should be specified at install time so the service is properly " -"configured. Use a comma separated list of interface modules. (common values " -"are: logger,sap,rc,http)" -msgstr "" -"Esta opção permite que você selecione interfaces adicionais geradas pelo " -"serviço. Deverá ser especificado no momento de instalação para que o serviço " -"seja configurado apropriadamente. Use uma lista de interfaces separadas por " -"vírgula. (valores comuns são: logger,sap,rc.http)" - -#: modules/control/ntservice.c:56 -msgid "Windows NT/2K/XP service interface" -msgstr "Interface de servico Windows NT/2K/XP" - -#: modules/control/ntservice.c:57 -msgid "NT service" -msgstr "Serviço NT" - -#: modules/control/rc/rc.c:77 -msgid "Show stream position" -msgstr "Mostrar posição do stream" - -#: modules/control/rc/rc.c:78 -msgid "" -"Show the current position in seconds within the stream from time to time." -msgstr "" -"Mostra a posição atual em segundos dentro do stream de tempos em tempos." - -#: modules/control/rc/rc.c:80 -msgid "Fake TTY" -msgstr "TTY falso" - -#: modules/control/rc/rc.c:81 -msgid "Force the rc plugin to use stdin as if it was a TTY." -msgstr "Forçar o plugin rc a usar stdin como se fosse TTY" - -#: modules/control/rc/rc.c:84 -msgid "Remote control" -msgstr "Controle remoto" - -#: modules/control/rc/rc.c:89 -msgid "remote control interface" -msgstr "interface de controle remoto" - -#: modules/demux/a52sys.c:39 -msgid "A52 demuxer" -msgstr "demuxer A52" - -#: modules/demux/a52sys.c:153 -msgid "A52" -msgstr "" - -#: modules/demux/a52sys.c:155 modules/demux/aac.c:167 -#: modules/demux/mpeg/m4v.c:150 modules/demux/mpeg/mpga.c:321 -msgid "Input Type" -msgstr "Tipo de entrada" - -#: modules/demux/a52sys.c:156 modules/demux/aac.c:169 -#: modules/demux/asf/asf.c:412 modules/demux/avi/avi.c:324 -#: modules/demux/mkv.cpp:2382 modules/demux/ogg.c:599 modules/demux/ogg.c:875 -#: modules/demux/ogg.c:1048 modules/gui/gtk/gnome_interface.c:148 -#: modules/gui/gtk/gnome_interface.c:931 modules/gui/gtk/gtk_interface.c:481 -#: modules/gui/gtk/gtk_interface.c:1282 modules/gui/macosx/output.m:161 -#: modules/gui/wxwindows/streamout.cpp:672 -msgid "Channels" -msgstr "Canais" - -#: modules/demux/a52sys.c:157 modules/demux/aac.c:171 -#: modules/demux/asf/asf.c:413 modules/demux/avi/avi.c:326 -#: modules/demux/mkv.cpp:2386 modules/demux/mpeg/mpga.c:327 -#: modules/demux/ogg.c:597 modules/demux/ogg.c:709 modules/demux/ogg.c:870 -#: modules/demux/ogg.c:1043 -msgid "Sample Rate" -msgstr "Taxa de Amostra" - -#: modules/demux/aac.c:39 -msgid "AAC demuxer" -msgstr "demuxer AAC" - -#: modules/demux/aac.c:165 -msgid "Aac" -msgstr "" - -#: modules/demux/asf/asf.c:42 -msgid "ASF v1.0 demuxer" -msgstr "demuxer ASF v1.0" - -#: modules/demux/asf/asf.c:360 -msgid "Length" -msgstr "Duração" - -#: modules/demux/asf/asf.c:365 modules/demux/mkv.cpp:2345 -msgid "Number of streams" -msgstr "Número de streams" - -#: modules/demux/asf/asf.c:373 modules/gui/wxwindows/iteminfo.cpp:187 -msgid "Author" -msgstr "Autor" - -#: modules/demux/asf/asf.c:375 -msgid "Copyright" -msgstr "" - -#: modules/demux/asf/asf.c:377 modules/gui/gtk/preferences.c:325 -#: modules/gui/kde/pluginsbox.cpp:46 -msgid "Description" -msgstr "Descrição" - -#: modules/demux/asf/asf.c:379 -msgid "Rating" -msgstr "Avaliação" - -#: modules/demux/asf/asf.c:388 -msgid "Stream " -msgstr "Stream" - -#: modules/demux/asf/asf.c:394 modules/demux/avi/avi.c:316 -#, c-format -msgid "Stream %d" -msgstr "Stream %d" - -#: modules/demux/asf/asf.c:397 modules/demux/avi/avi.c:318 -#: modules/demux/avi/avi.c:363 modules/demux/avi/avi.c:388 -#: modules/demux/mkv.cpp:2378 modules/demux/mkv.cpp:2394 -#: modules/demux/mkv.cpp:2410 modules/demux/ogg.c:595 modules/demux/ogg.c:667 -#: modules/demux/ogg.c:707 modules/demux/ogg.c:772 modules/demux/ogg.c:867 -#: modules/demux/ogg.c:947 modules/demux/ogg.c:1040 -#: modules/gui/macosx/output.m:142 modules/gui/pda/interface.c:372 -msgid "Type" -msgstr "Tipo" - -#: modules/demux/asf/asf.c:399 modules/demux/avi/avi.c:320 -#: modules/demux/avi/avi.c:364 modules/demux/mkv.cpp:2379 -#: modules/demux/mkv.cpp:2395 modules/demux/mkv.cpp:2411 -#: modules/demux/ogg.c:596 modules/demux/ogg.c:668 modules/demux/ogg.c:708 -#: modules/demux/ogg.c:773 modules/demux/ogg.c:868 modules/demux/ogg.c:948 -#: modules/demux/ogg.c:1041 -msgid "Codec" -msgstr "" - -#: modules/demux/asf/asf.c:403 -msgid "Codec name" -msgstr "Nome do codec" - -#: modules/demux/asf/asf.c:405 -msgid "Codec description" -msgstr "Descrição do codec" - -#: modules/demux/asf/asf.c:414 -msgid "Avg. byterate" -msgstr "Taxa de bits média" - -#: modules/demux/asf/asf.c:415 modules/demux/avi/avi.c:331 -#: modules/demux/mkv.cpp:2390 -msgid "Bits Per Sample" -msgstr "BitsPpor Amostra" - -#: modules/demux/asf/asf.c:421 modules/demux/avi/avi.c:368 -#: modules/demux/mkv.cpp:2398 -msgid "Resolution" -msgstr "Resolução" - -#: modules/demux/asf/asf.c:423 -msgid "Planes" -msgstr "Planos" - -#: modules/demux/asf/asf.c:424 modules/demux/avi/avi.c:374 -msgid "Bits Per Pixel" -msgstr "Bits Por Ponto" - -#: modules/demux/asf/asf.c:425 -msgid "Image Size" -msgstr "Tamanho da Imagem" - -#: modules/demux/asf/asf.c:426 -msgid "X pixels per meter" -msgstr "X pontos por metro" - -#: modules/demux/asf/asf.c:428 -msgid "Y pixels per meter" -msgstr "Y pontos por metro" - -#: modules/demux/au.c:41 -msgid "AU demuxer" -msgstr "demuxer AU" - -#: modules/demux/avi/avi.c:42 -msgid "avi-demuxer" -msgstr "demuxer-avi" - -#: modules/demux/avi/avi.c:44 modules/demux/avi/avi.c:45 -msgid "force interleaved method" -msgstr "forcar método interleaved" - -#: modules/demux/avi/avi.c:47 modules/demux/avi/avi.c:48 -msgid "force index creation" -msgstr "forçar criação do index" - -#: modules/demux/avi/avi.c:50 -msgid "AVI demuxer" -msgstr "demuxer AVI" - -#: modules/demux/avi/avi.c:245 -msgid "Avi" -msgstr "" - -#: modules/demux/avi/avi.c:246 -msgid "Number of Streams" -msgstr "Número de Streams" - -#: modules/demux/avi/avi.c:247 -msgid "Flags" -msgstr "" - -#: modules/demux/avi/avi.c:322 modules/demux/avi/avi.c:366 -msgid "FOURCC" -msgstr "" - -#: modules/demux/avi/avi.c:333 -msgid "Audio Bitrate" -msgstr "Taxa de bits do Audio" - -#: modules/demux/avi/avi.c:371 modules/demux/ogg.c:669 modules/demux/ogg.c:775 -#: modules/demux/ogg.c:950 -msgid "Frame Rate" -msgstr "Taxa de quadros" - -#: modules/demux/avi/avi.c:388 -msgid "Unknown" -msgstr "desconhecido" - -#: modules/demux/demuxdump.c:48 -msgid "Dump file name" -msgstr "Nome do arquivo dump" - -#: modules/demux/demuxdump.c:50 -msgid "Specify a file name to which the raw stream will be dumped." -msgstr "Especifique um nome de arquivo no qual o stream raw será armazenado" - -#: modules/demux/demuxdump.c:53 -msgid "file dump demuxer" -msgstr "demuxer de armazenamento de arquivo" - -#: modules/demux/flac.c:52 -msgid "flac demuxer" -msgstr "demuxer flac" - -#: modules/demux/m3u.c:63 -msgid "playlist metademux" -msgstr "metademux da playlist" - -#: modules/demux/mkv.cpp:94 -msgid "mkv-demuxer" -msgstr "demuxor=mkv" - -#: modules/demux/mkv.cpp:96 modules/demux/mkv.cpp:97 -msgid "Seek based on percent not time" -msgstr "Procura baseada em porcentagem e não tempo" - -#: modules/demux/mkv.cpp:99 -msgid "mka/mkv stream demuxer" -msgstr "demuxer de stream mka/mkv" - -#: modules/demux/mkv.cpp:2322 modules/gui/gtk/gnome_interface.c:2436 -#: modules/gui/gtk/gtk_interface.c:2857 modules/gui/wxwindows/playlist.cpp:180 -msgid "Duration" -msgstr "Duração" - -#: modules/demux/mkv.cpp:2331 -msgid "Date UTC" -msgstr "Data UTC" - -#: modules/demux/mkv.cpp:2335 -msgid "Segment Filename" -msgstr "Nome de arquivo do segmento" - -#: modules/demux/mkv.cpp:2339 -msgid "Muxing Application" -msgstr "Muxing Aplicação" - -#: modules/demux/mkv.cpp:2343 -msgid "Writing Application" -msgstr "Escrevendo Aplicação" - -#: modules/demux/mkv.cpp:2356 modules/gui/beos/PlayListWindow.cpp:144 -#: modules/gui/gtk/preferences.c:325 modules/gui/kde/pluginsbox.cpp:45 -#: modules/gui/pda/interface.c:364 modules/gui/wxwindows/iteminfo.cpp:172 -msgid "Name" -msgstr "Nome" - -#: modules/demux/mkv.cpp:2360 -msgid "Codec Name" -msgstr "Nome do Codec" - -#: modules/demux/mkv.cpp:2364 -msgid "Codec Setting" -msgstr "Ajustes do Codec" - -#: modules/demux/mkv.cpp:2368 -msgid "Codec Info" -msgstr "Info do codec" - -#: modules/demux/mkv.cpp:2372 -msgid "Codec Download" -msgstr "Baixar Codec" - -#: modules/demux/mkv.cpp:2402 -msgid "Display Resolution" -msgstr "Mostrar Resolução" - -#: modules/demux/mkv.cpp:2406 -msgid "Frame Per Second" -msgstr "Quadros Por Segundo" - -#: modules/demux/mp4/mp4.c:42 -msgid "MP4 demuxer" -msgstr "demuxer MP4" - -#: modules/demux/mpeg/es.c:48 -msgid "ISO 13818-1 MPEG Elementary Stream input" -msgstr "" - -#: modules/demux/mpeg/m4v.c:42 -msgid "MPEG-4 video elementary stream demuxer" -msgstr "" - -#: modules/demux/mpeg/m4v.c:149 -msgid "mpeg" -msgstr "" - -#: modules/demux/mpeg/m4v.c:150 -msgid "Video MPEG-4 (raw ES)" -msgstr "" - -#: modules/demux/mpeg/mpga.c:39 -msgid "MPEG-I/II Audio demuxer" -msgstr "" - -#: modules/demux/mpeg/mpga.c:320 -msgid "MPEG" -msgstr "" - -#: modules/demux/mpeg/mpga.c:323 -msgid "Layer" -msgstr "" - -#: modules/demux/mpeg/mpga.c:325 -msgid "Mode" -msgstr "Modo" - -#: modules/demux/mpeg/mpga.c:329 -msgid "Average Bitrate" -msgstr "Taxa de Bits Média" - -#: modules/demux/mpeg/ps.c:59 -msgid "ISO 13818-1 MPEG Program Stream input" -msgstr "" - -#: modules/demux/mpeg/system.c:55 -msgid "generic ISO 13818-1 MPEG demultiplexing" -msgstr "" - -#: modules/demux/mpeg/ts.c:91 -msgid "Compatibility with pre-0.4 VLS" -msgstr "Compatibilidade com VLC pré-0.4" - -#: modules/demux/mpeg/ts.c:93 -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." -msgstr "" - -#: modules/demux/mpeg/ts.c:97 -msgid "Buggy PSI" -msgstr "" - -#: modules/demux/mpeg/ts.c:99 -msgid "" -"If you have a stream whose PSI packets do not feature incremented continuity " -"counters, select this option." -msgstr "" - -#: modules/demux/mpeg/ts.c:104 -msgid "ISO 13818-1 MPEG Transport Stream input" -msgstr "" - -#: modules/demux/mpeg/ts.c:108 -msgid "ISO 13818-1 MPEG Transport Stream input (libdvbpsi)" -msgstr "" - -#: modules/demux/ogg.c:175 -msgid "ogg stream demuxer" -msgstr "" - -#: modules/demux/ogg.c:596 -msgid "Vorbis" -msgstr "" - -#: modules/demux/ogg.c:601 modules/demux/ogg.c:671 modules/demux/ogg.c:711 -#: modules/demux/ogg.c:872 modules/demux/ogg.c:1045 -msgid "Bit Rate" -msgstr "Taxa de Bits" - -#: modules/demux/ogg.c:668 -msgid "Theora" -msgstr "" - -#: modules/demux/ogg.c:708 -msgid "tarkin" -msgstr "" - -#: modules/demux/ogg.c:777 modules/demux/ogg.c:952 -msgid "Bit Count" -msgstr "" - -#: modules/demux/ogg.c:779 modules/demux/ogg.c:954 -msgid "Width" -msgstr "Largura" - -#: modules/demux/ogg.c:781 modules/demux/ogg.c:956 -msgid "Height" -msgstr "Altura" - -#: modules/demux/ogg.c:877 modules/demux/ogg.c:1050 -msgid "Bits per Sample" -msgstr "" - -#: modules/demux/rawdv.c:109 -msgid "raw dv demuxer" -msgstr "" - -#: modules/demux/sdp.c:46 -msgid "SDP demuxer/reader" -msgstr "demuxer/leitor SDP" - -#: modules/demux/sdp.c:56 -msgid "RTSP/RTP describe" -msgstr "" - -#: modules/demux/util/id3.c:44 -msgid "Simple id3 tag skipper" -msgstr "" - -#: modules/demux/util/id3genres.h:8 -msgid "Blues" -msgstr "" - -#: modules/demux/util/id3genres.h:9 -msgid "Classic Rock" -msgstr "Rock Clássico" - -#: modules/demux/util/id3genres.h:10 -msgid "Country" -msgstr "" - -#: modules/demux/util/id3genres.h:11 -msgid "Dance" -msgstr "" - -#: modules/demux/util/id3genres.h:12 -msgid "Disco" -msgstr "" - -#: modules/demux/util/id3genres.h:13 -msgid "Funk" -msgstr "" - -#: modules/demux/util/id3genres.h:14 -msgid "Grunge" -msgstr "" - -#: modules/demux/util/id3genres.h:15 -msgid "Hip-Hop" -msgstr "" - -#: modules/demux/util/id3genres.h:16 -msgid "Jazz" -msgstr "" - -#: modules/demux/util/id3genres.h:17 -msgid "Metal" -msgstr "" - -#: modules/demux/util/id3genres.h:18 -msgid "New Age" -msgstr "" - -#: modules/demux/util/id3genres.h:19 -msgid "Oldies" -msgstr "" - -#: modules/demux/util/id3genres.h:20 -msgid "Other" -msgstr "Outras" - -#: modules/demux/util/id3genres.h:21 -msgid "Pop" -msgstr "" - -#: modules/demux/util/id3genres.h:22 -msgid "R&B" -msgstr "" - -#: modules/demux/util/id3genres.h:23 -msgid "Rap" -msgstr "" - -#: modules/demux/util/id3genres.h:24 -msgid "Reggae" -msgstr "" - -#: modules/demux/util/id3genres.h:25 -msgid "Rock" -msgstr "" - -#: modules/demux/util/id3genres.h:26 -msgid "Techno" -msgstr "" - -#: modules/demux/util/id3genres.h:27 -msgid "Industrial" -msgstr "" - -#: modules/demux/util/id3genres.h:28 -msgid "Alternative" -msgstr "Alternativo" - -#: modules/demux/util/id3genres.h:29 -msgid "Ska" -msgstr "" - -#: modules/demux/util/id3genres.h:30 -msgid "Death Metal" -msgstr "" - -#: modules/demux/util/id3genres.h:31 -msgid "Pranks" -msgstr "" - -#: modules/demux/util/id3genres.h:32 -msgid "Soundtrack" -msgstr "Trilha Sonora" - -#: modules/demux/util/id3genres.h:33 -msgid "Euro-Techno" -msgstr "" - -#: modules/demux/util/id3genres.h:34 -msgid "Ambient" -msgstr "" - -#: modules/demux/util/id3genres.h:35 -msgid "Trip-Hop" -msgstr "" - -#: modules/demux/util/id3genres.h:36 -msgid "Vocal" -msgstr "" - -#: modules/demux/util/id3genres.h:37 -msgid "Jazz+Funk" -msgstr "" - -#: modules/demux/util/id3genres.h:38 -msgid "Fusion" -msgstr "" - -#: modules/demux/util/id3genres.h:39 -msgid "Trance" -msgstr "" - -#: modules/demux/util/id3genres.h:40 -msgid "Classical" -msgstr "" - -#: modules/demux/util/id3genres.h:41 -msgid "Instrumental" -msgstr "" - -#: modules/demux/util/id3genres.h:42 -msgid "Acid" -msgstr "" - -#: modules/demux/util/id3genres.h:43 -msgid "House" -msgstr "" - -#: modules/demux/util/id3genres.h:44 -msgid "Game" -msgstr "Jogo" - -#: modules/demux/util/id3genres.h:45 -msgid "Sound Clip" -msgstr "" - -#: modules/demux/util/id3genres.h:46 -msgid "Gospel" -msgstr "" - -#: modules/demux/util/id3genres.h:47 -msgid "Noise" -msgstr "" - -#: modules/demux/util/id3genres.h:48 -msgid "AlternRock" -msgstr "" - -#: modules/demux/util/id3genres.h:49 -msgid "Bass" -msgstr "" - -#: modules/demux/util/id3genres.h:50 -msgid "Soul" -msgstr "" - -#: modules/demux/util/id3genres.h:51 -msgid "Punk" -msgstr "" - -#: modules/demux/util/id3genres.h:52 -msgid "Space" -msgstr "" - -#: modules/demux/util/id3genres.h:53 -msgid "Meditative" -msgstr "" - -#: modules/demux/util/id3genres.h:54 -msgid "Instrumental Pop" -msgstr "Pop Instrumental" - -#: modules/demux/util/id3genres.h:55 -msgid "Instrumental Rock" -msgstr "Rock Instrumental" - -#: modules/demux/util/id3genres.h:56 -msgid "Ethnic" -msgstr "Étnica" - -#: modules/demux/util/id3genres.h:57 -msgid "Gothic" -msgstr "" - -#: modules/demux/util/id3genres.h:58 -msgid "Darkwave" -msgstr "" - -#: modules/demux/util/id3genres.h:59 -msgid "Techno-Industrial" -msgstr "" - -#: modules/demux/util/id3genres.h:60 -msgid "Electronic" -msgstr "Eletrônica" - -#: modules/demux/util/id3genres.h:61 -msgid "Pop-Folk" -msgstr "" - -#: modules/demux/util/id3genres.h:62 -msgid "Eurodance" -msgstr "" - -#: modules/demux/util/id3genres.h:63 -msgid "Dream" -msgstr "" - -#: modules/demux/util/id3genres.h:64 -msgid "Southern Rock" -msgstr "" - -#: modules/demux/util/id3genres.h:65 -msgid "Comedy" -msgstr "Comédia" - -#: modules/demux/util/id3genres.h:66 -msgid "Cult" -msgstr "" - -#: modules/demux/util/id3genres.h:67 -msgid "Gangsta" -msgstr "" - -#: modules/demux/util/id3genres.h:68 -msgid "Top 40" -msgstr "" - -#: modules/demux/util/id3genres.h:69 -msgid "Christian Rap" -msgstr "" - -#: modules/demux/util/id3genres.h:70 -msgid "Pop/Funk" -msgstr "" - -#: modules/demux/util/id3genres.h:71 -msgid "Jungle" -msgstr "" - -#: modules/demux/util/id3genres.h:72 -msgid "Native American" -msgstr "" - -#: modules/demux/util/id3genres.h:73 -msgid "Cabaret" -msgstr "" - -#: modules/demux/util/id3genres.h:74 -msgid "New Wave" -msgstr "" - -#: modules/demux/util/id3genres.h:75 -msgid "Psychadelic" -msgstr "" - -#: modules/demux/util/id3genres.h:76 -msgid "Rave" -msgstr "" - -#: modules/demux/util/id3genres.h:77 -msgid "Showtunes" -msgstr "Musicas de shows" - -#: modules/demux/util/id3genres.h:78 -msgid "Trailer" -msgstr "" - -#: modules/demux/util/id3genres.h:79 -msgid "Lo-Fi" -msgstr "" - -#: modules/demux/util/id3genres.h:80 -msgid "Tribal" -msgstr "" - -#: modules/demux/util/id3genres.h:81 -msgid "Acid Punk" -msgstr "" - -#: modules/demux/util/id3genres.h:82 -msgid "Acid Jazz" -msgstr "" - -#: modules/demux/util/id3genres.h:83 -msgid "Polka" -msgstr "" - -#: modules/demux/util/id3genres.h:84 -msgid "Retro" -msgstr "" - -#: modules/demux/util/id3genres.h:85 -msgid "Musical" -msgstr "" - -#: modules/demux/util/id3genres.h:86 -msgid "Rock & Roll" -msgstr "" - -#: modules/demux/util/id3genres.h:87 -msgid "Hard Rock" -msgstr "" - -#: modules/demux/util/id3tag.c:47 -msgid "id3 tag parser using libid3tag" -msgstr "" - -#: modules/demux/util/sub.c:69 -msgid "Text subtitles demux" -msgstr "Demux de legendas de texto" - -#: modules/demux/wav.c:42 -msgid "WAV demuxer" -msgstr "" - -#: modules/gui/beos/BeOS.cpp:55 -msgid "BeOS standard API interface" -msgstr "Interface API padrão do BeOS" - -#: modules/gui/beos/InterfaceWindow.cpp:158 -msgid "Open files from all sub-folders as well?" -msgstr "Abrir arquivos de todas as sub-pasts também?" - -#: modules/gui/beos/InterfaceWindow.cpp:159 -msgid "No" -msgstr "Não" - -#: modules/gui/beos/InterfaceWindow.cpp:159 -msgid "Yes" -msgstr "Sim" - -#: modules/gui/beos/InterfaceWindow.cpp:201 -#: modules/gui/beos/InterfaceWindow.cpp:308 modules/gui/macosx/intf.m:310 -#: modules/gui/macosx/prefs.m:77 modules/gui/pda/interface.c:151 -#: modules/gui/pda/interface.c:152 modules/gui/pda/pda_interface.c:209 -#: modules/gui/pda/pda_interface.c:210 -#: modules/gui/wxwindows/preferences.cpp:222 -msgid "Preferences" -msgstr "Preferências" - -#: modules/gui/beos/InterfaceWindow.cpp:211 -#: modules/gui/beos/InterfaceWindow.cpp:306 -#: modules/gui/gtk/gnome_interface.c:2692 modules/gui/gtk/gtk_interface.c:2947 -#: modules/gui/kde/info.cpp:9 modules/gui/kde/messages.cpp:8 -#: modules/gui/macosx/intf.m:316 modules/gui/macosx/intf.m:395 -#: modules/gui/wxwindows/messages.cpp:65 -msgid "Messages" -msgstr "Mensagens" - -#: modules/gui/beos/InterfaceWindow.cpp:238 -#: modules/gui/beos/MediaControlView.cpp:1255 -#: modules/gui/beos/PlayListWindow.cpp:82 -#: modules/gui/gtk/gnome_interface.c:503 -#: modules/gui/gtk/gnome_interface.c:1569 -#: modules/gui/gtk/gnome_interface.c:2274 -#: modules/gui/gtk/gnome_interface.c:2847 modules/gui/gtk/gtk_interface.c:618 -#: modules/gui/gtk/gtk_interface.c:1884 modules/gui/gtk/gtk_interface.c:2733 -#: modules/gui/gtk/gtk_interface.c:2850 modules/gui/gtk/gtk_interface.c:3102 -#: modules/gui/macosx/open.m:142 modules/gui/macosx/open.m:261 -#: modules/gui/macosx/output.m:132 modules/gui/macosx/output.m:205 -#: modules/gui/macosx/output.m:321 modules/gui/pda/interface.c:380 -#: modules/gui/pda/pda_interface.c:186 modules/gui/pda/pda_interface.c:350 -#: modules/gui/wxwindows/interface.cpp:388 modules/gui/wxwindows/open.cpp:271 -#: modules/gui/wxwindows/streamout.cpp:381 -msgid "File" -msgstr "Arquivo" - -#: modules/gui/beos/InterfaceWindow.cpp:240 -#: modules/gui/beos/PlayListWindow.cpp:84 -#: modules/gui/gtk/gnome_interface.c:2179 -#: modules/gui/gtk2/gnome2_interface.c:113 modules/gui/macosx/open.m:329 -#: modules/gui/macosx/open.m:628 modules/gui/macosx/open.m:674 -msgid "Open File" -msgstr "Abrir Arquivo" - -#: modules/gui/beos/InterfaceWindow.cpp:243 -#: modules/gui/beos/PlayListWindow.cpp:89 -msgid "Open Disc" -msgstr "Abrir Disco" - -#: modules/gui/beos/InterfaceWindow.cpp:245 -msgid "Open Subtitles" -msgstr "Abrir Legendas" - -#: modules/gui/beos/InterfaceWindow.cpp:249 -#: modules/gui/gtk/gtk_interface.c:1580 modules/gui/pda/interface.c:233 -#: modules/gui/pda/interface.c:234 modules/gui/pda/interface.c:767 -#: modules/gui/pda/pda_interface.c:285 modules/gui/pda/pda_interface.c:286 -#: modules/gui/pda/pda_interface.c:958 -msgid "About" -msgstr "Sobre" - -#: modules/gui/beos/InterfaceWindow.cpp:264 -msgid "Prev Title" -msgstr "Título Ant." - -#: modules/gui/beos/InterfaceWindow.cpp:265 -msgid "Next Title" -msgstr "Título Post." - -#: modules/gui/beos/InterfaceWindow.cpp:266 -msgid "Prev Chapter" -msgstr "Capítulo Ant." - -#: modules/gui/beos/InterfaceWindow.cpp:268 -msgid "Goto Menu" -msgstr "Vá ao Menu" - -#: modules/gui/beos/InterfaceWindow.cpp:277 -msgid "Go to Title" -msgstr "Vá ao Título" - -#: modules/gui/beos/InterfaceWindow.cpp:281 -msgid "Go to Chapter" -msgstr "Vá ao Capítulo" - -#: modules/gui/beos/InterfaceWindow.cpp:284 -msgid "Speed" -msgstr "Velocidade" - -#: modules/gui/beos/InterfaceWindow.cpp:303 modules/gui/macosx/intf.m:389 -msgid "Window" -msgstr "janela" - -#: modules/gui/beos/InterfaceWindow.cpp:304 -msgid "Play List" -msgstr "Lista de Reprodução" - -#: modules/gui/beos/InterfaceWindow.cpp:364 -#: modules/gui/gtk/gtk_interface.c:1661 modules/gui/gtk/gtk_interface.c:2396 -#: modules/gui/gtk/gtk_interface.c:2638 modules/gui/gtk/gtk_interface.c:2869 -#: modules/gui/gtk/gtk_interface.c:2976 modules/gui/gtk/gtk_interface.c:3250 -#: modules/gui/gtk/preferences.c:606 modules/gui/macosx/open.m:139 -#: modules/gui/macosx/open.m:180 modules/gui/macosx/output.m:128 -#: modules/gui/wxwindows/iteminfo.cpp:109 modules/gui/wxwindows/open.cpp:262 -#: modules/gui/wxwindows/preferences.cpp:242 -#: modules/gui/wxwindows/streamout.cpp:187 -#: modules/gui/wxwindows/subtitles.cpp:176 modules/gui/wxwindows/v4l.cpp:149 -msgid "OK" -msgstr "OK" - -#: modules/gui/beos/InterfaceWindow.cpp:372 -msgid "VideoLAN Client: Open Media Files" -msgstr "VideoLAN Client: Abrir Arquivos de Mídia" - -#: modules/gui/beos/InterfaceWindow.cpp:376 -msgid "VideoLAN Client: Open Subtitle File" -msgstr "VideoLAN Client: Abrir Arquivo de Legenda" - -#: modules/gui/beos/MediaControlView.cpp:64 -msgid "Drop files to play" -msgstr "Descartar arquivos a serem tocados" - -#: modules/gui/beos/PlayListWindow.cpp:93 -#: modules/gui/wxwindows/messages.cpp:90 -msgid "Close" -msgstr "Fechar" - -#: modules/gui/beos/PlayListWindow.cpp:98 modules/gui/macosx/intf.m:336 -msgid "Edit" -msgstr "Editar" - -#: modules/gui/beos/PlayListWindow.cpp:100 modules/gui/macosx/intf.m:341 -#: modules/gui/macosx/playlist.m:193 -msgid "Select All" -msgstr "Selecionar Tudo" - -#: modules/gui/beos/PlayListWindow.cpp:103 -msgid "Select None" -msgstr "Selecionar Nenhum" - -#: modules/gui/beos/PlayListWindow.cpp:108 -msgid "Sort Reverse" -msgstr "Org, Invertido" - -#: modules/gui/beos/PlayListWindow.cpp:111 -msgid "Sort by Name" -msgstr "Org. por Nome" - -#: modules/gui/beos/PlayListWindow.cpp:115 -msgid "Sort by Path" -msgstr "Org. por Caminho" - -#: modules/gui/beos/PlayListWindow.cpp:119 -msgid "Randomize" -msgstr "Aleatórizar" - -#: modules/gui/beos/PlayListWindow.cpp:124 -msgid "Remove" -msgstr "Remover" - -#: modules/gui/beos/PlayListWindow.cpp:127 -msgid "Remove All" -msgstr "Remover Tudo" - -#: modules/gui/beos/PlayListWindow.cpp:132 -msgid "View" -msgstr "Exibir" - -#: modules/gui/beos/PlayListWindow.cpp:138 -msgid "Path" -msgstr "Caminho" - -#: modules/gui/beos/PreferencesWindow.cpp:44 -#: modules/gui/beos/PreferencesWindow.cpp:46 -#: modules/gui/beos/PreferencesWindow.cpp:98 -#: modules/gui/gtk/gnome_interface.c:2216 modules/gui/macosx/prefs.m:806 -#: modules/gui/macosx/prefs.m:814 modules/gui/macosx/prefs.m:884 -msgid "Modules" -msgstr "Módulos" - -#: modules/gui/beos/PreferencesWindow.cpp:219 -#: modules/gui/gtk/preferences.c:610 -msgid "Apply" -msgstr "Aplicar" - -#: modules/gui/beos/PreferencesWindow.cpp:224 -#: modules/gui/gtk/preferences.c:597 modules/gui/gtk/preferences.c:614 -#: modules/gui/macosx/output.m:395 modules/gui/macosx/playlist.m:234 -#: modules/gui/macosx/prefs.m:78 modules/gui/wxwindows/preferences.cpp:246 -msgid "Save" -msgstr "Salvar" - -#: modules/gui/beos/PreferencesWindow.cpp:228 -msgid "Defaults" -msgstr "Padrões" - -#: modules/gui/beos/VideoOutput.cpp:1138 -msgid "Show Interface" -msgstr "Mostrar Interface" - -#: modules/gui/beos/VideoOutput.cpp:1142 -msgid "50%" -msgstr "50%" - -#: modules/gui/beos/VideoOutput.cpp:1145 -msgid "100%" -msgstr "100%" - -#: modules/gui/beos/VideoOutput.cpp:1148 -msgid "200%" -msgstr "200%" - -#: modules/gui/beos/VideoOutput.cpp:1158 -msgid "Vertical Sync" -msgstr "Sinc. Vertical" - -#: modules/gui/beos/VideoOutput.cpp:1162 -msgid "Correct Aspect Ratio" -msgstr "Corrigir Proporção de Aspecto" - -#: modules/gui/beos/VideoOutput.cpp:1191 -msgid "Stay On Top" -msgstr "Ficar No Topo" - -#: modules/gui/beos/VideoOutput.cpp:1197 -msgid "Take Screen Shot" -msgstr "Fazer Screenshot" - -#: modules/gui/beos/VlcWrapper.cpp:165 modules/gui/gtk/menu.c:734 -msgid "None" -msgstr "Nenhum" - -#: modules/gui/beos/VlcWrapper.cpp:178 -msgid "" -msgstr "" - -#: modules/gui/gtk/gnome.c:55 modules/gui/gtk/gtk.c:57 -msgid "Show tooltips" -msgstr "Mostrar dicas" - -#: modules/gui/gtk/gnome.c:56 modules/gui/gtk/gtk.c:58 -msgid "Show tooltips for configuration options." -msgstr "Mostrar digas para opções de configuração" - -#: modules/gui/gtk/gnome.c:58 -msgid "Show text on toolbar buttons" -msgstr "Mostrar texto nos botões da barra de ferramentas" - -#: modules/gui/gtk/gnome.c:59 -msgid "Show the text below icons on the toolbar." -msgstr "Mostrar texto abaixo dos ícones na barra de ferramentas" - -#: modules/gui/gtk/gnome.c:61 modules/gui/gtk/gtk.c:60 -msgid "Maximum height for the configuration windows" -msgstr "Altura máxima para as janelas de configuração" - -#: 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." -msgstr "" -"Você pode ajustar a altura máxima que as janelas de configuração no " -"menu de preferências irão ocupar." - -#: modules/gui/gtk/gnome.c:72 -msgid "GNOME" -msgstr "GNOME" - -#: modules/gui/gtk/gnome.c:80 -msgid "GNOME interface" -msgstr "Interface GNOME" - -#: modules/gui/gtk/gnome_interface.c:19 modules/gui/gtk/gnome_interface.c:985 -#: modules/gui/gtk/gtk_interface.c:165 modules/gui/gtk/gtk_interface.c:1391 -msgid "_Open File..." -msgstr "_Abrir Arquivo..." - -#: modules/gui/gtk/gnome_interface.c:20 modules/gui/gtk/gnome_interface.c:504 -#: modules/gui/gtk/gnome_interface.c:986 modules/gui/gtk/gtk_interface.c:173 -#: modules/gui/gtk/gtk_interface.c:619 modules/gui/gtk/gtk_interface.c:1399 -#: modules/gui/wxwindows/interface.cpp:277 -msgid "Open a file" -msgstr "Abre um arquivo" - -#: modules/gui/gtk/gnome_interface.c:26 modules/gui/gtk/gnome_interface.c:992 -#: modules/gui/gtk/gtk_interface.c:180 modules/gui/gtk/gtk_interface.c:1403 -msgid "Open _Disc..." -msgstr "Abrir _Disco..." - -#: modules/gui/gtk/gnome_interface.c:27 modules/gui/gtk/gnome_interface.c:516 -#: modules/gui/gtk/gnome_interface.c:993 modules/gui/gtk/gtk_interface.c:188 -#: modules/gui/gtk/gtk_interface.c:630 modules/gui/gtk/gtk_interface.c:1411 -msgid "Open a DVD or VCD" -msgstr "Abre um DVD ou VCD" - -#: modules/gui/gtk/gnome_interface.c:33 modules/gui/gtk/gnome_interface.c:999 -#: modules/gui/gtk/gtk_interface.c:195 modules/gui/gtk/gtk_interface.c:1415 -msgid "_Network Stream..." -msgstr "_Stream de Rede" - -#: modules/gui/gtk/gnome_interface.c:34 modules/gui/gtk/gnome_interface.c:528 -#: modules/gui/gtk/gnome_interface.c:1000 modules/gui/gtk/gtk_interface.c:203 -#: modules/gui/gtk/gtk_interface.c:641 modules/gui/gtk/gtk_interface.c:1423 -msgid "Select a network stream" -msgstr "Seleciona um stream de rede" - -#: modules/gui/gtk/gnome_interface.c:41 modules/gui/gtk/gtk_interface.c:218 -msgid "_Eject Disc" -msgstr "_Ejetar disco" - -#: modules/gui/gtk/gnome_interface.c:42 modules/gui/gtk/gnome_interface.c:579 -#: modules/gui/gtk/gtk_interface.c:226 -msgid "Eject disc" -msgstr "Ejeta o disco" - -#: modules/gui/gtk/gnome_interface.c:56 modules/gui/gtk/gtk_interface.c:286 -msgid "_Hide interface" -msgstr "_Esconder Interface" - -#: modules/gui/gtk/gnome_interface.c:64 modules/gui/gtk/gtk_interface.c:306 -msgid "Progr_am" -msgstr "Prog_ram" - -#: modules/gui/gtk/gnome_interface.c:65 modules/gui/gtk/gtk_interface.c:315 -msgid "Choose the program" -msgstr "Escolha o programa" - -#: modules/gui/gtk/gnome_interface.c:71 modules/gui/gtk/gtk_interface.c:319 -msgid "_Title" -msgstr "_Título" - -#: modules/gui/gtk/gnome_interface.c:72 -msgid "Choose title" -msgstr "Escolha o título" - -#: modules/gui/gtk/gnome_interface.c:78 modules/gui/gtk/gtk_interface.c:332 -msgid "_Chapter" -msgstr "_Capítulo" - -#: modules/gui/gtk/gnome_interface.c:79 -msgid "Choose chapter" -msgstr "Escolha o capítulo" - -#: modules/gui/gtk/gnome_interface.c:86 modules/gui/gtk/gtk_interface.c:352 -msgid "_Playlist..." -msgstr "_Lista de reprodução..." - -#: modules/gui/gtk/gnome_interface.c:87 modules/gui/gtk/gtk_interface.c:360 -msgid "Open the playlist window" -msgstr "Abra a janela da lista de reprodução" - -#: modules/gui/gtk/gnome_interface.c:93 modules/gui/gtk/gtk_interface.c:364 -msgid "_Modules..." -msgstr "_Módulos..." - -#: modules/gui/gtk/gnome_interface.c:94 modules/gui/gtk/gtk_interface.c:373 -msgid "Open the module manager" -msgstr "Abre o gerenciador de módulos" - -#: modules/gui/gtk/gnome_interface.c:100 modules/gui/gtk/gtk_interface.c:375 -#: modules/gui/kde/interface.cpp:133 -msgid "Messages..." -msgstr "Mensagens..." - -#: modules/gui/gtk/gnome_interface.c:101 modules/gui/gtk/gtk_interface.c:381 -msgid "Open the messages window" -msgstr "Abre a janema de mensagens" - -#: modules/gui/gtk/gnome_interface.c:118 modules/gui/gtk/gnome_interface.c:901 -#: modules/gui/gtk/gtk_interface.c:433 modules/gui/gtk/gtk_interface.c:1235 -msgid "_Language" -msgstr "_Linguagem" - -#: modules/gui/gtk/gnome_interface.c:119 modules/gui/gtk/gnome_interface.c:902 -#: modules/gui/gtk/gtk_interface.c:442 -msgid "Select audio channel" -msgstr "Selecione o canal de audio" - -#: modules/gui/gtk/gnome_interface.c:126 modules/gui/gtk/gnome_interface.c:909 -#: modules/gui/gtk/gtk_interface.c:452 modules/gui/gtk/gtk_interface.c:1253 -#: modules/gui/macosx/intf.m:363 -msgid "Volume Up" -msgstr "Aumentar Volume" - -#: modules/gui/gtk/gnome_interface.c:133 modules/gui/gtk/gnome_interface.c:916 -#: modules/gui/gtk/gtk_interface.c:459 modules/gui/gtk/gtk_interface.c:1260 -#: modules/gui/macosx/intf.m:364 -msgid "Volume Down" -msgstr "Abaixar volume" - -#: modules/gui/gtk/gnome_interface.c:140 modules/gui/gtk/gnome_interface.c:923 -#: modules/gui/gtk/gtk_interface.c:466 modules/gui/gtk/gtk_interface.c:1267 -#: modules/gui/macosx/controls.m:716 modules/gui/macosx/intf.m:365 -msgid "Mute" -msgstr "Mudo" - -#: modules/gui/gtk/gnome_interface.c:155 modules/gui/gtk/gnome_interface.c:938 -#: modules/gui/gtk/gtk_interface.c:488 modules/gui/gtk/gtk_interface.c:1289 -msgid "Device" -msgstr "Dispositivo" - -#: modules/gui/gtk/gnome_interface.c:167 modules/gui/gtk/gnome_interface.c:950 -#: modules/gui/gtk/gtk_interface.c:515 modules/gui/gtk/gtk_interface.c:1312 -msgid "_Subtitles" -msgstr "Legenda_s" - -#: modules/gui/gtk/gnome_interface.c:168 modules/gui/gtk/gnome_interface.c:951 -#: modules/gui/gtk/gtk_interface.c:524 -msgid "Select subtitles channel" -msgstr "Seleciona o canal de legendas" - -#: modules/gui/gtk/gnome_interface.c:175 modules/gui/gtk/gnome_interface.c:958 -#: modules/gui/gtk/gtk_interface.c:536 modules/gui/gtk/gtk_interface.c:1332 -msgid "_Fullscreen" -msgstr "_Tela cheia" - -#: modules/gui/gtk/gnome_interface.c:190 modules/gui/gtk/gnome_interface.c:973 -#: modules/gui/gtk/gtk_interface.c:560 modules/gui/gtk/gtk_interface.c:1356 -#: modules/gui/macosx/output.m:131 modules/gui/macosx/vout.m:225 -msgid "Screen" -msgstr "Tela" - -#: modules/gui/gtk/gnome_interface.c:211 modules/gui/gtk/gtk_interface.c:415 -msgid "_Audio" -msgstr "" - -#: modules/gui/gtk/gnome_interface.c:218 modules/gui/gtk/gtk_interface.c:497 -msgid "_Video" -msgstr "_Vídeo" - -#: modules/gui/gtk/gnome_interface.c:274 modules/gui/gtk/gtk_interface.c:121 -#: modules/gui/gtk/gtk_interface.c:1595 modules/gui/pda/interface.c:99 -#: modules/gui/pda/interface.c:734 modules/gui/pda/pda_interface.c:161 -#: modules/gui/pda/pda_interface.c:929 -msgid "VLC media player" -msgstr "" - -#: modules/gui/gtk/gnome_interface.c:515 modules/gui/gtk/gnome_interface.c:718 -#: modules/gui/gtk/gnome_interface.c:1690 -#: modules/gui/gtk/gnome_interface.c:2267 modules/gui/gtk/gtk_interface.c:629 -#: modules/gui/gtk/gtk_interface.c:816 modules/gui/gtk/gtk_interface.c:2005 -#: modules/gui/gtk/gtk_interface.c:2726 modules/gui/macosx/open.m:143 -#: modules/gui/macosx/open.m:265 modules/gui/wxwindows/interface.cpp:390 -#: modules/gui/wxwindows/open.cpp:273 -msgid "Disc" -msgstr "Disco" - -#: modules/gui/gtk/gnome_interface.c:527 modules/gui/gtk/gtk_interface.c:640 -#: modules/gui/wxwindows/interface.cpp:392 -msgid "Net" -msgstr "Rede" - -#: modules/gui/gtk/gnome_interface.c:539 modules/gui/gtk/gtk_interface.c:651 -#: modules/gui/wxwindows/interface.cpp:395 -msgid "Sat" -msgstr "Sat" - -#: modules/gui/gtk/gnome_interface.c:540 modules/gui/gtk/gtk_interface.c:652 -msgid "Open a Satellite Card" -msgstr "Abrir placa de Satélite" - -#: modules/gui/gtk/gnome_interface.c:553 -#: modules/gui/gtk/gnome_interface.c:1034 modules/gui/gtk/gtk_interface.c:664 -#: modules/gui/gtk/gtk_interface.c:1134 -msgid "Back" -msgstr "Voltar" - -#: modules/gui/gtk/gnome_interface.c:554 modules/gui/gtk/gtk_interface.c:665 -msgid "Go Backward" -msgstr "Ir para trás" - -#: modules/gui/gtk/gnome_interface.c:567 modules/gui/gtk/gtk_interface.c:677 -msgid "Stop Stream" -msgstr "Parar Stream" - -#: modules/gui/gtk/gnome_interface.c:578 modules/gui/gtk/gtk_interface.c:687 -msgid "Eject" -msgstr "Ejetar" - -#: modules/gui/gtk/gnome_interface.c:591 modules/gui/gtk/gtk_interface.c:699 -msgid "Play Stream" -msgstr "Tocar Stream" - -#: modules/gui/gtk/gnome_interface.c:603 modules/gui/gtk/gtk_interface.c:710 -msgid "Pause Stream" -msgstr "Pausar Stream" - -#: modules/gui/gtk/gnome_interface.c:617 -#: modules/gui/gtk/gnome_interface.c:1041 modules/gui/gtk/gtk_interface.c:723 -#: modules/gui/gtk/gtk_interface.c:1142 -msgid "Slow" -msgstr "Devagar" - -#: modules/gui/gtk/gnome_interface.c:618 modules/gui/gtk/gtk_interface.c:724 -msgid "Play Slower" -msgstr "Tocar mais devagar" - -#: modules/gui/gtk/gnome_interface.c:630 -#: modules/gui/gtk/gnome_interface.c:1048 modules/gui/gtk/gtk_interface.c:735 -#: modules/gui/gtk/gtk_interface.c:1150 -msgid "Fast" -msgstr "Rápido" - -#: modules/gui/gtk/gnome_interface.c:631 modules/gui/gtk/gtk_interface.c:736 -msgid "Play Faster" -msgstr "Tocar mais rápido" - -#: modules/gui/gtk/gnome_interface.c:644 modules/gui/gtk/gtk_interface.c:748 -msgid "Open Playlist" -msgstr "Abrir Lista de Reprodução" - -#: modules/gui/gtk/gnome_interface.c:655 -#: modules/gui/gtk/gnome_interface.c:1063 modules/gui/gtk/gtk_interface.c:758 -#: modules/gui/gtk/gtk_interface.c:844 modules/gui/gtk/gtk_interface.c:888 -#: modules/gui/gtk/gtk_interface.c:1173 -#: modules/gui/wxwindows/interface.cpp:406 -msgid "Prev" -msgstr "Ant." - -#: modules/gui/gtk/gnome_interface.c:656 modules/gui/gtk/gtk_interface.c:759 -msgid "Previous file" -msgstr "Arquivo Anterior" - -#: modules/gui/gtk/gnome_interface.c:668 modules/gui/gtk/gtk_interface.c:770 -msgid "Next File" -msgstr "Arquivo Posterior" - -#: modules/gui/gtk/gnome_interface.c:732 modules/gui/gtk/gtk_interface.c:830 -msgid "Title:" -msgstr "Título:" - -#: modules/gui/gtk/gnome_interface.c:752 -msgid "Select previous title" -msgstr "Seleciona título anterior" - -#: modules/gui/gtk/gnome_interface.c:775 modules/gui/gtk/gtk_interface.c:874 -msgid "Chapter:" -msgstr "Capítulo:" - -#: modules/gui/gtk/gnome_interface.c:795 -msgid "Select previous chapter" -msgstr "Seleciona capitulo anterior" - -#: modules/gui/gtk/gnome_interface.c:803 -msgid "Select next chapter" -msgstr "Seleciona capitulo posterior" - -#: modules/gui/gtk/gnome_interface.c:811 modules/gui/gtk/gtk_interface.c:911 -msgid "No server" -msgstr "Sem Servidor" - -#: modules/gui/gtk/gnome_interface.c:959 -msgid "Toggle fullscreen mode" -msgstr "Alternar modo tela cheia" - -#: modules/gui/gtk/gnome_interface.c:1070 modules/gui/gtk/gtk_interface.c:1182 -msgid "_Jump..." -msgstr "_Pular...." - -#: modules/gui/gtk/gnome_interface.c:1071 -msgid "Got directly so specified point" -msgstr "Vá diretamente ao ponto especificado" - -#: modules/gui/gtk/gnome_interface.c:1079 -msgid "Switch program" -msgstr "Trocar programa" - -#: modules/gui/gtk/gnome_interface.c:1085 modules/gui/gtk/gtk_interface.c:1209 -msgid "_Navigation" -msgstr "_Navegação" - -#: modules/gui/gtk/gnome_interface.c:1086 -msgid "Navigate through titles and chapters" -msgstr "Navega pelos títulos e capítulos" - -#: modules/gui/gtk/gnome_interface.c:1108 modules/gui/gtk/gtk_interface.c:1446 -msgid "Toggle _Interface" -msgstr "Alternar _Interface" - -#: modules/gui/gtk/gnome_interface.c:1115 modules/gui/gtk/gtk_interface.c:1455 -msgid "Playlist..." -msgstr "Lista de reprodução" - -#: modules/gui/gtk/gnome_interface.c:1361 modules/gui/gtk/gtk_interface.c:1603 -#: modules/gui/kde/kde.cpp:111 modules/gui/pda/interface.c:713 -#: modules/gui/pda/pda_interface.c:923 -msgid "(c) 1996-2003 the VideoLAN team" -msgstr "(c) 1996-2003 o time VideoLAN" - -#: modules/gui/gtk/gnome_interface.c:1363 modules/gui/gtk/gtk_interface.c:1646 -#: modules/gui/kde/kde.cpp:108 -msgid "" -"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." -msgstr "" -"Este é o VideoLan Client, um tocador de DVD, MPEG e DivX. Ele pode tocar " -"arquivos MPEG e MPEG2 de um arquivo ou de uma fonte na rede." - -#: modules/gui/gtk/gnome_interface.c:1459 -msgid "Open Stream" -msgstr "Abrir Stream" - -#: modules/gui/gtk/gnome_interface.c:1476 modules/gui/gtk/gtk_interface.c:1791 -#: modules/gui/macosx/open.m:136 modules/gui/wxwindows/open.cpp:187 -msgid "Media Resource Locator (MRL)" -msgstr "Localizador de Recursos de Mídia (MRL)" - -#: modules/gui/gtk/gnome_interface.c:1498 modules/gui/gtk/gtk_interface.c:1813 -#: modules/gui/wxwindows/open.cpp:191 -msgid "Open Target:" -msgstr "Abrir Alvo:" - -#: modules/gui/gtk/gnome_interface.c:1518 modules/gui/gtk/gtk_interface.c:1833 -#: modules/gui/wxwindows/open.cpp:206 -msgid "" -"Alternatively, you can build an MRL using one of the following predefined " -"targets:" -msgstr "" -"Alternativamente, você pode construir um MRL usando um dos sequintes alvos " -"pré-definidos:" - -#: modules/gui/gtk/gnome_interface.c:1562 -#: modules/gui/gtk/gnome_interface.c:1998 modules/gui/gtk/gtk_interface.c:1877 -#: modules/gui/gtk/gtk_interface.c:2315 modules/gui/macosx/open.m:146 -#: modules/gui/macosx/open.m:152 modules/gui/macosx/open.m:174 -#: modules/gui/macosx/output.m:134 modules/gui/macosx/prefs.m:464 -#: modules/gui/wxwindows/open.cpp:241 modules/gui/wxwindows/open.cpp:371 -#: modules/gui/wxwindows/preferences.cpp:965 -#: modules/gui/wxwindows/streamout.cpp:410 -#: modules/gui/wxwindows/subtitles.cpp:93 -msgid "Browse..." -msgstr "Navegar..." - -#: modules/gui/gtk/gnome_interface.c:1586 modules/gui/gtk/gtk_interface.c:1901 -#: modules/gui/wxwindows/open.cpp:422 -msgid "Disc type" -msgstr "Tipo de disco" - -#: modules/gui/gtk/gnome_interface.c:1605 modules/gui/gtk/gtk_interface.c:1920 -#: modules/gui/macosx/open.m:156 modules/gui/macosx/open.m:485 -#: modules/gui/wxwindows/open.cpp:416 -msgid "DVD" -msgstr "DVD" - -#: modules/gui/gtk/gnome_interface.c:1613 modules/gui/gtk/gtk_interface.c:1928 -#: modules/gui/macosx/open.m:157 modules/gui/macosx/open.m:379 -#: modules/gui/macosx/open.m:469 modules/gui/wxwindows/open.cpp:417 -msgid "VCD" -msgstr "VCD" - -#: modules/gui/gtk/gnome_interface.c:1621 modules/gui/gtk/gtk_interface.c:1936 -#: modules/gui/macosx/open.m:149 modules/gui/wxwindows/open.cpp:428 -msgid "Device name" -msgstr "Nome do dispositivo" - -#: modules/gui/gtk/gnome_interface.c:1660 modules/gui/gtk/gtk_interface.c:1996 -#: modules/gui/macosx/open.m:153 -msgid "Use DVD menus" -msgstr "Usar menus DVD" - -#: modules/gui/gtk/gnome_interface.c:1707 modules/gui/gtk/gtk_interface.c:2022 -#: modules/gui/macosx/open.m:165 modules/gui/macosx/open.m:544 -#: modules/gui/macosx/open.m:582 modules/gui/wxwindows/open.cpp:463 -msgid "UDP/RTP" -msgstr "UDP/RTP" - -#: modules/gui/gtk/gnome_interface.c:1717 modules/gui/gtk/gtk_interface.c:2032 -#: modules/gui/macosx/open.m:166 modules/gui/macosx/open.m:545 -#: modules/gui/macosx/open.m:594 modules/gui/wxwindows/open.cpp:464 -msgid "UDP/RTP Multicast" -msgstr "Multicast UDP/RTP" - -#: modules/gui/gtk/gnome_interface.c:1727 modules/gui/gtk/gtk_interface.c:2042 -#: modules/gui/macosx/open.m:167 modules/gui/macosx/open.m:546 -#: modules/gui/macosx/open.m:607 modules/gui/wxwindows/open.cpp:465 -msgid "HTTP/FTP/MMS" -msgstr "HTTP/FTP/MMS" - -#: modules/gui/gtk/gnome_interface.c:1737 -#: modules/gui/gtk/gnome_interface.c:1786 -#: modules/gui/gtk/gnome_interface.c:2912 modules/gui/gtk/gtk_interface.c:2052 -#: modules/gui/gtk/gtk_interface.c:2101 modules/gui/gtk/gtk_interface.c:3225 -#: modules/gui/macosx/open.m:160 modules/gui/macosx/open.m:162 -#: modules/gui/macosx/output.m:136 modules/gui/pda/interface.c:425 -#: modules/gui/wxwindows/open.cpp:484 modules/gui/wxwindows/open.cpp:507 -#: modules/gui/wxwindows/streamout.cpp:434 -msgid "Port" -msgstr "Porta" - -#: modules/gui/gtk/gnome_interface.c:1747 modules/gui/gtk/gtk_interface.c:2062 -#: modules/gui/macosx/open.m:161 modules/gui/macosx/output.m:135 -#: modules/gui/pda/interface.c:414 modules/gui/wxwindows/open.cpp:499 -#: modules/gui/wxwindows/streamout.cpp:423 -msgid "Address" -msgstr "Endereço" - -#: modules/gui/gtk/gnome_interface.c:1759 modules/gui/gtk/gtk_interface.c:2074 -#: modules/gui/macosx/open.m:163 modules/gui/wxwindows/open.cpp:522 -msgid "URL" -msgstr "URL" - -#: modules/gui/gtk/gnome_interface.c:1830 -#: modules/gui/gtk/gnome_interface.c:2281 modules/gui/gtk/gtk_interface.c:2145 -#: modules/gui/gtk/gtk_interface.c:2740 modules/gui/macosx/open.m:144 -#: modules/gui/macosx/open.m:269 modules/gui/pda/interface.c:518 -#: modules/gui/pda/pda_interface.c:564 modules/gui/wxwindows/open.cpp:275 -msgid "Network" -msgstr "Rede" - -#: modules/gui/gtk/gnome_interface.c:1847 modules/gui/gtk/gtk_interface.c:2162 -msgid "Symbol Rate" -msgstr "Symbol Rate" - -#: modules/gui/gtk/gnome_interface.c:1857 modules/gui/gtk/gtk_interface.c:2172 -#: modules/gui/wxwindows/v4l.cpp:304 -msgid "Frequency" -msgstr "Freqüência" - -#: modules/gui/gtk/gnome_interface.c:1867 modules/gui/gtk/gtk_interface.c:2182 -msgid "Polarization" -msgstr "Polarização" - -#: modules/gui/gtk/gnome_interface.c:1887 modules/gui/gtk/gtk_interface.c:2202 -msgid "FEC" -msgstr "FEC" - -#: modules/gui/gtk/gnome_interface.c:1906 modules/gui/gtk/gtk_interface.c:2221 -msgid "Vertical" -msgstr "Vertical" - -#: modules/gui/gtk/gnome_interface.c:1914 modules/gui/gtk/gtk_interface.c:2229 -msgid "Horizontal" -msgstr "Horizontal" - -#: modules/gui/gtk/gnome_interface.c:1956 modules/gui/gtk/gtk_interface.c:2271 -#: modules/gui/wxwindows/open.cpp:278 -msgid "Satellite" -msgstr "Satélite" - -#: modules/gui/gtk/gnome_interface.c:2005 modules/gui/gtk/gtk_interface.c:2322 -#: modules/gui/macosx/open.m:176 -msgid "delay" -msgstr "atraso" - -#: modules/gui/gtk/gnome_interface.c:2020 modules/gui/gtk/gtk_interface.c:2338 -#: modules/gui/macosx/open.m:178 -msgid "fps" -msgstr "qps" - -#: modules/gui/gtk/gnome_interface.c:2049 modules/gui/gtk/gtk_interface.c:2369 -#: modules/gui/macosx/open.m:173 modules/gui/macosx/output.m:127 -#: modules/gui/wxwindows/open.cpp:217 modules/gui/wxwindows/open.cpp:384 -msgid "Settings..." -msgstr "Configurações..." - -#: modules/gui/gtk/gnome_interface.c:2224 -msgid "" -"Sorry, the module manager isn't functional yet. Please retry in a later " -"version." -msgstr "" -"Desculpe, o gerenciador de módulo não é funcional ainda. Por fover tente " -"novamente em uma próxima versão." - -#: modules/gui/gtk/gnome_interface.c:2288 -#: modules/gui/gtk/gnome_interface.c:2429 modules/gui/gtk/gtk_interface.c:2747 -#: modules/gui/wxwindows/playlist.cpp:178 -msgid "Url" -msgstr "Url" - -#: modules/gui/gtk/gnome_interface.c:2300 modules/gui/gtk/gtk_interface.c:2768 -msgid "All" -msgstr "Tudo" - -#: modules/gui/gtk/gnome_interface.c:2307 -msgid "Item" -msgstr "Item" - -#: modules/gui/gtk/gnome_interface.c:2319 modules/video_filter/crop.c:61 -msgid "Crop" -msgstr "Cortar" - -#: modules/gui/gtk/gnome_interface.c:2326 -msgid "Invert" -msgstr "Inverter" - -#: modules/gui/gtk/gnome_interface.c:2333 modules/gui/gtk/preferences.c:382 -#: modules/gui/kde/pluginsbox.cpp:48 modules/gui/macosx/prefs.m:199 -msgid "Select" -msgstr "Selecione" - -#: modules/gui/gtk/gnome_interface.c:2345 modules/gui/gtk/gtk_interface.c:2712 -#: modules/gui/macosx/playlist.m:195 modules/gui/pda/interface.c:287 -msgid "Add" -msgstr "Adicionar" - -#: modules/gui/gtk/gnome_interface.c:2352 modules/gui/gtk/gtk_interface.c:2754 -#: modules/gui/macosx/playlist.m:192 modules/gui/macosx/playlist.m:196 -#: modules/gui/pda/pda_interface.c:855 -msgid "Delete" -msgstr "Apagar" - -#: modules/gui/gtk/gnome_interface.c:2359 modules/gui/gtk/gtk_interface.c:2782 -msgid "Selection" -msgstr "Seleção" - -#: modules/gui/gtk/gnome_interface.c:2588 -msgid "Jump to: " -msgstr "Pular para:" - -#: modules/gui/gtk/gnome_interface.c:2605 modules/gui/gtk/gtk_interface.c:2588 -msgid "s." -msgstr "s." - -#: modules/gui/gtk/gnome_interface.c:2620 modules/gui/gtk/gtk_interface.c:2603 -msgid "m:" -msgstr "m:" - -#: modules/gui/gtk/gnome_interface.c:2635 modules/gui/gtk/gtk_interface.c:2618 -msgid "h:" -msgstr "h:" - -#: modules/gui/gtk/gnome_interface.c:2796 modules/gui/gtk/gtk_interface.c:3051 -msgid "Stream output (MRL)" -msgstr "Saída de stream (MRL)" - -#: modules/gui/gtk/gnome_interface.c:2811 modules/gui/gtk/gtk_interface.c:3066 -msgid "Destination Target: " -msgstr "Alvo de Destino: " - -#: modules/gui/gtk/gnome_interface.c:2857 modules/gui/gtk/gtk_interface.c:3112 -#: modules/gui/macosx/output.m:140 modules/gui/macosx/output.m:262 -#: modules/gui/macosx/output.m:339 modules/gui/wxwindows/streamout.cpp:384 -msgid "UDP" -msgstr "UDP" - -#: modules/gui/gtk/gnome_interface.c:2867 modules/gui/gtk/gtk_interface.c:3122 -#: modules/gui/macosx/output.m:141 modules/gui/macosx/output.m:277 -#: modules/gui/macosx/output.m:349 modules/gui/wxwindows/streamout.cpp:385 -msgid "RTP" -msgstr "RTP" - -#: modules/gui/gtk/gnome_interface.c:2877 modules/gui/gtk/gtk_interface.c:3132 -msgid "Path:" -msgstr "Caminho:" - -#: modules/gui/gtk/gnome_interface.c:2887 modules/gui/gtk/gtk_interface.c:3157 -#: modules/gui/pda/pda_interface.c:416 -msgid "Address:" -msgstr "Endereço:" - -#: modules/gui/gtk/gnome_interface.c:2956 modules/gui/gtk/gtk_interface.c:3201 -msgid "TS" -msgstr "TS" - -#: modules/gui/gtk/gnome_interface.c:2964 modules/gui/gtk/gtk_interface.c:3209 -msgid "PS" -msgstr "PS" - -#: modules/gui/gtk/gnome_interface.c:2972 modules/gui/gtk/gtk_interface.c:3217 -#: modules/gui/macosx/output.m:312 modules/gui/macosx/output.m:378 -msgid "AVI" -msgstr "AVI" - -#: modules/gui/gtk/gnome_support.c:100 modules/gui/gtk/gnome_support.c:138 -#: modules/gui/gtk/gtk_support.c:121 modules/gui/gtk2/gnome2_support.c:60 -#: modules/gui/gtk2/gnome2_support.c:85 modules/gui/gtk2/gtk2_support.c:90 -#: modules/gui/gtk2/gtk2_support.c:114 modules/gui/pda/pda_support.c:90 -#: modules/gui/pda/pda_support.c:114 modules/gui/pda/support.c:121 -#, c-format -msgid "Couldn't find pixmap file: %s" -msgstr "Não pude encontrar o arquivo pixmap: %s" - -#: modules/gui/gtk/gnome_support.c:116 -#, c-format -msgid "Couldn't create pixmap from file: %s" -msgstr "Não pude criar pixmap a partir do arquivo %s" - -#: modules/gui/gtk/gtk.c:71 -msgid "Gtk+" -msgstr "Gtk+" - -#: modules/gui/gtk/gtk.c:77 -msgid "Gtk+ interface" -msgstr "Interface Gtk+" - -#: modules/gui/gtk/gtk_interface.c:147 modules/gui/gtk/gtk_interface.c:1373 -#: modules/gui/gtk2/gtk2_interface.c:77 -msgid "_File" -msgstr "_Arquivo" - -#: modules/gui/gtk/gtk_interface.c:238 -msgid "_Close" -msgstr "_Fechar" - -#: modules/gui/gtk/gtk_interface.c:246 -msgid "Close the window" -msgstr "Fechar a janela" - -#: modules/gui/gtk/gtk_interface.c:253 modules/gui/gtk/gtk_interface.c:1483 -msgid "E_xit" -msgstr "_Sair" - -#: modules/gui/gtk/gtk_interface.c:261 -msgid "Exit the program" -msgstr "Fecha o programa" - -#: modules/gui/gtk/gtk_interface.c:268 modules/gui/gtk2/gtk2_interface.c:132 -msgid "_View" -msgstr "_Visão" - -#: modules/gui/gtk/gtk_interface.c:294 -msgid "Hide the main interface window" -msgstr "Esconde a janela principal da interface" - -#: modules/gui/gtk/gtk_interface.c:328 -msgid "Navigate through the stream" -msgstr "Navegar através do stream" - -#: modules/gui/gtk/gtk_interface.c:385 -msgid "_Settings" -msgstr "_Configurações" - -#: modules/gui/gtk/gtk_interface.c:403 modules/gui/gtk/gtk_interface.c:1464 -msgid "_Preferences..." -msgstr "_Preferências..." - -#: modules/gui/gtk/gtk_interface.c:411 -msgid "Configure the application" -msgstr "Configura a aplicação" - -#: modules/gui/gtk/gtk_interface.c:569 modules/gui/gtk2/gtk2_interface.c:139 -msgid "_Help" -msgstr "_Ajuda" - -#: modules/gui/gtk/gtk_interface.c:587 modules/gui/gtk/gtk_interface.c:1435 -msgid "_About..." -msgstr "S_obre..." - -#: modules/gui/gtk/gtk_interface.c:595 -msgid "About this application" -msgstr "Sobre esta aplicação" - -#: modules/gui/gtk/gtk_interface.c:1110 -msgid "_Play" -msgstr "_Tocar" - -#: modules/gui/gtk/gtk_interface.c:1612 -msgid "Authors" -msgstr "Autores" - -#: modules/gui/gtk/gtk_interface.c:1626 -msgid "the VideoLAN team " -msgstr "o time VideoLAN " - -#: modules/gui/gtk/gtk_interface.c:1777 modules/gui/wxwindows/open.cpp:165 -msgid "Open Target" -msgstr "Abrir Alvo" - -#: modules/gui/gtk/gtk_interface.c:2284 -msgid "Use a subtitles file" -msgstr "Usar arquivo de legendas" - -#: modules/gui/gtk/gtk_interface.c:2306 -msgid "Select a subtitles file" -msgstr "Selecione um arquivo de legendas" - -#: modules/gui/gtk/gtk_interface.c:2336 -msgid "Set the delay (in seconds)" -msgstr "Ajuste o atraso (em segundos)" - -#: modules/gui/gtk/gtk_interface.c:2352 -msgid "Set the number of Frames Per Second" -msgstr "Ajuste o número de quadros por segundo" - -#: modules/gui/gtk/gtk_interface.c:2367 -msgid "Use stream output" -msgstr "Use a saída de stream" - -#: modules/gui/gtk/gtk_interface.c:2375 -msgid "Stream output configuration " -msgstr "Configuração do stream de saída" - -#: modules/gui/gtk/gtk_interface.c:2403 modules/gui/gtk/gtk_interface.c:2645 -#: modules/gui/gtk/gtk_interface.c:2876 modules/gui/gtk/gtk_interface.c:3257 -#: modules/gui/gtk/preferences.c:618 modules/gui/macosx/open.m:140 -#: modules/gui/macosx/prefs.m:79 modules/gui/macosx/prefs.m:170 -#: modules/gui/wxwindows/iteminfo.cpp:112 modules/gui/wxwindows/open.cpp:265 -#: modules/gui/wxwindows/preferences.cpp:245 -#: modules/gui/wxwindows/streamout.cpp:190 -#: modules/gui/wxwindows/subtitles.cpp:179 modules/gui/wxwindows/v4l.cpp:152 -msgid "Cancel" -msgstr "Cancelar" - -#: modules/gui/gtk/gtk_interface.c:2518 -msgid "Select File" -msgstr "Selecione o arquivo" - -#: modules/gui/gtk/gtk_interface.c:2565 -msgid "Jump" -msgstr "Pular" - -#: modules/gui/gtk/gtk_interface.c:2572 -msgid "Go to:" -msgstr "Vá para" - -#: modules/gui/gtk/gtk_interface.c:2775 -msgid "Selected" -msgstr "Selecionado" - -#: modules/gui/gtk/gtk_interface.c:2798 -msgid "_Crop" -msgstr "_Recortar" - -#: modules/gui/gtk/gtk_interface.c:2809 -msgid "_Invert" -msgstr "_Inverter" - -#: modules/gui/gtk/gtk_interface.c:2820 -msgid "_Select" -msgstr "_Selecionar" - -#: modules/gui/gtk/gtk_support.c:130 modules/gui/pda/support.c:130 -#, c-format -msgid "Error loading pixmap file: %s" -msgstr "Erro ao carregar arquivo pixmap: %s" - -#: modules/gui/gtk/menu.c:901 -#, c-format -msgid "Title %d (%d)" -msgstr "Título %d (%d)" - -#: modules/gui/gtk/menu.c:968 -#, c-format -msgid "Chapter %d" -msgstr "Capítulo %d" - -#: modules/gui/gtk/preferences.c:371 -msgid "Configure" -msgstr "Configurar" - -#: modules/gui/gtk/preferences.c:394 modules/gui/kde/pluginsbox.cpp:51 -msgid "Selected:" -msgstr "Selecionado:" - -#: modules/gui/gtk2/gnome2.c:54 modules/gui/gtk2/gtk2.c:55 -msgid "Gtk2 interface" -msgstr "Interface Gtk2" - -#: modules/gui/gtk2/gnome2_interface.c:31 -msgid "_New" -msgstr "_Novo" - -#: modules/gui/gtk2/gnome2_interface.c:87 -msgid "gnome2" -msgstr "" - -#: modules/gui/gtk2/gnome2_interface.c:112 -msgid "button4" -msgstr "botão4" - -#: modules/gui/gtk2/gnome2_interface.c:122 -#: modules/gui/gtk2/gtk2_interface.c:183 -msgid "button3" -msgstr "botão3" - -#: modules/gui/gtk2/gnome2_interface.c:123 modules/gui/macosx/output.m:394 -msgid "Save File" -msgstr "Salvar Arquivo" - -#: modules/gui/gtk2/gtk2_interface.c:67 -msgid "window1" -msgstr "Janela1" - -#: modules/gui/gtk2/gtk2_interface.c:109 -msgid "_Edit" -msgstr "_Editar" - -#: modules/gui/gtk2/gtk2_interface.c:146 -msgid "_About" -msgstr "_Sobre" - -#: modules/gui/gtk2/gtk2_interface.c:163 -msgid "button1" -msgstr "botão1" - -#: modules/gui/gtk2/gtk2_interface.c:173 -msgid "button2" -msgstr "botão2" - -#: modules/gui/kde/interface.cpp:88 -msgid "Languages" -msgstr "Linguagem" - -#: modules/gui/kde/interface.cpp:137 -msgid "Stream info..." -msgstr "Informação do stream..." - -#: modules/gui/kde/interface.cpp:439 -msgid "Off" -msgstr "Desligar" - -#: modules/gui/kde/kde.cpp:55 -msgid "path to ui.rc file" -msgstr "caminho para o arq. ui,rc" - -#: modules/gui/kde/kde.cpp:56 -msgid "KDE interface" -msgstr "Interface KDE" - -#: modules/gui/kde/messages.cpp:29 -msgid "Messages:" -msgstr "Mensagens:" - -#: modules/gui/kde/preferences.cpp:96 -#: modules/gui/wxwindows/preferences.cpp:469 -msgid "Plugins" -msgstr "Plugins" - -#: modules/gui/macosx/about.m:73 modules/gui/macosx/intf.m:321 -msgid "About VLC media player" -msgstr "Sobre o VLC media player" - -#: modules/gui/macosx/controls.m:366 modules/gui/macosx/controls.m:721 -#: modules/gui/macosx/intf.m:374 -msgid "Half Size" -msgstr "Metade do Tamanho" - -#: modules/gui/macosx/controls.m:368 modules/gui/macosx/controls.m:722 -#: modules/gui/macosx/intf.m:375 -msgid "Normal Size" -msgstr "Tamanho normal" - -#: modules/gui/macosx/controls.m:370 modules/gui/macosx/controls.m:723 -#: modules/gui/macosx/intf.m:376 -msgid "Double Size" -msgstr "Tamanho dobrado" - -#: modules/gui/macosx/controls.m:372 modules/gui/macosx/controls.m:725 -#: modules/gui/macosx/controls.m:732 modules/gui/macosx/intf.m:379 -msgid "Float On Top" -msgstr "Flutuar por cima" - -#: modules/gui/macosx/controls.m:374 modules/gui/macosx/controls.m:724 -#: modules/gui/macosx/intf.m:377 -msgid "Fit To Screen" -msgstr "Ajustar para a tela" - -#: modules/gui/macosx/controls.m:681 modules/gui/macosx/intf.m:350 -msgid "Shuffle" -msgstr "" - -#: modules/gui/macosx/controls.m:688 modules/gui/macosx/intf.m:351 -msgid "Repeat Item" -msgstr "Repetir Item" - -#: modules/gui/macosx/controls.m:695 modules/gui/macosx/intf.m:352 -msgid "Repeat Playlist" -msgstr "Repetir Lista de Reprodução" - -#: modules/gui/macosx/controls.m:702 modules/gui/macosx/intf.m:353 -msgid "Step Forward" -msgstr "Passo Adiante" - -#: modules/gui/macosx/controls.m:703 modules/gui/macosx/intf.m:354 -msgid "Step Backward" -msgstr "Passo para Trás" - -#: modules/gui/macosx/info.m:157 modules/gui/macosx/intf.m:394 -#: modules/gui/macosx/intf.m:419 -msgid "Info" -msgstr "" - -#: modules/gui/macosx/intf.m:299 -msgid "VLC - Controller" -msgstr "VLC - Controlador" - -#: modules/gui/macosx/intf.m:311 modules/gui/wxwindows/interface.cpp:1247 -#: modules/gui/wxwindows/timer.cpp:119 -msgid "Volume" -msgstr "Volume" - -#: modules/gui/macosx/intf.m:312 -msgid "Position" -msgstr "Posição" - -#: modules/gui/macosx/intf.m:318 -msgid "Open CrashLog" -msgstr "Abrir Crashlog" - -#: modules/gui/macosx/intf.m:322 -msgid "Preferences..." -msgstr "Preferências..." - -#: modules/gui/macosx/intf.m:323 -msgid "Hide VLC" -msgstr "Esconder o VLC" - -#: modules/gui/macosx/intf.m:324 -msgid "Hide Others" -msgstr "Esconder Outros" - -#: modules/gui/macosx/intf.m:325 -msgid "Show All" -msgstr "Mostrar Tudo" - -#: modules/gui/macosx/intf.m:326 -msgid "Quit VLC" -msgstr "Sair do VLC" - -#: modules/gui/macosx/intf.m:328 -msgid "1:File" -msgstr "1:Arquivo" - -#: modules/gui/macosx/intf.m:329 -msgid "Open..." -msgstr "Abrir..." - -#: modules/gui/macosx/intf.m:330 -msgid "Open File..." -msgstr "Abrir Arquivo..." - -#: modules/gui/macosx/intf.m:331 -msgid "Open Disc..." -msgstr "Abrir Disco..." - -#: modules/gui/macosx/intf.m:332 -msgid "Open Network..." -msgstr "Abrir Rede..." - -#: modules/gui/macosx/intf.m:333 -msgid "Open Recent" -msgstr "Abrir Recente" - -#: modules/gui/macosx/intf.m:334 modules/gui/macosx/intf.m:1105 -msgid "Clear Menu" -msgstr "Limpar o Menu" - -#: modules/gui/macosx/intf.m:337 -msgid "Cut" -msgstr "Recortar" - -#: modules/gui/macosx/intf.m:338 -msgid "Copy" -msgstr "Copiar" - -#: modules/gui/macosx/intf.m:339 -msgid "Paste" -msgstr "Colar" - -#: modules/gui/macosx/intf.m:340 modules/gui/wxwindows/messages.cpp:95 -msgid "Clear" -msgstr "Limpar" - -#: modules/gui/macosx/intf.m:343 -msgid "Controls" -msgstr "Controles" - -#: modules/gui/macosx/intf.m:382 modules/gui/macosx/intf.m:383 -#: modules/gui/macosx/macosx.m:47 modules/gui/macosx/vout.m:214 -msgid "Video device" -msgstr "Dispositivo de Vídeo" - -#: modules/gui/macosx/intf.m:390 -msgid "Minimize Window" -msgstr "Minimizar janela" - -#: modules/gui/macosx/intf.m:391 -msgid "Close Window" -msgstr "Fechar janela" - -#: modules/gui/macosx/intf.m:392 -msgid "Controller" -msgstr "Controlador" - -#: modules/gui/macosx/intf.m:397 -msgid "Bring All to Front" -msgstr "Trazer tudo para a frente" - -#: modules/gui/macosx/intf.m:399 -msgid "Help" -msgstr "Ajuda" - -#: modules/gui/macosx/intf.m:400 -msgid "ReadMe..." -msgstr "LeiaMe..." - -#: modules/gui/macosx/intf.m:401 -msgid "Online Documentation" -msgstr "Documentação Online" - -#: modules/gui/macosx/intf.m:402 -msgid "Report a Bug" -msgstr "Reportar um bug" - -#: modules/gui/macosx/intf.m:403 -msgid "VideoLAN Website" -msgstr "website do Videolan" - -#: modules/gui/macosx/intf.m:404 modules/gui/macosx/intf.m:1098 -msgid "License" -msgstr "Licença" - -#: modules/gui/macosx/intf.m:413 -msgid "Error" -msgstr "Erro" - -#: modules/gui/macosx/intf.m:414 -msgid "" -"An error has occurred which probably prevented the execution of your request:" -msgstr "" -"Um erro ocorreu que provavelmenter impediu a execução de seu requerimento:" - -#: modules/gui/macosx/intf.m:415 -msgid "If you believe that it is a bug, please follow the instructions at:" -msgstr "Se você acredita que seja um bug, por favor siga as instruções em:" - -#: modules/gui/macosx/intf.m:416 -msgid "Open Messages Window" -msgstr "Abrir janela de mensagem" - -#: modules/gui/macosx/intf.m:417 -msgid "Dismiss" -msgstr "Liberar" - -#: modules/gui/macosx/intf.m:1062 -msgid "No CrashLog found" -msgstr "Não foi encontrado um Crashlod" - -#: modules/gui/macosx/intf.m:1062 -msgid "" -"Either you are running Mac OS X pre 10.2 or you haven't experienced any " -"heavy crashes yet." -msgstr "" -"Ou você está usando um Mac OS X pré 10.2 ou você ainda não esperimentou " -"nenhum travamento pesado." - -#: modules/gui/macosx/macosx.m:48 -msgid "" -"Choose a number corresponding to a screen in you video device selection menu " -"and this screen will be used by default as the screen for 'fullscreen'." -msgstr "" -"Escolha um número correspondente a tela em seu menu de seleção de " -"dispositico de vídeo e esta tela será a padrão para a 'tela cheia'." - -#: modules/gui/macosx/macosx.m:52 -msgid "Opaqueness" -msgstr "Opacidade" - -#: modules/gui/macosx/macosx.m:54 -msgid "" -"Set the transparency of the video output. 1 is non-transparent (default) 0 " -"is fully transparent." -msgstr "" -"Ajusta a transparência da saída de vídeo. 1 é não-transparente (padrão) 0 é " -"completamente transparente." - -#: modules/gui/macosx/macosx.m:57 -msgid "Always float on top" -msgstr "Sempre flutuar por cima" - -#: modules/gui/macosx/macosx.m:59 -msgid "Let the video window float on top of other windows." -msgstr "Deixa a janela de vídeo flutuar por cima de outras janelas" - -#: modules/gui/macosx/macosx.m:62 -msgid "MacOS X interface, sound and video" -msgstr "Interface MacOS X, som e vídeo" - -#: modules/gui/macosx/open.m:135 -msgid "Open Source" -msgstr "Abrir Fonte" - -#: modules/gui/macosx/open.m:137 -msgid "Only enqueue in playlist, do not play" -msgstr "Apenas coloque na lista de reprodução, não tocar" - -#: modules/gui/macosx/open.m:147 -msgid "Treat as a pipe rather than as a file" -msgstr "" - -#: modules/gui/macosx/open.m:155 modules/gui/macosx/open.m:368 -msgid "VIDEO_TS folder" -msgstr "Pasta VIDEO_TS" - -#: modules/gui/macosx/open.m:158 modules/gui/macosx/open.m:386 -#: modules/gui/macosx/open.m:477 -msgid "Audio CD" -msgstr "Cd de Audio" - -#: modules/gui/macosx/open.m:172 -msgid "Load subtitles file:" -msgstr "Carrecar arquivo de legendas" - -#: modules/gui/macosx/open.m:175 -msgid "Override" -msgstr "Sobrepujar" - -#: modules/gui/macosx/open.m:330 modules/gui/macosx/open.m:524 -#: modules/gui/macosx/open.m:629 modules/gui/macosx/open.m:675 -#: modules/gui/pda/pda_interface.c:185 -msgid "Open" -msgstr "Abrir" - -#: modules/gui/macosx/open.m:420 modules/gui/macosx/open.m:472 -#: modules/gui/macosx/open.m:480 modules/gui/macosx/open.m:488 -msgid "No %@s found" -msgstr "Não encontrado %@s" - -#: modules/gui/macosx/open.m:523 -msgid "Open VIDEO_TS Directory" -msgstr "Abrir o diretório VIDEO_TS" - -#: modules/gui/macosx/output.m:126 -msgid "Advanced output:" -msgstr "Saída avançada:" - -#: modules/gui/macosx/output.m:130 -msgid "Output Options" -msgstr "Opções de saída" - -#: modules/gui/macosx/output.m:133 modules/gui/macosx/output.m:224 -#: modules/gui/macosx/output.m:327 -msgid "Stream" -msgstr "stream" - -#: modules/gui/macosx/output.m:137 -msgid "TTL" -msgstr "TTL" - -#: modules/gui/macosx/output.m:138 modules/gui/macosx/output.m:235 -#: modules/gui/macosx/output.m:332 modules/gui/pda/interface.c:480 -#: modules/gui/wxwindows/streamout.cpp:382 -msgid "HTTP" -msgstr "HTTP" - -#: modules/gui/macosx/output.m:139 modules/gui/macosx/output.m:248 -#: modules/gui/macosx/output.m:334 modules/gui/wxwindows/streamout.cpp:383 -msgid "MMSH" -msgstr "MMSH" - -#: modules/gui/macosx/output.m:144 modules/gui/wxwindows/streamout.cpp:531 -msgid "Encapsulation Method" -msgstr "Método de encapsulação" - -#: modules/gui/macosx/output.m:148 -msgid "Transcode options" -msgstr "Opções Transcode" - -#: modules/gui/macosx/output.m:152 modules/gui/macosx/output.m:158 -#: modules/gui/wxwindows/streamout.cpp:614 -#: modules/gui/wxwindows/streamout.cpp:666 -msgid "Bitrate (kb/s)" -msgstr "Taxa de Bits (kb/s)" - -#: modules/gui/macosx/output.m:165 modules/gui/wxwindows/streamout.cpp:481 -msgid "Miscellaneous Options" -msgstr "Opções Variadas" - -#: modules/gui/macosx/output.m:166 -msgid "Announce streams via SAP Channel:" -msgstr "Anuncie streams via Canal SAP:" - -#: modules/gui/macosx/output.m:313 modules/gui/macosx/output.m:382 -msgid "Ogg" -msgstr "Ogg" - -#: modules/gui/macosx/output.m:314 modules/gui/macosx/output.m:374 -msgid "MPEG PS" -msgstr "MPEG PS" - -#: modules/gui/macosx/output.m:315 modules/gui/macosx/output.m:384 -msgid "MPEG 4" -msgstr "MPEG 4" - -#: modules/gui/macosx/output.m:316 modules/gui/macosx/output.m:376 -msgid "MPEG 1" -msgstr "MPEG 1" - -#: modules/gui/macosx/output.m:317 modules/gui/macosx/output.m:386 -msgid "Quicktime" -msgstr "Quicktime" - -#: modules/gui/macosx/output.m:318 modules/gui/macosx/output.m:336 -#: modules/gui/macosx/output.m:380 -msgid "ASF" -msgstr "ASF" - -#: modules/gui/macosx/playlist.m:190 -msgid "Save Playlist..." -msgstr "Salvar Lista de Reprodução..." - -#: modules/gui/macosx/playlist.m:232 -msgid "Untitled" -msgstr "Sem Título" - -#: modules/gui/macosx/playlist.m:233 -msgid "Save Playlist" -msgstr "Salvar Lista de Reprodução" - -#: modules/gui/macosx/prefs.m:80 modules/gui/wxwindows/preferences.cpp:248 -msgid "Reset All" -msgstr "Zerar Tudo" - -#: modules/gui/macosx/prefs.m:81 -msgid "Advanced" -msgstr "Avançado" - -#: modules/gui/macosx/prefs.m:170 -msgid "Reset Preferences" -msgstr "Zerar Preferências" - -#: modules/gui/macosx/prefs.m:170 -msgid "Continue" -msgstr "Continuar" - -#: modules/gui/macosx/prefs.m:172 modules/gui/wxwindows/preferences.cpp:321 -msgid "" -"Beware this will reset your VLC Media Player config file.\n" -"Are you sure you want to continue?" -msgstr "" -"Cuidado isto ira zerar seu arquivo de configuração do VLC.\n" -"Você tem certeza de quer continuar?" - -#: modules/gui/macosx/prefs.m:198 -msgid "Select file or directory" -msgstr "Selecione arquivo ou diretório" - -#: modules/gui/macosx/prefs.m:408 modules/gui/wxwindows/preferences.cpp:895 -msgid "Default" -msgstr "Padrão" - -#: modules/gui/ncurses/ncurses.c:66 -msgid "ncurses interface" -msgstr "Interface ncurses" - -#: modules/gui/pda/interface.c:126 modules/gui/wxwindows/dialogs.cpp:256 -#: modules/gui/wxwindows/open.cpp:821 -#: modules/gui/wxwindows/preferences.cpp:1195 -#: modules/gui/wxwindows/subtitles.cpp:220 -msgid "Open file" -msgstr "Abrir arquivo" - -#: modules/gui/pda/interface.c:166 modules/gui/pda/pda_interface.c:223 -#: modules/gui/pda/pda_interface.c:224 -msgid "Rewind" -msgstr "Rebobinar" - -#: modules/gui/pda/interface.c:167 -msgid "Rewind stream" -msgstr "Rebobinar stream" - -#: modules/gui/pda/interface.c:180 -msgid "Pause stream" -msgstr "Pausar stream" - -#: modules/gui/pda/interface.c:193 -msgid "Play stream" -msgstr "Tocar Stream" - -#: modules/gui/pda/interface.c:206 -msgid "Stop stream" -msgstr "Parar stream" - -#: modules/gui/pda/interface.c:218 modules/gui/pda/pda_interface.c:271 -#: modules/gui/pda/pda_interface.c:272 -msgid "Forward" -msgstr "Avançar" - -#: modules/gui/pda/interface.c:219 -msgid "Forward stream" -msgstr "Avançar stream" - -#: modules/gui/pda/interface.c:295 modules/gui/pda/pda_interface.c:368 -msgid "MRL :" -msgstr "MRL :" - -#: modules/gui/pda/interface.c:396 -msgid "UDP/RTP (Adress when Multicast)" -msgstr "UDP/RTP (Endereço quando Multicast)" - -#: modules/gui/pda/interface.c:490 -msgid "FTP" -msgstr "FTP" - -#: modules/gui/pda/interface.c:500 -msgid "MMS" -msgstr "MMS" - -#: modules/gui/pda/interface.c:526 -msgid "Media" -msgstr "Mídia" - -#: modules/gui/pda/interface.c:562 -msgid "MRL" -msgstr "MRL" - -#: modules/gui/pda/interface.c:571 modules/gui/pda/pda.c:271 -msgid "Time" -msgstr "Tempo" - -#: modules/gui/pda/interface.c:588 modules/gui/pda/pda_interface.c:850 -msgid "Update" -msgstr "Atualizar" - -#: modules/gui/pda/interface.c:596 -msgid " Del " -msgstr " Apagar " - -#: modules/gui/pda/interface.c:604 modules/gui/pda/pda_interface.c:860 -msgid " Clear " -msgstr " Limpar " - -#: modules/gui/pda/interface.c:628 -msgid "Automatically play file" -msgstr "Tocar arquivo automaticamente" - -#: modules/gui/pda/interface.c:645 modules/gui/pda/pda_interface.c:880 -msgid " Save " -msgstr " Salvar " - -#: modules/gui/pda/interface.c:653 modules/gui/pda/pda_interface.c:885 -msgid " Apply " -msgstr " Aplicar " - -#: modules/gui/pda/interface.c:661 modules/gui/pda/pda_interface.c:890 -msgid " Cancel " -msgstr " Cancelar " - -#: modules/gui/pda/interface.c:669 modules/gui/pda/pda_interface.c:895 -msgid "Preference" -msgstr " Preferência " - -#: modules/gui/pda/interface.c:723 modules/gui/pda/pda_interface.c:936 -msgid "Authors: The VideoLAN Team, http://www.videolan.org" -msgstr "Autores: O Time VideoLAN, http://www.videolan.org" - -#: modules/gui/pda/interface.c:755 modules/gui/pda/pda_interface.c:944 -msgid "" -"The VideoLAN Client is a MPEG, MPEG 2, MP3, DivX player, that accepts input " -"from local or network sources." -msgstr "" -"O VideoLan Client é um tocador de MPEG, MPEG2, MP3 e DivX, que aceita " -"entrada de fontes locais ou da rede" - -#: modules/gui/pda/pda.c:62 -msgid "Autoplay selected file" -msgstr " Autotocar arq. selecionado" - -#: modules/gui/pda/pda.c:63 -msgid "Automatically play a file when selected in the file selection list" -msgstr "" -"Toca automaticamente um arquivo quando selecionado na lista de seleção de " -"aquivos" - -#: modules/gui/pda/pda.c:72 -msgid "PDA Linux Gtk2+ interface" -msgstr "Interface PDA Linux Gtk2+" - -#: modules/gui/pda/pda.c:246 modules/gui/pda/pda.c:269 -#: modules/gui/wxwindows/streamout.cpp:406 -msgid "Filename" -msgstr "Nome do arq." - -#: modules/gui/pda/pda.c:248 -msgid "Permissions" -msgstr "Permissões" - -#: modules/gui/pda/pda.c:250 modules/gui/wxwindows/v4l.cpp:269 -msgid "Size" -msgstr "Tamanho" - -#: modules/gui/pda/pda.c:252 -msgid "Owner" -msgstr "Dono" - -#: modules/gui/pda/pda.c:254 modules/gui/wxwindows/iteminfo.cpp:236 -msgid "Group" -msgstr "Grupo" - -#: modules/gui/pda/pda_interface.c:293 -msgid "0:00:00" -msgstr "0:00:00" - -#: modules/gui/pda/pda_interface.c:345 modules/gui/pda/pda_interface.c:559 -#: modules/gui/pda/pda_interface.c:632 modules/gui/pda/pda_interface.c:817 -msgid "Add to Playlist" -msgstr "Adicionar à Lista de reprodução" - -#: modules/gui/pda/pda_interface.c:380 -msgid "file://" -msgstr "" - -#: modules/gui/pda/pda_interface.c:381 -msgid "ftp://" -msgstr "" - -#: modules/gui/pda/pda_interface.c:382 -msgid "http://" -msgstr "" - -#: modules/gui/pda/pda_interface.c:383 -msgid "udp://@:1234" -msgstr "" - -#: modules/gui/pda/pda_interface.c:384 -msgid "udp6://@:1234" -msgstr "" - -#: modules/gui/pda/pda_interface.c:385 -msgid "rtp://" -msgstr "" - -#: modules/gui/pda/pda_interface.c:386 -msgid "rtp6://" -msgstr "" - -#: modules/gui/pda/pda_interface.c:407 -msgid "Port:" -msgstr "" - -#: modules/gui/pda/pda_interface.c:455 -msgid "unicast" -msgstr "unicast" - -#: modules/gui/pda/pda_interface.c:456 -msgid "multicast" -msgstr "multicast" - -#: modules/gui/pda/pda_interface.c:464 -msgid "Network: " -msgstr "Rede:" - -#: modules/gui/pda/pda_interface.c:481 -msgid "IPv4" -msgstr "IPv4" - -#: modules/gui/pda/pda_interface.c:482 -msgid "IPv6" -msgstr "IPv6" - -#: modules/gui/pda/pda_interface.c:490 -msgid "Protocol:" -msgstr "Protocolo:" - -#: modules/gui/pda/pda_interface.c:499 -msgid "MRL:" -msgstr "MRL:" - -#: modules/gui/pda/pda_interface.c:517 -msgid "ftp" -msgstr "ftp" - -#: modules/gui/pda/pda_interface.c:518 -msgid "mms" -msgstr "mms" - -#: modules/gui/pda/pda_interface.c:519 -msgid "rtp" -msgstr "rtp" - -#: modules/gui/pda/pda_interface.c:528 -msgid "Stream:" -msgstr "Stream:" - -#: modules/gui/pda/pda_interface.c:545 -msgid "server" -msgstr "servidor" - -#: modules/gui/pda/pda_interface.c:546 -msgid "client" -msgstr "cliente" - -#: modules/gui/pda/pda_interface.c:579 -msgid "Audio:" -msgstr "Audio:" - -#: modules/gui/pda/pda_interface.c:588 -msgid "Video:" -msgstr "Vídeo:" - -#: modules/gui/pda/pda_interface.c:609 modules/gui/pda/pda_interface.c:781 -msgid "/dev/dsp" -msgstr "/dev/dsp" - -#: modules/gui/pda/pda_interface.c:624 modules/gui/pda/pda_interface.c:702 -msgid "/dev/video" -msgstr "/dev/video" - -#: modules/gui/pda/pda_interface.c:637 -msgid "Camera" -msgstr "Câmera" - -#: modules/gui/pda/pda_interface.c:663 modules/gui/pda/pda_interface.c:742 -msgid "Device :" -msgstr "Dispositivo :" - -#: modules/gui/pda/pda_interface.c:672 modules/gui/pda/pda_interface.c:751 -msgid "Codec :" -msgstr "Codec:" - -#: modules/gui/pda/pda_interface.c:681 modules/gui/pda/pda_interface.c:760 -msgid "Bitrate :" -msgstr "Taxa de Bits:" - -#: modules/gui/pda/pda_interface.c:716 -msgid "huff" -msgstr "huff" - -#: modules/gui/pda/pda_interface.c:795 -msgid "alaw" -msgstr "alaw" - -#: modules/gui/pda/pda_interface.c:822 -msgid "Server" -msgstr "Servidor" - -#: modules/gui/pda/pda_interface.c:952 -msgid "http://www.videolan.org" -msgstr "http://www.videolan.org" - -#: modules/gui/qnx/qnx.c:44 -msgid "QNX RTOS video and audio output" -msgstr "Saída de video e audio QNX RTOS" - -#: modules/gui/qt/qt.cpp:47 -msgid "Qt interface" -msgstr "Interface Qt" - -#: modules/gui/skins/src/dialogs.cpp:143 -msgid "Open a skin file" -msgstr "Abrir arquivo skin" - -#: modules/gui/skins/src/skin_main.cpp:305 -#: modules/gui/skins/src/skin_main.cpp:306 -msgid "Last skin actually used" -msgstr "Última skin usada" - -#: modules/gui/skins/src/skin_main.cpp:307 -#: modules/gui/skins/src/skin_main.cpp:308 -msgid "Config of last used skin" -msgstr "Configuração da última skin usada" - -#: modules/gui/skins/src/skin_main.cpp:309 -#: modules/gui/skins/src/skin_main.cpp:310 -msgid "Show application in system tray" -msgstr "Mostrar aplicação na bandeja do sistema" - -#: modules/gui/skins/src/skin_main.cpp:311 -#: modules/gui/skins/src/skin_main.cpp:312 -msgid "Show application in taskbar" -msgstr "Mostrar aplicação na barra de tarefas" - -#: modules/gui/skins/src/skin_main.cpp:323 -msgid "Skinnable Interface" -msgstr "Interface Skinnable" - -#: modules/gui/wxwindows/fileinfo.cpp:61 -msgid "FileInfo" -msgstr "Info de arq." - -#: modules/gui/wxwindows/interface.cpp:278 -msgid "Open a DVD or (S)VCD" -msgstr "Abrir DVD ou (S)VCD" - -#: modules/gui/wxwindows/interface.cpp:279 -msgid "Open a network stream" -msgstr "Abrir um stream de rede" - -#: modules/gui/wxwindows/interface.cpp:280 -msgid "Open a satellite stream" -msgstr "Abrir um stream de satélite" - -#: modules/gui/wxwindows/interface.cpp:281 -msgid "Eject the DVD/CD" -msgstr "Ejetar o DVD/CD" - -#: modules/gui/wxwindows/interface.cpp:282 -msgid "Exit this program" -msgstr "Sair deste programa" - -#: modules/gui/wxwindows/interface.cpp:284 -msgid "Open the playlist" -msgstr "Abre a lista de reprodução" - -#: modules/gui/wxwindows/interface.cpp:285 -msgid "Show the program logs" -msgstr "Mostra os logs do programa" - -#: modules/gui/wxwindows/interface.cpp:286 -msgid "Show information about the file being played" -msgstr "Mostra informação sobre o arquivo sendo tocado" - -#: modules/gui/wxwindows/interface.cpp:288 -msgid "Go to the preferences menu" -msgstr "Vai para o menu de preferências" - -#: modules/gui/wxwindows/interface.cpp:289 -msgid "Shows the extended GUI" -msgstr "Mostra a GUI extendida" - -#: modules/gui/wxwindows/interface.cpp:291 -msgid "About this program" -msgstr "Sobre este programa" - -#: modules/gui/wxwindows/interface.cpp:295 modules/gui/wxwindows/menus.cpp:92 -msgid "Simple &Open ..." -msgstr "&Abrir Simples..." - -#: modules/gui/wxwindows/interface.cpp:297 modules/gui/wxwindows/menus.cpp:93 -msgid "Open &File..." -msgstr "A&brir Arquivo..." - -#: modules/gui/wxwindows/interface.cpp:299 modules/gui/wxwindows/menus.cpp:94 -msgid "Open &Disc..." -msgstr "Abrir &Disco" - -#: modules/gui/wxwindows/interface.cpp:301 modules/gui/wxwindows/menus.cpp:95 -msgid "Open &Network Stream..." -msgstr "Abrir Stream de &Rede" - -#: modules/gui/wxwindows/interface.cpp:304 -msgid "Open &Satellite Stream..." -msgstr "Abrir Stream de Sa&télite" - -#: modules/gui/wxwindows/interface.cpp:309 -msgid "&Eject Disc" -msgstr "&Ejetar Disco" - -#: modules/gui/wxwindows/interface.cpp:313 -msgid "E&xit" -msgstr "&Sair" - -#: modules/gui/wxwindows/interface.cpp:317 -msgid "&Playlist..." -msgstr "Lista de Re&produção" - -#: modules/gui/wxwindows/interface.cpp:319 -msgid "&Messages..." -msgstr "&Mensagens..." - -#: modules/gui/wxwindows/interface.cpp:320 -msgid "&File info..." -msgstr "&Info do arq..." - -#: modules/gui/wxwindows/interface.cpp:325 -msgid "&Preferences..." -msgstr "&Preferências" - -#: modules/gui/wxwindows/interface.cpp:327 -msgid "&Extended GUI" -msgstr "" - -#: modules/gui/wxwindows/interface.cpp:345 -msgid "&About..." -msgstr "&Sobre" - -#: modules/gui/wxwindows/interface.cpp:349 -msgid "&File" -msgstr "&Arquivo" - -#: modules/gui/wxwindows/interface.cpp:350 -msgid "&View" -msgstr "&Visão" - -#: modules/gui/wxwindows/interface.cpp:351 -msgid "&Settings" -msgstr "&Configurações" - -#: modules/gui/wxwindows/interface.cpp:352 -#: modules/gui/wxwindows/interface.cpp:697 -#: modules/gui/wxwindows/interface.cpp:745 -msgid "&Audio" -msgstr "" - -#: modules/gui/wxwindows/interface.cpp:353 -#: modules/gui/wxwindows/interface.cpp:716 -#: modules/gui/wxwindows/interface.cpp:749 -msgid "&Video" -msgstr "&Vídeo" - -#: modules/gui/wxwindows/interface.cpp:354 -#: modules/gui/wxwindows/interface.cpp:735 -#: modules/gui/wxwindows/interface.cpp:753 -msgid "&Navigation" -msgstr "&Navegação" - -#: modules/gui/wxwindows/interface.cpp:355 -msgid "&Help" -msgstr "A&juda" - -#: modules/gui/wxwindows/interface.cpp:371 -msgid "Stop current playlist item" -msgstr "Parar item da lista de reprodução atual" - -#: modules/gui/wxwindows/interface.cpp:372 -msgid "Play current playlist item" -msgstr "Tocar item atual da lista de reprodução" - -#: modules/gui/wxwindows/interface.cpp:373 -msgid "Pause current playlist item" -msgstr "Pausar item atual da lista de reprodução" - -#: modules/gui/wxwindows/interface.cpp:374 -#: modules/gui/wxwindows/playlist.cpp:463 -msgid "Open playlist" -msgstr "Abrir lista de reprodução" - -#: modules/gui/wxwindows/interface.cpp:375 -msgid "Previous playlist item" -msgstr "Item anterior da lista de reprodução" - -#: modules/gui/wxwindows/interface.cpp:376 -msgid "Next playlist item" -msgstr "Próximo item da lista de reprodução" - -#: modules/gui/wxwindows/interface.cpp:377 -msgid "Play slower" -msgstr "Tocar mais devagar" - -#: modules/gui/wxwindows/interface.cpp:378 -msgid "Play faster" -msgstr "Tocar mais rápido" - -#: modules/gui/wxwindows/interface.cpp:482 -msgid "Image adjust" -msgstr "" - -#: modules/gui/wxwindows/interface.cpp:493 -msgid "Enable" -msgstr "Habilitar" - -#: modules/gui/wxwindows/interface.cpp:498 -msgid "Hue" -msgstr "" - -#: modules/gui/wxwindows/interface.cpp:508 -msgid "Contrast" -msgstr "Contraste" - -#: modules/gui/wxwindows/interface.cpp:517 -msgid "Brightness" -msgstr "Brilho" - -#: modules/gui/wxwindows/interface.cpp:526 -msgid "Saturation" -msgstr "Saturação" - -#: modules/gui/wxwindows/interface.cpp:543 -msgid "Video Options" -msgstr "Opções de Vídeo" - -#: modules/gui/wxwindows/interface.cpp:558 -msgid "Ratio" -msgstr "Proporção" - -#: modules/gui/wxwindows/interface.cpp:789 -msgid "" -" (wxWindows interface)\n" -"\n" -msgstr "" -" (Interface wxWindows)\n" -"\n" - -#: modules/gui/wxwindows/interface.cpp:790 -msgid "" -"(C) 1996-2003 - the VideoLAN Team\n" -"\n" -msgstr "" -"(C) 1996-2003 - o Time VideoLAN\n" -"\n" - -#: modules/gui/wxwindows/interface.cpp:792 -msgid "" -"The VideoLAN team \n" -"http://www.videolan.org/\n" -"\n" -msgstr "" -"O Time VideoLAN \n" -"http://www.videolan.org/\n" -"\n" - -#: modules/gui/wxwindows/interface.cpp:795 -#, c-format -msgid "About %s" -msgstr "Sobre %s" - -#: modules/gui/wxwindows/iteminfo.cpp:86 -msgid "Playlist Item options" -msgstr "Opções do Item da lista de reprodução" - -#: modules/gui/wxwindows/iteminfo.cpp:146 -msgid "Item informations" -msgstr "Informações do Item" - -#: modules/gui/wxwindows/iteminfo.cpp:157 -msgid "URI" -msgstr "URI" - -#: modules/gui/wxwindows/iteminfo.cpp:218 -msgid "Group Info" -msgstr "Info do Grupo" - -#: modules/gui/wxwindows/iteminfo.cpp:231 -msgid "Item enabled" -msgstr "Item habilitado" - -#: modules/gui/wxwindows/menus.cpp:111 -msgid "Audio menu" -msgstr "Menu de audio" - -#: modules/gui/wxwindows/menus.cpp:127 -msgid "Video menu" -msgstr "Menu de vídeo" - -#: modules/gui/wxwindows/menus.cpp:145 -msgid "Input menu" -msgstr "Menu de entrada" - -#: modules/gui/wxwindows/menus.cpp:344 -msgid "Empty" -msgstr "Vazio" - -#: modules/gui/wxwindows/messages.cpp:100 -msgid "Save As..." -msgstr "Salvar como..." - -#: modules/gui/wxwindows/messages.cpp:204 -msgid "Save Messages As a file..." -msgstr "Salvar mensagens como um arquivo..." - -#: modules/gui/wxwindows/open.cpp:195 -msgid "" -"You can use this field directly by typing the full MRL you want to open.\n" -"Alternatively, the field will be filled automatically when you use the " -"controls below." -msgstr "" -"Você pode usar este campo diretamente ao digitar o o MRL completo que você " -"quer abrir.\n" -"Alternativamente, o campo será preenchido automaticamente quando você usa os " -"controles abaixo." - -#: modules/gui/wxwindows/open.cpp:213 -msgid "Use VLC as a stream server" -msgstr "Usar o VLC como um sevidor de stream" - -#: modules/gui/wxwindows/open.cpp:234 -msgid "Capture input stream" -msgstr "Captura stream de entrada" - -#: modules/gui/wxwindows/open.cpp:236 -msgid "Capture the stream you are playing to a file" -msgstr "Captura o stream que você está tocando em um arquivo" - -#: modules/gui/wxwindows/open.cpp:281 -msgid "Video For Linux" -msgstr "Video For Linux" - -#: modules/gui/wxwindows/open.cpp:378 modules/gui/wxwindows/subtitles.cpp:84 -msgid "Subtitles file" -msgstr "Arquivo de legendas" - -#: modules/gui/wxwindows/open.cpp:379 -msgid "Load an additional subtitles file. Currently only works with AVI files." -msgstr "" -"Carrega um arquivo de legendas adicional. Atualmente funciona apenas com " -"arquivos AVI" - -#: modules/gui/wxwindows/open.cpp:415 -msgid "DVD (menus support)" -msgstr "DVD (suporte a menus)" - -#: modules/gui/wxwindows/open.cpp:418 -msgid "CD Audio" -msgstr "Cd de Audio" - -#: modules/gui/wxwindows/open.cpp:557 -msgid "WebCam" -msgstr "WebCam" - -#: modules/gui/wxwindows/open.cpp:558 -msgid "TV Card" -msgstr "Placa de TV" - -#: modules/gui/wxwindows/open.cpp:559 -msgid "PVR" -msgstr "PVR" - -#: modules/gui/wxwindows/open.cpp:560 -msgid "Kfir" -msgstr "Kfir" - -#: modules/gui/wxwindows/open.cpp:564 -msgid "Video Device Type" -msgstr "Tipo de Dispositivo de Vídeo" - -#: modules/gui/wxwindows/open.cpp:574 -msgid "Video Device" -msgstr "Dispositivo de Vídeo" - -#: modules/gui/wxwindows/open.cpp:582 modules/gui/wxwindows/v4l.cpp:353 -msgid "Channel" -msgstr "Canal" - -#: modules/gui/wxwindows/open.cpp:591 -msgid "Advanced Settings..." -msgstr "Opções Avançadas..." - -#: modules/gui/wxwindows/open.cpp:1063 modules/gui/wxwindows/streamout.cpp:800 -msgid "Save file" -msgstr "Salvar arquivo" - -#: modules/gui/wxwindows/playlist.cpp:140 -msgid "&Simple Add..." -msgstr "Adicionar Bá&sico..." - -#: modules/gui/wxwindows/playlist.cpp:141 -msgid "&Add MRL..." -msgstr "&Adicionar MRL..." - -#: modules/gui/wxwindows/playlist.cpp:142 -msgid "&Sort" -msgstr "&Ordenar" - -#: modules/gui/wxwindows/playlist.cpp:143 -msgid "&Reverse Sort" -msgstr "Ordenar &Reverso" - -#: modules/gui/wxwindows/playlist.cpp:144 -msgid "&Open Playlist..." -msgstr "Abrir Lista de Repr&odução" - -#: modules/gui/wxwindows/playlist.cpp:145 -msgid "&Save Playlist..." -msgstr "&Salvar Lista de Reprodução" - -#: modules/gui/wxwindows/playlist.cpp:147 -msgid "&Close" -msgstr "Fe&char" - -#: modules/gui/wxwindows/playlist.cpp:151 -msgid "&Enable" -msgstr "&Habilitar" - -#: modules/gui/wxwindows/playlist.cpp:152 -msgid "&Disable" -msgstr "&Desabilitar" - -#: modules/gui/wxwindows/playlist.cpp:154 -msgid "&Invert" -msgstr "&Inverter" - -#: modules/gui/wxwindows/playlist.cpp:155 -msgid "&Delete" -msgstr "Apa&gar" - -#: modules/gui/wxwindows/playlist.cpp:156 -msgid "&Select All" -msgstr "&Selecionar Tudo" - -#: modules/gui/wxwindows/playlist.cpp:160 -msgid "&Manage" -msgstr "Gere&nciar" - -#: modules/gui/wxwindows/playlist.cpp:161 -msgid "&Selection" -msgstr "&Seleção" - -#: modules/gui/wxwindows/playlist.cpp:189 -msgid "Random" -msgstr "Aleatórizar" - -#: modules/gui/wxwindows/playlist.cpp:197 -msgid "Loop" -msgstr "Loop" - -#: modules/gui/wxwindows/playlist.cpp:205 -msgid "Repeat one" -msgstr "Repertir um" - -#: modules/gui/wxwindows/playlist.cpp:219 -msgid "Search" -msgstr "Procurar" - -#: modules/gui/wxwindows/playlist.cpp:222 -msgid "Enable/Disable Group" -msgstr "Habilitar/Desabilitar Grupo" - -#: modules/gui/wxwindows/playlist.cpp:225 -msgid "Item Infos" -msgstr "Info do codec" - -#: modules/gui/wxwindows/playlist.cpp:335 -msgid "no info" -msgstr "sem info." - -#: modules/gui/wxwindows/playlist.cpp:442 -msgid "Save playlist" -msgstr "Salvar lista" - -#: modules/gui/wxwindows/preferences.cpp:252 -msgid "Advanced options" -msgstr "Opções Avançadas" - -#: modules/gui/wxwindows/preferences.cpp:323 -msgid "Reset config file" -msgstr "Zerar arquivo de configuração" - -#: modules/gui/wxwindows/preferences.cpp:414 -msgid "General Settings" -msgstr "Configurações Gerais" - -#: modules/gui/wxwindows/preferences.cpp:995 -msgid "Alt" -msgstr "Alt" - -#: modules/gui/wxwindows/preferences.cpp:997 -msgid "Ctrl" -msgstr "Ctrl" - -#: modules/gui/wxwindows/preferences.cpp:1000 -msgid "Shift" -msgstr "Shift" - -#: modules/gui/wxwindows/streamout.cpp:156 -msgid "Stream output MRL" -msgstr "MRL do stream de saída" - -#: modules/gui/wxwindows/streamout.cpp:160 modules/gui/wxwindows/v4l.cpp:125 -msgid "Destination Target:" -msgstr "Alvo de destino" - -#: modules/gui/wxwindows/streamout.cpp:163 modules/gui/wxwindows/v4l.cpp:128 -msgid "" -"You can use this field directly by typing the full MRL you want to open.\n" -"Alternatively, the field will be filled automatically when you use the " -"controls below" -msgstr "" -"Você pode usar este campo diretamente ao digitar o o MRL completo que você " -"quer abrir.\n" -"Alternativamente, o campo será preenchido automaticamente quando você usa os " -"controles abaixo." - -#: modules/gui/wxwindows/streamout.cpp:373 -msgid "Output Methods" -msgstr "Métodos de saída" - -#: modules/gui/wxwindows/streamout.cpp:380 -msgid "Play locally" -msgstr "Tocar localmente" - -#: modules/gui/wxwindows/streamout.cpp:490 -msgid "SAP Announce" -msgstr "Anúncio SAP" - -#: modules/gui/wxwindows/streamout.cpp:492 -msgid "SLP Announce" -msgstr "Anúncio SLP" - -#: modules/gui/wxwindows/streamout.cpp:495 -msgid "Channel Name" -msgstr "Nome do Canal " - -#: modules/gui/wxwindows/streamout.cpp:573 -msgid "Transcoding options" -msgstr "Opções de transcodificação" - -#: modules/gui/wxwindows/streamout.cpp:607 -msgid "Video codec" -msgstr "Codec de vídeo" - -#: modules/gui/wxwindows/streamout.cpp:654 -msgid "Audio codec" -msgstr "Codec de áudio" - -#: modules/gui/wxwindows/subtitles.cpp:67 -msgid "Open Subtitles File" -msgstr "Abrir arquivo de legendas" - -#: modules/gui/wxwindows/subtitles.cpp:107 -msgid "Subtitles encoding" -msgstr "Codificação das legendas" - -#: modules/gui/wxwindows/subtitles.cpp:139 -msgid "Subtitles options" -msgstr "Opções das legendas" - -#: modules/gui/wxwindows/subtitles.cpp:143 -msgid "Delay subtitles (in 1/10s)" -msgstr "Atraso das legendas (em 1/10s)" - -#: modules/gui/wxwindows/subtitles.cpp:155 -msgid "Frames per second" -msgstr "Quadros por segundo" - -#: modules/gui/wxwindows/subtitles.cpp:164 -msgid "Override frames per second. It will only work with MicroDVD subtitles." -msgstr "" -"Sobrepujar quadros por segundo. Só irá funcionar com legendas MicroDVD." - -#: modules/gui/wxwindows/v4l.cpp:106 -msgid "Video Device Advanced Options" -msgstr "Opções Avançadas do Dispositivo de Vídeo" - -#: modules/gui/wxwindows/v4l.cpp:121 -msgid "Video Device MRL" -msgstr "MRL do Dispositivo de Vídeo" - -#: modules/gui/wxwindows/v4l.cpp:247 -msgid "Common Options" -msgstr "Opções Comuns" - -#: modules/gui/wxwindows/v4l.cpp:290 -msgid "Norm" -msgstr "Norm" - -#: modules/gui/wxwindows/v4l.cpp:306 -msgid "The frequency in KHz" -msgstr "A freqüência de KHz" - -#: modules/gui/wxwindows/v4l.cpp:335 -msgid "Audio Options" -msgstr "Opções de Audio" - -#: modules/gui/wxwindows/v4l.cpp:348 -msgid "Audio Device" -msgstr "Dispositivo de Audio" - -#: modules/gui/wxwindows/v4l.cpp:384 -msgid "Bitrate Options" -msgstr "Opções de taxa de bits" - -#: modules/gui/wxwindows/v4l.cpp:396 -msgid "Bitrate" -msgstr "Taxa de Bits" - -#: modules/gui/wxwindows/v4l.cpp:406 -msgid "Maximum Bitrate" -msgstr "Taxa de Bits Máxima" - -#: modules/gui/wxwindows/wxwindows.cpp:84 -msgid "wxWindows interface module" -msgstr "Módulo de interface wxWindows" - -#: modules/gui/wxwindows/wxwindows.cpp:93 -msgid "wxWindows dialogs provider" -msgstr "Provedor de dialogos wxWindows" - -#: modules/misc/dummy/dummy.c:37 -msgid "Dummy image chroma format" -msgstr "Formato de cromato de imagem simlado" - -#: 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 "" -"Força a saída de video simulads a criar imagens usando um formato específico de cromato " -"ao invés de tentar melhorar a performance ao utilizar o mais eficiente." - -#: modules/misc/dummy/dummy.c:44 -msgid "Don't open a dos command box interface" -msgstr "Não abrir uma interface de caixa de comandos dos" - -#: modules/misc/dummy/dummy.c:46 -msgid "" -"By default the dummy interface plugin will start a dos command box. Enabling " -"the quiet mode will not bring this command box but can also be pretty " -"annoying when you want to stop vlc and no video window is opened." -msgstr "" -"Por padrão o plugin de interface simulado irá iniciar uma caixa de comando do dos. " -"Habilitando o modo quieto não irá trazer a janela de comando do dos mas pode também " -"ser bem aborrecedor quando você quer fechar o VLC e não há nenhuma janela de vídeo aberta." - -#: modules/misc/dummy/dummy.c:53 -msgid "dummy interface function" -msgstr "função de interface simulada" - -#: modules/misc/dummy/dummy.c:62 -msgid "dummy access function" -msgstr "função de acesso simulado" - -#: modules/misc/dummy/dummy.c:66 -msgid "dummy demux function" -msgstr "função de demux simulado" - -#: modules/misc/dummy/dummy.c:70 -msgid "dummy decoder function" -msgstr "função de decodificador simulado" - -#: modules/misc/dummy/dummy.c:74 -msgid "dummy audio output function" -msgstr "função de saída de audio simulada" - -#: modules/misc/dummy/dummy.c:78 -msgid "dummy video output function" -msgstr "função de saída de vídeo simulada" - -#: modules/misc/dummy/dummy.c:84 -msgid "dummy font renderer function" -msgstr "função de renderizador de fonte simulado" - -#: modules/misc/dummy/interface.c:52 -msgid "Using the dummy interface plugin..." -msgstr "Usando o plugin de interface simulada..." - -#: modules/misc/freetype.c:74 modules/visualization/xosd/xosd.c:71 -msgid "Font" -msgstr "Fonte" - -#: modules/misc/freetype.c:75 -msgid "Filename of Font" -msgstr "Nome do arquivo da fonte" - -#: modules/misc/freetype.c:76 -msgid "Font size" -msgstr "Tamanho da fonte" - -#: modules/misc/freetype.c:77 -msgid "The size of the fonts used by the osd module" -msgstr "O tamanho das fontes usada pelo módulo osd" - -#: modules/misc/freetype.c:82 -msgid "Fonts" -msgstr "Fontes" - -#: modules/misc/freetype.c:86 -msgid "freetype2 font renderer" -msgstr "Renderizador de fonte freetype2" - -#: modules/misc/gtk_main.c:60 -msgid "Gtk+ GUI helper" -msgstr "Ajudante GUI Gtk+" - -#: modules/misc/httpd.c:97 -msgid "HTTP 1.0 daemon" -msgstr "HTTP 1.0 daemon" - -#: modules/misc/logger/logger.c:85 -msgid "Log format" -msgstr "Formato do log" - -#: modules/misc/logger/logger.c:86 -msgid "" -"Specify the log format. Available choices are \"text\" (default) and \"html\"" -msgstr "" -"Especifica o fortmato do log. Opções disoníveis são \"texto\" (padrão) e \"html\"" - -#: modules/misc/logger/logger.c:90 -msgid "log filename" -msgstr "nome do arq. do log" - -#: modules/misc/logger/logger.c:90 -msgid "Specify the log filename." -msgstr "Especifia o nome de arquivo do log" - -#: modules/misc/logger/logger.c:92 -msgid "file logging interface" -msgstr "interface de logging de arquivo" - -#: modules/misc/logger/logger.c:106 -msgid "Using the logger interface plugin..." -msgstr "Usando o plugin de interface de logger" - -#: modules/misc/memcpy/memcpy.c:81 -msgid "libc memcpy" -msgstr "memcpy libc" - -#: modules/misc/memcpy/memcpy.c:85 -msgid "3D Now! memcpy" -msgstr "memcpy " - -#: modules/misc/memcpy/memcpy.c:92 -msgid "MMX memcpy" -msgstr "memcpy 3D Now!" - -#: modules/misc/memcpy/memcpy.c:97 -msgid "MMX EXT memcpy" -msgstr "memcpy MMX EXT" - -#: modules/misc/memcpy/memcpyaltivec.c:52 -msgid "AltiVec memcpy" -msgstr "memcpy AltiVec" - -#: modules/misc/network/ipv4.c:85 -msgid "IPv4 network abstraction layer" -msgstr "camada de abstração de rede IPv4" - -#: modules/misc/network/ipv6.c:86 -msgid "IPv6 network abstraction layer" -msgstr "camada de abstração de rede IPv6" - -#: modules/misc/qte_main.cpp:66 -msgid "Run as standalone Qt/Embedded Gui Server" -msgstr "" - -#: modules/misc/qte_main.cpp:67 -msgid "" -"Use this option to run as standalone Qt/Embedded Gui Server. This option is " -"equivalent to the -qws option from normal Qt." -msgstr "" - -#: modules/misc/qte_main.cpp:71 -msgid "Qt Embedded GUI helper" -msgstr "" - -#: modules/misc/sap.c:155 modules/misc/sap.c:156 -msgid "SAP multicast address" -msgstr "Endereço SAP de multicast" - -#: modules/misc/sap.c:157 -msgid "No IPv4-SAP listening" -msgstr "" - -#: modules/misc/sap.c:158 -msgid "Set this if you do not want SAP to listen for IPv4 announces" -msgstr "" - -#: modules/misc/sap.c:159 -msgid "IPv6-SAP listening" -msgstr "" - -#: modules/misc/sap.c:160 -msgid "Set this if you want SAP to listen for IPv6 announces" -msgstr "" - -#: modules/misc/sap.c:161 -msgid "IPv6 SAP scope" -msgstr "" - -#: modules/misc/sap.c:162 -msgid "Sets the scope for IPv6 announces (default is 8)" -msgstr "" - -#: modules/misc/sap.c:163 -msgid "SAP Playlist group ID" -msgstr "" - -#: modules/misc/sap.c:164 -msgid "Sets the default group ID in whichSAP items are put" -msgstr "" - -#: modules/misc/sap.c:168 -msgid "SAP" -msgstr "" - -#: modules/misc/sap.c:184 -msgid "SAP interface" -msgstr "Interface SAP" - -#: modules/misc/screensaver.c:44 -msgid "screensaver disabling helper" -msgstr "Ajudante de desabilitação de screensaver" - -#: modules/misc/testsuite/test1.c:33 -msgid "C module that does nothing" -msgstr "Módulo C que não faz nada" - -#: modules/misc/testsuite/test4.c:63 -msgid "Miscellaneous stress tests" -msgstr "Testes de stress variados" - -#: modules/mux/asf.c:42 -msgid "Asf muxer" -msgstr "muxer Asf" - -#: modules/mux/avi.c:44 -msgid "Avi muxer" -msgstr "muxer Avi" - -#: modules/mux/dummy.c:43 -msgid "Dummy/Raw muxer" -msgstr "muxer Dummy/Raw" - -#: modules/mux/mp4.c:56 -msgid "MP4/MOV muxer" -msgstr "muxer MP4/MOV" - -#: modules/mux/mpeg/ps.c:53 -msgid "PS muxer" -msgstr "muxer PS" - -#: modules/mux/mpeg/ts.c:80 -msgid "TS muxer" -msgstr "muxer TS" - -#: modules/mux/mpeg/ts.c:85 -msgid "TS muxer (libdvbpsi)" -msgstr "muxer TS (libdvbpsi)" - -#: modules/mux/ogg.c:58 -msgid "Ogg/ogm muxer" -msgstr "muxer Ogg/ogm" - -#: modules/packetizer/copy.c:43 -msgid "Copy packetizer" -msgstr "Copiar packetizer" - -#: modules/packetizer/mpeg4audio.c:122 -msgid "MPEG4 Audio packetizer" -msgstr "packetizer de audio MPEG4" - -#: modules/packetizer/mpeg4video.c:73 -msgid "MPEG4 Video packetizer" -msgstr "packetizer de vídeo MPEG4" - -#: modules/packetizer/mpegvideo.c:88 -msgid "MPEG-I/II video packetizer" -msgstr "packetizer de vídeo MPEG-I/II" - -#: modules/stream_out/display.c:50 -msgid "Display stream" -msgstr "Mostrar stream" - -#: modules/stream_out/dummy.c:47 -msgid "Dummy stream" -msgstr "stream dummy" - -#: modules/stream_out/duplicate.c:48 -msgid "Duplicate stream" -msgstr "Duplicar stream" - -#: modules/stream_out/es.c:49 -msgid "ES stream" -msgstr "stream ES" - -#: modules/stream_out/gather.c:40 -msgid "Gather stream" -msgstr "Acumular stream" - -#: modules/stream_out/standard.c:51 -msgid "Standard stream" -msgstr "Stream padrão" - -#: modules/stream_out/transcode.c:75 -msgid "Transcode stream" -msgstr "Transcodificar stream" - -#: modules/video_chroma/i420_rgb.c:67 -msgid "I420,IYUV,YV12 to RGB2,RV15,RV16,RV24,RV32 conversions" -msgstr "Conversões I420,IYUV,YV12 to RGB2,RV15,RV16,RV24,RV32" - -#: modules/video_chroma/i420_rgb.c:71 -msgid "MMX I420,IYUV,YV12 to RV15,RV16,RV24,RV32 conversions" -msgstr "conversões MMX I420,IYUV,YV12 to RV15,RV16,RV24,RV32" - -#: modules/video_chroma/i420_ymga.c:48 modules/video_chroma/i420_yuy2.c:67 -#: modules/video_chroma/i422_yuy2.c:61 -msgid "conversions from " -msgstr "Conversões de " - -#: modules/video_chroma/i420_ymga.c:48 modules/video_chroma/i420_ymga.c:51 -#: 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 -msgid " to " -msgstr " para " - -#: modules/video_chroma/i420_ymga.c:51 modules/video_chroma/i420_yuy2.c:70 -#: modules/video_chroma/i422_yuy2.c:64 -msgid "MMX conversions from " -msgstr "Conversções MMX de " - -#: modules/video_filter/adjust.c:60 -msgid "Set image contrast" -msgstr "Ajustar contraste da imagem" - -#: modules/video_filter/adjust.c:61 -msgid "Set the image contrast, between 0 and 2. Defaults to 1" -msgstr "Ajusta o contraste da imagem, entre 0 e 2. Padrões em 1" - -#: modules/video_filter/adjust.c:62 -msgid "Set image hue" -msgstr "Ajustar tonalidade da imagem" - -#: modules/video_filter/adjust.c:63 -msgid "Set the image hue, between 0 and 360. Defaults to 0" -msgstr "Ajusta a tonalidade da imagem, entre 0 e 360. Padrões em 0" - -#: modules/video_filter/adjust.c:64 -msgid "Set image saturation" -msgstr "Ajustar saturação da imagem" - -#: modules/video_filter/adjust.c:65 -msgid "Set the image saturation, between 0 and 3. Defaults to 1" -msgstr "Ajusta a saturação da imagem, entre 0 e 3. Padrões em 1" - -#: modules/video_filter/adjust.c:66 -msgid "Set image brightness" -msgstr "Ajustar brilho da imagem" - -#: modules/video_filter/adjust.c:67 -msgid "Set the image brightness, between 0 and 2. Defaults to 1" -msgstr "Ajusta o brilho da imagem, entre 0 e 2. Padrões em 1" - -#: modules/video_filter/adjust.c:71 -msgid "Adjust" -msgstr "Ajustes" - -#: modules/video_filter/adjust.c:76 -msgid "contrast/hue/saturation/brightness filter" -msgstr "filtro contraste/tonalidade/saturação/brilho" - -#: modules/video_filter/clone.c:55 -msgid "Number of clones" -msgstr "Número de clones" - -#: modules/video_filter/clone.c:56 -msgid "Select the number of video windows in which to clone the video" -msgstr "" - -#: modules/video_filter/clone.c:59 -msgid "List of vout modules" -msgstr "Listar módulos vout" - -#: modules/video_filter/clone.c:60 -msgid "Select the specific vout modules that you want to activate" -msgstr "Seleciona os módulos vout específicos que você quer ativar" - -#: modules/video_filter/clone.c:63 -msgid "Clone" -msgstr "Clonar" - -#: modules/video_filter/clone.c:66 -msgid "clone video filter" -msgstr "Filtro de vídeo de clonagem" - -#: modules/video_filter/crop.c:54 -msgid "Crop geometry" -msgstr "Cortar geometria" - -#: modules/video_filter/crop.c:55 -msgid "" -"Set the geometry of the zone to crop. This is set as width x heigth + left " -"offset + top offset." -msgstr "" -"Ajusta a geometria da zona a ser cortada. Isto é ajustado como largura x " -"altura + offset esquerda + offseet de cima." - -#: modules/video_filter/crop.c:57 -msgid "Automatic cropping" -msgstr "Corte automático" - -#: modules/video_filter/crop.c:58 -msgid "Activate automatic black border cropping" -msgstr "Ativar corte automático de bordas pretas" - -#: modules/video_filter/crop.c:64 -msgid "crop video filter" -msgstr "filtro de vídeo de corte" - -#: modules/video_filter/deinterlace/deinterlace.c:75 -msgid "Deinterlace mode" -msgstr "Modo desentrelaçado" - -#: modules/video_filter/deinterlace/deinterlace.c:76 -msgid "You can choose the default deinterlace mode" -msgstr "Você pode escolher o modo de desentrelação padrão" - -#: modules/video_filter/deinterlace/deinterlace.c:84 -msgid "video deinterlacing filter" -msgstr "filtro de desentrelação de vídeo" - -#: modules/video_filter/distort.c:59 -msgid "Distort mode" -msgstr "Modo de distorção" - -#: modules/video_filter/distort.c:60 -msgid "Distort mode, one of \"wave\" and \"ripple\"" -msgstr "Modo de distorção, um de \"wave\" e \"ripple\"" - -#: modules/video_filter/distort.c:65 -msgid "Distort" -msgstr "Distorcer" - -#: modules/video_filter/distort.c:68 -msgid "miscellaneous distort video effects filter" -msgstr "filtro de de distorção de video variado" - -#: modules/video_filter/invert.c:52 -msgid "invert video filter" -msgstr "Filtro de inversão de vídeo" - -#: modules/video_filter/logo.c:58 -msgid "Logo File" -msgstr "Arquivo logo" - -#: modules/video_filter/logo.c:59 -msgid "It must be a PNG in RGBA 8bits (for now)" -msgstr "Precisa ser um PNG em RGBA 8bits (por enquanto)" - -#: modules/video_filter/logo.c:60 -msgid "x postion of the logo" -msgstr "posição x do logo" - -#: modules/video_filter/logo.c:61 modules/video_filter/logo.c:63 -msgid "You can move the logo by left-clicking on it" -msgstr "Você pode mover o logo ao clicar com o botão esquerno nele" - -#: modules/video_filter/logo.c:62 -msgid "y position of the logo" -msgstr "posição y do logo" - -#: modules/video_filter/logo.c:64 -msgid "transparency of the logo" -msgstr "transparência do logo" - -#: modules/video_filter/logo.c:65 -msgid "You can change it by middle-clicking and moving mouse left or right" -msgstr "" -"Você pode mudá-la ao clicar com o botão do meio e movendo o mouse da " -"esquerda para a direita" - -#: modules/video_filter/logo.c:68 -msgid "logo" -msgstr "" - -#: modules/video_filter/logo.c:73 -msgid "logo video filter" -msgstr "Filtro de logo de vídeo" - -#: modules/video_filter/motionblur.c:54 -msgid "Blur factor" -msgstr "Fator de borrão" - -#: modules/video_filter/motionblur.c:55 -msgid "The degree of blurring from 1 to 127" -msgstr "O grau de emborrão de 1 a 127" - -#: modules/video_filter/motionblur.c:60 -msgid "motion blur filter" -msgstr "filtro de borrão de movimento" - -#: modules/video_filter/transform.c:57 -msgid "Transform type" -msgstr "Tipo de transformação" - -#: modules/video_filter/transform.c:58 -msgid "One of '90', '180', '270', 'hflip' and 'vflip'" -msgstr "Um de '90', '180', '270', 'hflip' e 'vflip'" - -#: modules/video_filter/transform.c:66 -msgid "video transformation filter" -msgstr "Filtro de transformação de vídeo" - -#: modules/video_filter/wall.c:53 -msgid "Number of columns" -msgstr "Número de colunas" - -#: modules/video_filter/wall.c:54 -msgid "" -"Select the number of horizontal videowindows in which to split the video" -msgstr "" -"Selecione o número de janelas horizontais de vídeo em que dividir o vídeo" - -#: modules/video_filter/wall.c:57 -msgid "Number of rows" -msgstr "Número de linhas" - -#: modules/video_filter/wall.c:58 -msgid "Select the number of vertical videowindows in which to split the video" -msgstr "Selecione o número janelas vertical de vídeos em que dividir o vídeo" - -#: modules/video_filter/wall.c:61 -msgid "Active windows" -msgstr "Janelas ativas" - -#: modules/video_filter/wall.c:62 -msgid "comma separated list of active windows, defaults to all" -msgstr "lista das janelas ativas separada por vírgula, padrão para todas" - -#: modules/video_filter/wall.c:70 -msgid "wall video filter" -msgstr "Filtro de vídeo parede" - -#: modules/video_output/aa.c:55 -msgid "ASCII-art video output" -msgstr "Saída de vídeo ASCII-art" - -#: modules/video_output/directx/directx.c:94 -#: modules/video_output/directx/directx.c:225 -msgid "Always on top" -msgstr "Sempre por cima" - -#: modules/video_output/directx/directx.c:95 -msgid "Place the directx window on top of other windows" -msgstr "Colocar a janela directx por cima de outras janelas" - -#: modules/video_output/directx/directx.c:96 -msgid "Use hardware YUV->RGB conversions" -msgstr "Usar conversão YUV->RGB por harware" - -#: modules/video_output/directx/directx.c:98 -msgid "" -"Try to use hardware acceleration for YUV->RGB conversions. This option " -"doesn't have any effect when using overlays." -msgstr "" -"Tenta usar a aceleração por hardwar para conversões YUV->RGB. Esta opção não " -"tem nenhum efeito quando usando overlays." - -#: modules/video_output/directx/directx.c:100 -msgid "Use video buffers in system memory" -msgstr "Usar buffers de vídeo na memória do sistema" - -#: modules/video_output/directx/directx.c:102 -msgid "" -"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." -msgstr "" -"Cria buffers de vídeo na memória do sistema ao invés da memória de vídeo. " -"Isto nçao é recomentdado ao ver que a memória de vídeo permite o benefício " -"de maior por hardware (como redimensionando ou fazendo conversões YUV->RGB). " -"Esta opção não tem nenhum efeito quando usando overlays." - -#: modules/video_output/directx/directx.c:106 -msgid "Use triple buffering for overlays" -msgstr "Usar buffering triplo para overlays" - -#: modules/video_output/directx/directx.c:108 -msgid "" -"Try to use triple bufferring when using YUV overlays. That results in much " -"better video quality (no flickering)." -msgstr "" -"Tenta usar o buffering triplo ao usar YUV overlay. Isto resulta em uma " -"qualidade de vídeo muito maior. " - -#: modules/video_output/directx/directx.c:117 -msgid "DirectX video output" -msgstr "Saída de vídeo DirectX" - -#: modules/video_output/fb.c:68 -msgid "Frame Buffer" -msgstr "Buffer de tela" - -#: modules/video_output/fb.c:69 -msgid "framebuffer device" -msgstr "dispositivo framebuffer" - -#: modules/video_output/fb.c:70 -msgid "Linux console framebuffer video output" -msgstr "Saída de vídeo framebuffer do console Linux" - -#: modules/video_output/ggi.c:56 modules/video_output/x11/x11.c:52 -#: modules/video_output/x11/xvideo.c:58 -msgid "X11 display name" -msgstr "Nome do display X11" - -#: 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." -msgstr "" -"Especifica o hardware de visualização X11 que você quer usar.\n" -"Por padrão o VLC irá usar o valor da variável de ambiente DISPLAY." - -#: modules/video_output/glide.c:64 -msgid "3dfx Glide video output" -msgstr "Saída de vídeo 3dfx Glide" - -#: modules/video_output/mga/mga.c:59 -msgid "Matrox Graphic Array video output" -msgstr "Saída de Vídeo Matrox Graphic Array" - -#: modules/video_output/qte/qte.cpp:79 -msgid "QT Embedded display name" -msgstr "Nome do display Qt Embedded" - -#: modules/video_output/qte/qte.cpp:81 -msgid "" -"Specify the Qt Embedded hardware display you want to use. By default VLC " -"will use the value of the DISPLAY environment variable." -msgstr "" -"Especifica o hardware de visualização Qt Embedded que você quer usar. Por " -"padrão o VLC irá usar o valor da variável de ambiente DISPLAY." - -#: modules/video_output/qte/qte.cpp:115 -msgid "QT Embedded video output" -msgstr "Saída de vídeo QT Embedded" - -#: modules/video_output/sdl.c:104 -msgid "Simple DirectMedia Layer video output" -msgstr "Saída de vídeo Simple DirectMedia Layer (SDL)" - -#: modules/video_output/svgalib.c:53 -msgid "SVGAlib video output" -msgstr "Saída de vídeo SVGAlib" - -#: modules/video_output/wingdi.c:82 -msgid "Windows GDI video output" -msgstr "saída de vídeo Windows GDI" - -#: modules/video_output/x11/x11.c:43 modules/video_output/x11/xvideo.c:49 -msgid "Alternate fullscreen method" -msgstr "Método alternativo de tela cheia" - -#: modules/video_output/x11/x11.c:45 modules/video_output/x11/xvideo.c:51 -msgid "" -"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." -msgstr "" -"Existem duas manairas de fazer uma janela em tela cheia, infelizmente cada " -"uma possuem seus pontos negativos.\n" -"1) Deixar o gerenciador de janelas cuidar de sua janela de tela cheia " -"(padrão). Mas coisas como a barra de tarefas provavelmetne aparecer por cima " -"do vídeo.\n" -"2) Contornar completamente o gerenciador de janelas, no entanto nada será " -"mostrado por cima do vídeo." - -#: modules/video_output/x11/x11.c:54 modules/video_output/x11/xvideo.c:60 -msgid "" -"Specify the X11 hardware display you want to use. By default VLC will use " -"the value of the DISPLAY environment variable." -msgstr "" -"Especifica o hardware de visualização X11 que você quer usar. Por padrão o " -"VLC irá usar o valor da variável de ambiente DISPLAY." - -#: modules/video_output/x11/x11.c:57 modules/video_output/x11/xvideo.c:68 -msgid "Use shared memory" -msgstr "Usar memória compartilhada" - -#: modules/video_output/x11/x11.c:59 modules/video_output/x11/xvideo.c:70 -msgid "Use shared memory to communicate between VLC and the X server." -msgstr "" -"Usar memória compartilhada para se comunicar entre o VLC e o servidor X" - -#: modules/video_output/x11/x11.c:61 modules/video_output/x11/xvideo.c:72 -msgid "choose the screen to be used for fullscreen mode." -msgstr "escolha a tela a ser usada para o modo tela cheia." - -#: modules/video_output/x11/x11.c:63 modules/video_output/x11/xvideo.c:74 -msgid "" -"Choose the screen you want to use in fullscreen mode. For instance set it to " -"0 for first screen, 1 for the second." -msgstr "" -"Escolhe a tela que você quer usar no modo tela cheia. Por exemplo ajuste " -"para 0 para usar a primeira tela, 1 para a segunda." - -#: modules/video_output/x11/x11.c:67 -msgid "X11" -msgstr "" - -#: modules/video_output/x11/x11.c:76 -msgid "X11 video output" -msgstr "Saída de vídeo X11" - -#: modules/video_output/x11/xvideo.c:44 -msgid "XVideo adaptor number" -msgstr "Número do adaptador XVideo" - -#: modules/video_output/x11/xvideo.c:46 -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)." -msgstr "" -"Se a sua placa de vídeo provê diversps adaptadores, esta opção permite que " -"você escolha qual será usado (você não deveria ter que mudar isto)." - -#: modules/video_output/x11/xvideo.c:63 -msgid "XVimage chroma format" -msgstr "Formato de chroma XVimage" - -#: modules/video_output/x11/xvideo.c:65 -msgid "" -"Force the XVideo renderer to use a specific chroma format instead of trying " -"to improve performances by using the most efficient one." -msgstr "" -"Força o renderizador de XVideo usar um formato chroma específico ao invés de " -"tentar melhorar a performance ao usar o mais eficiente." - -#: modules/video_output/x11/xvideo.c:78 -msgid "XVideo" -msgstr "" - -#: modules/video_output/x11/xvideo.c:90 -msgid "XVideo extension video output" -msgstr "Saída de vídeo de extensão de XVideo" - -#: modules/visualization/goom.c:50 -msgid "goom effect" -msgstr "efeito goom" - -#: modules/visualization/scope/scope.c:65 -msgid "scope effect" -msgstr "efeito de alcance" - -#: modules/visualization/visual/visual.c:38 -msgid "Effects list" -msgstr "Lista de efeitos" - -#: modules/visualization/visual/visual.c:40 -msgid "" -"A list of visual effect, separated by commas.\n" -"Current effects include: dummy, random, scope, spectrum" -msgstr "" - -#: modules/visualization/visual/visual.c:45 -msgid "The width of the effects video window, in pixels." -msgstr "" - -#: modules/visualization/visual/visual.c:49 -msgid "The height of the effects video window, in pixels." -msgstr "" - -#: modules/visualization/visual/visual.c:51 -msgid "Number of bands" -msgstr "Número de faixas" - -#: modules/visualization/visual/visual.c:53 -msgid "Number of bands used by spectrum analizer, should be 20 or 80" -msgstr "" -"Número de faixas a serem usadas pelo analizador de espectro, deve se 20 ou 80" - -#: modules/visualization/visual/visual.c:55 -msgid "Band separator" -msgstr "Separador de faixas" - -#: modules/visualization/visual/visual.c:57 -msgid "Number of blank pixels between bands" -msgstr "" - -#: modules/visualization/visual/visual.c:59 -msgid "Amplification" -msgstr "Aplificação" - -#: modules/visualization/visual/visual.c:61 -msgid "This is a coefficient that modifies the height of the bands" -msgstr "" - -#: modules/visualization/visual/visual.c:63 -msgid "Enable peaks" -msgstr "Habilitar picos" - -#: modules/visualization/visual/visual.c:65 -msgid "Defines whether to draw peaks" -msgstr "" - -#: modules/visualization/visual/visual.c:67 -msgid "Number of stars" -msgstr "Número de estrelas" - -#: modules/visualization/visual/visual.c:69 -msgid "Defines the number of stars to draw with random effect" -msgstr "" - -#: modules/visualization/visual/visual.c:75 -msgid "visualizer" -msgstr "" - -#: modules/visualization/visual/visual.c:76 -msgid "visualizer filter" -msgstr "Filtro do visualizador" - -#: modules/visualization/xosd/xosd.c:61 -msgid "Flip vertical position" -msgstr "Inverter posição vertical" - -#: modules/visualization/xosd/xosd.c:62 -msgid "Display xosd output on the bottom of the screen instead of the top" -msgstr "Mostra a saída xosd na parte inferior da tela ao invés da superior" - -#: modules/visualization/xosd/xosd.c:65 -msgid "Vertical offset" -msgstr "Compensação vertical" - -#: modules/visualization/xosd/xosd.c:66 -msgid "Vertical offset in pixels of the displayed text" -msgstr "Compensação vertical em pixels do texto mostrado" - -#: modules/visualization/xosd/xosd.c:68 -msgid "Shadow offset" -msgstr "Compensação de sombra" - -#: modules/visualization/xosd/xosd.c:69 -msgid "Offset in pixels of the shadow" -msgstr "Compensação em pixels da sombra" - -#: modules/visualization/xosd/xosd.c:72 -msgid "Font used to display text in the xosd output" -msgstr "Fonte usada para mostrar texto na saída xosd" - -#: modules/visualization/xosd/xosd.c:75 -msgid "XOSD module" -msgstr "Módulo XOSD" - -#: modules/visualization/xosd/xosd.c:82 -msgid "xosd interface" -msgstr "Interface xosd" - -#~ msgid "print help" -#~ msgstr "imprimir ajuda" - -#~ msgid "print detailed help" -#~ msgstr "imprimir ajuda detalhada" - -#~ msgid "print help on module" -#~ msgstr "imprimir ajuda no módulo" - -#~ msgid "A52 downmix module" -#~ msgstr "Módulo de downmix de A52" - -#~ msgid "A52 IMDCT module" -#~ msgstr "Módulo A52 IMDCT" - -#~ msgid "software A52 decoder" -#~ msgstr "Decodificador A52 por software" - -#~ msgid "SSE A52 downmix module" -#~ msgstr "Módulo de downmix de A52 SSE" - -#~ msgid "3D Now! A52 downmix module" -#~ msgstr "Módulo de downmix de A52 3D Now!" - -#~ msgid "SSE A52 IMDCT module" -#~ msgstr "Módulo IMDCT A52 SSE" - -#~ msgid "3D Now! A52 IMDCT module" -#~ msgstr "Módulo IMDCT A52 3D Now!" - -#~ msgid "MPEG I/II layer 1/2 audio decoder" -#~ msgstr "Decodificador de audio MPEG I/II layer 1/2" - -#~ msgid "AltiVec IDCT" -#~ msgstr "IDCT Altivec" - -#~ msgid "classic IDCT" -#~ msgstr "IDCT Clássico" - -#~ msgid "MMX IDCT" -#~ msgstr "IDCT MMX" - -#~ msgid "MMX EXT IDCT" -#~ msgstr "IDCT MMX EXT" - -#~ msgid "motion compensation" -#~ msgstr "compensação de movimento" - -#~ msgid "3D Now! motion compensation" -#~ msgstr "compensação de movimento 3D Now!" - -#~ msgid "AltiVec motion compensation" -#~ msgstr "compensação de movimento Altivec" - -#~ msgid "MMX motion compensation" -#~ msgstr "compensação de movimento MMX" - -#~ msgid "MMX EXT motion compensation" -#~ msgstr "compensação de movimento MMX EXT" - -#~ msgid "IDCT module" -#~ msgstr "Módulo IDCT" - -#~ 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." -#~ msgstr "" -#~ "Esta opção permite que você selecione o módulo IDCT a ser usado por este " -#~ "decodificador de vídeo. O comportamento padrão é selecionar o melhor " -#~ "módulo disponível." - -#~ msgid "Motion compensation module" -#~ msgstr "Módulo de compensação de movimento" - -#~ 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." -#~ msgstr "" -#~ "Esta opção permique que você escolha o módulo de compensação de movimento " -#~ "usado por este decodificadr de vídeo. O comportamento padrão é selecionar " -#~ "automáticamente o melhor módulo disponível." - -#~ msgid "Use additional processors" -#~ msgstr "Usar processadores adicionais" - -#~ msgid "Force synchro algorithm {I|I+|IP|IP+|IPB}" -#~ msgstr "Forçar algorítimo de sincronização {I|I+|IP|IP+|IPB}" - -#~ 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." -#~ msgstr "" -#~ "Isto permite que vocÊ force o algorítimo de sincronização, ao seleciona " -#~ "os tipos de imagem que você quer decodificar. Por faver tenha em mente " -#~ "que se você selecionar mais imagens de que sua CPU é capaz de " -#~ "decodificar, você não conseguirá nada." - -#~ msgid "MPEG I/II video decoder" -#~ msgstr "decodificador de vídeo MPEG I/II" - -#~ msgid "System Default" -#~ msgstr "Padrão do Sistema" - -#~ msgid "Equalizer values" -#~ msgstr "Valores do equalizador" - -#~ msgid "MPEG-I/II audio packetizer" -#~ msgstr "packetizer de audio MPEG-I/II" - -#~ msgid "Enqueue items in playlist" -#~ msgstr "Enfileirar itens na lista de reprodução" - -#~ msgid "" -#~ "If you want VLC to add items to the playlist as you open them, then " -#~ "enable this option." -#~ msgstr "" -#~ "Se você deseja que o VLC adicione itens à lista de reprodução a media que " -#~ "você os abre, então habilite esta opção" - -#~ msgid "No configuration options available" -#~ msgstr "Não há opções de configuracão disponíveis" - -#~ msgid "Video encoding codec" -#~ msgstr "Codec de codificação de vídeo" - -#~ msgid "This allows you to force video encoding" -#~ msgstr "Isto permite que você force a codificação de vídeo" - -#~ msgid "Video bitrate encoding (kB/s)" -#~ msgstr "Taxa de bits da codificação de vídeo (kB/s)" - -#~ msgid "This allows you to specify video bitrate in kB/s." -#~ msgstr "Isto permite que você esécifique a taxa de bits do vídeo em kB/s." - -#~ msgid "Audio encoding codec" -#~ msgstr "Codec de codificação de audio" - -#~ msgid "This allows you to force audio encoding" -#~ msgstr "Isto permite que você force a codificação de audio" - -#~ msgid "Audio bitrate encoding (kB/s)" -#~ msgstr "Taxa de bits de codificação de audio (kB/s)" - -#~ msgid "This allows you to specify audio bitrate in kB/s." -#~ msgstr "Isto permite que você especifique a taxa de bits em kB/s." - -#~ msgid "Encoders" -#~ msgstr "Codificadores" - -#~ msgid "RTSP SDP request" -#~ msgstr "Requerimento RTSP SDP" - -#~ msgid "ffmpeg video encoder" -#~ msgstr "codificador de video ffmpeg" - -#~ msgid "ffmpeg audio encoder" -#~ msgstr "codificador de audio ffmpeg" - -#~ msgid "XviD video encoder (MPEG-4)" -#~ msgstr "codificador de vídeo XviD" - -#~ msgid "" -#~ "This is the VideoLAN Client, a DVD, MPEG and DivX player.\n" -#~ "It can play MPEG and MPEG2 files from a file or from a network source." -#~ msgstr "" -#~ "Este é o VideoLAN Client, um tocador de DVD, MPEG e DivX.\n" -#~ "Ele pode tocar arquivos MPEG e MPEG2 a apartir de um arquivo ou de uma " -#~ "fonte da rede." - -#~ msgid "Close Menu" -#~ msgstr "Fechar Menu" - -#~ msgid "Encoder wrapper" -#~ msgstr "Wrapper de codificador" - -#~ msgid "X11 MGA video output" -#~ msgstr "Saída de vídeo X11 MGA" +# Brazilian Portuguese Translation for VLC. +# +# Copyright (C) 2003 VideoLAN +# André de Barros Martins Ribeiro , 2003 +# +msgid "" +msgstr "" +"Project-Id-Version: vlc\n" +"POT-Creation-Date: 2003-10-14 15:30-0300\n" +"PO-Revision-Date: 2003-08-16 18:31+0200\n" +"Last-Translator: André de Barros Martins Ribeiro \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=iso-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" +"Report-Msgid-Bugs-To: \n" + +#: include/vlc_help.h:32 +msgid "VLC Preferences" +msgstr "Preferências do VLC" + +#: include/vlc_help.h:34 +msgid "" +"Configure some global options in General Settings and configure each VLC " +"plugin in the Plugins section.\n" +"Click on 'Advanced Options' to see every options." +msgstr "" +"Configure algumas opções globais em Configurações Gerais e configura cada " +"plugin do VLC na seção Plugin.\n" +"Clique em 'Opções Avançadas' para ver todas as opções." + +#: include/vlc_help.h:38 +msgid "VLC Plugins Preferences" +msgstr "Preferências dos Plugins do VLC" + +#: include/vlc_help.h:40 +msgid "" +"In this tree, you can set options for every plugin used by VLC.\n" +"Plugins are sorted by type.\n" +"Have fun tuning VLC !" +msgstr "" +"Nesta árvore, você pode ajustar opções para cada plugin usado pelo VLC.\n" +"Os pluiins são organizados por tipo.\n" +"Divirta-se afinando o VLC !" + +#: include/vlc_help.h:47 +msgid "Access modules settings" +msgstr "Configurações de módulos de acesso" + +#: include/vlc_help.h:49 +msgid "" +"Settings related to the various access methods used by VLC.\n" +"Common settings you may want to alter are http proxy or caching settings." +msgstr "" +"Ajustes relacionados aos vários métodos de acesso usados pelo VLC.\n" +"Ajustes comuns que você pode querer alterar são o proxy http e os ajustes de cache." + +#: include/vlc_help.h:53 +msgid "Audio filters settings" +msgstr "Configurações de filtros de audio" + +#: include/vlc_help.h:55 +msgid "Audio filters can be set in the Audio section, and configured here." +msgstr "Filtros de audio podem ser ajustados na seção Audio, e configurados aqui." + +#: include/vlc_help.h:58 +msgid "Audio output modules settings" +msgstr "Configurações dos módulos de saída de audio" + +#: include/vlc_help.h:59 +msgid "These are general settings for audio output modules." +msgstr "Estas são configurações gerais para módulos de saída de audio" + +#: include/vlc_help.h:61 +msgid "Chroma modules settings" +msgstr "Configurações de módulos chroma" + +#: include/vlc_help.h:62 include/vlc_help.h:70 src/libvlc.h:248 +#: src/libvlc.h:488 +msgid " " +msgstr " " + +#: include/vlc_help.h:64 +msgid "Decoder modules settings" +msgstr "Configurações de módulos decodificadores" + +#: include/vlc_help.h:66 +msgid "" +"In the Subsdec section you may want to set your preferred subtitles text " +"encoding." +msgstr "" +"Na seção Subsdec vose pode querer ajustar o codificador de texto das legendas " +"de sua preferência." + +#: include/vlc_help.h:69 +msgid "Demuxers settings" +msgstr "Configurações de demuxers" + +#: include/vlc_help.h:72 +msgid "Interface plugins settings" +msgstr "Configurações de plugins de interface" + +#: include/vlc_help.h:74 +msgid "" +"Interface plugins can be enabled in the Interface section and configured " +"here." +msgstr "" +"Plugins de interface podem ser habilitados na sessão Interface e configurados " +"aqui." + +#: include/vlc_help.h:77 +msgid "Stream output access modules settings" +msgstr "Configurações de módulos de acesso de saída de stream" + +#: include/vlc_help.h:79 +msgid "" +"In this section you can set the caching value for the UDP streamoutput " +"access module." +msgstr "" +"Nesta seção você pode ajustar o valor de cache para o módulo de acesso " +"do stream de saída." + +#: include/vlc_help.h:82 +msgid "Subtitle demuxer settings" +msgstr "Configurações do demuxer de legendas" + +#: include/vlc_help.h:84 +msgid "" +"In this section you can force the behaviour of the subtitle demuxer, for " +"example by setting the subtitles type or file name." +msgstr "" +"Nesta sessão você pode forçar o comportamento do demuxer de legendas, por " +"exemplo ao ajustar o tipo de legenda ou o nome do arquivo." + +#: include/vlc_help.h:87 +msgid "Text renderer settings" +msgstr "Configurações do renderizador de texto" + +#: include/vlc_help.h:89 +msgid "" +"Use these settings to choose the font you want VLC to use for text rendering " +"(to display subtitles for example)." +msgstr "" +"Use estas configurações para escolher a fonte que você quer que o VLC use para " +"desenhar o texto (para mostrar legendas por exemplo)." + +#: include/vlc_help.h:92 +msgid "Video output modules settings" +msgstr "Configurações dos módulos de saída de vídeo" + +#: include/vlc_help.h:94 +msgid "" +"Choose your preferred video output in the Video section, and configure it " +"here." +msgstr "" +"Escolha a saída de vídeo de sua preferência na seção Vídeo, e configure-a " +"aqui." + +#: include/vlc_help.h:97 +msgid "Video filters settings" +msgstr "Configurações de filtros de vídeo" + +#: include/vlc_help.h:99 +msgid "" +"Video filters can be enabled in the Video section and configured here.\n" +"Configure the \"adjust\" filter to modify contrast/hue/saturation settings." +msgstr "" +"Filtros de vídeo podem ser habilitados na seção Vídeo e configurados aqui.\n" +"Configure o filtro \"adjust\" para modificar as configurações de contraste/tonalidade/saturação." + +#: include/vlc_help.h:108 +msgid "No help available" +msgstr "Sem ajuda disponível" + +#: include/vlc_help.h:109 +msgid "No help is available for these modules" +msgstr "Não há ajuda disponível para estes módulos" + +#: include/vlc_interface.h:120 +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 wxwin\"\n" +msgstr "" +"\n" +"Aviso: se você não consegue mais acessar a Interface Gráfica, abra uma " +"janela do dos, vá para o diretório onde instalou o VLC e execute \"vlc " +"-I wxwin\"\n" + +#: include/vlc_interface.h:148 +msgid "" +"VLC is an open-source and cross-platform multimedia player for various audio " +"and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, Ogg, ...) as well as " +"DVDs, VCDs, CD audio, and various streaming protocols.\n" +"\n" +"VLC is also a streaming server with transcoding capabilities (UDP unicast " +"and multicast, HTTP, ...) mainly designed for high-bandwidth networks.\n" +"\n" +"For more information, have a look at the web site." +msgstr "" +"O VLC é um todador multimídia open-source e multi-plataforma para vários formatos " +"de audio e videos (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, Ogg, ...) bem como " +"DVDs, VCDs, CDs de audio, e vários protocolos de streaming.\n" +"\n" +"O VLC também é um servidor de streaming com capacidades de transcodificação (UDP unicast " +"e multicast, HTTP, ...) principalmente projetados para redes de banda-larga.\n" +"\n" +"Para mais informações, dê uma olhada no website." + +#: src/audio_output/output.c:104 src/audio_output/output.c:131 +#: modules/gui/macosx/intf.m:368 modules/gui/macosx/intf.m:369 +msgid "Audio channels" +msgstr "Canais de audio" + +#: src/audio_output/output.c:107 src/audio_output/output.c:142 +#: modules/audio_output/alsa.c:177 modules/audio_output/directx.c:447 +#: modules/audio_output/oss.c:202 modules/audio_output/sdl.c:181 +#: modules/audio_output/sdl.c:198 modules/audio_output/waveout.c:386 +msgid "Stereo" +msgstr "Estéreo" + +#: src/audio_output/output.c:109 src/audio_output/output.c:145 +msgid "Left" +msgstr "Esquerdo" + +#: src/audio_output/output.c:111 src/audio_output/output.c:147 +msgid "Right" +msgstr "Direito" + +#: src/audio_output/output.c:137 +msgid "Dolby Surround" +msgstr "Dolby Surround" + +#: src/audio_output/output.c:149 +msgid "Reverse stereo" +msgstr "Estéreo Invertido" + +#: src/extras/getopt.c:638 +#, c-format +msgid "%s: option `%s' is ambiguous\n" +msgstr "%s: opção `%s' é equivocada\n" + +#: src/extras/getopt.c:663 +#, c-format +msgid "%s: option `--%s' doesn't allow an argument\n" +msgstr "%s: opção `--%s' não permite um argumento\n" + +#: src/extras/getopt.c:668 +#, c-format +msgid "%s: option `%c%s' doesn't allow an argument\n" +msgstr "%s: opção`%c%s' não permite um argumento\n" + +#: src/extras/getopt.c:686 src/extras/getopt.c:859 +#, c-format +msgid "%s: option `%s' requires an argument\n" +msgstr "%s: opção `%s' requer um argumento\n" + +#: src/extras/getopt.c:715 +#, c-format +msgid "%s: unrecognized option `--%s'\n" +msgstr "%s: opção não reconhecida `--%s'\n" + +#: src/extras/getopt.c:719 +#, c-format +msgid "%s: unrecognized option `%c%s'\n" +msgstr "%s: opção não reconhecida `%c%s'\n" + +#: src/extras/getopt.c:745 +#, c-format +msgid "%s: illegal option -- %c\n" +msgstr "%s: opção ilegal -- %c\n" + +#: src/extras/getopt.c:748 +#, c-format +msgid "%s: invalid option -- %c\n" +msgstr "%s: opção inválida -- %c\n" + +#: src/extras/getopt.c:778 src/extras/getopt.c:908 +#, c-format +msgid "%s: option requires an argument -- %c\n" +msgstr "%s: a opção requer um argumento -- %c\n" + +#: src/extras/getopt.c:825 +#, c-format +msgid "%s: option `-W %s' is ambiguous\n" +msgstr "%s: opção `-W %s' é incerta\n" + +#: src/extras/getopt.c:843 +#, c-format +msgid "%s: option `-W %s' doesn't allow an argument\n" +msgstr "%s: opção `--%s' não permite um argumento\n" + +#: src/input/input.c:241 +msgid "General" +msgstr "Geral" + +#: src/input/input.c:242 +msgid "Playlist Item" +msgstr "Item da lista de reprodução" + +#: src/input/input_programs.c:94 modules/gui/gtk/gnome_interface.c:1078 +#: modules/gui/gtk/gtk_interface.c:1199 modules/gui/kde/interface.cpp:142 +#: modules/gui/macosx/intf.m:355 modules/gui/macosx/intf.m:356 +msgid "Program" +msgstr "Programa" + +#: src/input/input_programs.c:98 modules/access/dvdplay/access.c:207 +#: modules/demux/asf/asf.c:371 modules/demux/mkv.cpp:2327 +#: modules/gui/beos/MediaControlView.cpp:1256 +#: modules/gui/gtk/gnome_interface.c:1650 modules/gui/gtk/gtk_interface.c:1956 +#: modules/gui/gtk/menu.c:1403 modules/gui/gtk/menu.c:1424 +#: modules/gui/kde/interface.cpp:144 modules/gui/macosx/intf.m:357 +#: modules/gui/macosx/intf.m:358 modules/gui/macosx/open.m:150 +#: modules/gui/wxwindows/open.cpp:436 +msgid "Title" +msgstr "Título" + +#: src/input/input_programs.c:102 modules/access/dvdplay/access.c:209 +#: modules/gui/beos/MediaControlView.cpp:1257 +#: modules/gui/gtk/gnome_interface.c:1640 modules/gui/gtk/gtk_interface.c:1946 +#: modules/gui/gtk/menu.c:1020 modules/gui/gtk/menu.c:1433 +#: modules/gui/kde/interface.cpp:146 modules/gui/macosx/intf.m:359 +#: modules/gui/macosx/intf.m:360 modules/gui/macosx/open.m:151 +#: modules/gui/wxwindows/open.cpp:442 +msgid "Chapter" +msgstr "Capítulo" + +#: src/input/input_programs.c:106 modules/gui/beos/InterfaceWindow.cpp:271 +msgid "Navigation" +msgstr "Navegação" + +#: src/input/input_programs.c:110 modules/gui/macosx/intf.m:380 +#: modules/gui/macosx/intf.m:381 +msgid "Video track" +msgstr "Faixa de vídeo" + +#: src/input/input_programs.c:113 modules/gui/macosx/intf.m:366 +#: modules/gui/macosx/intf.m:367 +msgid "Audio track" +msgstr "Faixa de audio" + +#: src/input/input_programs.c:116 modules/gui/macosx/intf.m:384 +#: modules/gui/macosx/intf.m:385 +msgid "Subtitles track" +msgstr "Faixa de Legendas" + +#: src/input/input_programs.c:355 src/input/input_programs.c:357 +#, c-format +msgid "Title %i" +msgstr "Título %i" + +#: src/input/input_programs.c:363 src/input/input_programs.c:370 +#, c-format +msgid "Chapter %i" +msgstr "Capítulo %i" + +#: src/input/input_programs.c:385 +msgid "Next title" +msgstr "Título posterior" + +#: src/input/input_programs.c:388 +msgid "Previous title" +msgstr "Título anterior" + +#: src/input/input_programs.c:394 modules/gui/beos/InterfaceWindow.cpp:267 +msgid "Next Chapter" +msgstr "Capítulo posterior" + +#: src/input/input_programs.c:397 +msgid "Previous Chapter" +msgstr "Capítulo anterior" + +#: src/input/input_programs.c:675 src/video_output/video_output.c:427 +msgid "Disable" +msgstr "Desabilitar" + +#: src/input/input_programs.c:687 src/input/input_programs.c:689 +#, c-format +msgid "Track %i" +msgstr "Faixa %i" + +#: src/libvlc.c:262 src/libvlc.c:352 +msgid "C" +msgstr "Pt_br" + +#: src/libvlc.c:305 src/libvlc.c:1420 +#, c-format +msgid "" +"Usage: %s [options] [items]...\n" +"\n" +msgstr "" +"Utilização: %s [opções] [itens]...\n" +"\n" + +#: src/libvlc.c:1252 src/misc/configuration.c:1090 +msgid "string" +msgstr "string" + +#: src/libvlc.c:1269 src/misc/configuration.c:1062 +msgid "integer" +msgstr "inteiro" + +#: src/libvlc.c:1272 src/misc/configuration.c:1080 +msgid "float" +msgstr "flutuante" + +#: src/libvlc.c:1278 +msgid " (default enabled)" +msgstr "(padrão habilitado)" + +#: src/libvlc.c:1279 +msgid " (default disabled)" +msgstr "(padrão desabilitado)" + +#: src/libvlc.c:1395 src/libvlc.c:1450 src/libvlc.c:1474 +msgid "" +"\n" +"Press the RETURN key to continue...\n" +msgstr "" +"\n" +"Pressione ENTER para continuar...\n" + +#: src/libvlc.c:1423 +msgid "[module] [description]\n" +msgstr "[módulo] [descrição]\n" + +#: src/libvlc.c:1468 +msgid "" +"This program comes with NO WARRANTY, to the extent permitted by law.\n" +"You may redistribute it under the terms of the GNU General Public License;\n" +"see the file named COPYING for details.\n" +"Written by the VideoLAN team at Ecole Centrale, Paris.\n" +msgstr "" +"Este programa vem SEM GARANTIA, à extensão permitida por lei.\n" +"Você poderá redistribuí-lo sob os termos da GNU General Public Licence;\n" +"veja o arquivo de nome COPYING para detalhes.\n" +"Escrito pelo time VideoLAN na Ecole Centrale, Paris.\n" + +#: src/libvlc.h:40 +msgid "" +"These options allow you to configure the interfaces used by VLC.\n" +"You can select the main interface, additional interface modules, and define " +"various related options." +msgstr "" +"Esta opção permite que você selecione a interface a ser usada pelo VLC.\n" +"Você pode selecionar a interface principal, módulos de interface adicional, " +"e definir várias opções relacionadas." + +#: src/libvlc.h:44 +msgid "Interface module" +msgstr "Módulo de interface" + +#: src/libvlc.h:46 +msgid "" +"This option allows you to select the interface used by VLC.\n" +"The default behavior is to automatically select the best module available." +msgstr "" +"Esta opção permite que você selecione a interface a ser usada pelo VLC.\n" +"O comportamento padrão é selecionar o melhor módulo disponível." + +#: src/libvlc.h:50 modules/control/ntservice.c:48 +msgid "Extra interface modules" +msgstr "Módulos extra de interface" + +#: src/libvlc.h:52 +msgid "" +"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. (common values are: logger," +"gestures,sap,rc,http,screensaver)" +msgstr "" +"Esta opção permite que você selecione interfaces adicionais a serem usadas " +"pelo VLC. Elas serão lançadas no plano de fundo em adição à interface " +"padrão. Use uma lista separadas por vírgula os módulos de interface. " +"(valores comuns são: logger,gestures,sap,rc,http,screensaver)" + +#: src/libvlc.h:57 +msgid "Verbosity (0,1,2)" +msgstr "Mensagem detalhadas (0,1,2)" + +#: src/libvlc.h:59 +msgid "" +"This options sets the verbosity level (0=only errors and standard messages, " +"1=warnings, 2=debug)." +msgstr "" +"Esta opção ajusta o nível de detalhes (0=apenas erros e mensagens padrão, " +"1=avisos, 2=depuração)." + +#: src/libvlc.h:62 +msgid "Be quiet" +msgstr "Silencioso" + +#: src/libvlc.h:64 +msgid "This options turns off all warning and information messages." +msgstr "Esta opção desativa todas as mensagens de aviso e informativas" + +#: src/libvlc.h:66 modules/gui/beos/InterfaceWindow.cpp:255 +msgid "Language" +msgstr "Linguagem" + +#: src/libvlc.h:67 +msgid "" +"This option allows you to set the language of the interface. The system " +"language is auto-detected if \"auto\" is specified here." +msgstr "" +"Esta opção permite que você escolha a linguagem da interface. A linguagem do " +"sistema será detectada automaticamente se \"auto\" for especificado aqui." + +#: src/libvlc.h:71 +msgid "Color messages" +msgstr "Mensagens coloridas" + +#: src/libvlc.h:73 +msgid "" +"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." +msgstr "" +"Quando esta opção é ativada, as mensagens enviadas ao console serão " +"colorizadas. Seu terminal precisa ter suporte a 'Linux color' para funcionar." + +#: src/libvlc.h:76 +msgid "Show advanced options" +msgstr "Mostrar opções avançadas" + +#: src/libvlc.h:78 +msgid "" +"When this option is turned on, the preferences and/or interfaces will show " +"all the available options, including those that most users should never touch" +msgstr "" +"Quando esta opção é ativada, as preferências e/ou interfaces irã mostar " +"todas as opções disponíveis, incluindo aquelas que a maioria dos usuários " +"não deveriam tocar nunca" + +#: src/libvlc.h:82 +msgid "Interface default search path" +msgstr "Pasta padrão de procura da interface" + +#: src/libvlc.h:84 +msgid "" +"This option allows you to set the default path that the interface will open " +"when looking for a file." +msgstr "" +"Esta opção permite que você ajuste a pasta padrão que a interface irá abrir " +"ao procurar por um arquivo." + +#: src/libvlc.h:87 +msgid "Plugin search path" +msgstr "Caminho de procura de plugins" + +#: src/libvlc.h:89 +msgid "" +"This option allows you to specify an additional path for VLC to look for its " +"plugins." +msgstr "" +"Esta opção permique que se especifique um caminho adicinal para que o VLC " +"procure por seus plugins." + +#: src/libvlc.h:93 +msgid "" +"These options allow you to tune VLC's audio subsystem, and to add audio " +"filters which can be used for postprocessing or visual effects (spectrum " +"analyser,...).\n" +"To tune these filters, have a look at the \"audio filter\" plugin options." +msgstr "" +"Estas opções permitem que você afine o subsistema de audio do VLC, e a adicionar " +"filtros de audio que podem ser usados para pós-processamento ou efeitos visuais " +"(analisador de espectro,...).\n" +"Para afinar estes filtros, dê uma olhada nas opções de plugin \"audio filter\"." + +#: src/libvlc.h:99 +msgid "Audio output module" +msgstr "Módulo de saída de audio" + +#: src/libvlc.h:101 +msgid "" +"This option allows you to select the audio output method used by VLC. The " +"default behavior is to automatically select the best method available." +msgstr "" +"Esta opção permite que você escolha o método de saída de audio usado pelo " +"VLC. O comportamento padrão é selecionar automaticamente o melhor método " +"disponível." + +#: src/libvlc.h:105 +msgid "Enable audio" +msgstr "Habilitar audio" + +#: src/libvlc.h:107 +msgid "" +"You can completely disable the audio output. In this case the audio decoding " +"will not take place, and it will save some processing power." +msgstr "" +"Você pode desabilitar completamente a saída de audio. Neste caso a " +"decodificação de audio não será feita, e irá economizar algum processamento" + +#: src/libvlc.h:110 +msgid "Force mono audio" +msgstr "Forçar audio mono" + +#: src/libvlc.h:111 +msgid "This will force a mono audio output" +msgstr "Isto irá forcar a saída de audio no formato mono" + +#: src/libvlc.h:113 +msgid "Audio output volume" +msgstr "Volume da saída de audio" + +#: src/libvlc.h:115 +msgid "" +"You can set the default audio output volume here, in a range from 0 to 1024." +msgstr "" +"Você pode ajustar o volume padrão da saída de audio aqui, em uma faixa de 0 " +"a 1024." + +#: src/libvlc.h:118 +msgid "Audio output saved volume" +msgstr "Volume salvo da saída de audio" + +#: src/libvlc.h:120 +msgid "This saves the audio output volume when you select mute." +msgstr "Isto salva o volume da saída de audio quando você seleciona mudo." + +#: src/libvlc.h:122 +msgid "Audio output frequency (Hz)" +msgstr "Frequencia de saída do audio (Hz)" + +#: src/libvlc.h:124 +msgid "" +"You can force the audio output frequency here. Common values are -1 " +"(default), 48000, 44100, 32000, 22050, 16000, 11025, 8000." +msgstr "" +"Você pode forçar a frequência de saída de audio aqui. Valores comuns são -1 " +"(padrão), 48000, 44100, 32000, 22050, 16000, 11025, 8000." + +#: src/libvlc.h:128 +msgid "High quality audio resampling" +msgstr "Reamostragem de audio de alta qualidade" + +#: src/libvlc.h:130 +msgid "" +"High quality audio resampling can be processor intensive so you can disable " +"it and a cheaper resampling algorithm will be used instead." +msgstr "" +"Reamostragem de audio de alta qualidade pode sem intensiva para o " +"processador então quando você desabilita e um algorítimo de qualidade mais " +"baixa será usado no lugar" + +#: src/libvlc.h:134 +msgid "Compensate desynchronization of audio (in ms)" +msgstr "Compensar dessincronização de audio (en ms)" + +#: src/libvlc.h:136 +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 "" +"Esta opção permite que você atrase a saída de audio. Isto pode ser útil se " +"você notar um descompasso entre o vídeo e o audio." + +#: src/libvlc.h:139 +msgid "Choose prefered audio output channels mode" +msgstr "Selecione o mode de saída de audio de sua preferência" + +#: src/libvlc.h:141 +msgid "" +"This option allows you to set the audio output channels mode that will be " +"used by default when possible (ie. if your hardware supports it as well as " +"the audio stream being played)" +msgstr "" +"Esta opção permite que você ajuste o modo de saída dps canais de audio que " +"será usado por padrão quando possível (ex. se o seu hardware suportá-lo " +"tanto quanto o stream de audio sendo tocado)" + +#: src/libvlc.h:145 +msgid "Use the S/PDIF audio output when available" +msgstr "Usar a saída de audio S/PDIF quando disponível" + +#: src/libvlc.h:147 +msgid "" +"This option allows you to use the S/PDIF audio output by default when your " +"hardware supports it as well as the audio stream being played." +msgstr "" +"Esta opção permite que você use a saída de audio S/PDIF por padrão quando " +"seu hardware suportar tanto quanto o stream de audio sendo tocado." + +#: src/libvlc.h:150 +msgid "Audio filters" +msgstr "Filtros de audio" + +#: src/libvlc.h:152 +msgid "" +"This allows you to add audio postprocessing filters, to modifythe sound." +msgstr "" +"Isto permite que você adicione filtros de pós-processamento de audio, para " +"modificar o som." + +#: src/libvlc.h:155 +msgid "Headphone virtual spatialization effect" +msgstr "Efeito de espacialização virtual para fones de ouvido " + +#: src/libvlc.h:157 +msgid "" +"This effect gives you the feeling that you are standing in a 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 "" +"Este efeito te dá a impressão de que você está em uma sala com um conjunto " +"completo de caixas de som 5.1 ao usar um fone de ouvido, providenciando uma " +"experiência de som mais realista. Também deveria ser mais confortavel e " +"menos cansativo ouvir música por longos períodos de tempo.\n" +"Funciona com qualquer formato de fonte. De mono a 5.1." + +#: src/libvlc.h:165 +msgid "" +"These options allow you to modify options related to the video output " +"subsystem. You can for example enable video filters, like deinterlacing, " +"constrast / hue / saturation adjusting, ...\n" +"Enable these filters here and configure them in the video filters plugins " +"section." +msgstr "" +"Estas opções permitem que você modifique as opções relacionadas ao subsistema " +"de saída de vídeo. Você pode por exemplo habilitar filtros de vídeo, como " +"desentrelação, ajuste de contraste /tonalidade / saturação, ...\n" +"Habilites estes filtros aqui e configure-os na seção de plugins de filtros de " +"vídeo." + +#: src/libvlc.h:172 +msgid "Video output module" +msgstr "Módulo de saída de vídeo" + +#: src/libvlc.h:174 +msgid "" +"This option allows you to select the video output method used by VLC. The " +"default behavior is to automatically select the best method available." +msgstr "" +"Esta opção permite que você selecione o método de saída de vídeo usado pelo " +"VLC. O compotamento padrão é selecionar automaticamente o melhor método disponível." + +#: src/libvlc.h:178 +msgid "Enable video" +msgstr "Habilitar vídeo" + +#: src/libvlc.h:180 +msgid "" +"You can completely disable the video output. In this case the video decoding " +"stage will not take place, which will save some processing power." +msgstr "" +"Você pode desabilitar completamente a saída de vídeo. Neste caso a " +"decodificação de vídeo não será feita, o que irá economizar algum poder de " +"processamento" + +#: src/libvlc.h:183 modules/visualization/visual/visual.c:43 +msgid "Video width" +msgstr "Larguda do vídeo" + +#: src/libvlc.h:185 +msgid "" +"You can enforce the video width here. By default (-1) VLC will adapt to the " +"video characteristics." +msgstr "" +"Você pode forçar a largura do vídeo aqui. Por padrâo (-1) o VLC irá se " +"adaptar às características do video." + +#: src/libvlc.h:188 modules/visualization/visual/visual.c:47 +msgid "Video height" +msgstr "Altura do vídeo" + +#: src/libvlc.h:190 +msgid "" +"You can enforce the video height here. By default (-1) VLC will adapt to the " +"video characteristics." +msgstr "" +"Você pode forçar a altura do vídeo aqui. Por padrâo (-1) o VLC irá se " +"adaptar às características do video." + +#: src/libvlc.h:193 +msgid "Video alignment" +msgstr "Alinhamento do vídeo" + +#: src/libvlc.h:195 +msgid "" +"You can enforce the video alignement in its window. By default (0) it will " +"be centered (0=center, 1=left, 2=right, 4=top, 8=bottom, you can also use " +"combinations of these values)." +msgstr "" +"Você pode forçar o alinhamento do vídeo em sua janela. Por padrão (0) ele será " +"centralizado (0=centro, 1=esquerda, 2=direita, 4=no alto, 8=em baixo, você " +"também pode usar combinações desses valores)." + +#: src/libvlc.h:199 +msgid "Zoom video" +msgstr "Ampliar vídeo" + +#: src/libvlc.h:201 +msgid "You can zoom the video by the specified factor." +msgstr "Você pode ampliar o vídeo pelo fator especificado" + +#: src/libvlc.h:203 +msgid "Grayscale video output" +msgstr "Saída de vídeo em preto e branco" + +#: src/libvlc.h:205 +msgid "" +"When enabled, the color information from the video won't be decoded (this " +"can also allow you to save some processing power)." +msgstr "" +"Quando abilitado, as informações de cor do vídeo não serão decodificadas " +"(isto também permite que você economize algum poder de processamento)." + +#: src/libvlc.h:208 +msgid "Fullscreen video output" +msgstr "Saída de vídeo em tela cheia" + +#: src/libvlc.h:210 +msgid "" +"If this option is enabled, VLC will always start a video in fullscreen mode." +msgstr "" +"Quando esta opção estiver habilitada, o VLC irá sembre iniciar o vídeo no " +"modo tela cheia" + +#: src/libvlc.h:213 +msgid "Overlay video output" +msgstr "Saída de vídeo 'Overlay'" + +#: src/libvlc.h:215 +msgid "" +"If enabled, VLC will try to take advantage of the overlay capabilities of " +"your graphics card." +msgstr "" +"Se habilitado, o VLC irá tentar tirar vantagem das capacidades de overlay de " +"sua placa de vídeo" + +#: src/libvlc.h:218 +msgid "Force SPU position" +msgstr "Forcar posição SPU" + +#: src/libvlc.h:220 +msgid "" +"You can use this option to place the subtitles under the movie, instead of " +"over the movie. Try several positions." +msgstr "" +"Você pode usar esta opção para colocar as legendas debaixo do filme, ao " +"invés de sobre o filme. Tente diversas posições." + +#: src/libvlc.h:223 +msgid "Video filter module" +msgstr "Módolo de filtros de vídeo" + +#: src/libvlc.h:225 +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 "" +"Isto permite que você adicione um filtro de pós-processamento para melhorar " +"a qualidade de imagem, por exemplo desentrelaçar, clonar ou distorcer a " +"janela de vídeo." + +#: src/libvlc.h:229 +msgid "Source aspect ratio" +msgstr "Proporção de aspecto da fonte" + +#: src/libvlc.h:231 +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 "" +"Isto irá forcar a razão de aparência da fonte. Por exemplo, alguns DVDs " +"dizem ser 16:9 quando na verdade são 4:3. Isto também pode ser usado como " +"dica para o VLC quando um filme não possui a informação de aparência. " +"Formatos aceitos são x:y (4:3, 16:9, etc.) expressando o aspecto global da " +"imagem, ou um valor flutuante (1.25, 1.3333, etc.) expressando a " +"retangularidade do pixel." + +#: src/libvlc.h:239 +msgid "Destination aspect ratio" +msgstr "Proporção de aspecto de destino" + +#: src/libvlc.h:241 +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 "" +"Isto irá forçar o tamanho do pixel de destino. Por padrâo o VLC assune que " +"seus pixels são quadrados, a não ser que o seu hardware tenha uma forma de " +"dizer o contrário. Isto pode ser usado quando você coloca a saída de sinal " +"do VLC a algum outro equipamento como uma TV. Formatos aceitos são valores " +"flutuantes (1, 1.25, 1.3333, etc.) expressando aretangularidade dos pixels." + +#: src/libvlc.h:250 +msgid "Server port" +msgstr "Porta do servidor" + +#: src/libvlc.h:252 +msgid "This is the port used for UDP streams. By default, we chose 1234." +msgstr "" +"Esta é a porta usada para streams UDP. Por padrão, nós escolhemos 1234." + +#: src/libvlc.h:254 +msgid "MTU of the network interface" +msgstr "MTU da interface de rede" + +#: src/libvlc.h:256 +msgid "" +"This is the typical size of UDP packets that we expect. On Ethernet it is " +"usually 1500." +msgstr "" +"Este é o tamanho típico dos pacotes UDP que nós esperamos. Na Ethernet ele é " +"normalmente 1500" + +#: src/libvlc.h:259 +msgid "Network interface address" +msgstr "Endereço da interface de rede" + +#: src/libvlc.h:261 +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 "" +"Se você possue diversas interfaces de rede na sua máquina e usa a solução " +"multicast, você provavelmete terá que indicar o endereço IP de sua interface " +"de multicast aqui" + +#: src/libvlc.h:265 +msgid "Time to live" +msgstr "Tempo de vida" + +#: src/libvlc.h:267 +msgid "" +"Indicate here the Time To Live of the multicast packets sent by the stream " +"output." +msgstr "" +"Indique aqui o Tempo De Vida dos pacotes multicast enviados pelo stream de " +"saída" + +#: src/libvlc.h:270 +msgid "Choose program (SID)" +msgstr "Escolha o programa (SID)" + +#: src/libvlc.h:272 +msgid "Choose the program to select by giving its Service ID." +msgstr "Escolha o programa a ser selecionado dando o seu Service ID" + +#: src/libvlc.h:274 +msgid "Choose audio" +msgstr "Escolha o audio" + +#: src/libvlc.h:276 +msgid "" +"Give the default type of audio you want to use in a DVD. (Developers only)" +msgstr "" +"Dê o tipo padrão de audio que você que usar em um DVD. (Apenas " +"desenvolvedores)" + +#: src/libvlc.h:279 +msgid "Choose channel" +msgstr "Escolha o canal" + +#: src/libvlc.h:281 +msgid "" +"Give the stream number of the audio channel you want to use in a DVD (from 1 " +"to n)." +msgstr "" +"Dê o número do stream do canal de audio que você que usar em um DVD (de 1 a " +"n)" + +#: src/libvlc.h:284 +msgid "Choose subtitles track" +msgstr "Escolha a faixa de legendas" + +#: src/libvlc.h:286 +msgid "" +"Give the stream number of the subtitle channel you want to use (from 1 to n)." +msgstr "" +"Dê o número do stream do canal de legendas que você que usar (de 1 a n)." + +#: src/libvlc.h:289 +msgid "Autodetect subtitle files" +msgstr "Auto-detectar arquivos de legendas" + +#: src/libvlc.h:294 +msgid "Use subtitle file" +msgstr "Usar arquivo de legendas" + +#: src/libvlc.h:299 +msgid "DVD device" +msgstr "Dispositivo de DVD" + +#: src/libvlc.h:302 +msgid "" +"This is the default DVD drive (or file) to use. Don't forget the colon after " +"the drive letter (eg D:)" +msgstr "" +" Este é o drive de DVD padrão (ou arquivo) a ser usado. Não se esqueça dos " +"doispontos após a letra do drive (ex D:)" + +#: src/libvlc.h:306 +msgid "This is the default DVD device to use." +msgstr "Este é o dispositivo de DVD padrão." + +#: src/libvlc.h:309 +msgid "VCD device" +msgstr "Dispositivo de VCD" + +#: src/libvlc.h:311 +msgid "This is the default VCD device to use." +msgstr "Este é o dispositivo de VCD padrão." + +#: src/libvlc.h:313 +msgid "Force IPv6" +msgstr "Forçar IPv6" + +#: src/libvlc.h:315 +msgid "" +"If you check this box, IPv6 will be used by default for all UDP and HTTP " +"connections." +msgstr "" +"Se você marqar esta caixa, o IPv6 será usado por padrão para todas as " +"conexões UDP e HTTP" + +#: src/libvlc.h:318 +msgid "Force IPv4" +msgstr "Forçar IPv4" + +#: src/libvlc.h:320 +msgid "" +"If you check this box, IPv4 will be used by default for all UDP and HTTP " +"connections." +msgstr "" +"Se você marqar esta caixa, o IPv4 será usado por padrão para todas as " +"conexões UDP e HTTP" + +#: src/libvlc.h:324 +msgid "" +"This option can be used to alter the way VLC selects its codecs " +"(decompression methods). Only advanced users should alter this option as it " +"can break playback of all your streams." +msgstr "" + +#: src/libvlc.h:328 +msgid "Choose preferred codec list" +msgstr "Escolha a lista de codecs preferida" + +#: src/libvlc.h:330 +msgid "" +"This allows you to select the order in which VLC will choose its codecs. For " +"instance, 'a52old,a52,any' will try the old a52 codec before the new one. " +"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." +msgstr "" +"Isto permite que você selecione a ordem em que o VLC irá escolher seus " +"codecs. Por exemplom 'a52old,a52,any' irá tentar o codec old a52 antes de " +"tentar o mais novo.Por favor esteja ciente de que o VLC não faz nenhuma " +"distinçao entre codecs de audio ou de vídeo, portanto você deveria sempre " +"especificar 'any' ao final da lista para ter certeza de que tenha um suporte " +"para os tipos que você não especificou." + +#: src/libvlc.h:338 +msgid "Choose preferred video encoder list" +msgstr "Escolha a lista de encoder de vídeo preferida" + +#: src/libvlc.h:340 src/libvlc.h:344 +msgid "" +"This allows you to select the order in which VLC will choose its codecs. " +msgstr "" +"Isto permite que você selecione a ordem em que o VLC irá escolher seus " +"codecs. " + +#: src/libvlc.h:342 +msgid "Choose preferred audio encoder list" +msgstr "Escolha a lista de encoder de audio preferida" + +#: src/libvlc.h:348 +msgid "" +"These options allow you to set default global options for the stream output " +"subsystem." +msgstr "" +"Estas opções permitem que voçê ajuste as opções globais para o subsistema do " +"stream de saída." + +#: src/libvlc.h:351 +msgid "Choose a stream output" +msgstr "Escolha o stream de saída" + +#: src/libvlc.h:353 +msgid "Empty if no stream output." +msgstr "Vazio se nenhum stream de saída" + +#: src/libvlc.h:355 +msgid "Display while streaming" +msgstr "Mostrar ao fazer o streaming" + +#: src/libvlc.h:357 +msgid "This allows you to play the stream while streaming it." +msgstr "" +"Isto permite que você toque o stream enquanto estiver fazendo o streming do " +"mesmo." + +#: src/libvlc.h:359 +msgid "Enable video stream output" +msgstr "Habilitar saida do stream de vídeo" + +#: src/libvlc.h:361 src/libvlc.h:366 +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 "" +"Isto permique que você escolha se o stream de vídeo deve ser redirecionado " +"para o intrumento de saída quando este último estiver habilitado" + +#: src/libvlc.h:364 +msgid "Enable audio stream output" +msgstr "Habilitar saida de stream de audio" + +#: src/libvlc.h:369 +msgid "Keep sout open" +msgstr "Manter aberto o sout" + +#: src/libvlc.h:371 +msgid "" +"This allows you to keep an unique sout instance across multiple playlist " +"item (automatically insert gather stream_out if not specified)" +msgstr "" +"Isto permite que você mantenha uma única instância do sout através de ítens " +"múltiplos da lista de reprodução (adiciona automaticamente acumular stream_out " +"se não especificado)" + +#: src/libvlc.h:375 +msgid "Choose preferred packetizer list" +msgstr "Escolha a lista de empacotador favorita" + +#: src/libvlc.h:377 +msgid "" +"This allows you to select the order in which VLC will choose its packetizers." +msgstr "" +"Isto permite que você seleciona a ordem em que o VLC irá escolher seus " +"empacotadores." + +#: src/libvlc.h:380 +msgid "Mux module" +msgstr "Módulo mux" + +#: src/libvlc.h:382 +msgid "This is a legacy entry to let you configure mux modules" +msgstr "" +"Esta é uma entrada legado para permitir que você configure os módulos mux" + +#: src/libvlc.h:384 +msgid "Access output module" +msgstr "Módulo de acesso de saída" + +#: src/libvlc.h:386 +msgid "This is a legacy entry to let you configure access output modules" +msgstr "" +"Esta é uma entrada legado para permitir que você configure os módulos de " +"saída" + +#: src/libvlc.h:389 +msgid "" +"These options allow you to enable special CPU optimizations.\n" +"You should always leave all these enabled." +msgstr "" +"Estas opções permitem que você habilite otimizações de CPU especiais.\n" +"Você deveria manter sempre todas habilitadas." + +#: src/libvlc.h:392 +msgid "Enable CPU MMX support" +msgstr "Habilitar suporte a CPU MMX" + +#: src/libvlc.h:394 +msgid "" +"If your processor supports the MMX instructions set, VLC can take advantage " +"of them." +msgstr "" +"Se o seu processador suporta o set de instruções MMX, o VLC pode " +"tirarvantagem delas" + +#: src/libvlc.h:397 +msgid "Enable CPU 3D Now! support" +msgstr "Habilitar suporte a CPU 3D Now!" + +#: src/libvlc.h:399 +msgid "" +"If your processor supports the 3D Now! instructions set, VLC can take " +"advantage of them." +msgstr "" +"Se o seu processador suporta o set de instruções 3D Now!, o VLC pode " +"tirarvantagem delas" + +#: src/libvlc.h:402 +msgid "Enable CPU MMX EXT support" +msgstr "Habilitar suporte a CPU MMX EXT" + +#: src/libvlc.h:404 +msgid "" +"If your processor supports the MMX EXT instructions set, VLC can take " +"advantage of them." +msgstr "" +"Se o seu processador suporta o set de instruções MMX EXT, o VLC pode " +"tirarvantagem delas" + +#: src/libvlc.h:407 +msgid "Enable CPU SSE support" +msgstr "Habilitar suporte a CPU SSE" + +#: src/libvlc.h:409 +msgid "" +"If your processor supports the SSE instructions set, VLC can take advantage " +"of them." +msgstr "" +"Se o seu processador suporta o set de instruções SSE, o VLC pode " +"tirarvantagem delas" + +#: src/libvlc.h:412 +msgid "Enable CPU AltiVec support" +msgstr "Habilitar suporte a CPU AltiVec" + +#: src/libvlc.h:414 +msgid "" +"If your processor supports the AltiVec instructions set, VLC can take " +"advantage of them." +msgstr "" +"Se o seu processador suporta o set de instruções Altivec, o VLC pode " +"tirarvantagem delas" + +#: src/libvlc.h:418 +msgid "" +"These options define the behaviour of the playlist. Some of them can be " +"overriden in the playlist dialog box." +msgstr "" +"Estas opções definem o comportamento da lista de reprodução. Alguns deles " +"podem ser alterados na caixa de diálogo da lista de reprodução." + +#: src/libvlc.h:421 +msgid "Play files randomly forever" +msgstr "Tocar arquivos randomicamente eternamente" + +#: src/libvlc.h:423 +msgid "" +"When selected, VLC will randomly play files in the playlist until " +"interrupted." +msgstr "" +"Quando selecionado, o VLC ira tocar os arquivos na lista de reprodução " +"aleatóriamente até ser interrompido" + +#: src/libvlc.h:426 +msgid "Loop playlist on end" +msgstr "Recomeçar a lista de reprodução ao terminar" + +#: src/libvlc.h:428 +msgid "" +"If you want VLC to keep playing the playlist indefinitely then enable this " +"option." +msgstr "" +"Se você deseja que o VLC fique tocando a lista de reprodução indefinidamente " +"então habilite esta opção." + +#: src/libvlc.h:431 +msgid "Repeat the current playlistitem" +msgstr "Repetir item atual da lista de reprodução" + +#: src/libvlc.h:433 +msgid "" +"When this is active VLC will keep playing the current playlistitem over and " +"over again." +msgstr "" +"Quando ativo, o VLC ira manter o item atual da lista de reprodução tocando " +"repetidamente." + +#: src/libvlc.h:437 +msgid "" +"These options allow you to select default modules. Leave these alone unless " +"you really know what you are doing." +msgstr "" +"Estas opções permitem que você selecione os módulos padrões. Deixe estas opções " +"de lado a não ser que você realmente saiba o que está fazendo." + +#: src/libvlc.h:440 +msgid "Memory copy module" +msgstr "Módulo de cópia de memória" + +#: src/libvlc.h:442 +msgid "" +"You can select which memory copy module you want to use. By default VLC will " +"select the fastest one supported by your hardware." +msgstr "" +"Você pode selecionar qual módulo de cópia de memória você quer usar. Por " +"padrão o VLC irá escolher o mais rápido suportado pelo seu hardware." + +#: src/libvlc.h:445 +msgid "Access module" +msgstr "Módulo de acesso" + +#: src/libvlc.h:447 +msgid "This is a legacy entry to let you configure access modules" +msgstr "Esta é uma entrada legado para deixar você configurar os módulos de acesso" + +#: src/libvlc.h:449 +msgid "Demux module" +msgstr "Módulo de demux" + +#: src/libvlc.h:451 +msgid "This is a legacy entry to let you configure demux modules" +msgstr "Esta é uma entrada legado para deixar você configurar os módulos de demux" + +#: src/libvlc.h:453 +msgid "Allow only one running instance of VLC" +msgstr "Permitir executar apenas uma instância do VLC" + +#: src/libvlc.h:455 +msgid "" +"Allowing only one running instance of VLC can sometimes be useful, for " +"instance if you associated VLC with some media types and you don't want a " +"new instance of VLC to be opened each time you double-click on a file in the " +"explorer. This option will allow you to play the file with the already " +"running instance or enqueue it." +msgstr "" +"Permitir que apenas uma instância do VLC seja executada pode ser útil, como " +"se você associar o VLC com alguns tipos de mídia e não quer que uma nova instância " +"do VLC seja aberta toda vez que você clicar duas vezes em um arquivo no explorer. " +"Esta opção ira permitir que você execute o arquivo na instância já aberta ou " +"colocar na fila." + +#: src/libvlc.h:461 +msgid "Increase the priority of the process" +msgstr "Aumentar a prioridade do processo" + +#: src/libvlc.h:463 +msgid "" +"Increasing the priority of the process will very likely improve your playing " +"experience as it allows VLC not to be disturbed by other applications that " +"could otherwise take too much processor time.\n" +"However be advise that in certain circumstances (bugs) VLC could take all " +"the processor time and render the whole system unresponsive which might " +"require a reboot of your machine." +msgstr "" +"Aumentar a prioridade do processo irá muito provavelmente melhorar a sua " +"experiência au tocar mídia ao permitir que o VLC não seja perturbado por " +"outras aplucações que poderiam de outro modo pegar muito do tempo do " +"processador.\n" +"Entretanto esteja avisado que em certas circunstâncias (bugs) o VLC poderia " +"pegar todo o tempo do processador e tornar todo o sistema inacessível o que " +"poderá requerer uma reinicialização da sua máquina" + +#: src/libvlc.h:470 +msgid "Fast mutex on NT/2K/XP (developers only)" +msgstr "Mutex rápido em NT/2K/XP (desenvolvedores apenas)" + +#: src/libvlc.h:472 +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 "" +"No Windows NT/2k/XP nós utilizamos uma implementação de mutex lenta o que " +"nos permite a implementar variáveis de condição corretamente. Você também " +"pode usar a implementação do Win9x que é mais rápida mas você pode ter " +"algums problemas com ela." + +#: src/libvlc.h:477 +msgid "Condition variables implementation for Win9x (developers only)" +msgstr "" +"Implementação de variáveis de condição para Win9x (apenas desenvolvedores)" + +#: src/libvlc.h:480 +msgid "" +"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." +msgstr "" +"No Windows 9x/Me nós usamos uma implementação rápida mas não correta de " +"varíáveis de condição (mais precisamente existe a possivilidade a uma " +"condição de corrida acontecer). Entretanto é possível usar alternativas mais " +"lentas que são mais robustas. Atualmente você pode escolher entre " +"implementação 0 (que é o padrão e o mais rápido), 1 e 2." + +#: src/libvlc.h:490 src/video_output/video_output.c:414 +#: modules/gui/beos/VideoOutput.cpp:1151 modules/gui/macosx/applescript.m:122 +#: modules/gui/macosx/controls.m:364 modules/gui/macosx/controls.m:720 +#: modules/gui/macosx/intf.m:378 +msgid "Fullscreen" +msgstr "Tela cheia" + +#: src/libvlc.h:491 +msgid "Select the hotkey to use to swap fullscreen state" +msgstr "Selecione o atalho a ser usado para trocar o estado de tela cheia" + +#: src/libvlc.h:492 modules/control/lirc/lirc.c:297 +#: modules/control/lirc/lirc.c:323 modules/gui/gtk/gnome_interface.c:602 +#: modules/gui/gtk/gnome_interface.c:1020 modules/gui/gtk/gtk_interface.c:709 +#: modules/gui/gtk/gtk_interface.c:1119 modules/gui/macosx/intf.m:838 +#: modules/gui/macosx/intf.m:839 modules/gui/macosx/intf.m:840 +#: modules/gui/pda/interface.c:179 modules/gui/pda/pda_interface.c:235 +#: modules/gui/pda/pda_interface.c:236 +#: modules/gui/wxwindows/interface.cpp:1176 +msgid "Pause" +msgstr "Pausar" + +#: src/libvlc.h:493 +msgid "Select the hotkey to use to swap paused state" +msgstr "Selecione o atalho a ser usado para trocar o estado de pausa" + +#: src/libvlc.h:494 +msgid "Pause only" +msgstr "Pausar apenas" + +#: src/libvlc.h:495 +msgid "Select the hotkey to use to pause" +msgstr "Selecione o atalho a ser usado para pausar" + +#: src/libvlc.h:496 +msgid "Play only" +msgstr "Tocar apenas" + +#: src/libvlc.h:497 +msgid "Select the hotkey to use to play" +msgstr "Selecione o atalho a ser usado para tocar" + +#: src/libvlc.h:498 modules/gui/macosx/controls.m:641 +#: modules/gui/macosx/intf.m:308 modules/gui/macosx/intf.m:346 +#: modules/gui/wxwindows/interface.cpp:412 +msgid "Faster" +msgstr "Mais Rápido" + +#: src/libvlc.h:499 +msgid "Select the hotkey to use for fast forward playback" +msgstr "Selecione o atalho a ser usado para tocar mais rápido" + +#: src/libvlc.h:500 modules/gui/macosx/controls.m:642 +#: modules/gui/macosx/intf.m:305 modules/gui/macosx/intf.m:347 +#: modules/gui/wxwindows/interface.cpp:410 +msgid "Slower" +msgstr "Mais Devagar" + +#: src/libvlc.h:501 +msgid "Select the hotkey to use for slow motion playback" +msgstr "Selecione o atalho a ser usado para tocar em câmera lenta" + +#: src/libvlc.h:502 modules/gui/gtk/gnome_interface.c:667 +#: modules/gui/gtk/gnome_interface.c:1056 modules/gui/gtk/gtk_interface.c:769 +#: modules/gui/gtk/gtk_interface.c:852 modules/gui/gtk/gtk_interface.c:896 +#: modules/gui/gtk/gtk_interface.c:1166 modules/gui/macosx/controls.m:663 +#: modules/gui/macosx/intf.m:309 modules/gui/macosx/intf.m:349 +#: modules/gui/macosx/intf.m:409 modules/gui/wxwindows/interface.cpp:408 +msgid "Next" +msgstr "Próximo" + +#: src/libvlc.h:503 +msgid "Select the hotkey to use to skip to the next item in the playlist" +msgstr "" +"Selecione o atalho a ser usado para passar para o próximo item na lista de " +"reprodução" + +#: src/libvlc.h:504 modules/gui/macosx/controls.m:662 +#: modules/gui/macosx/intf.m:304 modules/gui/macosx/intf.m:348 +#: modules/gui/macosx/intf.m:410 +msgid "Previous" +msgstr "Anterior" + +#: src/libvlc.h:505 +msgid "Select the hotkey to use to skip to the previous item in the playlist" +msgstr "" +"Selecione o atalho a ser usado para passar para o item anterior na lista de " +"reprodução" + +#: src/libvlc.h:506 modules/gui/gtk/gnome_interface.c:566 +#: modules/gui/gtk/gnome_interface.c:1027 modules/gui/gtk/gtk_interface.c:676 +#: modules/gui/gtk/gtk_interface.c:1127 modules/gui/macosx/controls.m:655 +#: modules/gui/macosx/intf.m:307 modules/gui/macosx/intf.m:345 +#: modules/gui/macosx/intf.m:408 modules/gui/pda/interface.c:205 +#: modules/gui/pda/pda_interface.c:259 modules/gui/pda/pda_interface.c:260 +#: modules/gui/wxwindows/interface.cpp:399 +msgid "Stop" +msgstr "Parar" + +#: src/libvlc.h:507 +msgid "Select the hotkey to stop the playback" +msgstr "Selecione o atalho para parar de tocar" + +#: src/libvlc.h:508 modules/control/lirc/lirc.c:193 +#: modules/gui/beos/InterfaceWindow.cpp:253 +msgid "Quit" +msgstr "Sair" + +#: src/libvlc.h:509 +msgid "Select the hotkey to quit the application" +msgstr "selecione o atalho para sair do programa" + +#: src/libvlc.h:510 +msgid "Navigate up" +msgstr "Navegar acima" + +#: src/libvlc.h:511 +msgid "Select the key to move the selector up in dvd menus" +msgstr "Selecione a tecla para mover o seletor para cima em menus dvd" + +#: src/libvlc.h:512 +msgid "Navigate down" +msgstr "Navegar abaixo" + +#: src/libvlc.h:513 +msgid "Select the key to move the selector down in dvd menus" +msgstr "Selecione a tecla para mover o seletor para baixo em menus dvd" + +#: src/libvlc.h:514 +msgid "Navigate left" +msgstr "Navegar a esquerda" + +#: src/libvlc.h:515 +msgid "Select the key to move the selector left in dvd menus" +msgstr "Selecione a tecla para mover o seletor para a esquerda em menus dvd" + +#: src/libvlc.h:516 +msgid "Navigate right" +msgstr "Navegar a direita" + +#: src/libvlc.h:517 +msgid "Select the key to move the selector right in dvd menus" +msgstr "Selecione a tecla para mover o seletor para a direita em menus dvd" + +#: src/libvlc.h:518 +msgid "Activate" +msgstr "Ativar" + +#: src/libvlc.h:519 +msgid "Select the key to activate selected item in dvd menus" +msgstr "Selecione a tecla para aticar o item selecionado em menus DVD" + +#: src/libvlc.h:520 +msgid "Volume up" +msgstr "Aumentar Volume" + +#: src/libvlc.h:521 +msgid "Select the key to turn up audio volume" +msgstr "Selecione a tecla para aumentar o volume do audio" + +#: src/libvlc.h:522 +msgid "Volume down" +msgstr "Abaixar volume" + +#: src/libvlc.h:523 +msgid "Select the key to turn down audio volume" +msgstr "Selecione a tecla para abaixar o volume do audio" + +#: src/libvlc.h:525 +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:[@[][:]]\n" +" UDP stream sent by a streaming server\n" +" vlc:pause pause execution of playlist items\n" +" vlc:quit quit VLC\n" +msgstr "" +"\n" +"Itens da Lista de Reprodução:\n" +" *.mpg, *.vob arquivos MPEG-1/2\n" +" [dvd:][dispositivo][@dispositivo_raw][@[título][,[capítulo][,ângulo]]]\n" +" Dispositivo de DVD\n" +" [vcd:][dispositivo][@[título][,[capítulo]]\n" +" Dispositivo de VCD\n" +" udpstream:[@[][:]]\n" +" stream UDP enviado por VLS\n" +" vlc:pausar pausa a execução dos itens na lista\n" +" vlc:sair sair do VLC\n" + +#: src/libvlc.h:555 modules/misc/dummy/dummy.c:58 +msgid "Interface" +msgstr "Interface" + +#: src/libvlc.h:575 modules/access/dvdplay/access.c:213 +#: modules/audio_output/coreaudio.c:227 modules/audio_output/file.c:108 +#: modules/demux/asf/asf.c:398 modules/demux/mkv.cpp:2378 +#: modules/demux/ogg.c:595 modules/demux/ogg.c:867 modules/demux/ogg.c:1040 +#: modules/gui/beos/InterfaceWindow.cpp:259 +#: modules/gui/gtk/gnome_interface.c:1092 modules/gui/gtk/gtk_interface.c:1219 +#: modules/gui/macosx/intf.m:362 modules/gui/macosx/output.m:155 +#: modules/gui/pda/pda_interface.c:806 +msgid "Audio" +msgstr "" + +#: src/libvlc.h:599 modules/demux/asf/asf.c:398 modules/demux/avi/avi.c:363 +#: modules/demux/mkv.cpp:2394 modules/demux/ogg.c:667 modules/demux/ogg.c:707 +#: modules/demux/ogg.c:772 modules/demux/ogg.c:947 +#: modules/gui/gtk/gnome_interface.c:1099 modules/gui/gtk/gtk_interface.c:1296 +#: modules/gui/macosx/intf.m:373 modules/gui/macosx/macosx.m:68 +#: modules/gui/macosx/output.m:149 modules/gui/pda/pda_interface.c:726 +#: modules/misc/dummy/dummy.c:81 modules/video_output/directx/directx.c:112 +msgid "Video" +msgstr "Vídeo" + +#: src/libvlc.h:624 modules/access/dvb/qpsk.c:103 +#: modules/access/satellite/satellite.c:66 +msgid "Input" +msgstr "Entrada" + +#: src/libvlc.h:651 +msgid "Decoders" +msgstr "Decodificadores" + +#: src/libvlc.h:656 modules/gui/gtk/gnome_interface.c:2042 +#: modules/gui/gtk/gtk_interface.c:2361 modules/gui/gtk/gtk_interface.c:3034 +#: modules/gui/wxwindows/open.cpp:212 modules/gui/wxwindows/streamout.cpp:141 +msgid "Stream output" +msgstr "stream de saída" + +#: src/libvlc.h:678 +msgid "CPU" +msgstr "CPU" + +#: src/libvlc.h:690 modules/gui/beos/InterfaceWindow.cpp:206 +#: modules/gui/gtk/gnome_interface.c:643 +#: modules/gui/gtk/gnome_interface.c:2384 +#: modules/gui/gtk/gnome_interface.c:2409 modules/gui/gtk/gtk_interface.c:747 +#: modules/gui/gtk/gtk_interface.c:2697 modules/gui/macosx/intf.m:303 +#: modules/gui/macosx/intf.m:393 modules/gui/pda/interface.c:612 +#: modules/gui/pda/pda_interface.c:197 modules/gui/pda/pda_interface.c:198 +#: modules/gui/pda/pda_interface.c:865 modules/gui/wxwindows/interface.cpp:404 +#: modules/gui/wxwindows/playlist.cpp:119 +msgid "Playlist" +msgstr "Lista de reprodução" + +#: src/libvlc.h:696 modules/audio_filter/converter/a52tofloat32.c:85 +#: modules/audio_filter/converter/mpgatofixed32.c:60 +#: modules/demux/mpeg/ts.c:112 modules/gui/pda/pda.c:70 +#: modules/misc/logger/logger.c:89 modules/video_filter/motionblur.c:58 +#: modules/video_filter/transform.c:63 modules/video_filter/wall.c:66 +#: modules/video_output/ggi.c:62 +msgid "Miscellaneous" +msgstr "Variados" + +#: src/libvlc.h:709 +msgid "Hot keys" +msgstr "Endereço do host" + +#: src/libvlc.h:731 +msgid "main program" +msgstr "Programa principal" + +#: src/libvlc.h:738 +msgid "print help (can be combined with --advanced)" +msgstr "Imprimir ajuda (pode ser combinado com --advanced)" + +#: src/libvlc.h:740 +msgid "print detailed help (can be combined with --advanced)" +msgstr "Imprimir ajuda detalhada (pode ser combinado com --advanced)" + +#: src/libvlc.h:742 +msgid "print a list of available modules" +msgstr "imprimar lista dos módulos disponíveis" + +#: src/libvlc.h:744 +msgid "print help on module (can be combined with --advanced)" +msgstr "Imprimir ajuda sobre o módulo (pode ser combinado com --advanced)" + +#: src/libvlc.h:746 +msgid "save the current command line options in the config" +msgstr "salvar as opções de linha de comando atuais na configuração" + +#: src/libvlc.h:748 +msgid "reset the current config to the default values" +msgstr "reinicializar a configuração atual para os valores padrão" + +#: src/libvlc.h:750 +msgid "use alternate config file" +msgstr "usar arquivo de configuração alternativo" + +#: src/libvlc.h:752 +msgid "print version information" +msgstr "imprimir informações de versão" + +#: src/misc/configuration.c:1062 +msgid "boolean" +msgstr "booleano" + +#: src/misc/configuration.c:1070 +msgid "key" +msgstr "tecla" + +#: src/video_output/video_output.c:425 modules/gui/gtk/gnome_interface.c:183 +#: modules/gui/gtk/gnome_interface.c:966 modules/gui/gtk/gtk_interface.c:553 +#: modules/gui/gtk/gtk_interface.c:1349 modules/gui/macosx/intf.m:386 +#: modules/gui/macosx/intf.m:387 +#: modules/video_filter/deinterlace/deinterlace.c:81 +msgid "Deinterlace" +msgstr "Desentrelaçar" + +#: src/video_output/video_output.c:429 +msgid "Discard" +msgstr "Descartar" + +#: src/video_output/video_output.c:431 +msgid "Blend" +msgstr "Combinar" + +#: src/video_output/video_output.c:433 +msgid "Mean" +msgstr "Mean" + +#: src/video_output/video_output.c:435 +msgid "Bob" +msgstr "Bob" + +#: src/video_output/video_output.c:437 +msgid "Linear" +msgstr "Linear" + +#: src/video_output/video_output.c:447 +msgid "Filters" +msgstr "Filtros" + +#: modules/access/cdda.c:86 modules/access/cddax.c:130 +#: modules/access/dshow/dshow.cpp:58 modules/access/file.c:72 +#: modules/access/ftp.c:85 modules/access/http.c:79 +#: modules/access/mms/mms.c:57 modules/access/v4l/v4l.c:65 +msgid "Caching value in ms" +msgstr "Valor de cache em ms" + +#: modules/access/cdda.c:88 modules/access/cddax.c:132 +msgid "" +"Allows you to modify the default caching value for cdda streams. This value " +"should be set in miliseconds units." +msgstr "" +"Permide que você modifique os valores pradões de cache para streams cdda. " +"Este valor deverá ser ajustado em unidades de milisegundos" + +#: modules/access/cdda.c:92 modules/access/cddax.c:136 +msgid "CD Audio input" +msgstr "Entrada de CD Audio" + +#: modules/access/cdda.c:99 modules/access/cddax.c:148 +msgid "CD Audio demux" +msgstr "demux de CD de audio" + +#: modules/access/cddax.c:83 modules/access/vcdx/access.c:86 +#: modules/access/vcdx/vcd.c:86 +msgid "set debug mask for additional debugging." +msgstr "ajuste a mascara de debug para debugação adicional." + +#: modules/access/cddax.c:85 +msgid "" +"This integer when viewed in binary is a debugging mask\n" +"MRL 1\n" +"external call 2\n" +"all calls 4\n" +"LSN 8\n" +"libcdio (10) 16\n" +"seeks (20) 32\n" +msgstr "" +"Este inteiro quando visto em binário é uma mascade de debugação\n" +"MRL 1\n" +"chamada externa 2\n" +"todas as chamadas 4\n" +"LSN 8\n" +"libcdio (10) 16\n" +"procuras (20) 32\n" + +#: modules/access/cddax.c:143 +msgid "CDX" +msgstr "" + +#: modules/access/cddax.c:196 modules/access/vcdx/access.c:144 +#: modules/access/vcdx/access.c:170 modules/access/vcdx/vcd.c:180 +#: modules/access/vcdx/vcd.c:206 +msgid "The above message had unknown vcdimager log level" +msgstr "A mensagem acima tinha um nível de log de vcdimager desconhecido" + +#: modules/access/directory.c:82 +msgid "Standard filesystem directory input" +msgstr "Entrada de diretório padrao do sistema de arquivos" + +#: modules/access/dshow/dshow.cpp:60 +msgid "" +"Allows you to modify the default caching value for directshow streams. This " +"value should be set in miliseconds units." +msgstr "" +"Permite que você modifique o valor padrão de cache para streams de vídeo. " +"Este valor deve ser ajustado em unidades de milisegundos." + +#: modules/access/dshow/dshow.cpp:64 +msgid "DirectShow input" +msgstr "Entrada DirectShow" + +#: modules/access/dshow/dshow.cpp:65 +msgid "dshow" +msgstr "dshow" + +#: modules/access/dshow/dshow.cpp:73 +msgid "DirectShow demuxer" +msgstr "demuxer DirectShow" + +#: modules/access/dvb/qpsk.c:44 +msgid "adapter card to tune" +msgstr "placa adaptadora a ser sintonizada" + +#: modules/access/dvb/qpsk.c:45 +msgid "" +"adapter cards have a device file in directory named /dev/dvb/adapter[n] with " +"n>=0" +msgstr "" +"placas adaptadoras possuem um arquivo de dispositivo chamado /dev/dvb/adapter" +"[n] com n>=0" + +#: modules/access/dvb/qpsk.c:47 +msgid "device nummer to use on adapter" +msgstr "número do dispositivo a ser usado no adaptador" + +#: modules/access/dvb/qpsk.c:50 +msgid "satellite default transponder frequency in KHz" +msgstr "frequencia do transponder padrão do satélite em KHz" + +#: modules/access/dvb/qpsk.c:53 +msgid "satellite default transponder polarization" +msgstr "polarizaçao do transponder padrão do satélite" + +#: modules/access/dvb/qpsk.c:56 +msgid "satellite default transponder FEC" +msgstr "FEC do transponder padrão de satélite" + +#: modules/access/dvb/qpsk.c:57 +msgid "FEC=Forward Error Correction mode" +msgstr "" + +#: modules/access/dvb/qpsk.c:59 +msgid "satellite default transponder symbol rate in KHz" +msgstr "" + +#: modules/access/dvb/qpsk.c:62 +msgid "use diseqc with antenna" +msgstr "" + +#: modules/access/dvb/qpsk.c:65 +msgid "antenna lnb_lof1 (KHz)" +msgstr "" + +#: modules/access/dvb/qpsk.c:68 +msgid "antenna lnb_lof2 (KHz)" +msgstr "" + +#: modules/access/dvb/qpsk.c:71 +msgid "antenna lnb_slof (KHz)" +msgstr "" + +#: modules/access/dvb/qpsk.c:74 +msgid "probe the dvb card for capabilities (default disabled)" +msgstr "" + +#: modules/access/dvb/qpsk.c:75 +msgid "some dvb cards do not like to be probed for their capabilities" +msgstr "" + +#: modules/access/dvb/qpsk.c:78 +msgid "modulation type" +msgstr "" + +#: modules/access/dvb/qpsk.c:79 +msgid "modulation type for frontend device " +msgstr "" + +#: modules/access/dvb/qpsk.c:82 +msgid "terrestrial high priority stream code rate (FEC)" +msgstr "" + +#: modules/access/dvb/qpsk.c:85 +msgid "terrestrial low priority stream code rate (FEC)" +msgstr "" + +#: modules/access/dvb/qpsk.c:88 +msgid "terrestrial bandwidth" +msgstr "" + +#: modules/access/dvb/qpsk.c:89 +msgid "terrestrial bandwidth [0=auto,6,7,8 in MHz]" +msgstr "" + +#: modules/access/dvb/qpsk.c:91 +msgid "terrestrial guard interval" +msgstr "" + +#: modules/access/dvb/qpsk.c:94 +msgid "terrestrial transmission mode" +msgstr "" + +#: modules/access/dvb/qpsk.c:97 +msgid "terrestrial hierarchy mode" +msgstr "" + +#: modules/access/dvb/qpsk.c:101 +msgid "DVB input module with v4l2 support" +msgstr "" + +#: modules/access/dvd/dvd.c:65 +msgid "Method to use by libdvdcss for key decryption" +msgstr "Método a ser usado pelo o libdvdcss para descriptografar chaves" + +#: modules/access/dvd/dvd.c:67 +msgid "" +"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." +msgstr "" +"Ajusta o método usado pela chave libdvdcss para decodificação.\n" +"título:a chave título decodificada é adivinhada a partir dos setores codificados " +"do stream. Dessa forma deverá funcionar tanto com um arquivo como com um dispositivo " +"de DVD. De vez em quando demora muito tempo para decodificar uma chave título e pode " +"até mesmo falhar. Com este método, a chave é apenas verificada no começo de cada título, " +"portanto não irá funcionar se a chave mudar no meio do título.\n" +"disco: a chave do disco é primeiro crackeada, então todas as chaves título podem ser " +"decodivicadas instantaneamente, o que nos permite a checá-las mais frequentemente.\n" +"chave: o mesmo que \"disc\" se você não possui a chave com as chaves do tocador no " +"momento da compilação. Se você possuir, a decodificação do chave do disco será mais " +"rápida com este métod. Ele é o método utilizado pela libcss.\n" +"O método padrão é: chave." + +#: modules/access/dvd/dvd.c:86 +msgid "[dvd:][device][@raw_device][@[title][,[chapter][,angle]]]" +msgstr "[dvd:][dispositivo][@dispositivo_raw][@[título][,[capítulo][,ângulo]]]" + +#: modules/access/dvd/dvd.c:87 +msgid "dvd" +msgstr "DVD" + +#: modules/access/dvd/dvd.c:91 +msgid "DVD input (uses libdvdcss if installed)" +msgstr "Entrada de DVD (usa libdvdcss se instalado)" + +#: modules/access/dvd/dvd.c:94 +msgid "DVD input (uses libdvdcss)" +msgstr "Entrada de DVD (usa libdvdcss)" + +#: modules/access/dvdplay/access.c:202 +msgid "DVD menus" +msgstr "Usar menus DVD" + +#: modules/access/dvdplay/access.c:205 +msgid "Root" +msgstr "Raiz" + +#: modules/access/dvdplay/access.c:211 modules/demux/mkv.cpp:2410 +#: modules/gui/gtk/gnome_interface.c:1963 modules/gui/gtk/gtk_interface.c:2278 +msgid "Subtitle" +msgstr "Legenda" + +#: modules/access/dvdplay/access.c:215 +msgid "Angle" +msgstr "Ângulo" + +#: modules/access/dvdplay/access.c:217 +msgid "Resume" +msgstr "Continuar" + +#: modules/access/dvdplay/dvd.c:51 +msgid "[dvdplay:][device][@[title][,[chapter][,angle]]]" +msgstr "[dvdplay:][dispositivo][@[título][,[capítulo][,ângulo]]]" + +#: modules/access/dvdplay/dvd.c:52 +msgid "DVD input with menus support" +msgstr "Entrada de DVD com suporte a menus" + +#: modules/access/dvdread/dvdread.c:45 +msgid "DVD input (using libdvdread)" +msgstr "Entrada de DVD (usando libdvdread)" + +#: modules/access/file.c:74 +msgid "" +"Allows you to modify the default caching value for file streams. This value " +"should be set in miliseconds units." +msgstr "" +"Permite que você modifique o valor padrão de cache para streams de vídeo. " +"Este valor deverá ser ajustado em unidades de milisegundos." + +#: modules/access/file.c:78 +msgid "Standard filesystem file input" +msgstr "Entrada de arquivo de sistema de arquivo padrão" + +#: modules/access/file.c:79 +msgid "file" +msgstr "arquivo" + +#: modules/access/ftp.c:87 +msgid "" +"Allows you to modify the default caching value for ftp streams. This value " +"should be set in miliseconds units." +msgstr "" +"Permite que você modifique o valor padrão de cache para streams ftp. Este " +"valor deverá ser ajustado em unidades de milisegundos." + +#: modules/access/ftp.c:91 +msgid "FTP input" +msgstr "Entrada FTP" + +#: modules/access/http.c:73 +msgid "Specify an HTTP proxy" +msgstr "Especifique um proxy HTTP" + +#: 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_PROXY environment variable will be " +"tried." +msgstr "" +"Especifica um proxy HTTP a ser usado. Deverá esta na forma http://meuproxy." +"meudomínio:minhaporta. Se nenhum for especificado, será tentado o ambiente " +"de variável HTTP_PROXY" + +#: 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 "" +"Permite que você modifique o valor padrão de cache para streams http. Este " +"valor deverá ser ajustado em unidades de milisegundos." + +#: modules/access/http.c:85 modules/gui/pda/pda_interface.c:516 +msgid "http" +msgstr "http" + +#: modules/access/http.c:90 +msgid "HTTP input" +msgstr "Entrada HTTP" + +#: modules/access/mms/mms.c:59 +msgid "" +"Allows you to modify the default caching value for mms streams. This value " +"should be set in miliseconds units." +msgstr "" +"Permite que você modifique o valor padrão de cache para streams mms. Este " +"valor deverá ser ajustado em unidades de milisegundos." + +#: modules/access/mms/mms.c:63 +msgid "Microsoft Media Server (MMS) input" +msgstr "Entrada Microsoft Media Server (MMS)" + +#: modules/access/pvr/pvr.c:77 +msgid "Hauppauge PVR cards input" +msgstr "entrada de placas Hauppauge PVR" + +#: modules/access/satellite/satellite.c:41 +msgid "Satellite default transponder frequency (KHz)" +msgstr "frequencia do transponder padrão do satélite em (KHz)" + +#: modules/access/satellite/satellite.c:44 +msgid "Satellite default transponder polarization" +msgstr "Polarização padrão do transpoder do satélite" + +#: modules/access/satellite/satellite.c:47 +msgid "Satellite default transponder FEC" +msgstr "" + +#: modules/access/satellite/satellite.c:50 +msgid "Satellite default transponder symbol rate (KHz)" +msgstr "polarizaçao do transponder padrão do satélite (KHz)" + +#: modules/access/satellite/satellite.c:53 +msgid "Use diseqc with antenna" +msgstr "" + +#: modules/access/satellite/satellite.c:56 +msgid "Antenna lnb_lof1 (KHz)" +msgstr "" + +#: modules/access/satellite/satellite.c:59 +msgid "Antenna lnb_lof2 (KHz)" +msgstr "" + +#: modules/access/satellite/satellite.c:62 +msgid "Antenna lnb_slof (KHz)" +msgstr "" + +#: modules/access/satellite/satellite.c:81 +msgid "satellite input" +msgstr "" + +#: modules/access/slp.c:78 +msgid "SLP input" +msgstr "Entrada SLP" + +#: modules/access/slp.c:79 +msgid "slp" +msgstr "" + +#: modules/access/udp.c:72 modules/access_output/udp.c:74 +msgid "caching value in ms" +msgstr "valor de cache em ms" + +#: modules/access/udp.c:74 modules/access_output/udp.c:76 +msgid "" +"Allows you to modify the default caching value for udp streams. This value " +"should be set in miliseconds units." +msgstr "" +"Permite que você modifique o valor padrão de cache para streams udp. Este " +"valor deverá ser ajustado em unidades de milisegundos." + +#: modules/access/udp.c:78 +msgid "UDP/RTP input" +msgstr "Entrada UDP/RTP" + +#: modules/access/udp.c:79 modules/gui/pda/pda_interface.c:520 +msgid "udp" +msgstr "udp" + +#: modules/access/v4l/v4l.c:67 +msgid "" +"Allows you to modify the default caching value for v4l streams. This value " +"should be set in miliseconds units." +msgstr "" +"Permite que você modifique o valor padrão de cache para streams v4l. Este " +"valor deverá ser ajustado em unidades de milisegundos." + +#: modules/access/v4l/v4l.c:71 +msgid "Video4Linux input" +msgstr "Entrada Video4Linux" + +#: modules/access/v4l/v4l.c:72 +msgid "v4l" +msgstr "v4l" + +#: modules/access/v4l/v4l.c:80 +msgid "Video4Linux demuxer" +msgstr "demuxer Video4Linux" + +#: modules/access/vcd/vcd.c:79 +msgid "VCD input" +msgstr "Entrada VCD" + +#: modules/access/vcdx/access.c:88 modules/access/vcdx/vcd.c:88 +msgid "" +"This integer when viewed in binary is a debugging mask\n" +"MRL 1\n" +"external call 2\n" +"all calls 4\n" +"LSN 8\n" +"PBC (10) 16\n" +"libcdio (20) 32\n" +"seeks (40) 64\n" +"still (80) 128\n" +"vcdinfo (100) 256\n" +msgstr "" +"Este inteiro quando visto em binário é uma máscara de depuração\n" +"MRL 1\n" +"chamada externa 2\n" +"Todas as chamadas 4\n" +"LSN 8\n" +"PBC (10) 16\n" +"libcdio (20) 32\n" +"procuras (40) 64\n" +"still (80) 128\n" +"vcdinfo (100) 256\n" + +#: modules/access/vcdx/vcd.c:113 +msgid "vcdx:[device-or-file][@{P,S,T}num]" +msgstr "vcdx:[disp-ou-arquivo][@{P,S,T}num]" + +#: modules/access/vcdx/vcd.c:114 +msgid "Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) input" +msgstr "Entrada de Video CD (VCD 1.0, 1.1, 2.0, SVCD, HQVCD) " + +#: modules/access/vcdx/vcd.c:121 +msgid "VCDX" +msgstr "VCDX" + +#: modules/access_output/dummy.c:56 +msgid "Dummy stream ouput" +msgstr "Stream de saída Simulado" + +#: modules/access_output/file.c:66 +msgid "File stream ouput" +msgstr "Stream de arquivo de saída" + +#: modules/access_output/http.c:54 +msgid "HTTP stream ouput" +msgstr "Stream Http de saída" + +#: modules/access_output/udp.c:80 +msgid "UDP stream ouput" +msgstr "Stream UDP de saída" + +#: modules/access_output/udp.c:81 +msgid "udp stream output" +msgstr "stream udp de saída" + +#: modules/audio_filter/channel_mixer/headphone.c:48 +msgid "Characteristic dimension" +msgstr "Dimensão característica" + +#: modules/audio_filter/channel_mixer/headphone.c:50 +msgid "" +"Headphone virtual spatialization effect parameter: distance between front " +"left speaker and listener in meters." +msgstr "" + +#: modules/audio_filter/channel_mixer/headphone.c:54 +msgid "headphone" +msgstr "fone de ouvido" + +#: modules/audio_filter/channel_mixer/headphone.c:57 +msgid "headphone channel mixer with virtual spatialization effect" +msgstr "" +"mixador de canais para fone de ouvido com efeito de espacialização virtual" + +#: modules/audio_filter/channel_mixer/trivial.c:46 +msgid "audio filter for trivial channel mixing" +msgstr "filtro de audio para mixagem trivial de canais" + +#: modules/audio_filter/converter/a52tofloat32.c:76 +msgid "A/52 dynamic range compression" +msgstr "Limite de compressão A/52 dinamico" + +#: modules/audio_filter/converter/a52tofloat32.c:78 +msgid "" +"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." +msgstr "" +"Limite de compressão dinâmico torna os sons altos mais suaves, e os sons " +"suaves mais altos, então você pode ouvir facilmente o stream em um ambiente " +"barulhento sem perturbar ninguém. Se você desabilitar o limite de compressão " +"dinâmico o playback será melhor adaptado para um cinema ou uma sala de som." + +#: modules/audio_filter/converter/a52tofloat32.c:87 +msgid "ATSC A/52 aka AC-3 audio decoder" +msgstr "Decodificador ATSC A/52 também conhecido como AC-3" + +#: modules/audio_filter/converter/a52tospdif.c:51 +msgid "audio filter for A/52->S/PDIF encapsulation" +msgstr "Filtro de audio para encapsulação do A/52->S/PDIF" + +#: modules/audio_filter/converter/dtstospdif.c:50 +msgid "audio filter for DTS->S/PDIF encapsulation" +msgstr "Filtro de audio para encapsulação do DTS->S/PDIF" + +#: modules/audio_filter/converter/fixed32tofloat32.c:48 +msgid "audio filter for fixed32<->float32 conversion" +msgstr "Filtro de audio para conversão de fixed32<->float32" + +#: modules/audio_filter/converter/fixed32tos16.c:46 +msgid "audio filter for fixed32->s16 conversion" +msgstr "Filtro de audio para conversão de fixed32->s16" + +#: modules/audio_filter/converter/float32tos16.c:46 +msgid "audio filter for float32->s16 conversion" +msgstr "Filtro de audio para conversão de float32->s16" + +#: modules/audio_filter/converter/float32tos8.c:46 +msgid "audio filter for float32->s8 conversion" +msgstr "Filtro de audio para conversão de float32->s8" + +#: modules/audio_filter/converter/float32tou16.c:46 +msgid "audio filter for float32->u16 conversion" +msgstr "Filtro de audio para conversão de float32->u16" + +#: modules/audio_filter/converter/float32tou8.c:46 +msgid "audio filter for float32->u8 conversion" +msgstr "Filtro de audio para conversão de float32->u8" + +#: modules/audio_filter/converter/mpgatofixed32.c:61 +msgid "MPEG audio decoder" +msgstr "Decofificador de audio MPEG" + +#: modules/audio_filter/converter/s16tofixed32.c:46 +msgid "audio filter for s16->fixed32 conversion" +msgstr "filtro de audio para conversão de s16->fixed32" + +#: modules/audio_filter/converter/s16tofloat32.c:46 +msgid "audio filter for s16->float32 conversion" +msgstr "filtro de audio para conversão de s16->float32" + +#: modules/audio_filter/converter/s16tofloat32swab.c:58 +msgid "audio filter for s16->float32 with endianness conversion" +msgstr "filtro de audio para converção s16->float32 com endianness" + +#: modules/audio_filter/converter/s8tofloat32.c:46 +msgid "audio filter for s8->float32 conversion" +msgstr "filtro de audio para conversão de s8->float32" + +#: modules/audio_filter/converter/u8tofixed32.c:46 +msgid "audio filter for u8->fixed32 conversion" +msgstr "filtro de audio para conversão de s8->float32" + +#: modules/audio_filter/converter/u8tofloat32.c:46 +msgid "audio filter for u8->float32 conversion" +msgstr "filtro de audio para conversão de s8->float32" + +#: modules/audio_filter/resampler/bandlimited.c:82 +msgid "audio filter for bandlimited interpolation resampling" +msgstr "filto de audio para reamostragem interpolada com limite de banda" + +#: modules/audio_filter/resampler/coreaudio.c:65 +msgid "audio filter using CoreAudio for resampling" +msgstr "Filtro de audio usando CoreAudio para fazer reamostragem" + +#: modules/audio_filter/resampler/linear.c:59 +msgid "audio filter for linear interpolation resampling" +msgstr "Filtro de audio para reamostragem interpolada linear" + +#: modules/audio_filter/resampler/trivial.c:46 +msgid "audio filter for trivial resampling" +msgstr "filtro de audio para reamostragem trivial" + +#: modules/audio_filter/resampler/ugly.c:46 +msgid "audio filter for ugly resampling" +msgstr "filtro de audio para reamostragem feia" + +#: modules/audio_mixer/float32.c:45 +msgid "float32 audio mixer" +msgstr "mixer de audio float32" + +#: modules/audio_mixer/spdif.c:45 +msgid "dummy spdif audio mixer" +msgstr "mixer de audo spdif simulado" + +#: modules/audio_mixer/trivial.c:45 +msgid "trivial audio mixer" +msgstr "audio mixer trivial" + +#: modules/audio_output/alsa.c:97 +msgid "ALSA" +msgstr "ALSA" + +#: modules/audio_output/alsa.c:99 +msgid "ALSA device name" +msgstr "Nome do dispositivo ALSA" + +#: modules/audio_output/alsa.c:100 +msgid "ALSA audio output" +msgstr "Saída de audio ALSA" + +#: modules/audio_output/alsa.c:117 modules/audio_output/coreaudio.c:218 +#: modules/audio_output/coreaudio.c:1473 modules/audio_output/directx.c:383 +#: modules/audio_output/oss.c:129 modules/audio_output/sdl.c:176 +#: modules/audio_output/sdl.c:194 modules/audio_output/waveout.c:337 +#: modules/gui/macosx/intf.m:370 modules/gui/macosx/intf.m:371 +msgid "Audio device" +msgstr "Dispositivo de audio" + +#: modules/audio_output/alsa.c:171 modules/audio_output/directx.c:460 +#: modules/audio_output/oss.c:222 modules/audio_output/sdl.c:182 +#: modules/audio_output/sdl.c:201 modules/audio_output/waveout.c:399 +msgid "Mono" +msgstr "Mono" + +#: modules/audio_output/alsa.c:184 modules/audio_output/directx.c:433 +#: modules/audio_output/oss.c:178 modules/audio_output/waveout.c:371 +msgid "2 Front 2 Rear" +msgstr "2 Frontais 2 Traseiros" + +#: modules/audio_output/alsa.c:190 modules/audio_output/directx.c:397 +#: modules/audio_output/oss.c:167 modules/audio_output/waveout.c:352 +msgid "5.1" +msgstr "5.1" + +#: modules/audio_output/alsa.c:217 modules/audio_output/directx.c:503 +#: modules/audio_output/oss.c:246 modules/audio_output/waveout.c:415 +msgid "A/52 over S/PDIF" +msgstr "A/52 pelo S/PDIF" + +#: modules/audio_output/arts.c:66 +msgid "aRts audio output" +msgstr "saída de audio aRts" + +#: modules/audio_output/coreaudio.c:219 +msgid "" +"Choose a number corresponding to the number of an audio device, as listed in " +"your 'audio device' menu. This device will then be used by default for audio " +"playback." +msgstr "" +"Escolha um número correspondente ao número de um dispositivo de audio, como " +"listado em seu menu de 'dispositivos de audio'. Este dispositivo será então " +"usado por padrão para tocar audio." + +#: modules/audio_output/coreaudio.c:224 +msgid "CoreAudio output" +msgstr "Saída CoreAudio" + +#: modules/audio_output/directx.c:209 +msgid "DirectX audio output" +msgstr "Saída de audio DirectX" + +#: modules/audio_output/directx.c:415 +msgid "3 Front 2 Rear" +msgstr "3 Frontais 2 Traseiras" + +#: modules/audio_output/esd.c:66 +msgid "EsounD audio output" +msgstr "Saída de audio EsounD" + +#: modules/audio_output/file.c:82 +msgid "Output format" +msgstr "Formato de saída" + +#: modules/audio_output/file.c:83 +msgid "" +"One of \"u8\", \"s8\", \"u16\", \"s16\", \"u16_le\", \"s16_le\", \"u16_be\", " +"\"s16_be\", \"fixed32\", \"float32\" or \"spdif\"" +msgstr "" +"Um de \"u8\", \"s8\", \"u16\", \"s16\", \"u16_le\", \"s16_le\", \"u16_be\", " +"\"s16_be\", \"fixed32\", \"float32\" ou \"spdif\"" + +#: modules/audio_output/file.c:86 +msgid "Add wave header" +msgstr "Adicionar cabeçalho wave" + +#: modules/audio_output/file.c:87 +msgid "Instead of writing a raw file, you can add a wav header to the file" +msgstr "" +"Ao invés de escrever um arquivo raw, foce pode adicionar um cabeçalho wav ao " +"arquivo" + +#: modules/audio_output/file.c:104 +msgid "Output file" +msgstr "Arquivo de saída" + +#: modules/audio_output/file.c:105 +msgid "File to which the audio samples will be written to" +msgstr "Arquino no qual as amostras de audio serão escritas" + +#: modules/audio_output/file.c:114 +msgid "file audio output" +msgstr "Arquivo de saída de audio" + +#: modules/audio_output/oss.c:101 +msgid "Try to work around buggy OSS drivers" +msgstr "Tentar contornar drivers OSS bugados" + +#: modules/audio_output/oss.c:103 +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." +msgstr "" +"Alguns drivers OSS bugados não gostam quando seus buffers internos são " +"preenchidos completamente (o som se torna pesadamente irritante). Se você " +"possui um desses driversm então você precisa habilitar esta opção." + +#: modules/audio_output/oss.c:108 +msgid "OSS" +msgstr "OSS" + +#: modules/audio_output/oss.c:110 +msgid "OSS dsp device" +msgstr "Dispositivo OSS dsp" + +#: modules/audio_output/oss.c:112 +msgid "Linux OSS audio output" +msgstr "Saída de audio OSS Linux" + +#: modules/audio_output/sdl.c:68 +msgid "Simple DirectMedia Layer audio output" +msgstr "Saída de audio Simple DirectMedia Layer" + +#: modules/audio_output/waveout.c:135 +msgid "Win32 waveOut extension output" +msgstr "Extensão de saída waveOut Win32" + +#: modules/codec/a52.c:117 +msgid "A/52 parser" +msgstr "Parser A/52" + +#: modules/codec/a52.c:122 +msgid "A/52 audio packetizer" +msgstr "packetizer de audio A/52" + +#: modules/codec/adpcm.c:92 +msgid "ADPCM audio decoder" +msgstr "Decodificador de audio ADPCM" + +#: modules/codec/araw.c:69 +msgid "Pseudo Raw/Log Audio decoder" +msgstr "Decodificador de audio de pseudo Raw/Log" + +#: modules/codec/cinepak.c:95 +msgid "Cinepak video decoder" +msgstr "Decodificador de vídeo Cinemak" + +#: modules/codec/dts.c:122 +msgid "DTS parser" +msgstr "Parser DTS" + +#: modules/codec/dts.c:127 +msgid "DTS audio packetizer" +msgstr "packetizer de audio DTS" + +#: modules/codec/dv.c:48 +msgid "DV video decoder" +msgstr "Decodificador de vídeo DV" + +#: modules/codec/faad/decoder.c:55 +msgid "AAC audio decoder (using libfaad2)" +msgstr "Decodificador de audio AAC (usando libfaad2)" + +#: modules/codec/ffmpeg/ffmpeg.c:85 +msgid "Direct rendering" +msgstr "Renderização direta" + +#: modules/codec/ffmpeg/ffmpeg.c:87 +msgid "Error resilience" +msgstr "Elasticidade a erro" + +#: modules/codec/ffmpeg/ffmpeg.c:89 +msgid "" +"ffmpeg can make errors resiliences. \n" +"Nevertheless, with a buggy encoder (like ISO MPEG-4 encoder from M$) this " +"will produce a lot of errors.\n" +"Valid range is -1 to 99 (-1 disables all errors resiliences)." +msgstr "" +"ffmpeg pode fazer elasticidades a erros. \n" +"Entretantom com um codificador bugado (como o ISO MPEG-4 da M$) isto irá " +"produzir um monte de erros.\n" +"Variação válida é de -1 a 99 (-1 desabilita todas as elasticidades a erros)." + +#: modules/codec/ffmpeg/ffmpeg.c:94 +msgid "Workaround bugs" +msgstr "Contornar bugs" + +#: modules/codec/ffmpeg/ffmpeg.c:96 +msgid "" +"Try to fix some bugs\n" +"1 autodetect\n" +"2 old msmpeg4\n" +"4 xvid interlaced\n" +"8 ump4 \n" +"16 no padding\n" +"32 ac vlc\n" +"64 Qpel chroma" +msgstr "" +"Tenta consertar alguns bugs\n" +"1 autodetectar\n" +"2 old msmpeg4\n" +"4 xvid entrelaçado\n" +"8 ump4 \n" +"16 sem acolchoamento\n" +"32 ac vlc\n" +"64 chroma Qpel" + +#: modules/codec/ffmpeg/ffmpeg.c:105 +msgid "Hurry up" +msgstr "Apressar" + +#: modules/codec/ffmpeg/ffmpeg.c:107 +msgid "" +"Allow the decoder to partially decode or skip frame(s) when there is not " +"enough time. It's useful with low CPU power but it can produce distorted " +"pictures." +msgstr "" +"Permite que o decodificador decodifique parcialmente o pule quadro(s) onde " +"não há tempo suficiente. É útil para poder de CPU baixo mas pode produzir " +"imagens distorcidas." + +#: modules/codec/ffmpeg/ffmpeg.c:111 +msgid "Truncated stream" +msgstr "stream truncado" + +#: modules/codec/ffmpeg/ffmpeg.c:112 +msgid "truncated stream -1:auto,0:disable,:1:enable" +msgstr "stream truncado -1:auto,0:desabilitar,:1:habilitar" + +#: modules/codec/ffmpeg/ffmpeg.c:114 +msgid "Post processing quality" +msgstr "Qualidade de pós processamento" + +#: modules/codec/ffmpeg/ffmpeg.c:116 +msgid "" +"Quality of post processing. Valid range is 0 to 6\n" +"Higher levels require considerable more CPU power, but produce better " +"looking pictures." +msgstr "" +"Qualidade do pós processamento, variação válida é de 0 a 6\n" +"Níveis mais altos requerem consideravelmente mais poder de CPU, mas produzem " +"imagens mais bonitas." + +#: modules/codec/ffmpeg/ffmpeg.c:120 +msgid "Ffmpeg postproc filter chains" +msgstr "Cadeia de filtros pósproc ffmpeg" + +#: modules/codec/ffmpeg/ffmpeg.c:158 +msgid "ffmpeg" +msgstr "ffmpeg" + +#: modules/codec/ffmpeg/ffmpeg.c:161 +msgid "ffmpeg audio/video decoder((MS)MPEG4,SVQ1,H263,WMV,WMA)" +msgstr "decodificador de audio/vídeo ffmpeg ((MS)MPEG4,SVQ1,H263,WMV,WMA)" + +#: modules/codec/ffmpeg/ffmpeg.c:169 +msgid "Post processing" +msgstr "Pós processamento" + +#: modules/codec/ffmpeg/ffmpeg.c:180 +msgid "ffmpeg chroma conversion" +msgstr "conversão de chroma ffmpeg" + +#: modules/codec/ffmpeg/postprocessing/postprocessing.c:49 +msgid "C Post Processing" +msgstr "Pós Processamento C" + +#: modules/codec/ffmpeg/postprocessing/postprocessing.c:53 +msgid "MMX Post Processing" +msgstr "Pós Processamento MMX" + +#: modules/codec/ffmpeg/postprocessing/postprocessing.c:58 +msgid "MMXEXT Post Processing" +msgstr "Pós Processamento MMX EXT" + +#: modules/codec/flacdec.c:107 +msgid "flac audio decoder" +msgstr "decodificador de audio flac" + +#: modules/codec/libmpeg2.c:94 +msgid "MPEG I/II video decoder (using libmpeg2)" +msgstr "decodificador de MPEG I/II (usando libmpeg2)" + +#: modules/codec/lpcm.c:95 +msgid "linear PCM audio parser" +msgstr "parser de audio linear PCM" + +#: modules/codec/mpeg_audio.c:131 +msgid "MPEG audio layer I/II/III parser" +msgstr "parser de MPEG audio layer I/II/III" + +#: modules/codec/mpeg_audio.c:136 +msgid "MPEG audio layer I/II/III packetizer" +msgstr "packetizer de MPEG audio layer I/II/III" + +#: modules/codec/quicktime.c:70 +msgid "QuickTime library decoder" +msgstr "decodificador de vídeo QuickTime" + +#: modules/codec/rawvideo.c:65 +msgid "Pseudo Raw Video decoder" +msgstr "decodificador de vídeo Pseudo Raw" + +#: modules/codec/spudec/spudec.c:49 +msgid "DVD subtitles decoder" +msgstr "Decodificador de legendas DVD" + +#: modules/codec/subsdec.c:95 +msgid "Subtitles text encoding" +msgstr "Codificação de texto de legendas" + +#: modules/codec/subsdec.c:96 +msgid "Change the encoding used in text subtitles" +msgstr "Muda a codificação usada nas legendas de texto" + +#: modules/codec/subsdec.c:97 +msgid "Subtitles justification" +msgstr "Alinhamento das legendas" + +#: modules/codec/subsdec.c:98 +msgid "Change the justification of substitles (0=center, 1=left, 2=right)" +msgstr "Muda o alinhamento das legendas (0=centro 1=esquerda 2=direita)" + +#: modules/codec/subsdec.c:101 +msgid "text subtitles decoder" +msgstr "decodificador de texto de legendas" + +#: modules/codec/subsdec.c:105 modules/gui/beos/InterfaceWindow.cpp:256 +#: modules/gui/kde/interface.cpp:93 +msgid "Subtitles" +msgstr "Legendas" + +#: modules/codec/tarkin.c:95 +msgid "Tarkin decoder module" +msgstr "Módulo decodificador Tarkin" + +#: modules/codec/theora.c:104 +msgid "Theora video decoder" +msgstr "Decofificador de vídeo Theora" + +#: modules/codec/theora.c:110 +msgid "Theora video packetizer" +msgstr "Packetizer de vídeo Theora" + +#: modules/codec/theora.c:116 +msgid "Theora video encoder" +msgstr "Codificador de vídeo Theora" + +#: modules/codec/theora.c:445 +msgid "Theora Comment" +msgstr "Comentário Theora" + +#: modules/codec/vorbis.c:128 +msgid "Vorbis audio decoder" +msgstr "Decodificador de audio Vorbis" + +#: modules/codec/vorbis.c:137 +msgid "Vorbis audio packetizer" +msgstr "Packetizer de audio vorbis" + +#: modules/codec/vorbis.c:504 +msgid "Vorbis Comment" +msgstr "Comentário Vorbis" + +#: modules/codec/xvid.c:48 +msgid "Xvid video decoder" +msgstr "Decodificador de vídeo Xvid" + +#: modules/control/corba/corba.c:614 +msgid "Corba control" +msgstr "Controle corba" + +#: modules/control/corba/corba.c:615 +msgid "corba control module" +msgstr "módulo de controle corba" + +#: modules/control/gestures.c:77 modules/control/joystick.c:138 +msgid "Motion threshold" +msgstr "Limiar de movimento" + +#: modules/control/gestures.c:79 +msgid "the amount of movement required for a mouse gesture to be recorded" +msgstr "" +"a quantidade de movimento nessesário para que um gesto do mouse seja gravado" + +#: modules/control/gestures.c:82 +msgid "Mouse button" +msgstr "Botão do mouse" + +#: modules/control/gestures.c:84 +msgid "the mouse button to be held down during mouse gestures" +msgstr "o botão do mouse a ser mantido precionado durante os gestos do mouse" + +#: modules/control/gestures.c:89 +msgid "Gestures" +msgstr "Gestos" + +#: modules/control/gestures.c:93 +msgid "mouse gestures control interface" +msgstr "controle da interface por gestos do mouse" + +#: modules/control/http.c:69 +msgid "Host address" +msgstr "Endereço do host" + +#: modules/control/http.c:71 +msgid "You can set the address and port on which the http interface will bind" +msgstr "" +"Você pode ajustar o endereço e a porta em que a interface http será atada" + +#: modules/control/http.c:72 modules/control/http.c:73 +msgid "Source directory" +msgstr "Diretório fonte" + +#: modules/control/http.c:76 +msgid "HTTP remote control interface" +msgstr "Interface de controle remoto HTTP" + +#: modules/control/http.c:77 +msgid "HTTP remote control" +msgstr "Controle remoto HTTP" + +#: modules/control/joystick.c:140 +msgid "" +"The amount of joystick movement required for a movement to be recorded (0-" +">32767)" +msgstr "" +"A quandidade de movimento do joystick requerido para um movimento ser " +"gravado (0->32767)" + +#: modules/control/joystick.c:143 +msgid "Joystick device" +msgstr "Dispositivo de joystick" + +#: modules/control/joystick.c:145 +msgid "The joystick device (usually /dev/js0 or /dev/input/js0)" +msgstr "O dispositivo do joystick (normalmente /dev/js0 ou /dev/input/js0)" + +#: modules/control/joystick.c:147 +msgid "Repeat time" +msgstr "Tempo de repetição" + +#: modules/control/joystick.c:149 +msgid "" +"The time waited before the action is repeated if it is still trigered, in " +"milliseconds" +msgstr "" +"Tempo de espera antes que a ação seja repetida de ainda estiver ativa, em " +"milisegundos" + +#: modules/control/joystick.c:152 +msgid "Wait time" +msgstr "Tempo de espera" + +#: modules/control/joystick.c:154 +msgid "The time waited before the repeat starts, in milliseconds " +msgstr "O tempo a ser esperado anter que a repetição comece em milisegundos" + +#: modules/control/joystick.c:156 +msgid "Max seek interval" +msgstr "Intervalo máximo de procura" + +#: modules/control/joystick.c:158 +msgid "The maximum number of seconds that will be seeked at a time." +msgstr "O número máximo de segundos que serão procurados por vez." + +#: modules/control/joystick.c:160 +msgid "Action mapping" +msgstr "Mapeamento de ação" + +#: modules/control/joystick.c:162 +msgid "" +"Allows you to remap the actions. For details, please have a look at http://" +"wiki.videolan.org/index.php/Joystick" +msgstr "" +"Permite que você remapeie as ações. Para detalhes, por favor olhe em http://" +"wiki.videolan.org/index.php/Joystick" + +#: modules/control/joystick.c:166 +msgid "Joystick" +msgstr "Joystick" + +#: modules/control/joystick.c:179 +msgid "joystick control interface" +msgstr "Controle de interface pelo joystick" + +#: modules/control/lirc/lirc.c:64 +msgid "infrared remote control interface" +msgstr "Controle da interface por um controle remoto infra-vermelho" + +#: modules/control/lirc/lirc.c:310 modules/gui/gtk/gnome_interface.c:590 +#: modules/gui/gtk/gnome_interface.c:1013 modules/gui/gtk/gtk_interface.c:698 +#: modules/gui/macosx/intf.m:306 modules/gui/macosx/intf.m:344 +#: modules/gui/macosx/intf.m:407 modules/gui/macosx/intf.m:845 +#: modules/gui/macosx/intf.m:846 modules/gui/macosx/intf.m:847 +#: modules/gui/macosx/playlist.m:191 modules/gui/pda/interface.c:192 +#: modules/gui/pda/pda_interface.c:247 modules/gui/pda/pda_interface.c:248 +#: modules/gui/wxwindows/interface.cpp:401 +#: modules/gui/wxwindows/interface.cpp:1182 +msgid "Play" +msgstr "Tocar" + +#: modules/control/ntservice.c:39 +msgid "Install NT/2K/XP service" +msgstr "Instalar serviço NT/2K/XP" + +#: modules/control/ntservice.c:41 +msgid "If enabled the interface will install the service and exit." +msgstr "Se habilitado a interface irá instalar o serviço e sair." + +#: modules/control/ntservice.c:42 +msgid "Uninstall NT/2K/XP service" +msgstr "Desinstalar serviço NT/2K/XP" + +#: modules/control/ntservice.c:44 +msgid "If enabled the interface will uninstall the service and exit." +msgstr "Se habilitado, o serviço irá desinstalar o serviço e sair." + +#: modules/control/ntservice.c:45 +msgid "Display name of the service" +msgstr "Mostrar o nome do serviço" + +#: modules/control/ntservice.c:47 +msgid "This allows you to change the display name of the service." +msgstr "Isto permite que você mude o nome a ser mostrado do serviço." + +#: modules/control/ntservice.c:50 +msgid "" +"This option allows you to select additional interfaces spawned by the " +"service. It should be specified at install time so the service is properly " +"configured. Use a comma separated list of interface modules. (common values " +"are: logger,sap,rc,http)" +msgstr "" +"Esta opção permite que você selecione interfaces adicionais geradas pelo " +"serviço. Deverá ser especificado no momento de instalação para que o serviço " +"seja configurado apropriadamente. Use uma lista de interfaces separadas por " +"vírgula. (valores comuns são: logger,sap,rc.http)" + +#: modules/control/ntservice.c:56 +msgid "Windows NT/2K/XP service interface" +msgstr "Interface de servico Windows NT/2K/XP" + +#: modules/control/ntservice.c:57 +msgid "NT service" +msgstr "Serviço NT" + +#: modules/control/rc/rc.c:77 +msgid "Show stream position" +msgstr "Mostrar posição do stream" + +#: modules/control/rc/rc.c:78 +msgid "" +"Show the current position in seconds within the stream from time to time." +msgstr "" +"Mostra a posição atual em segundos dentro do stream de tempos em tempos." + +#: modules/control/rc/rc.c:80 +msgid "Fake TTY" +msgstr "TTY falso" + +#: modules/control/rc/rc.c:81 +msgid "Force the rc plugin to use stdin as if it was a TTY." +msgstr "Forçar o plugin rc a usar stdin como se fosse TTY" + +#: modules/control/rc/rc.c:84 +msgid "Remote control" +msgstr "Controle remoto" + +#: modules/control/rc/rc.c:89 +msgid "remote control interface" +msgstr "interface de controle remoto" + +#: modules/demux/a52sys.c:39 +msgid "A52 demuxer" +msgstr "demuxer A52" + +#: modules/demux/a52sys.c:153 +msgid "A52" +msgstr "A52" + +#: modules/demux/a52sys.c:155 modules/demux/aac.c:167 +#: modules/demux/mpeg/m4v.c:150 modules/demux/mpeg/mpga.c:321 +msgid "Input Type" +msgstr "Tipo de entrada" + +#: modules/demux/a52sys.c:156 modules/demux/aac.c:169 +#: modules/demux/asf/asf.c:412 modules/demux/avi/avi.c:324 +#: modules/demux/mkv.cpp:2382 modules/demux/ogg.c:599 modules/demux/ogg.c:875 +#: modules/demux/ogg.c:1048 modules/gui/gtk/gnome_interface.c:148 +#: modules/gui/gtk/gnome_interface.c:931 modules/gui/gtk/gtk_interface.c:481 +#: modules/gui/gtk/gtk_interface.c:1282 modules/gui/macosx/output.m:161 +#: modules/gui/wxwindows/streamout.cpp:672 +msgid "Channels" +msgstr "Canais" + +#: modules/demux/a52sys.c:157 modules/demux/aac.c:171 +#: modules/demux/asf/asf.c:413 modules/demux/avi/avi.c:326 +#: modules/demux/mkv.cpp:2386 modules/demux/mpeg/mpga.c:327 +#: modules/demux/ogg.c:597 modules/demux/ogg.c:709 modules/demux/ogg.c:870 +#: modules/demux/ogg.c:1043 +msgid "Sample Rate" +msgstr "Taxa de Amostra" + +#: modules/demux/aac.c:39 +msgid "AAC demuxer" +msgstr "demuxer AAC" + +#: modules/demux/aac.c:165 +msgid "Aac" +msgstr "AAC" + +#: modules/demux/asf/asf.c:42 +msgid "ASF v1.0 demuxer" +msgstr "demuxer ASF v1.0" + +#: modules/demux/asf/asf.c:360 +msgid "Length" +msgstr "Duração" + +#: modules/demux/asf/asf.c:365 modules/demux/mkv.cpp:2345 +msgid "Number of streams" +msgstr "Número de streams" + +#: modules/demux/asf/asf.c:373 modules/gui/wxwindows/iteminfo.cpp:187 +msgid "Author" +msgstr "Autor" + +#: modules/demux/asf/asf.c:375 +msgid "Copyright" +msgstr "Copyright" + +#: modules/demux/asf/asf.c:377 modules/gui/gtk/preferences.c:325 +#: modules/gui/kde/pluginsbox.cpp:46 +msgid "Description" +msgstr "Descrição" + +#: modules/demux/asf/asf.c:379 +msgid "Rating" +msgstr "Avaliação" + +#: modules/demux/asf/asf.c:388 +msgid "Stream " +msgstr "Stream" + +#: modules/demux/asf/asf.c:394 modules/demux/avi/avi.c:316 +#, c-format +msgid "Stream %d" +msgstr "Stream %d" + +#: modules/demux/asf/asf.c:397 modules/demux/avi/avi.c:318 +#: modules/demux/avi/avi.c:363 modules/demux/avi/avi.c:388 +#: modules/demux/mkv.cpp:2378 modules/demux/mkv.cpp:2394 +#: modules/demux/mkv.cpp:2410 modules/demux/ogg.c:595 modules/demux/ogg.c:667 +#: modules/demux/ogg.c:707 modules/demux/ogg.c:772 modules/demux/ogg.c:867 +#: modules/demux/ogg.c:947 modules/demux/ogg.c:1040 +#: modules/gui/macosx/output.m:142 modules/gui/pda/interface.c:372 +msgid "Type" +msgstr "Tipo" + +#: modules/demux/asf/asf.c:399 modules/demux/avi/avi.c:320 +#: modules/demux/avi/avi.c:364 modules/demux/mkv.cpp:2379 +#: modules/demux/mkv.cpp:2395 modules/demux/mkv.cpp:2411 +#: modules/demux/ogg.c:596 modules/demux/ogg.c:668 modules/demux/ogg.c:708 +#: modules/demux/ogg.c:773 modules/demux/ogg.c:868 modules/demux/ogg.c:948 +#: modules/demux/ogg.c:1041 +msgid "Codec" +msgstr "Codec" + +#: modules/demux/asf/asf.c:403 +msgid "Codec name" +msgstr "Nome do codec" + +#: modules/demux/asf/asf.c:405 +msgid "Codec description" +msgstr "Descrição do codec" + +#: modules/demux/asf/asf.c:414 +msgid "Avg. byterate" +msgstr "Taxa de bits média" + +#: modules/demux/asf/asf.c:415 modules/demux/avi/avi.c:331 +#: modules/demux/mkv.cpp:2390 +msgid "Bits Per Sample" +msgstr "BitsPpor Amostra" + +#: modules/demux/asf/asf.c:421 modules/demux/avi/avi.c:368 +#: modules/demux/mkv.cpp:2398 +msgid "Resolution" +msgstr "Resolução" + +#: modules/demux/asf/asf.c:423 +msgid "Planes" +msgstr "Planos" + +#: modules/demux/asf/asf.c:424 modules/demux/avi/avi.c:374 +msgid "Bits Per Pixel" +msgstr "Bits Por Ponto" + +#: modules/demux/asf/asf.c:425 +msgid "Image Size" +msgstr "Tamanho da Imagem" + +#: modules/demux/asf/asf.c:426 +msgid "X pixels per meter" +msgstr "X pontos por metro" + +#: modules/demux/asf/asf.c:428 +msgid "Y pixels per meter" +msgstr "Y pontos por metro" + +#: modules/demux/au.c:41 +msgid "AU demuxer" +msgstr "demuxer AU" + +#: modules/demux/avi/avi.c:42 +msgid "avi-demuxer" +msgstr "demuxer-avi" + +#: modules/demux/avi/avi.c:44 modules/demux/avi/avi.c:45 +msgid "force interleaved method" +msgstr "forcar método interleaved" + +#: modules/demux/avi/avi.c:47 modules/demux/avi/avi.c:48 +msgid "force index creation" +msgstr "forçar criação do index" + +#: modules/demux/avi/avi.c:50 +msgid "AVI demuxer" +msgstr "demuxer AVI" + +#: modules/demux/avi/avi.c:245 +msgid "Avi" +msgstr "Avi" + +#: modules/demux/avi/avi.c:246 +msgid "Number of Streams" +msgstr "Número de Streams" + +#: modules/demux/avi/avi.c:247 +msgid "Flags" +msgstr "" + +#: modules/demux/avi/avi.c:322 modules/demux/avi/avi.c:366 +msgid "FOURCC" +msgstr "" + +#: modules/demux/avi/avi.c:333 +msgid "Audio Bitrate" +msgstr "Taxa de bits do Audio" + +#: modules/demux/avi/avi.c:371 modules/demux/ogg.c:669 modules/demux/ogg.c:775 +#: modules/demux/ogg.c:950 +msgid "Frame Rate" +msgstr "Taxa de quadros" + +#: modules/demux/avi/avi.c:388 +msgid "Unknown" +msgstr "desconhecido" + +#: modules/demux/demuxdump.c:48 +msgid "Dump file name" +msgstr "Nome do arquivo dump" + +#: modules/demux/demuxdump.c:50 +msgid "Specify a file name to which the raw stream will be dumped." +msgstr "Especifique um nome de arquivo no qual o stream raw será armazenado" + +#: modules/demux/demuxdump.c:53 +msgid "file dump demuxer" +msgstr "demuxer de armazenamento de arquivo" + +#: modules/demux/flac.c:52 +msgid "flac demuxer" +msgstr "demuxer flac" + +#: modules/demux/m3u.c:63 +msgid "playlist metademux" +msgstr "metademux da playlist" + +#: modules/demux/mkv.cpp:94 +msgid "mkv-demuxer" +msgstr "demuxor=mkv" + +#: modules/demux/mkv.cpp:96 modules/demux/mkv.cpp:97 +msgid "Seek based on percent not time" +msgstr "Procura baseada em porcentagem e não tempo" + +#: modules/demux/mkv.cpp:99 +msgid "mka/mkv stream demuxer" +msgstr "demuxer de stream mka/mkv" + +#: modules/demux/mkv.cpp:2322 modules/gui/gtk/gnome_interface.c:2436 +#: modules/gui/gtk/gtk_interface.c:2857 modules/gui/wxwindows/playlist.cpp:180 +msgid "Duration" +msgstr "Duração" + +#: modules/demux/mkv.cpp:2331 +msgid "Date UTC" +msgstr "Data UTC" + +#: modules/demux/mkv.cpp:2335 +msgid "Segment Filename" +msgstr "Nome de arquivo do segmento" + +#: modules/demux/mkv.cpp:2339 +msgid "Muxing Application" +msgstr "Muxing Aplicação" + +#: modules/demux/mkv.cpp:2343 +msgid "Writing Application" +msgstr "Escrevendo Aplicação" + +#: modules/demux/mkv.cpp:2356 modules/gui/beos/PlayListWindow.cpp:144 +#: modules/gui/gtk/preferences.c:325 modules/gui/kde/pluginsbox.cpp:45 +#: modules/gui/pda/interface.c:364 modules/gui/wxwindows/iteminfo.cpp:172 +msgid "Name" +msgstr "Nome" + +#: modules/demux/mkv.cpp:2360 +msgid "Codec Name" +msgstr "Nome do Codec" + +#: modules/demux/mkv.cpp:2364 +msgid "Codec Setting" +msgstr "Ajustes do Codec" + +#: modules/demux/mkv.cpp:2368 +msgid "Codec Info" +msgstr "Info do codec" + +#: modules/demux/mkv.cpp:2372 +msgid "Codec Download" +msgstr "Baixar Codec" + +#: modules/demux/mkv.cpp:2402 +msgid "Display Resolution" +msgstr "Mostrar Resolução" + +#: modules/demux/mkv.cpp:2406 +msgid "Frame Per Second" +msgstr "Quadros Por Segundo" + +#: modules/demux/mp4/mp4.c:42 +msgid "MP4 demuxer" +msgstr "demuxer MP4" + +#: modules/demux/mpeg/es.c:48 +msgid "ISO 13818-1 MPEG Elementary Stream input" +msgstr "" + +#: modules/demux/mpeg/m4v.c:42 +msgid "MPEG-4 video elementary stream demuxer" +msgstr "" + +#: modules/demux/mpeg/m4v.c:149 +msgid "mpeg" +msgstr "" + +#: modules/demux/mpeg/m4v.c:150 +msgid "Video MPEG-4 (raw ES)" +msgstr "" + +#: modules/demux/mpeg/mpga.c:39 +msgid "MPEG-I/II Audio demuxer" +msgstr "" + +#: modules/demux/mpeg/mpga.c:320 +msgid "MPEG" +msgstr "" + +#: modules/demux/mpeg/mpga.c:323 +msgid "Layer" +msgstr "" + +#: modules/demux/mpeg/mpga.c:325 +msgid "Mode" +msgstr "Modo" + +#: modules/demux/mpeg/mpga.c:329 +msgid "Average Bitrate" +msgstr "Taxa de Bits Média" + +#: modules/demux/mpeg/ps.c:59 +msgid "ISO 13818-1 MPEG Program Stream input" +msgstr "" + +#: modules/demux/mpeg/system.c:55 +msgid "generic ISO 13818-1 MPEG demultiplexing" +msgstr "" + +#: modules/demux/mpeg/ts.c:91 +msgid "Compatibility with pre-0.4 VLS" +msgstr "Compatibilidade com VLC pré-0.4" + +#: modules/demux/mpeg/ts.c:93 +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." +msgstr "" +"O protocolo para a transmissão de streams de audio A/52 mudou entre o VLC 0.3.x " +"e o 0.4. Por padrão o VLC assume que você possui a versão mais recente do VLS. " +"Caso esteja usando uma versão antiga, selecione esta opção." + +#: modules/demux/mpeg/ts.c:97 +msgid "Buggy PSI" +msgstr "" + +#: modules/demux/mpeg/ts.c:99 +msgid "" +"If you have a stream whose PSI packets do not feature incremented continuity " +"counters, select this option." +msgstr "" + +#: modules/demux/mpeg/ts.c:104 +msgid "ISO 13818-1 MPEG Transport Stream input" +msgstr "" + +#: modules/demux/mpeg/ts.c:108 +msgid "ISO 13818-1 MPEG Transport Stream input (libdvbpsi)" +msgstr "" + +#: modules/demux/ogg.c:175 +msgid "ogg stream demuxer" +msgstr "" + +#: modules/demux/ogg.c:596 +msgid "Vorbis" +msgstr "" + +#: modules/demux/ogg.c:601 modules/demux/ogg.c:671 modules/demux/ogg.c:711 +#: modules/demux/ogg.c:872 modules/demux/ogg.c:1045 +msgid "Bit Rate" +msgstr "Taxa de Bits" + +#: modules/demux/ogg.c:668 +msgid "Theora" +msgstr "" + +#: modules/demux/ogg.c:708 +msgid "tarkin" +msgstr "" + +#: modules/demux/ogg.c:777 modules/demux/ogg.c:952 +msgid "Bit Count" +msgstr "" + +#: modules/demux/ogg.c:779 modules/demux/ogg.c:954 +msgid "Width" +msgstr "Largura" + +#: modules/demux/ogg.c:781 modules/demux/ogg.c:956 +msgid "Height" +msgstr "Altura" + +#: modules/demux/ogg.c:877 modules/demux/ogg.c:1050 +msgid "Bits per Sample" +msgstr "" + +#: modules/demux/rawdv.c:109 +msgid "raw dv demuxer" +msgstr "" + +#: modules/demux/sdp.c:46 +msgid "SDP demuxer/reader" +msgstr "demuxer/leitor SDP" + +#: modules/demux/sdp.c:56 +msgid "RTSP/RTP describe" +msgstr "" + +#: modules/demux/util/id3.c:44 +msgid "Simple id3 tag skipper" +msgstr "" + +#: modules/demux/util/id3genres.h:8 +msgid "Blues" +msgstr "" + +#: modules/demux/util/id3genres.h:9 +msgid "Classic Rock" +msgstr "Rock Clássico" + +#: modules/demux/util/id3genres.h:10 +msgid "Country" +msgstr "" + +#: modules/demux/util/id3genres.h:11 +msgid "Dance" +msgstr "" + +#: modules/demux/util/id3genres.h:12 +msgid "Disco" +msgstr "" + +#: modules/demux/util/id3genres.h:13 +msgid "Funk" +msgstr "" + +#: modules/demux/util/id3genres.h:14 +msgid "Grunge" +msgstr "" + +#: modules/demux/util/id3genres.h:15 +msgid "Hip-Hop" +msgstr "" + +#: modules/demux/util/id3genres.h:16 +msgid "Jazz" +msgstr "" + +#: modules/demux/util/id3genres.h:17 +msgid "Metal" +msgstr "" + +#: modules/demux/util/id3genres.h:18 +msgid "New Age" +msgstr "" + +#: modules/demux/util/id3genres.h:19 +msgid "Oldies" +msgstr "" + +#: modules/demux/util/id3genres.h:20 +msgid "Other" +msgstr "Outras" + +#: modules/demux/util/id3genres.h:21 +msgid "Pop" +msgstr "" + +#: modules/demux/util/id3genres.h:22 +msgid "R&B" +msgstr "" + +#: modules/demux/util/id3genres.h:23 +msgid "Rap" +msgstr "" + +#: modules/demux/util/id3genres.h:24 +msgid "Reggae" +msgstr "" + +#: modules/demux/util/id3genres.h:25 +msgid "Rock" +msgstr "" + +#: modules/demux/util/id3genres.h:26 +msgid "Techno" +msgstr "" + +#: modules/demux/util/id3genres.h:27 +msgid "Industrial" +msgstr "" + +#: modules/demux/util/id3genres.h:28 +msgid "Alternative" +msgstr "Alternativo" + +#: modules/demux/util/id3genres.h:29 +msgid "Ska" +msgstr "" + +#: modules/demux/util/id3genres.h:30 +msgid "Death Metal" +msgstr "" + +#: modules/demux/util/id3genres.h:31 +msgid "Pranks" +msgstr "" + +#: modules/demux/util/id3genres.h:32 +msgid "Soundtrack" +msgstr "Trilha Sonora" + +#: modules/demux/util/id3genres.h:33 +msgid "Euro-Techno" +msgstr "" + +#: modules/demux/util/id3genres.h:34 +msgid "Ambient" +msgstr "" + +#: modules/demux/util/id3genres.h:35 +msgid "Trip-Hop" +msgstr "" + +#: modules/demux/util/id3genres.h:36 +msgid "Vocal" +msgstr "" + +#: modules/demux/util/id3genres.h:37 +msgid "Jazz+Funk" +msgstr "" + +#: modules/demux/util/id3genres.h:38 +msgid "Fusion" +msgstr "" + +#: modules/demux/util/id3genres.h:39 +msgid "Trance" +msgstr "" + +#: modules/demux/util/id3genres.h:40 +msgid "Classical" +msgstr "Clássica" + +#: modules/demux/util/id3genres.h:41 +msgid "Instrumental" +msgstr "" + +#: modules/demux/util/id3genres.h:42 +msgid "Acid" +msgstr "" + +#: modules/demux/util/id3genres.h:43 +msgid "House" +msgstr "" + +#: modules/demux/util/id3genres.h:44 +msgid "Game" +msgstr "Jogo" + +#: modules/demux/util/id3genres.h:45 +msgid "Sound Clip" +msgstr "" + +#: modules/demux/util/id3genres.h:46 +msgid "Gospel" +msgstr "" + +#: modules/demux/util/id3genres.h:47 +msgid "Noise" +msgstr "" + +#: modules/demux/util/id3genres.h:48 +msgid "AlternRock" +msgstr "" + +#: modules/demux/util/id3genres.h:49 +msgid "Bass" +msgstr "" + +#: modules/demux/util/id3genres.h:50 +msgid "Soul" +msgstr "" + +#: modules/demux/util/id3genres.h:51 +msgid "Punk" +msgstr "" + +#: modules/demux/util/id3genres.h:52 +msgid "Space" +msgstr "" + +#: modules/demux/util/id3genres.h:53 +msgid "Meditative" +msgstr "Meditativa" + +#: modules/demux/util/id3genres.h:54 +msgid "Instrumental Pop" +msgstr "Pop Instrumental" + +#: modules/demux/util/id3genres.h:55 +msgid "Instrumental Rock" +msgstr "Rock Instrumental" + +#: modules/demux/util/id3genres.h:56 +msgid "Ethnic" +msgstr "Étnica" + +#: modules/demux/util/id3genres.h:57 +msgid "Gothic" +msgstr "Gótica" + +#: modules/demux/util/id3genres.h:58 +msgid "Darkwave" +msgstr "" + +#: modules/demux/util/id3genres.h:59 +msgid "Techno-Industrial" +msgstr "" + +#: modules/demux/util/id3genres.h:60 +msgid "Electronic" +msgstr "Eletrônica" + +#: modules/demux/util/id3genres.h:61 +msgid "Pop-Folk" +msgstr "" + +#: modules/demux/util/id3genres.h:62 +msgid "Eurodance" +msgstr "" + +#: modules/demux/util/id3genres.h:63 +msgid "Dream" +msgstr "" + +#: modules/demux/util/id3genres.h:64 +msgid "Southern Rock" +msgstr "" + +#: modules/demux/util/id3genres.h:65 +msgid "Comedy" +msgstr "Comédia" + +#: modules/demux/util/id3genres.h:66 +msgid "Cult" +msgstr "" + +#: modules/demux/util/id3genres.h:67 +msgid "Gangsta" +msgstr "" + +#: modules/demux/util/id3genres.h:68 +msgid "Top 40" +msgstr "" + +#: modules/demux/util/id3genres.h:69 +msgid "Christian Rap" +msgstr "" + +#: modules/demux/util/id3genres.h:70 +msgid "Pop/Funk" +msgstr "" + +#: modules/demux/util/id3genres.h:71 +msgid "Jungle" +msgstr "" + +#: modules/demux/util/id3genres.h:72 +msgid "Native American" +msgstr "" + +#: modules/demux/util/id3genres.h:73 +msgid "Cabaret" +msgstr "" + +#: modules/demux/util/id3genres.h:74 +msgid "New Wave" +msgstr "" + +#: modules/demux/util/id3genres.h:75 +msgid "Psychadelic" +msgstr "" + +#: modules/demux/util/id3genres.h:76 +msgid "Rave" +msgstr "" + +#: modules/demux/util/id3genres.h:77 +msgid "Showtunes" +msgstr "Musicas de shows" + +#: modules/demux/util/id3genres.h:78 +msgid "Trailer" +msgstr "" + +#: modules/demux/util/id3genres.h:79 +msgid "Lo-Fi" +msgstr "" + +#: modules/demux/util/id3genres.h:80 +msgid "Tribal" +msgstr "" + +#: modules/demux/util/id3genres.h:81 +msgid "Acid Punk" +msgstr "" + +#: modules/demux/util/id3genres.h:82 +msgid "Acid Jazz" +msgstr "" + +#: modules/demux/util/id3genres.h:83 +msgid "Polka" +msgstr "" + +#: modules/demux/util/id3genres.h:84 +msgid "Retro" +msgstr "" + +#: modules/demux/util/id3genres.h:85 +msgid "Musical" +msgstr "" + +#: modules/demux/util/id3genres.h:86 +msgid "Rock & Roll" +msgstr "" + +#: modules/demux/util/id3genres.h:87 +msgid "Hard Rock" +msgstr "" + +#: modules/demux/util/id3tag.c:47 +msgid "id3 tag parser using libid3tag" +msgstr "" + +#: modules/demux/util/sub.c:69 +msgid "Text subtitles demux" +msgstr "Demux de legendas de texto" + +#: modules/demux/wav.c:42 +msgid "WAV demuxer" +msgstr "" + +#: modules/gui/beos/BeOS.cpp:55 +msgid "BeOS standard API interface" +msgstr "Interface API padrão do BeOS" + +#: modules/gui/beos/InterfaceWindow.cpp:158 +msgid "Open files from all sub-folders as well?" +msgstr "Abrir arquivos de todas as sub-pasts também?" + +#: modules/gui/beos/InterfaceWindow.cpp:159 +msgid "No" +msgstr "Não" + +#: modules/gui/beos/InterfaceWindow.cpp:159 +msgid "Yes" +msgstr "Sim" + +#: modules/gui/beos/InterfaceWindow.cpp:201 +#: modules/gui/beos/InterfaceWindow.cpp:308 modules/gui/macosx/intf.m:310 +#: modules/gui/macosx/prefs.m:77 modules/gui/pda/interface.c:151 +#: modules/gui/pda/interface.c:152 modules/gui/pda/pda_interface.c:209 +#: modules/gui/pda/pda_interface.c:210 +#: modules/gui/wxwindows/preferences.cpp:222 +msgid "Preferences" +msgstr "Preferências" + +#: modules/gui/beos/InterfaceWindow.cpp:211 +#: modules/gui/beos/InterfaceWindow.cpp:306 +#: modules/gui/gtk/gnome_interface.c:2692 modules/gui/gtk/gtk_interface.c:2947 +#: modules/gui/kde/info.cpp:9 modules/gui/kde/messages.cpp:8 +#: modules/gui/macosx/intf.m:316 modules/gui/macosx/intf.m:395 +#: modules/gui/wxwindows/messages.cpp:65 +msgid "Messages" +msgstr "Mensagens" + +#: modules/gui/beos/InterfaceWindow.cpp:238 +#: modules/gui/beos/MediaControlView.cpp:1255 +#: modules/gui/beos/PlayListWindow.cpp:82 +#: modules/gui/gtk/gnome_interface.c:503 +#: modules/gui/gtk/gnome_interface.c:1569 +#: modules/gui/gtk/gnome_interface.c:2274 +#: modules/gui/gtk/gnome_interface.c:2847 modules/gui/gtk/gtk_interface.c:618 +#: modules/gui/gtk/gtk_interface.c:1884 modules/gui/gtk/gtk_interface.c:2733 +#: modules/gui/gtk/gtk_interface.c:2850 modules/gui/gtk/gtk_interface.c:3102 +#: modules/gui/macosx/open.m:142 modules/gui/macosx/open.m:261 +#: modules/gui/macosx/output.m:132 modules/gui/macosx/output.m:205 +#: modules/gui/macosx/output.m:321 modules/gui/pda/interface.c:380 +#: modules/gui/pda/pda_interface.c:186 modules/gui/pda/pda_interface.c:350 +#: modules/gui/wxwindows/interface.cpp:388 modules/gui/wxwindows/open.cpp:271 +#: modules/gui/wxwindows/streamout.cpp:381 +msgid "File" +msgstr "Arquivo" + +#: modules/gui/beos/InterfaceWindow.cpp:240 +#: modules/gui/beos/PlayListWindow.cpp:84 +#: modules/gui/gtk/gnome_interface.c:2179 +#: modules/gui/gtk2/gnome2_interface.c:113 modules/gui/macosx/open.m:329 +#: modules/gui/macosx/open.m:628 modules/gui/macosx/open.m:674 +msgid "Open File" +msgstr "Abrir Arquivo" + +#: modules/gui/beos/InterfaceWindow.cpp:243 +#: modules/gui/beos/PlayListWindow.cpp:89 +msgid "Open Disc" +msgstr "Abrir Disco" + +#: modules/gui/beos/InterfaceWindow.cpp:245 +msgid "Open Subtitles" +msgstr "Abrir Legendas" + +#: modules/gui/beos/InterfaceWindow.cpp:249 +#: modules/gui/gtk/gtk_interface.c:1580 modules/gui/pda/interface.c:233 +#: modules/gui/pda/interface.c:234 modules/gui/pda/interface.c:767 +#: modules/gui/pda/pda_interface.c:285 modules/gui/pda/pda_interface.c:286 +#: modules/gui/pda/pda_interface.c:958 +msgid "About" +msgstr "Sobre" + +#: modules/gui/beos/InterfaceWindow.cpp:264 +msgid "Prev Title" +msgstr "Título Ant." + +#: modules/gui/beos/InterfaceWindow.cpp:265 +msgid "Next Title" +msgstr "Título Post." + +#: modules/gui/beos/InterfaceWindow.cpp:266 +msgid "Prev Chapter" +msgstr "Capítulo Ant." + +#: modules/gui/beos/InterfaceWindow.cpp:268 +msgid "Goto Menu" +msgstr "Vá ao Menu" + +#: modules/gui/beos/InterfaceWindow.cpp:277 +msgid "Go to Title" +msgstr "Vá ao Título" + +#: modules/gui/beos/InterfaceWindow.cpp:281 +msgid "Go to Chapter" +msgstr "Vá ao Capítulo" + +#: modules/gui/beos/InterfaceWindow.cpp:284 +msgid "Speed" +msgstr "Velocidade" + +#: modules/gui/beos/InterfaceWindow.cpp:303 modules/gui/macosx/intf.m:389 +msgid "Window" +msgstr "janela" + +#: modules/gui/beos/InterfaceWindow.cpp:304 +msgid "Play List" +msgstr "Lista de Reprodução" + +#: modules/gui/beos/InterfaceWindow.cpp:364 +#: modules/gui/gtk/gtk_interface.c:1661 modules/gui/gtk/gtk_interface.c:2396 +#: modules/gui/gtk/gtk_interface.c:2638 modules/gui/gtk/gtk_interface.c:2869 +#: modules/gui/gtk/gtk_interface.c:2976 modules/gui/gtk/gtk_interface.c:3250 +#: modules/gui/gtk/preferences.c:606 modules/gui/macosx/open.m:139 +#: modules/gui/macosx/open.m:180 modules/gui/macosx/output.m:128 +#: modules/gui/wxwindows/iteminfo.cpp:109 modules/gui/wxwindows/open.cpp:262 +#: modules/gui/wxwindows/preferences.cpp:242 +#: modules/gui/wxwindows/streamout.cpp:187 +#: modules/gui/wxwindows/subtitles.cpp:176 modules/gui/wxwindows/v4l.cpp:149 +msgid "OK" +msgstr "OK" + +#: modules/gui/beos/InterfaceWindow.cpp:372 +msgid "VideoLAN Client: Open Media Files" +msgstr "VideoLAN Client: Abrir Arquivos de Mídia" + +#: modules/gui/beos/InterfaceWindow.cpp:376 +msgid "VideoLAN Client: Open Subtitle File" +msgstr "VideoLAN Client: Abrir Arquivo de Legenda" + +#: modules/gui/beos/MediaControlView.cpp:64 +msgid "Drop files to play" +msgstr "Descartar arquivos a serem tocados" + +#: modules/gui/beos/PlayListWindow.cpp:93 +#: modules/gui/wxwindows/messages.cpp:90 +msgid "Close" +msgstr "Fechar" + +#: modules/gui/beos/PlayListWindow.cpp:98 modules/gui/macosx/intf.m:336 +msgid "Edit" +msgstr "Editar" + +#: modules/gui/beos/PlayListWindow.cpp:100 modules/gui/macosx/intf.m:341 +#: modules/gui/macosx/playlist.m:193 +msgid "Select All" +msgstr "Selecionar Tudo" + +#: modules/gui/beos/PlayListWindow.cpp:103 +msgid "Select None" +msgstr "Selecionar Nenhum" + +#: modules/gui/beos/PlayListWindow.cpp:108 +msgid "Sort Reverse" +msgstr "Org, Invertido" + +#: modules/gui/beos/PlayListWindow.cpp:111 +msgid "Sort by Name" +msgstr "Org. por Nome" + +#: modules/gui/beos/PlayListWindow.cpp:115 +msgid "Sort by Path" +msgstr "Org. por Caminho" + +#: modules/gui/beos/PlayListWindow.cpp:119 +msgid "Randomize" +msgstr "Aleatórizar" + +#: modules/gui/beos/PlayListWindow.cpp:124 +msgid "Remove" +msgstr "Remover" + +#: modules/gui/beos/PlayListWindow.cpp:127 +msgid "Remove All" +msgstr "Remover Tudo" + +#: modules/gui/beos/PlayListWindow.cpp:132 +msgid "View" +msgstr "Exibir" + +#: modules/gui/beos/PlayListWindow.cpp:138 +msgid "Path" +msgstr "Caminho" + +#: modules/gui/beos/PreferencesWindow.cpp:44 +#: modules/gui/beos/PreferencesWindow.cpp:46 +#: modules/gui/beos/PreferencesWindow.cpp:98 +#: modules/gui/gtk/gnome_interface.c:2216 modules/gui/macosx/prefs.m:806 +#: modules/gui/macosx/prefs.m:814 modules/gui/macosx/prefs.m:884 +msgid "Modules" +msgstr "Módulos" + +#: modules/gui/beos/PreferencesWindow.cpp:219 +#: modules/gui/gtk/preferences.c:610 +msgid "Apply" +msgstr "Aplicar" + +#: modules/gui/beos/PreferencesWindow.cpp:224 +#: modules/gui/gtk/preferences.c:597 modules/gui/gtk/preferences.c:614 +#: modules/gui/macosx/output.m:395 modules/gui/macosx/playlist.m:234 +#: modules/gui/macosx/prefs.m:78 modules/gui/wxwindows/preferences.cpp:246 +msgid "Save" +msgstr "Salvar" + +#: modules/gui/beos/PreferencesWindow.cpp:228 +msgid "Defaults" +msgstr "Padrões" + +#: modules/gui/beos/VideoOutput.cpp:1138 +msgid "Show Interface" +msgstr "Mostrar Interface" + +#: modules/gui/beos/VideoOutput.cpp:1142 +msgid "50%" +msgstr "50%" + +#: modules/gui/beos/VideoOutput.cpp:1145 +msgid "100%" +msgstr "100%" + +#: modules/gui/beos/VideoOutput.cpp:1148 +msgid "200%" +msgstr "200%" + +#: modules/gui/beos/VideoOutput.cpp:1158 +msgid "Vertical Sync" +msgstr "Sinc. Vertical" + +#: modules/gui/beos/VideoOutput.cpp:1162 +msgid "Correct Aspect Ratio" +msgstr "Corrigir Proporção de Aspecto" + +#: modules/gui/beos/VideoOutput.cpp:1191 +msgid "Stay On Top" +msgstr "Ficar No Topo" + +#: modules/gui/beos/VideoOutput.cpp:1197 +msgid "Take Screen Shot" +msgstr "Fazer Screenshot" + +#: modules/gui/beos/VlcWrapper.cpp:165 modules/gui/gtk/menu.c:734 +msgid "None" +msgstr "Nenhum" + +#: modules/gui/beos/VlcWrapper.cpp:178 +msgid "" +msgstr "" + +#: modules/gui/gtk/gnome.c:55 modules/gui/gtk/gtk.c:57 +msgid "Show tooltips" +msgstr "Mostrar dicas" + +#: modules/gui/gtk/gnome.c:56 modules/gui/gtk/gtk.c:58 +msgid "Show tooltips for configuration options." +msgstr "Mostrar digas para opções de configuração" + +#: modules/gui/gtk/gnome.c:58 +msgid "Show text on toolbar buttons" +msgstr "Mostrar texto nos botões da barra de ferramentas" + +#: modules/gui/gtk/gnome.c:59 +msgid "Show the text below icons on the toolbar." +msgstr "Mostrar texto abaixo dos ícones na barra de ferramentas" + +#: modules/gui/gtk/gnome.c:61 modules/gui/gtk/gtk.c:60 +msgid "Maximum height for the configuration windows" +msgstr "Altura máxima para as janelas de configuração" + +#: 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." +msgstr "" +"Você pode ajustar a altura máxima que as janelas de configuração no " +"menu de preferências irão ocupar." + +#: modules/gui/gtk/gnome.c:72 +msgid "GNOME" +msgstr "GNOME" + +#: modules/gui/gtk/gnome.c:80 +msgid "GNOME interface" +msgstr "Interface GNOME" + +#: modules/gui/gtk/gnome_interface.c:19 modules/gui/gtk/gnome_interface.c:985 +#: modules/gui/gtk/gtk_interface.c:165 modules/gui/gtk/gtk_interface.c:1391 +msgid "_Open File..." +msgstr "_Abrir Arquivo..." + +#: modules/gui/gtk/gnome_interface.c:20 modules/gui/gtk/gnome_interface.c:504 +#: modules/gui/gtk/gnome_interface.c:986 modules/gui/gtk/gtk_interface.c:173 +#: modules/gui/gtk/gtk_interface.c:619 modules/gui/gtk/gtk_interface.c:1399 +#: modules/gui/wxwindows/interface.cpp:277 +msgid "Open a file" +msgstr "Abre um arquivo" + +#: modules/gui/gtk/gnome_interface.c:26 modules/gui/gtk/gnome_interface.c:992 +#: modules/gui/gtk/gtk_interface.c:180 modules/gui/gtk/gtk_interface.c:1403 +msgid "Open _Disc..." +msgstr "Abrir _Disco..." + +#: modules/gui/gtk/gnome_interface.c:27 modules/gui/gtk/gnome_interface.c:516 +#: modules/gui/gtk/gnome_interface.c:993 modules/gui/gtk/gtk_interface.c:188 +#: modules/gui/gtk/gtk_interface.c:630 modules/gui/gtk/gtk_interface.c:1411 +msgid "Open a DVD or VCD" +msgstr "Abre um DVD ou VCD" + +#: modules/gui/gtk/gnome_interface.c:33 modules/gui/gtk/gnome_interface.c:999 +#: modules/gui/gtk/gtk_interface.c:195 modules/gui/gtk/gtk_interface.c:1415 +msgid "_Network Stream..." +msgstr "_Stream de Rede" + +#: modules/gui/gtk/gnome_interface.c:34 modules/gui/gtk/gnome_interface.c:528 +#: modules/gui/gtk/gnome_interface.c:1000 modules/gui/gtk/gtk_interface.c:203 +#: modules/gui/gtk/gtk_interface.c:641 modules/gui/gtk/gtk_interface.c:1423 +msgid "Select a network stream" +msgstr "Seleciona um stream de rede" + +#: modules/gui/gtk/gnome_interface.c:41 modules/gui/gtk/gtk_interface.c:218 +msgid "_Eject Disc" +msgstr "_Ejetar disco" + +#: modules/gui/gtk/gnome_interface.c:42 modules/gui/gtk/gnome_interface.c:579 +#: modules/gui/gtk/gtk_interface.c:226 +msgid "Eject disc" +msgstr "Ejeta o disco" + +#: modules/gui/gtk/gnome_interface.c:56 modules/gui/gtk/gtk_interface.c:286 +msgid "_Hide interface" +msgstr "_Esconder Interface" + +#: modules/gui/gtk/gnome_interface.c:64 modules/gui/gtk/gtk_interface.c:306 +msgid "Progr_am" +msgstr "Prog_ram" + +#: modules/gui/gtk/gnome_interface.c:65 modules/gui/gtk/gtk_interface.c:315 +msgid "Choose the program" +msgstr "Escolha o programa" + +#: modules/gui/gtk/gnome_interface.c:71 modules/gui/gtk/gtk_interface.c:319 +msgid "_Title" +msgstr "_Título" + +#: modules/gui/gtk/gnome_interface.c:72 +msgid "Choose title" +msgstr "Escolha o título" + +#: modules/gui/gtk/gnome_interface.c:78 modules/gui/gtk/gtk_interface.c:332 +msgid "_Chapter" +msgstr "_Capítulo" + +#: modules/gui/gtk/gnome_interface.c:79 +msgid "Choose chapter" +msgstr "Escolha o capítulo" + +#: modules/gui/gtk/gnome_interface.c:86 modules/gui/gtk/gtk_interface.c:352 +msgid "_Playlist..." +msgstr "_Lista de reprodução..." + +#: modules/gui/gtk/gnome_interface.c:87 modules/gui/gtk/gtk_interface.c:360 +msgid "Open the playlist window" +msgstr "Abra a janela da lista de reprodução" + +#: modules/gui/gtk/gnome_interface.c:93 modules/gui/gtk/gtk_interface.c:364 +msgid "_Modules..." +msgstr "_Módulos..." + +#: modules/gui/gtk/gnome_interface.c:94 modules/gui/gtk/gtk_interface.c:373 +msgid "Open the module manager" +msgstr "Abre o gerenciador de módulos" + +#: modules/gui/gtk/gnome_interface.c:100 modules/gui/gtk/gtk_interface.c:375 +#: modules/gui/kde/interface.cpp:133 +msgid "Messages..." +msgstr "Mensagens..." + +#: modules/gui/gtk/gnome_interface.c:101 modules/gui/gtk/gtk_interface.c:381 +msgid "Open the messages window" +msgstr "Abre a janema de mensagens" + +#: modules/gui/gtk/gnome_interface.c:118 modules/gui/gtk/gnome_interface.c:901 +#: modules/gui/gtk/gtk_interface.c:433 modules/gui/gtk/gtk_interface.c:1235 +msgid "_Language" +msgstr "_Linguagem" + +#: modules/gui/gtk/gnome_interface.c:119 modules/gui/gtk/gnome_interface.c:902 +#: modules/gui/gtk/gtk_interface.c:442 +msgid "Select audio channel" +msgstr "Selecione o canal de audio" + +#: modules/gui/gtk/gnome_interface.c:126 modules/gui/gtk/gnome_interface.c:909 +#: modules/gui/gtk/gtk_interface.c:452 modules/gui/gtk/gtk_interface.c:1253 +#: modules/gui/macosx/intf.m:363 +msgid "Volume Up" +msgstr "Aumentar Volume" + +#: modules/gui/gtk/gnome_interface.c:133 modules/gui/gtk/gnome_interface.c:916 +#: modules/gui/gtk/gtk_interface.c:459 modules/gui/gtk/gtk_interface.c:1260 +#: modules/gui/macosx/intf.m:364 +msgid "Volume Down" +msgstr "Abaixar volume" + +#: modules/gui/gtk/gnome_interface.c:140 modules/gui/gtk/gnome_interface.c:923 +#: modules/gui/gtk/gtk_interface.c:466 modules/gui/gtk/gtk_interface.c:1267 +#: modules/gui/macosx/controls.m:716 modules/gui/macosx/intf.m:365 +msgid "Mute" +msgstr "Mudo" + +#: modules/gui/gtk/gnome_interface.c:155 modules/gui/gtk/gnome_interface.c:938 +#: modules/gui/gtk/gtk_interface.c:488 modules/gui/gtk/gtk_interface.c:1289 +msgid "Device" +msgstr "Dispositivo" + +#: modules/gui/gtk/gnome_interface.c:167 modules/gui/gtk/gnome_interface.c:950 +#: modules/gui/gtk/gtk_interface.c:515 modules/gui/gtk/gtk_interface.c:1312 +msgid "_Subtitles" +msgstr "Legenda_s" + +#: modules/gui/gtk/gnome_interface.c:168 modules/gui/gtk/gnome_interface.c:951 +#: modules/gui/gtk/gtk_interface.c:524 +msgid "Select subtitles channel" +msgstr "Seleciona o canal de legendas" + +#: modules/gui/gtk/gnome_interface.c:175 modules/gui/gtk/gnome_interface.c:958 +#: modules/gui/gtk/gtk_interface.c:536 modules/gui/gtk/gtk_interface.c:1332 +msgid "_Fullscreen" +msgstr "_Tela cheia" + +#: modules/gui/gtk/gnome_interface.c:190 modules/gui/gtk/gnome_interface.c:973 +#: modules/gui/gtk/gtk_interface.c:560 modules/gui/gtk/gtk_interface.c:1356 +#: modules/gui/macosx/output.m:131 modules/gui/macosx/vout.m:225 +msgid "Screen" +msgstr "Tela" + +#: modules/gui/gtk/gnome_interface.c:211 modules/gui/gtk/gtk_interface.c:415 +msgid "_Audio" +msgstr "" + +#: modules/gui/gtk/gnome_interface.c:218 modules/gui/gtk/gtk_interface.c:497 +msgid "_Video" +msgstr "_Vídeo" + +#: modules/gui/gtk/gnome_interface.c:274 modules/gui/gtk/gtk_interface.c:121 +#: modules/gui/gtk/gtk_interface.c:1595 modules/gui/pda/interface.c:99 +#: modules/gui/pda/interface.c:734 modules/gui/pda/pda_interface.c:161 +#: modules/gui/pda/pda_interface.c:929 +msgid "VLC media player" +msgstr "" + +#: modules/gui/gtk/gnome_interface.c:515 modules/gui/gtk/gnome_interface.c:718 +#: modules/gui/gtk/gnome_interface.c:1690 +#: modules/gui/gtk/gnome_interface.c:2267 modules/gui/gtk/gtk_interface.c:629 +#: modules/gui/gtk/gtk_interface.c:816 modules/gui/gtk/gtk_interface.c:2005 +#: modules/gui/gtk/gtk_interface.c:2726 modules/gui/macosx/open.m:143 +#: modules/gui/macosx/open.m:265 modules/gui/wxwindows/interface.cpp:390 +#: modules/gui/wxwindows/open.cpp:273 +msgid "Disc" +msgstr "Disco" + +#: modules/gui/gtk/gnome_interface.c:527 modules/gui/gtk/gtk_interface.c:640 +#: modules/gui/wxwindows/interface.cpp:392 +msgid "Net" +msgstr "Rede" + +#: modules/gui/gtk/gnome_interface.c:539 modules/gui/gtk/gtk_interface.c:651 +#: modules/gui/wxwindows/interface.cpp:395 +msgid "Sat" +msgstr "Sat" + +#: modules/gui/gtk/gnome_interface.c:540 modules/gui/gtk/gtk_interface.c:652 +msgid "Open a Satellite Card" +msgstr "Abrir placa de Satélite" + +#: modules/gui/gtk/gnome_interface.c:553 +#: modules/gui/gtk/gnome_interface.c:1034 modules/gui/gtk/gtk_interface.c:664 +#: modules/gui/gtk/gtk_interface.c:1134 +msgid "Back" +msgstr "Voltar" + +#: modules/gui/gtk/gnome_interface.c:554 modules/gui/gtk/gtk_interface.c:665 +msgid "Go Backward" +msgstr "Ir para trás" + +#: modules/gui/gtk/gnome_interface.c:567 modules/gui/gtk/gtk_interface.c:677 +msgid "Stop Stream" +msgstr "Parar Stream" + +#: modules/gui/gtk/gnome_interface.c:578 modules/gui/gtk/gtk_interface.c:687 +msgid "Eject" +msgstr "Ejetar" + +#: modules/gui/gtk/gnome_interface.c:591 modules/gui/gtk/gtk_interface.c:699 +msgid "Play Stream" +msgstr "Tocar Stream" + +#: modules/gui/gtk/gnome_interface.c:603 modules/gui/gtk/gtk_interface.c:710 +msgid "Pause Stream" +msgstr "Pausar Stream" + +#: modules/gui/gtk/gnome_interface.c:617 +#: modules/gui/gtk/gnome_interface.c:1041 modules/gui/gtk/gtk_interface.c:723 +#: modules/gui/gtk/gtk_interface.c:1142 +msgid "Slow" +msgstr "Devagar" + +#: modules/gui/gtk/gnome_interface.c:618 modules/gui/gtk/gtk_interface.c:724 +msgid "Play Slower" +msgstr "Tocar mais devagar" + +#: modules/gui/gtk/gnome_interface.c:630 +#: modules/gui/gtk/gnome_interface.c:1048 modules/gui/gtk/gtk_interface.c:735 +#: modules/gui/gtk/gtk_interface.c:1150 +msgid "Fast" +msgstr "Rápido" + +#: modules/gui/gtk/gnome_interface.c:631 modules/gui/gtk/gtk_interface.c:736 +msgid "Play Faster" +msgstr "Tocar mais rápido" + +#: modules/gui/gtk/gnome_interface.c:644 modules/gui/gtk/gtk_interface.c:748 +msgid "Open Playlist" +msgstr "Abrir Lista de Reprodução" + +#: modules/gui/gtk/gnome_interface.c:655 +#: modules/gui/gtk/gnome_interface.c:1063 modules/gui/gtk/gtk_interface.c:758 +#: modules/gui/gtk/gtk_interface.c:844 modules/gui/gtk/gtk_interface.c:888 +#: modules/gui/gtk/gtk_interface.c:1173 +#: modules/gui/wxwindows/interface.cpp:406 +msgid "Prev" +msgstr "Ant." + +#: modules/gui/gtk/gnome_interface.c:656 modules/gui/gtk/gtk_interface.c:759 +msgid "Previous file" +msgstr "Arquivo Anterior" + +#: modules/gui/gtk/gnome_interface.c:668 modules/gui/gtk/gtk_interface.c:770 +msgid "Next File" +msgstr "Arquivo Posterior" + +#: modules/gui/gtk/gnome_interface.c:732 modules/gui/gtk/gtk_interface.c:830 +msgid "Title:" +msgstr "Título:" + +#: modules/gui/gtk/gnome_interface.c:752 +msgid "Select previous title" +msgstr "Seleciona título anterior" + +#: modules/gui/gtk/gnome_interface.c:775 modules/gui/gtk/gtk_interface.c:874 +msgid "Chapter:" +msgstr "Capítulo:" + +#: modules/gui/gtk/gnome_interface.c:795 +msgid "Select previous chapter" +msgstr "Seleciona capitulo anterior" + +#: modules/gui/gtk/gnome_interface.c:803 +msgid "Select next chapter" +msgstr "Seleciona capitulo posterior" + +#: modules/gui/gtk/gnome_interface.c:811 modules/gui/gtk/gtk_interface.c:911 +msgid "No server" +msgstr "Sem Servidor" + +#: modules/gui/gtk/gnome_interface.c:959 +msgid "Toggle fullscreen mode" +msgstr "Alternar modo tela cheia" + +#: modules/gui/gtk/gnome_interface.c:1070 modules/gui/gtk/gtk_interface.c:1182 +msgid "_Jump..." +msgstr "_Pular...." + +#: modules/gui/gtk/gnome_interface.c:1071 +msgid "Got directly so specified point" +msgstr "Vá diretamente ao ponto especificado" + +#: modules/gui/gtk/gnome_interface.c:1079 +msgid "Switch program" +msgstr "Trocar programa" + +#: modules/gui/gtk/gnome_interface.c:1085 modules/gui/gtk/gtk_interface.c:1209 +msgid "_Navigation" +msgstr "_Navegação" + +#: modules/gui/gtk/gnome_interface.c:1086 +msgid "Navigate through titles and chapters" +msgstr "Navega pelos títulos e capítulos" + +#: modules/gui/gtk/gnome_interface.c:1108 modules/gui/gtk/gtk_interface.c:1446 +msgid "Toggle _Interface" +msgstr "Alternar _Interface" + +#: modules/gui/gtk/gnome_interface.c:1115 modules/gui/gtk/gtk_interface.c:1455 +msgid "Playlist..." +msgstr "Lista de reprodução" + +#: modules/gui/gtk/gnome_interface.c:1361 modules/gui/gtk/gtk_interface.c:1603 +#: modules/gui/kde/kde.cpp:111 modules/gui/pda/interface.c:713 +#: modules/gui/pda/pda_interface.c:923 +msgid "(c) 1996-2003 the VideoLAN team" +msgstr "(c) 1996-2003 o time VideoLAN" + +#: modules/gui/gtk/gnome_interface.c:1363 modules/gui/gtk/gtk_interface.c:1646 +#: modules/gui/kde/kde.cpp:108 +msgid "" +"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." +msgstr "" +"Este é o VideoLan Client, um tocador de DVD, MPEG e DivX. Ele pode tocar " +"arquivos MPEG e MPEG2 de um arquivo ou de uma fonte na rede." + +#: modules/gui/gtk/gnome_interface.c:1459 +msgid "Open Stream" +msgstr "Abrir Stream" + +#: modules/gui/gtk/gnome_interface.c:1476 modules/gui/gtk/gtk_interface.c:1791 +#: modules/gui/macosx/open.m:136 modules/gui/wxwindows/open.cpp:187 +msgid "Media Resource Locator (MRL)" +msgstr "Localizador de Recursos de Mídia (MRL)" + +#: modules/gui/gtk/gnome_interface.c:1498 modules/gui/gtk/gtk_interface.c:1813 +#: modules/gui/wxwindows/open.cpp:191 +msgid "Open Target:" +msgstr "Abrir Alvo:" + +#: modules/gui/gtk/gnome_interface.c:1518 modules/gui/gtk/gtk_interface.c:1833 +#: modules/gui/wxwindows/open.cpp:206 +msgid "" +"Alternatively, you can build an MRL using one of the following predefined " +"targets:" +msgstr "" +"Alternativamente, você pode construir um MRL usando um dos sequintes alvos " +"pré-definidos:" + +#: modules/gui/gtk/gnome_interface.c:1562 +#: modules/gui/gtk/gnome_interface.c:1998 modules/gui/gtk/gtk_interface.c:1877 +#: modules/gui/gtk/gtk_interface.c:2315 modules/gui/macosx/open.m:146 +#: modules/gui/macosx/open.m:152 modules/gui/macosx/open.m:174 +#: modules/gui/macosx/output.m:134 modules/gui/macosx/prefs.m:464 +#: modules/gui/wxwindows/open.cpp:241 modules/gui/wxwindows/open.cpp:371 +#: modules/gui/wxwindows/preferences.cpp:965 +#: modules/gui/wxwindows/streamout.cpp:410 +#: modules/gui/wxwindows/subtitles.cpp:93 +msgid "Browse..." +msgstr "Navegar..." + +#: modules/gui/gtk/gnome_interface.c:1586 modules/gui/gtk/gtk_interface.c:1901 +#: modules/gui/wxwindows/open.cpp:422 +msgid "Disc type" +msgstr "Tipo de disco" + +#: modules/gui/gtk/gnome_interface.c:1605 modules/gui/gtk/gtk_interface.c:1920 +#: modules/gui/macosx/open.m:156 modules/gui/macosx/open.m:485 +#: modules/gui/wxwindows/open.cpp:416 +msgid "DVD" +msgstr "DVD" + +#: modules/gui/gtk/gnome_interface.c:1613 modules/gui/gtk/gtk_interface.c:1928 +#: modules/gui/macosx/open.m:157 modules/gui/macosx/open.m:379 +#: modules/gui/macosx/open.m:469 modules/gui/wxwindows/open.cpp:417 +msgid "VCD" +msgstr "VCD" + +#: modules/gui/gtk/gnome_interface.c:1621 modules/gui/gtk/gtk_interface.c:1936 +#: modules/gui/macosx/open.m:149 modules/gui/wxwindows/open.cpp:428 +msgid "Device name" +msgstr "Nome do dispositivo" + +#: modules/gui/gtk/gnome_interface.c:1660 modules/gui/gtk/gtk_interface.c:1996 +#: modules/gui/macosx/open.m:153 +msgid "Use DVD menus" +msgstr "Usar menus DVD" + +#: modules/gui/gtk/gnome_interface.c:1707 modules/gui/gtk/gtk_interface.c:2022 +#: modules/gui/macosx/open.m:165 modules/gui/macosx/open.m:544 +#: modules/gui/macosx/open.m:582 modules/gui/wxwindows/open.cpp:463 +msgid "UDP/RTP" +msgstr "UDP/RTP" + +#: modules/gui/gtk/gnome_interface.c:1717 modules/gui/gtk/gtk_interface.c:2032 +#: modules/gui/macosx/open.m:166 modules/gui/macosx/open.m:545 +#: modules/gui/macosx/open.m:594 modules/gui/wxwindows/open.cpp:464 +msgid "UDP/RTP Multicast" +msgstr "Multicast UDP/RTP" + +#: modules/gui/gtk/gnome_interface.c:1727 modules/gui/gtk/gtk_interface.c:2042 +#: modules/gui/macosx/open.m:167 modules/gui/macosx/open.m:546 +#: modules/gui/macosx/open.m:607 modules/gui/wxwindows/open.cpp:465 +msgid "HTTP/FTP/MMS" +msgstr "HTTP/FTP/MMS" + +#: modules/gui/gtk/gnome_interface.c:1737 +#: modules/gui/gtk/gnome_interface.c:1786 +#: modules/gui/gtk/gnome_interface.c:2912 modules/gui/gtk/gtk_interface.c:2052 +#: modules/gui/gtk/gtk_interface.c:2101 modules/gui/gtk/gtk_interface.c:3225 +#: modules/gui/macosx/open.m:160 modules/gui/macosx/open.m:162 +#: modules/gui/macosx/output.m:136 modules/gui/pda/interface.c:425 +#: modules/gui/wxwindows/open.cpp:484 modules/gui/wxwindows/open.cpp:507 +#: modules/gui/wxwindows/streamout.cpp:434 +msgid "Port" +msgstr "Porta" + +#: modules/gui/gtk/gnome_interface.c:1747 modules/gui/gtk/gtk_interface.c:2062 +#: modules/gui/macosx/open.m:161 modules/gui/macosx/output.m:135 +#: modules/gui/pda/interface.c:414 modules/gui/wxwindows/open.cpp:499 +#: modules/gui/wxwindows/streamout.cpp:423 +msgid "Address" +msgstr "Endereço" + +#: modules/gui/gtk/gnome_interface.c:1759 modules/gui/gtk/gtk_interface.c:2074 +#: modules/gui/macosx/open.m:163 modules/gui/wxwindows/open.cpp:522 +msgid "URL" +msgstr "URL" + +#: modules/gui/gtk/gnome_interface.c:1830 +#: modules/gui/gtk/gnome_interface.c:2281 modules/gui/gtk/gtk_interface.c:2145 +#: modules/gui/gtk/gtk_interface.c:2740 modules/gui/macosx/open.m:144 +#: modules/gui/macosx/open.m:269 modules/gui/pda/interface.c:518 +#: modules/gui/pda/pda_interface.c:564 modules/gui/wxwindows/open.cpp:275 +msgid "Network" +msgstr "Rede" + +#: modules/gui/gtk/gnome_interface.c:1847 modules/gui/gtk/gtk_interface.c:2162 +msgid "Symbol Rate" +msgstr "Symbol Rate" + +#: modules/gui/gtk/gnome_interface.c:1857 modules/gui/gtk/gtk_interface.c:2172 +#: modules/gui/wxwindows/v4l.cpp:304 +msgid "Frequency" +msgstr "Freqüência" + +#: modules/gui/gtk/gnome_interface.c:1867 modules/gui/gtk/gtk_interface.c:2182 +msgid "Polarization" +msgstr "Polarização" + +#: modules/gui/gtk/gnome_interface.c:1887 modules/gui/gtk/gtk_interface.c:2202 +msgid "FEC" +msgstr "FEC" + +#: modules/gui/gtk/gnome_interface.c:1906 modules/gui/gtk/gtk_interface.c:2221 +msgid "Vertical" +msgstr "Vertical" + +#: modules/gui/gtk/gnome_interface.c:1914 modules/gui/gtk/gtk_interface.c:2229 +msgid "Horizontal" +msgstr "Horizontal" + +#: modules/gui/gtk/gnome_interface.c:1956 modules/gui/gtk/gtk_interface.c:2271 +#: modules/gui/wxwindows/open.cpp:278 +msgid "Satellite" +msgstr "Satélite" + +#: modules/gui/gtk/gnome_interface.c:2005 modules/gui/gtk/gtk_interface.c:2322 +#: modules/gui/macosx/open.m:176 +msgid "delay" +msgstr "atraso" + +#: modules/gui/gtk/gnome_interface.c:2020 modules/gui/gtk/gtk_interface.c:2338 +#: modules/gui/macosx/open.m:178 +msgid "fps" +msgstr "qps" + +#: modules/gui/gtk/gnome_interface.c:2049 modules/gui/gtk/gtk_interface.c:2369 +#: modules/gui/macosx/open.m:173 modules/gui/macosx/output.m:127 +#: modules/gui/wxwindows/open.cpp:217 modules/gui/wxwindows/open.cpp:384 +msgid "Settings..." +msgstr "Configurações..." + +#: modules/gui/gtk/gnome_interface.c:2224 +msgid "" +"Sorry, the module manager isn't functional yet. Please retry in a later " +"version." +msgstr "" +"Desculpe, o gerenciador de módulo não é funcional ainda. Por fover tente " +"novamente em uma próxima versão." + +#: modules/gui/gtk/gnome_interface.c:2288 +#: modules/gui/gtk/gnome_interface.c:2429 modules/gui/gtk/gtk_interface.c:2747 +#: modules/gui/wxwindows/playlist.cpp:178 +msgid "Url" +msgstr "Url" + +#: modules/gui/gtk/gnome_interface.c:2300 modules/gui/gtk/gtk_interface.c:2768 +msgid "All" +msgstr "Tudo" + +#: modules/gui/gtk/gnome_interface.c:2307 +msgid "Item" +msgstr "Item" + +#: modules/gui/gtk/gnome_interface.c:2319 modules/video_filter/crop.c:61 +msgid "Crop" +msgstr "Cortar" + +#: modules/gui/gtk/gnome_interface.c:2326 +msgid "Invert" +msgstr "Inverter" + +#: modules/gui/gtk/gnome_interface.c:2333 modules/gui/gtk/preferences.c:382 +#: modules/gui/kde/pluginsbox.cpp:48 modules/gui/macosx/prefs.m:199 +msgid "Select" +msgstr "Selecione" + +#: modules/gui/gtk/gnome_interface.c:2345 modules/gui/gtk/gtk_interface.c:2712 +#: modules/gui/macosx/playlist.m:195 modules/gui/pda/interface.c:287 +msgid "Add" +msgstr "Adicionar" + +#: modules/gui/gtk/gnome_interface.c:2352 modules/gui/gtk/gtk_interface.c:2754 +#: modules/gui/macosx/playlist.m:192 modules/gui/macosx/playlist.m:196 +#: modules/gui/pda/pda_interface.c:855 +msgid "Delete" +msgstr "Apagar" + +#: modules/gui/gtk/gnome_interface.c:2359 modules/gui/gtk/gtk_interface.c:2782 +msgid "Selection" +msgstr "Seleção" + +#: modules/gui/gtk/gnome_interface.c:2588 +msgid "Jump to: " +msgstr "Pular para:" + +#: modules/gui/gtk/gnome_interface.c:2605 modules/gui/gtk/gtk_interface.c:2588 +msgid "s." +msgstr "s." + +#: modules/gui/gtk/gnome_interface.c:2620 modules/gui/gtk/gtk_interface.c:2603 +msgid "m:" +msgstr "m:" + +#: modules/gui/gtk/gnome_interface.c:2635 modules/gui/gtk/gtk_interface.c:2618 +msgid "h:" +msgstr "h:" + +#: modules/gui/gtk/gnome_interface.c:2796 modules/gui/gtk/gtk_interface.c:3051 +msgid "Stream output (MRL)" +msgstr "Saída de stream (MRL)" + +#: modules/gui/gtk/gnome_interface.c:2811 modules/gui/gtk/gtk_interface.c:3066 +msgid "Destination Target: " +msgstr "Alvo de Destino: " + +#: modules/gui/gtk/gnome_interface.c:2857 modules/gui/gtk/gtk_interface.c:3112 +#: modules/gui/macosx/output.m:140 modules/gui/macosx/output.m:262 +#: modules/gui/macosx/output.m:339 modules/gui/wxwindows/streamout.cpp:384 +msgid "UDP" +msgstr "UDP" + +#: modules/gui/gtk/gnome_interface.c:2867 modules/gui/gtk/gtk_interface.c:3122 +#: modules/gui/macosx/output.m:141 modules/gui/macosx/output.m:277 +#: modules/gui/macosx/output.m:349 modules/gui/wxwindows/streamout.cpp:385 +msgid "RTP" +msgstr "RTP" + +#: modules/gui/gtk/gnome_interface.c:2877 modules/gui/gtk/gtk_interface.c:3132 +msgid "Path:" +msgstr "Caminho:" + +#: modules/gui/gtk/gnome_interface.c:2887 modules/gui/gtk/gtk_interface.c:3157 +#: modules/gui/pda/pda_interface.c:416 +msgid "Address:" +msgstr "Endereço:" + +#: modules/gui/gtk/gnome_interface.c:2956 modules/gui/gtk/gtk_interface.c:3201 +msgid "TS" +msgstr "TS" + +#: modules/gui/gtk/gnome_interface.c:2964 modules/gui/gtk/gtk_interface.c:3209 +msgid "PS" +msgstr "PS" + +#: modules/gui/gtk/gnome_interface.c:2972 modules/gui/gtk/gtk_interface.c:3217 +#: modules/gui/macosx/output.m:312 modules/gui/macosx/output.m:378 +msgid "AVI" +msgstr "AVI" + +#: modules/gui/gtk/gnome_support.c:100 modules/gui/gtk/gnome_support.c:138 +#: modules/gui/gtk/gtk_support.c:121 modules/gui/gtk2/gnome2_support.c:60 +#: modules/gui/gtk2/gnome2_support.c:85 modules/gui/gtk2/gtk2_support.c:90 +#: modules/gui/gtk2/gtk2_support.c:114 modules/gui/pda/pda_support.c:90 +#: modules/gui/pda/pda_support.c:114 modules/gui/pda/support.c:121 +#, c-format +msgid "Couldn't find pixmap file: %s" +msgstr "Não pude encontrar o arquivo pixmap: %s" + +#: modules/gui/gtk/gnome_support.c:116 +#, c-format +msgid "Couldn't create pixmap from file: %s" +msgstr "Não pude criar pixmap a partir do arquivo %s" + +#: modules/gui/gtk/gtk.c:71 +msgid "Gtk+" +msgstr "Gtk+" + +#: modules/gui/gtk/gtk.c:77 +msgid "Gtk+ interface" +msgstr "Interface Gtk+" + +#: modules/gui/gtk/gtk_interface.c:147 modules/gui/gtk/gtk_interface.c:1373 +#: modules/gui/gtk2/gtk2_interface.c:77 +msgid "_File" +msgstr "_Arquivo" + +#: modules/gui/gtk/gtk_interface.c:238 +msgid "_Close" +msgstr "_Fechar" + +#: modules/gui/gtk/gtk_interface.c:246 +msgid "Close the window" +msgstr "Fechar a janela" + +#: modules/gui/gtk/gtk_interface.c:253 modules/gui/gtk/gtk_interface.c:1483 +msgid "E_xit" +msgstr "_Sair" + +#: modules/gui/gtk/gtk_interface.c:261 +msgid "Exit the program" +msgstr "Fecha o programa" + +#: modules/gui/gtk/gtk_interface.c:268 modules/gui/gtk2/gtk2_interface.c:132 +msgid "_View" +msgstr "_Visão" + +#: modules/gui/gtk/gtk_interface.c:294 +msgid "Hide the main interface window" +msgstr "Esconde a janela principal da interface" + +#: modules/gui/gtk/gtk_interface.c:328 +msgid "Navigate through the stream" +msgstr "Navegar através do stream" + +#: modules/gui/gtk/gtk_interface.c:385 +msgid "_Settings" +msgstr "_Configurações" + +#: modules/gui/gtk/gtk_interface.c:403 modules/gui/gtk/gtk_interface.c:1464 +msgid "_Preferences..." +msgstr "_Preferências..." + +#: modules/gui/gtk/gtk_interface.c:411 +msgid "Configure the application" +msgstr "Configura a aplicação" + +#: modules/gui/gtk/gtk_interface.c:569 modules/gui/gtk2/gtk2_interface.c:139 +msgid "_Help" +msgstr "_Ajuda" + +#: modules/gui/gtk/gtk_interface.c:587 modules/gui/gtk/gtk_interface.c:1435 +msgid "_About..." +msgstr "S_obre..." + +#: modules/gui/gtk/gtk_interface.c:595 +msgid "About this application" +msgstr "Sobre esta aplicação" + +#: modules/gui/gtk/gtk_interface.c:1110 +msgid "_Play" +msgstr "_Tocar" + +#: modules/gui/gtk/gtk_interface.c:1612 +msgid "Authors" +msgstr "Autores" + +#: modules/gui/gtk/gtk_interface.c:1626 +msgid "the VideoLAN team " +msgstr "o time VideoLAN " + +#: modules/gui/gtk/gtk_interface.c:1777 modules/gui/wxwindows/open.cpp:165 +msgid "Open Target" +msgstr "Abrir Alvo" + +#: modules/gui/gtk/gtk_interface.c:2284 +msgid "Use a subtitles file" +msgstr "Usar arquivo de legendas" + +#: modules/gui/gtk/gtk_interface.c:2306 +msgid "Select a subtitles file" +msgstr "Selecione um arquivo de legendas" + +#: modules/gui/gtk/gtk_interface.c:2336 +msgid "Set the delay (in seconds)" +msgstr "Ajuste o atraso (em segundos)" + +#: modules/gui/gtk/gtk_interface.c:2352 +msgid "Set the number of Frames Per Second" +msgstr "Ajuste o número de quadros por segundo" + +#: modules/gui/gtk/gtk_interface.c:2367 +msgid "Use stream output" +msgstr "Use a saída de stream" + +#: modules/gui/gtk/gtk_interface.c:2375 +msgid "Stream output configuration " +msgstr "Configuração do stream de saída" + +#: modules/gui/gtk/gtk_interface.c:2403 modules/gui/gtk/gtk_interface.c:2645 +#: modules/gui/gtk/gtk_interface.c:2876 modules/gui/gtk/gtk_interface.c:3257 +#: modules/gui/gtk/preferences.c:618 modules/gui/macosx/open.m:140 +#: modules/gui/macosx/prefs.m:79 modules/gui/macosx/prefs.m:170 +#: modules/gui/wxwindows/iteminfo.cpp:112 modules/gui/wxwindows/open.cpp:265 +#: modules/gui/wxwindows/preferences.cpp:245 +#: modules/gui/wxwindows/streamout.cpp:190 +#: modules/gui/wxwindows/subtitles.cpp:179 modules/gui/wxwindows/v4l.cpp:152 +msgid "Cancel" +msgstr "Cancelar" + +#: modules/gui/gtk/gtk_interface.c:2518 +msgid "Select File" +msgstr "Selecione o arquivo" + +#: modules/gui/gtk/gtk_interface.c:2565 +msgid "Jump" +msgstr "Pular" + +#: modules/gui/gtk/gtk_interface.c:2572 +msgid "Go to:" +msgstr "Vá para" + +#: modules/gui/gtk/gtk_interface.c:2775 +msgid "Selected" +msgstr "Selecionado" + +#: modules/gui/gtk/gtk_interface.c:2798 +msgid "_Crop" +msgstr "_Recortar" + +#: modules/gui/gtk/gtk_interface.c:2809 +msgid "_Invert" +msgstr "_Inverter" + +#: modules/gui/gtk/gtk_interface.c:2820 +msgid "_Select" +msgstr "_Selecionar" + +#: modules/gui/gtk/gtk_support.c:130 modules/gui/pda/support.c:130 +#, c-format +msgid "Error loading pixmap file: %s" +msgstr "Erro ao carregar arquivo pixmap: %s" + +#: modules/gui/gtk/menu.c:901 +#, c-format +msgid "Title %d (%d)" +msgstr "Título %d (%d)" + +#: modules/gui/gtk/menu.c:968 +#, c-format +msgid "Chapter %d" +msgstr "Capítulo %d" + +#: modules/gui/gtk/preferences.c:371 +msgid "Configure" +msgstr "Configurar" + +#: modules/gui/gtk/preferences.c:394 modules/gui/kde/pluginsbox.cpp:51 +msgid "Selected:" +msgstr "Selecionado:" + +#: modules/gui/gtk2/gnome2.c:54 modules/gui/gtk2/gtk2.c:55 +msgid "Gtk2 interface" +msgstr "Interface Gtk2" + +#: modules/gui/gtk2/gnome2_interface.c:31 +msgid "_New" +msgstr "_Novo" + +#: modules/gui/gtk2/gnome2_interface.c:87 +msgid "gnome2" +msgstr "" + +#: modules/gui/gtk2/gnome2_interface.c:112 +msgid "button4" +msgstr "botão4" + +#: modules/gui/gtk2/gnome2_interface.c:122 +#: modules/gui/gtk2/gtk2_interface.c:183 +msgid "button3" +msgstr "botão3" + +#: modules/gui/gtk2/gnome2_interface.c:123 modules/gui/macosx/output.m:394 +msgid "Save File" +msgstr "Salvar Arquivo" + +#: modules/gui/gtk2/gtk2_interface.c:67 +msgid "window1" +msgstr "Janela1" + +#: modules/gui/gtk2/gtk2_interface.c:109 +msgid "_Edit" +msgstr "_Editar" + +#: modules/gui/gtk2/gtk2_interface.c:146 +msgid "_About" +msgstr "_Sobre" + +#: modules/gui/gtk2/gtk2_interface.c:163 +msgid "button1" +msgstr "botão1" + +#: modules/gui/gtk2/gtk2_interface.c:173 +msgid "button2" +msgstr "botão2" + +#: modules/gui/kde/interface.cpp:88 +msgid "Languages" +msgstr "Linguagem" + +#: modules/gui/kde/interface.cpp:137 +msgid "Stream info..." +msgstr "Informação do stream..." + +#: modules/gui/kde/interface.cpp:439 +msgid "Off" +msgstr "Desligar" + +#: modules/gui/kde/kde.cpp:55 +msgid "path to ui.rc file" +msgstr "caminho para o arq. ui,rc" + +#: modules/gui/kde/kde.cpp:56 +msgid "KDE interface" +msgstr "Interface KDE" + +#: modules/gui/kde/messages.cpp:29 +msgid "Messages:" +msgstr "Mensagens:" + +#: modules/gui/kde/preferences.cpp:96 +#: modules/gui/wxwindows/preferences.cpp:469 +msgid "Plugins" +msgstr "Plugins" + +#: modules/gui/macosx/about.m:73 modules/gui/macosx/intf.m:321 +msgid "About VLC media player" +msgstr "Sobre o VLC media player" + +#: modules/gui/macosx/controls.m:366 modules/gui/macosx/controls.m:721 +#: modules/gui/macosx/intf.m:374 +msgid "Half Size" +msgstr "Metade do Tamanho" + +#: modules/gui/macosx/controls.m:368 modules/gui/macosx/controls.m:722 +#: modules/gui/macosx/intf.m:375 +msgid "Normal Size" +msgstr "Tamanho normal" + +#: modules/gui/macosx/controls.m:370 modules/gui/macosx/controls.m:723 +#: modules/gui/macosx/intf.m:376 +msgid "Double Size" +msgstr "Tamanho dobrado" + +#: modules/gui/macosx/controls.m:372 modules/gui/macosx/controls.m:725 +#: modules/gui/macosx/controls.m:732 modules/gui/macosx/intf.m:379 +msgid "Float On Top" +msgstr "Flutuar por cima" + +#: modules/gui/macosx/controls.m:374 modules/gui/macosx/controls.m:724 +#: modules/gui/macosx/intf.m:377 +msgid "Fit To Screen" +msgstr "Ajustar para a tela" + +#: modules/gui/macosx/controls.m:681 modules/gui/macosx/intf.m:350 +msgid "Shuffle" +msgstr "" + +#: modules/gui/macosx/controls.m:688 modules/gui/macosx/intf.m:351 +msgid "Repeat Item" +msgstr "Repetir Item" + +#: modules/gui/macosx/controls.m:695 modules/gui/macosx/intf.m:352 +msgid "Repeat Playlist" +msgstr "Repetir Lista de Reprodução" + +#: modules/gui/macosx/controls.m:702 modules/gui/macosx/intf.m:353 +msgid "Step Forward" +msgstr "Passo Adiante" + +#: modules/gui/macosx/controls.m:703 modules/gui/macosx/intf.m:354 +msgid "Step Backward" +msgstr "Passo para Trás" + +#: modules/gui/macosx/info.m:157 modules/gui/macosx/intf.m:394 +#: modules/gui/macosx/intf.m:419 +msgid "Info" +msgstr "" + +#: modules/gui/macosx/intf.m:299 +msgid "VLC - Controller" +msgstr "VLC - Controlador" + +#: modules/gui/macosx/intf.m:311 modules/gui/wxwindows/interface.cpp:1247 +#: modules/gui/wxwindows/timer.cpp:119 +msgid "Volume" +msgstr "Volume" + +#: modules/gui/macosx/intf.m:312 +msgid "Position" +msgstr "Posição" + +#: modules/gui/macosx/intf.m:318 +msgid "Open CrashLog" +msgstr "Abrir Crashlog" + +#: modules/gui/macosx/intf.m:322 +msgid "Preferences..." +msgstr "Preferências..." + +#: modules/gui/macosx/intf.m:323 +msgid "Hide VLC" +msgstr "Esconder o VLC" + +#: modules/gui/macosx/intf.m:324 +msgid "Hide Others" +msgstr "Esconder Outros" + +#: modules/gui/macosx/intf.m:325 +msgid "Show All" +msgstr "Mostrar Tudo" + +#: modules/gui/macosx/intf.m:326 +msgid "Quit VLC" +msgstr "Sair do VLC" + +#: modules/gui/macosx/intf.m:328 +msgid "1:File" +msgstr "1:Arquivo" + +#: modules/gui/macosx/intf.m:329 +msgid "Open..." +msgstr "Abrir..." + +#: modules/gui/macosx/intf.m:330 +msgid "Open File..." +msgstr "Abrir Arquivo..." + +#: modules/gui/macosx/intf.m:331 +msgid "Open Disc..." +msgstr "Abrir Disco..." + +#: modules/gui/macosx/intf.m:332 +msgid "Open Network..." +msgstr "Abrir Rede..." + +#: modules/gui/macosx/intf.m:333 +msgid "Open Recent" +msgstr "Abrir Recente" + +#: modules/gui/macosx/intf.m:334 modules/gui/macosx/intf.m:1105 +msgid "Clear Menu" +msgstr "Limpar o Menu" + +#: modules/gui/macosx/intf.m:337 +msgid "Cut" +msgstr "Recortar" + +#: modules/gui/macosx/intf.m:338 +msgid "Copy" +msgstr "Copiar" + +#: modules/gui/macosx/intf.m:339 +msgid "Paste" +msgstr "Colar" + +#: modules/gui/macosx/intf.m:340 modules/gui/wxwindows/messages.cpp:95 +msgid "Clear" +msgstr "Limpar" + +#: modules/gui/macosx/intf.m:343 +msgid "Controls" +msgstr "Controles" + +#: modules/gui/macosx/intf.m:382 modules/gui/macosx/intf.m:383 +#: modules/gui/macosx/macosx.m:47 modules/gui/macosx/vout.m:214 +msgid "Video device" +msgstr "Dispositivo de Vídeo" + +#: modules/gui/macosx/intf.m:390 +msgid "Minimize Window" +msgstr "Minimizar janela" + +#: modules/gui/macosx/intf.m:391 +msgid "Close Window" +msgstr "Fechar janela" + +#: modules/gui/macosx/intf.m:392 +msgid "Controller" +msgstr "Controlador" + +#: modules/gui/macosx/intf.m:397 +msgid "Bring All to Front" +msgstr "Trazer tudo para a frente" + +#: modules/gui/macosx/intf.m:399 +msgid "Help" +msgstr "Ajuda" + +#: modules/gui/macosx/intf.m:400 +msgid "ReadMe..." +msgstr "LeiaMe..." + +#: modules/gui/macosx/intf.m:401 +msgid "Online Documentation" +msgstr "Documentação Online" + +#: modules/gui/macosx/intf.m:402 +msgid "Report a Bug" +msgstr "Reportar um bug" + +#: modules/gui/macosx/intf.m:403 +msgid "VideoLAN Website" +msgstr "website do Videolan" + +#: modules/gui/macosx/intf.m:404 modules/gui/macosx/intf.m:1098 +msgid "License" +msgstr "Licença" + +#: modules/gui/macosx/intf.m:413 +msgid "Error" +msgstr "Erro" + +#: modules/gui/macosx/intf.m:414 +msgid "" +"An error has occurred which probably prevented the execution of your request:" +msgstr "" +"Um erro ocorreu que provavelmenter impediu a execução de seu requerimento:" + +#: modules/gui/macosx/intf.m:415 +msgid "If you believe that it is a bug, please follow the instructions at:" +msgstr "Se você acredita que seja um bug, por favor siga as instruções em:" + +#: modules/gui/macosx/intf.m:416 +msgid "Open Messages Window" +msgstr "Abrir janela de mensagem" + +#: modules/gui/macosx/intf.m:417 +msgid "Dismiss" +msgstr "Liberar" + +#: modules/gui/macosx/intf.m:1062 +msgid "No CrashLog found" +msgstr "Não foi encontrado um Crashlod" + +#: modules/gui/macosx/intf.m:1062 +msgid "" +"Either you are running Mac OS X pre 10.2 or you haven't experienced any " +"heavy crashes yet." +msgstr "" +"Ou você está usando um Mac OS X pré 10.2 ou você ainda não esperimentou " +"nenhum travamento pesado." + +#: modules/gui/macosx/macosx.m:48 +msgid "" +"Choose a number corresponding to a screen in you video device selection menu " +"and this screen will be used by default as the screen for 'fullscreen'." +msgstr "" +"Escolha um número correspondente a tela em seu menu de seleção de " +"dispositico de vídeo e esta tela será a padrão para a 'tela cheia'." + +#: modules/gui/macosx/macosx.m:52 +msgid "Opaqueness" +msgstr "Opacidade" + +#: modules/gui/macosx/macosx.m:54 +msgid "" +"Set the transparency of the video output. 1 is non-transparent (default) 0 " +"is fully transparent." +msgstr "" +"Ajusta a transparência da saída de vídeo. 1 é não-transparente (padrão) 0 é " +"completamente transparente." + +#: modules/gui/macosx/macosx.m:57 +msgid "Always float on top" +msgstr "Sempre flutuar por cima" + +#: modules/gui/macosx/macosx.m:59 +msgid "Let the video window float on top of other windows." +msgstr "Deixa a janela de vídeo flutuar por cima de outras janelas" + +#: modules/gui/macosx/macosx.m:62 +msgid "MacOS X interface, sound and video" +msgstr "Interface MacOS X, som e vídeo" + +#: modules/gui/macosx/open.m:135 +msgid "Open Source" +msgstr "Abrir Fonte" + +#: modules/gui/macosx/open.m:137 +msgid "Only enqueue in playlist, do not play" +msgstr "Apenas coloque na lista de reprodução, não tocar" + +#: modules/gui/macosx/open.m:147 +msgid "Treat as a pipe rather than as a file" +msgstr "" + +#: modules/gui/macosx/open.m:155 modules/gui/macosx/open.m:368 +msgid "VIDEO_TS folder" +msgstr "Pasta VIDEO_TS" + +#: modules/gui/macosx/open.m:158 modules/gui/macosx/open.m:386 +#: modules/gui/macosx/open.m:477 +msgid "Audio CD" +msgstr "Cd de Audio" + +#: modules/gui/macosx/open.m:172 +msgid "Load subtitles file:" +msgstr "Carrecar arquivo de legendas" + +#: modules/gui/macosx/open.m:175 +msgid "Override" +msgstr "Sobrepujar" + +#: modules/gui/macosx/open.m:330 modules/gui/macosx/open.m:524 +#: modules/gui/macosx/open.m:629 modules/gui/macosx/open.m:675 +#: modules/gui/pda/pda_interface.c:185 +msgid "Open" +msgstr "Abrir" + +#: modules/gui/macosx/open.m:420 modules/gui/macosx/open.m:472 +#: modules/gui/macosx/open.m:480 modules/gui/macosx/open.m:488 +msgid "No %@s found" +msgstr "Não encontrado %@s" + +#: modules/gui/macosx/open.m:523 +msgid "Open VIDEO_TS Directory" +msgstr "Abrir o diretório VIDEO_TS" + +#: modules/gui/macosx/output.m:126 +msgid "Advanced output:" +msgstr "Saída avançada:" + +#: modules/gui/macosx/output.m:130 +msgid "Output Options" +msgstr "Opções de saída" + +#: modules/gui/macosx/output.m:133 modules/gui/macosx/output.m:224 +#: modules/gui/macosx/output.m:327 +msgid "Stream" +msgstr "stream" + +#: modules/gui/macosx/output.m:137 +msgid "TTL" +msgstr "TTL" + +#: modules/gui/macosx/output.m:138 modules/gui/macosx/output.m:235 +#: modules/gui/macosx/output.m:332 modules/gui/pda/interface.c:480 +#: modules/gui/wxwindows/streamout.cpp:382 +msgid "HTTP" +msgstr "HTTP" + +#: modules/gui/macosx/output.m:139 modules/gui/macosx/output.m:248 +#: modules/gui/macosx/output.m:334 modules/gui/wxwindows/streamout.cpp:383 +msgid "MMSH" +msgstr "MMSH" + +#: modules/gui/macosx/output.m:144 modules/gui/wxwindows/streamout.cpp:531 +msgid "Encapsulation Method" +msgstr "Método de encapsulação" + +#: modules/gui/macosx/output.m:148 +msgid "Transcode options" +msgstr "Opções Transcode" + +#: modules/gui/macosx/output.m:152 modules/gui/macosx/output.m:158 +#: modules/gui/wxwindows/streamout.cpp:614 +#: modules/gui/wxwindows/streamout.cpp:666 +msgid "Bitrate (kb/s)" +msgstr "Taxa de Bits (kb/s)" + +#: modules/gui/macosx/output.m:165 modules/gui/wxwindows/streamout.cpp:481 +msgid "Miscellaneous Options" +msgstr "Opções Variadas" + +#: modules/gui/macosx/output.m:166 +msgid "Announce streams via SAP Channel:" +msgstr "Anuncie streams via Canal SAP:" + +#: modules/gui/macosx/output.m:313 modules/gui/macosx/output.m:382 +msgid "Ogg" +msgstr "Ogg" + +#: modules/gui/macosx/output.m:314 modules/gui/macosx/output.m:374 +msgid "MPEG PS" +msgstr "MPEG PS" + +#: modules/gui/macosx/output.m:315 modules/gui/macosx/output.m:384 +msgid "MPEG 4" +msgstr "MPEG 4" + +#: modules/gui/macosx/output.m:316 modules/gui/macosx/output.m:376 +msgid "MPEG 1" +msgstr "MPEG 1" + +#: modules/gui/macosx/output.m:317 modules/gui/macosx/output.m:386 +msgid "Quicktime" +msgstr "Quicktime" + +#: modules/gui/macosx/output.m:318 modules/gui/macosx/output.m:336 +#: modules/gui/macosx/output.m:380 +msgid "ASF" +msgstr "ASF" + +#: modules/gui/macosx/playlist.m:190 +msgid "Save Playlist..." +msgstr "Salvar Lista de Reprodução..." + +#: modules/gui/macosx/playlist.m:232 +msgid "Untitled" +msgstr "Sem Título" + +#: modules/gui/macosx/playlist.m:233 +msgid "Save Playlist" +msgstr "Salvar Lista de Reprodução" + +#: modules/gui/macosx/prefs.m:80 modules/gui/wxwindows/preferences.cpp:248 +msgid "Reset All" +msgstr "Zerar Tudo" + +#: modules/gui/macosx/prefs.m:81 +msgid "Advanced" +msgstr "Avançado" + +#: modules/gui/macosx/prefs.m:170 +msgid "Reset Preferences" +msgstr "Zerar Preferências" + +#: modules/gui/macosx/prefs.m:170 +msgid "Continue" +msgstr "Continuar" + +#: modules/gui/macosx/prefs.m:172 modules/gui/wxwindows/preferences.cpp:321 +msgid "" +"Beware this will reset your VLC Media Player config file.\n" +"Are you sure you want to continue?" +msgstr "" +"Cuidado isto ira zerar seu arquivo de configuração do VLC.\n" +"Você tem certeza de quer continuar?" + +#: modules/gui/macosx/prefs.m:198 +msgid "Select file or directory" +msgstr "Selecione arquivo ou diretório" + +#: modules/gui/macosx/prefs.m:408 modules/gui/wxwindows/preferences.cpp:895 +msgid "Default" +msgstr "Padrão" + +#: modules/gui/ncurses/ncurses.c:66 +msgid "ncurses interface" +msgstr "Interface ncurses" + +#: modules/gui/pda/interface.c:126 modules/gui/wxwindows/dialogs.cpp:256 +#: modules/gui/wxwindows/open.cpp:821 +#: modules/gui/wxwindows/preferences.cpp:1195 +#: modules/gui/wxwindows/subtitles.cpp:220 +msgid "Open file" +msgstr "Abrir arquivo" + +#: modules/gui/pda/interface.c:166 modules/gui/pda/pda_interface.c:223 +#: modules/gui/pda/pda_interface.c:224 +msgid "Rewind" +msgstr "Rebobinar" + +#: modules/gui/pda/interface.c:167 +msgid "Rewind stream" +msgstr "Rebobinar stream" + +#: modules/gui/pda/interface.c:180 +msgid "Pause stream" +msgstr "Pausar stream" + +#: modules/gui/pda/interface.c:193 +msgid "Play stream" +msgstr "Tocar Stream" + +#: modules/gui/pda/interface.c:206 +msgid "Stop stream" +msgstr "Parar stream" + +#: modules/gui/pda/interface.c:218 modules/gui/pda/pda_interface.c:271 +#: modules/gui/pda/pda_interface.c:272 +msgid "Forward" +msgstr "Avançar" + +#: modules/gui/pda/interface.c:219 +msgid "Forward stream" +msgstr "Avançar stream" + +#: modules/gui/pda/interface.c:295 modules/gui/pda/pda_interface.c:368 +msgid "MRL :" +msgstr "MRL :" + +#: modules/gui/pda/interface.c:396 +msgid "UDP/RTP (Adress when Multicast)" +msgstr "UDP/RTP (Endereço quando Multicast)" + +#: modules/gui/pda/interface.c:490 +msgid "FTP" +msgstr "FTP" + +#: modules/gui/pda/interface.c:500 +msgid "MMS" +msgstr "MMS" + +#: modules/gui/pda/interface.c:526 +msgid "Media" +msgstr "Mídia" + +#: modules/gui/pda/interface.c:562 +msgid "MRL" +msgstr "MRL" + +#: modules/gui/pda/interface.c:571 modules/gui/pda/pda.c:271 +msgid "Time" +msgstr "Tempo" + +#: modules/gui/pda/interface.c:588 modules/gui/pda/pda_interface.c:850 +msgid "Update" +msgstr "Atualizar" + +#: modules/gui/pda/interface.c:596 +msgid " Del " +msgstr " Apagar " + +#: modules/gui/pda/interface.c:604 modules/gui/pda/pda_interface.c:860 +msgid " Clear " +msgstr " Limpar " + +#: modules/gui/pda/interface.c:628 +msgid "Automatically play file" +msgstr "Tocar arquivo automaticamente" + +#: modules/gui/pda/interface.c:645 modules/gui/pda/pda_interface.c:880 +msgid " Save " +msgstr " Salvar " + +#: modules/gui/pda/interface.c:653 modules/gui/pda/pda_interface.c:885 +msgid " Apply " +msgstr " Aplicar " + +#: modules/gui/pda/interface.c:661 modules/gui/pda/pda_interface.c:890 +msgid " Cancel " +msgstr " Cancelar " + +#: modules/gui/pda/interface.c:669 modules/gui/pda/pda_interface.c:895 +msgid "Preference" +msgstr " Preferência " + +#: modules/gui/pda/interface.c:723 modules/gui/pda/pda_interface.c:936 +msgid "Authors: The VideoLAN Team, http://www.videolan.org" +msgstr "Autores: O Time VideoLAN, http://www.videolan.org" + +#: modules/gui/pda/interface.c:755 modules/gui/pda/pda_interface.c:944 +msgid "" +"The VideoLAN Client is a MPEG, MPEG 2, MP3, DivX player, that accepts input " +"from local or network sources." +msgstr "" +"O VideoLan Client é um tocador de MPEG, MPEG2, MP3 e DivX, que aceita " +"entrada de fontes locais ou da rede" + +#: modules/gui/pda/pda.c:62 +msgid "Autoplay selected file" +msgstr " Autotocar arq. selecionado" + +#: modules/gui/pda/pda.c:63 +msgid "Automatically play a file when selected in the file selection list" +msgstr "" +"Toca automaticamente um arquivo quando selecionado na lista de seleção de " +"aquivos" + +#: modules/gui/pda/pda.c:72 +msgid "PDA Linux Gtk2+ interface" +msgstr "Interface PDA Linux Gtk2+" + +#: modules/gui/pda/pda.c:246 modules/gui/pda/pda.c:269 +#: modules/gui/wxwindows/streamout.cpp:406 +msgid "Filename" +msgstr "Nome do arq." + +#: modules/gui/pda/pda.c:248 +msgid "Permissions" +msgstr "Permissões" + +#: modules/gui/pda/pda.c:250 modules/gui/wxwindows/v4l.cpp:269 +msgid "Size" +msgstr "Tamanho" + +#: modules/gui/pda/pda.c:252 +msgid "Owner" +msgstr "Dono" + +#: modules/gui/pda/pda.c:254 modules/gui/wxwindows/iteminfo.cpp:236 +msgid "Group" +msgstr "Grupo" + +#: modules/gui/pda/pda_interface.c:293 +msgid "0:00:00" +msgstr "0:00:00" + +#: modules/gui/pda/pda_interface.c:345 modules/gui/pda/pda_interface.c:559 +#: modules/gui/pda/pda_interface.c:632 modules/gui/pda/pda_interface.c:817 +msgid "Add to Playlist" +msgstr "Adicionar à Lista de reprodução" + +#: modules/gui/pda/pda_interface.c:380 +msgid "file://" +msgstr "" + +#: modules/gui/pda/pda_interface.c:381 +msgid "ftp://" +msgstr "" + +#: modules/gui/pda/pda_interface.c:382 +msgid "http://" +msgstr "" + +#: modules/gui/pda/pda_interface.c:383 +msgid "udp://@:1234" +msgstr "" + +#: modules/gui/pda/pda_interface.c:384 +msgid "udp6://@:1234" +msgstr "" + +#: modules/gui/pda/pda_interface.c:385 +msgid "rtp://" +msgstr "" + +#: modules/gui/pda/pda_interface.c:386 +msgid "rtp6://" +msgstr "" + +#: modules/gui/pda/pda_interface.c:407 +msgid "Port:" +msgstr "" + +#: modules/gui/pda/pda_interface.c:455 +msgid "unicast" +msgstr "unicast" + +#: modules/gui/pda/pda_interface.c:456 +msgid "multicast" +msgstr "multicast" + +#: modules/gui/pda/pda_interface.c:464 +msgid "Network: " +msgstr "Rede:" + +#: modules/gui/pda/pda_interface.c:481 +msgid "IPv4" +msgstr "IPv4" + +#: modules/gui/pda/pda_interface.c:482 +msgid "IPv6" +msgstr "IPv6" + +#: modules/gui/pda/pda_interface.c:490 +msgid "Protocol:" +msgstr "Protocolo:" + +#: modules/gui/pda/pda_interface.c:499 +msgid "MRL:" +msgstr "MRL:" + +#: modules/gui/pda/pda_interface.c:517 +msgid "ftp" +msgstr "ftp" + +#: modules/gui/pda/pda_interface.c:518 +msgid "mms" +msgstr "mms" + +#: modules/gui/pda/pda_interface.c:519 +msgid "rtp" +msgstr "rtp" + +#: modules/gui/pda/pda_interface.c:528 +msgid "Stream:" +msgstr "Stream:" + +#: modules/gui/pda/pda_interface.c:545 +msgid "server" +msgstr "servidor" + +#: modules/gui/pda/pda_interface.c:546 +msgid "client" +msgstr "cliente" + +#: modules/gui/pda/pda_interface.c:579 +msgid "Audio:" +msgstr "Audio:" + +#: modules/gui/pda/pda_interface.c:588 +msgid "Video:" +msgstr "Vídeo:" + +#: modules/gui/pda/pda_interface.c:609 modules/gui/pda/pda_interface.c:781 +msgid "/dev/dsp" +msgstr "/dev/dsp" + +#: modules/gui/pda/pda_interface.c:624 modules/gui/pda/pda_interface.c:702 +msgid "/dev/video" +msgstr "/dev/video" + +#: modules/gui/pda/pda_interface.c:637 +msgid "Camera" +msgstr "Câmera" + +#: modules/gui/pda/pda_interface.c:663 modules/gui/pda/pda_interface.c:742 +msgid "Device :" +msgstr "Dispositivo :" + +#: modules/gui/pda/pda_interface.c:672 modules/gui/pda/pda_interface.c:751 +msgid "Codec :" +msgstr "Codec:" + +#: modules/gui/pda/pda_interface.c:681 modules/gui/pda/pda_interface.c:760 +msgid "Bitrate :" +msgstr "Taxa de Bits:" + +#: modules/gui/pda/pda_interface.c:716 +msgid "huff" +msgstr "huff" + +#: modules/gui/pda/pda_interface.c:795 +msgid "alaw" +msgstr "alaw" + +#: modules/gui/pda/pda_interface.c:822 +msgid "Server" +msgstr "Servidor" + +#: modules/gui/pda/pda_interface.c:952 +msgid "http://www.videolan.org" +msgstr "http://www.videolan.org" + +#: modules/gui/qnx/qnx.c:44 +msgid "QNX RTOS video and audio output" +msgstr "Saída de video e audio QNX RTOS" + +#: modules/gui/qt/qt.cpp:47 +msgid "Qt interface" +msgstr "Interface Qt" + +#: modules/gui/skins/src/dialogs.cpp:143 +msgid "Open a skin file" +msgstr "Abrir arquivo skin" + +#: modules/gui/skins/src/skin_main.cpp:305 +#: modules/gui/skins/src/skin_main.cpp:306 +msgid "Last skin actually used" +msgstr "Última skin usada" + +#: modules/gui/skins/src/skin_main.cpp:307 +#: modules/gui/skins/src/skin_main.cpp:308 +msgid "Config of last used skin" +msgstr "Configuração da última skin usada" + +#: modules/gui/skins/src/skin_main.cpp:309 +#: modules/gui/skins/src/skin_main.cpp:310 +msgid "Show application in system tray" +msgstr "Mostrar aplicação na bandeja do sistema" + +#: modules/gui/skins/src/skin_main.cpp:311 +#: modules/gui/skins/src/skin_main.cpp:312 +msgid "Show application in taskbar" +msgstr "Mostrar aplicação na barra de tarefas" + +#: modules/gui/skins/src/skin_main.cpp:323 +msgid "Skinnable Interface" +msgstr "Interface Skinnable" + +#: modules/gui/wxwindows/fileinfo.cpp:61 +msgid "FileInfo" +msgstr "Info de arq." + +#: modules/gui/wxwindows/interface.cpp:278 +msgid "Open a DVD or (S)VCD" +msgstr "Abrir DVD ou (S)VCD" + +#: modules/gui/wxwindows/interface.cpp:279 +msgid "Open a network stream" +msgstr "Abrir um stream de rede" + +#: modules/gui/wxwindows/interface.cpp:280 +msgid "Open a satellite stream" +msgstr "Abrir um stream de satélite" + +#: modules/gui/wxwindows/interface.cpp:281 +msgid "Eject the DVD/CD" +msgstr "Ejetar o DVD/CD" + +#: modules/gui/wxwindows/interface.cpp:282 +msgid "Exit this program" +msgstr "Sair deste programa" + +#: modules/gui/wxwindows/interface.cpp:284 +msgid "Open the playlist" +msgstr "Abre a lista de reprodução" + +#: modules/gui/wxwindows/interface.cpp:285 +msgid "Show the program logs" +msgstr "Mostra os logs do programa" + +#: modules/gui/wxwindows/interface.cpp:286 +msgid "Show information about the file being played" +msgstr "Mostra informação sobre o arquivo sendo tocado" + +#: modules/gui/wxwindows/interface.cpp:288 +msgid "Go to the preferences menu" +msgstr "Vai para o menu de preferências" + +#: modules/gui/wxwindows/interface.cpp:289 +msgid "Shows the extended GUI" +msgstr "Mostrar a GUI extendida" + +#: modules/gui/wxwindows/interface.cpp:291 +msgid "About this program" +msgstr "Sobre este programa" + +#: modules/gui/wxwindows/interface.cpp:295 modules/gui/wxwindows/menus.cpp:92 +msgid "Simple &Open ..." +msgstr "&Abrir Simples..." + +#: modules/gui/wxwindows/interface.cpp:297 modules/gui/wxwindows/menus.cpp:93 +msgid "Open &File..." +msgstr "A&brir Arquivo..." + +#: modules/gui/wxwindows/interface.cpp:299 modules/gui/wxwindows/menus.cpp:94 +msgid "Open &Disc..." +msgstr "Abrir &Disco" + +#: modules/gui/wxwindows/interface.cpp:301 modules/gui/wxwindows/menus.cpp:95 +msgid "Open &Network Stream..." +msgstr "Abrir Stream de &Rede" + +#: modules/gui/wxwindows/interface.cpp:304 +msgid "Open &Satellite Stream..." +msgstr "Abrir Stream de Sa&télite" + +#: modules/gui/wxwindows/interface.cpp:309 +msgid "&Eject Disc" +msgstr "&Ejetar Disco" + +#: modules/gui/wxwindows/interface.cpp:313 +msgid "E&xit" +msgstr "&Sair" + +#: modules/gui/wxwindows/interface.cpp:317 +msgid "&Playlist..." +msgstr "Lista de Re&produção" + +#: modules/gui/wxwindows/interface.cpp:319 +msgid "&Messages..." +msgstr "&Mensagens..." + +#: modules/gui/wxwindows/interface.cpp:320 +msgid "&File info..." +msgstr "&Info do arq..." + +#: modules/gui/wxwindows/interface.cpp:325 +msgid "&Preferences..." +msgstr "&Preferências" + +#: modules/gui/wxwindows/interface.cpp:327 +msgid "&Extended GUI" +msgstr "Interface &Extendida" + +#: modules/gui/wxwindows/interface.cpp:345 +msgid "&About..." +msgstr "&Sobre..." + +#: modules/gui/wxwindows/interface.cpp:349 +msgid "&File" +msgstr "&Arquivo" + +#: modules/gui/wxwindows/interface.cpp:350 +msgid "&View" +msgstr "&Visão" + +#: modules/gui/wxwindows/interface.cpp:351 +msgid "&Settings" +msgstr "&Configurações" + +#: modules/gui/wxwindows/interface.cpp:352 +#: modules/gui/wxwindows/interface.cpp:697 +#: modules/gui/wxwindows/interface.cpp:745 +msgid "&Audio" +msgstr "A&udio" + +#: modules/gui/wxwindows/interface.cpp:353 +#: modules/gui/wxwindows/interface.cpp:716 +#: modules/gui/wxwindows/interface.cpp:749 +msgid "&Video" +msgstr "&Vídeo" + +#: modules/gui/wxwindows/interface.cpp:354 +#: modules/gui/wxwindows/interface.cpp:735 +#: modules/gui/wxwindows/interface.cpp:753 +msgid "&Navigation" +msgstr "&Navegação" + +#: modules/gui/wxwindows/interface.cpp:355 +msgid "&Help" +msgstr "A&juda" + +#: modules/gui/wxwindows/interface.cpp:371 +msgid "Stop current playlist item" +msgstr "Parar item da lista de reprodução atual" + +#: modules/gui/wxwindows/interface.cpp:372 +msgid "Play current playlist item" +msgstr "Tocar item atual da lista de reprodução" + +#: modules/gui/wxwindows/interface.cpp:373 +msgid "Pause current playlist item" +msgstr "Pausar item atual da lista de reprodução" + +#: modules/gui/wxwindows/interface.cpp:374 +#: modules/gui/wxwindows/playlist.cpp:463 +msgid "Open playlist" +msgstr "Abrir lista de reprodução" + +#: modules/gui/wxwindows/interface.cpp:375 +msgid "Previous playlist item" +msgstr "Item anterior da lista de reprodução" + +#: modules/gui/wxwindows/interface.cpp:376 +msgid "Next playlist item" +msgstr "Próximo item da lista de reprodução" + +#: modules/gui/wxwindows/interface.cpp:377 +msgid "Play slower" +msgstr "Tocar mais devagar" + +#: modules/gui/wxwindows/interface.cpp:378 +msgid "Play faster" +msgstr "Tocar mais rápido" + +#: modules/gui/wxwindows/interface.cpp:482 +msgid "Image adjust" +msgstr "Ajustar imagem" + +#: modules/gui/wxwindows/interface.cpp:493 +msgid "Enable" +msgstr "Habilitar" + +#: modules/gui/wxwindows/interface.cpp:498 +msgid "Hue" +msgstr "Tonalidade" + +#: modules/gui/wxwindows/interface.cpp:508 +msgid "Contrast" +msgstr "Contraste" + +#: modules/gui/wxwindows/interface.cpp:517 +msgid "Brightness" +msgstr "Brilho" + +#: modules/gui/wxwindows/interface.cpp:526 +msgid "Saturation" +msgstr "Saturação" + +#: modules/gui/wxwindows/interface.cpp:543 +msgid "Video Options" +msgstr "Opções de Vídeo" + +#: modules/gui/wxwindows/interface.cpp:558 +msgid "Ratio" +msgstr "Proporção" + +#: modules/gui/wxwindows/interface.cpp:789 +msgid "" +" (wxWindows interface)\n" +"\n" +msgstr "" +" (Interface wxWindows)\n" +"\n" + +#: modules/gui/wxwindows/interface.cpp:790 +msgid "" +"(C) 1996-2003 - the VideoLAN Team\n" +"\n" +msgstr "" +"(C) 1996-2003 - o Time VideoLAN\n" +"\n" + +#: modules/gui/wxwindows/interface.cpp:792 +msgid "" +"The VideoLAN team \n" +"http://www.videolan.org/\n" +"\n" +msgstr "" +"O Time VideoLAN \n" +"http://www.videolan.org/\n" +"\n" + +#: modules/gui/wxwindows/interface.cpp:795 +#, c-format +msgid "About %s" +msgstr "Sobre %s" + +#: modules/gui/wxwindows/iteminfo.cpp:86 +msgid "Playlist Item options" +msgstr "Opções do Item da lista de reprodução" + +#: modules/gui/wxwindows/iteminfo.cpp:146 +msgid "Item informations" +msgstr "Informações do Item" + +#: modules/gui/wxwindows/iteminfo.cpp:157 +msgid "URI" +msgstr "URI" + +#: modules/gui/wxwindows/iteminfo.cpp:218 +msgid "Group Info" +msgstr "Info do Grupo" + +#: modules/gui/wxwindows/iteminfo.cpp:231 +msgid "Item enabled" +msgstr "Item habilitado" + +#: modules/gui/wxwindows/menus.cpp:111 +msgid "Audio menu" +msgstr "Menu de audio" + +#: modules/gui/wxwindows/menus.cpp:127 +msgid "Video menu" +msgstr "Menu de vídeo" + +#: modules/gui/wxwindows/menus.cpp:145 +msgid "Input menu" +msgstr "Menu de entrada" + +#: modules/gui/wxwindows/menus.cpp:344 +msgid "Empty" +msgstr "Vazio" + +#: modules/gui/wxwindows/messages.cpp:100 +msgid "Save As..." +msgstr "Salvar como..." + +#: modules/gui/wxwindows/messages.cpp:204 +msgid "Save Messages As a file..." +msgstr "Salvar mensagens como um arquivo..." + +#: modules/gui/wxwindows/open.cpp:195 +msgid "" +"You can use this field directly by typing the full MRL you want to open.\n" +"Alternatively, the field will be filled automatically when you use the " +"controls below." +msgstr "" +"Você pode usar este campo diretamente ao digitar o o MRL completo que você " +"quer abrir.\n" +"Alternativamente, o campo será preenchido automaticamente quando você usa os " +"controles abaixo." + +#: modules/gui/wxwindows/open.cpp:213 +msgid "Use VLC as a stream server" +msgstr "Usar o VLC como um sevidor de stream" + +#: modules/gui/wxwindows/open.cpp:234 +msgid "Capture input stream" +msgstr "Captura stream de entrada" + +#: modules/gui/wxwindows/open.cpp:236 +msgid "Capture the stream you are playing to a file" +msgstr "Captura o stream que você está tocando em um arquivo" + +#: modules/gui/wxwindows/open.cpp:281 +msgid "Video For Linux" +msgstr "Video For Linux" + +#: modules/gui/wxwindows/open.cpp:378 modules/gui/wxwindows/subtitles.cpp:84 +msgid "Subtitles file" +msgstr "Arquivo de legendas" + +#: modules/gui/wxwindows/open.cpp:379 +msgid "Load an additional subtitles file. Currently only works with AVI files." +msgstr "" +"Carrega um arquivo de legendas adicional. Atualmente funciona apenas com " +"arquivos AVI" + +#: modules/gui/wxwindows/open.cpp:415 +msgid "DVD (menus support)" +msgstr "DVD (suporte a menus)" + +#: modules/gui/wxwindows/open.cpp:418 +msgid "CD Audio" +msgstr "Cd de Audio" + +#: modules/gui/wxwindows/open.cpp:557 +msgid "WebCam" +msgstr "WebCam" + +#: modules/gui/wxwindows/open.cpp:558 +msgid "TV Card" +msgstr "Placa de TV" + +#: modules/gui/wxwindows/open.cpp:559 +msgid "PVR" +msgstr "PVR" + +#: modules/gui/wxwindows/open.cpp:560 +msgid "Kfir" +msgstr "Kfir" + +#: modules/gui/wxwindows/open.cpp:564 +msgid "Video Device Type" +msgstr "Tipo de Dispositivo de Vídeo" + +#: modules/gui/wxwindows/open.cpp:574 +msgid "Video Device" +msgstr "Dispositivo de Vídeo" + +#: modules/gui/wxwindows/open.cpp:582 modules/gui/wxwindows/v4l.cpp:353 +msgid "Channel" +msgstr "Canal" + +#: modules/gui/wxwindows/open.cpp:591 +msgid "Advanced Settings..." +msgstr "Opções Avançadas..." + +#: modules/gui/wxwindows/open.cpp:1063 modules/gui/wxwindows/streamout.cpp:800 +msgid "Save file" +msgstr "Salvar arquivo" + +#: modules/gui/wxwindows/playlist.cpp:140 +msgid "&Simple Add..." +msgstr "Adicionar Bá&sico..." + +#: modules/gui/wxwindows/playlist.cpp:141 +msgid "&Add MRL..." +msgstr "&Adicionar MRL..." + +#: modules/gui/wxwindows/playlist.cpp:142 +msgid "&Sort" +msgstr "&Ordenar" + +#: modules/gui/wxwindows/playlist.cpp:143 +msgid "&Reverse Sort" +msgstr "Ordenar &Reverso" + +#: modules/gui/wxwindows/playlist.cpp:144 +msgid "&Open Playlist..." +msgstr "Abrir Lista de Repr&odução" + +#: modules/gui/wxwindows/playlist.cpp:145 +msgid "&Save Playlist..." +msgstr "&Salvar Lista de Reprodução" + +#: modules/gui/wxwindows/playlist.cpp:147 +msgid "&Close" +msgstr "Fe&char" + +#: modules/gui/wxwindows/playlist.cpp:151 +msgid "&Enable" +msgstr "&Habilitar" + +#: modules/gui/wxwindows/playlist.cpp:152 +msgid "&Disable" +msgstr "&Desabilitar" + +#: modules/gui/wxwindows/playlist.cpp:154 +msgid "&Invert" +msgstr "&Inverter" + +#: modules/gui/wxwindows/playlist.cpp:155 +msgid "&Delete" +msgstr "Apa&gar" + +#: modules/gui/wxwindows/playlist.cpp:156 +msgid "&Select All" +msgstr "&Selecionar Tudo" + +#: modules/gui/wxwindows/playlist.cpp:160 +msgid "&Manage" +msgstr "Gere&nciar" + +#: modules/gui/wxwindows/playlist.cpp:161 +msgid "&Selection" +msgstr "&Seleção" + +#: modules/gui/wxwindows/playlist.cpp:189 +msgid "Random" +msgstr "Aleatórizar" + +#: modules/gui/wxwindows/playlist.cpp:197 +msgid "Loop" +msgstr "Loop" + +#: modules/gui/wxwindows/playlist.cpp:205 +msgid "Repeat one" +msgstr "Repertir um" + +#: modules/gui/wxwindows/playlist.cpp:219 +msgid "Search" +msgstr "Procurar" + +#: modules/gui/wxwindows/playlist.cpp:222 +msgid "Enable/Disable Group" +msgstr "Habilitar/Desabilitar Grupo" + +#: modules/gui/wxwindows/playlist.cpp:225 +msgid "Item Infos" +msgstr "Info do codec" + +#: modules/gui/wxwindows/playlist.cpp:335 +msgid "no info" +msgstr "sem info." + +#: modules/gui/wxwindows/playlist.cpp:442 +msgid "Save playlist" +msgstr "Salvar lista" + +#: modules/gui/wxwindows/preferences.cpp:252 +msgid "Advanced options" +msgstr "Opções Avançadas" + +#: modules/gui/wxwindows/preferences.cpp:323 +msgid "Reset config file" +msgstr "Zerar arquivo de configuração" + +#: modules/gui/wxwindows/preferences.cpp:414 +msgid "General Settings" +msgstr "Configurações Gerais" + +#: modules/gui/wxwindows/preferences.cpp:995 +msgid "Alt" +msgstr "Alt" + +#: modules/gui/wxwindows/preferences.cpp:997 +msgid "Ctrl" +msgstr "Ctrl" + +#: modules/gui/wxwindows/preferences.cpp:1000 +msgid "Shift" +msgstr "Shift" + +#: modules/gui/wxwindows/streamout.cpp:156 +msgid "Stream output MRL" +msgstr "MRL do stream de saída" + +#: modules/gui/wxwindows/streamout.cpp:160 modules/gui/wxwindows/v4l.cpp:125 +msgid "Destination Target:" +msgstr "Alvo de destino" + +#: modules/gui/wxwindows/streamout.cpp:163 modules/gui/wxwindows/v4l.cpp:128 +msgid "" +"You can use this field directly by typing the full MRL you want to open.\n" +"Alternatively, the field will be filled automatically when you use the " +"controls below" +msgstr "" +"Você pode usar este campo diretamente ao digitar o o MRL completo que você " +"quer abrir.\n" +"Alternativamente, o campo será preenchido automaticamente quando você usa os " +"controles abaixo." + +#: modules/gui/wxwindows/streamout.cpp:373 +msgid "Output Methods" +msgstr "Métodos de saída" + +#: modules/gui/wxwindows/streamout.cpp:380 +msgid "Play locally" +msgstr "Tocar localmente" + +#: modules/gui/wxwindows/streamout.cpp:490 +msgid "SAP Announce" +msgstr "Anúncio SAP" + +#: modules/gui/wxwindows/streamout.cpp:492 +msgid "SLP Announce" +msgstr "Anúncio SLP" + +#: modules/gui/wxwindows/streamout.cpp:495 +msgid "Channel Name" +msgstr "Nome do Canal " + +#: modules/gui/wxwindows/streamout.cpp:573 +msgid "Transcoding options" +msgstr "Opções de transcodificação" + +#: modules/gui/wxwindows/streamout.cpp:607 +msgid "Video codec" +msgstr "Codec de vídeo" + +#: modules/gui/wxwindows/streamout.cpp:654 +msgid "Audio codec" +msgstr "Codec de áudio" + +#: modules/gui/wxwindows/subtitles.cpp:67 +msgid "Open Subtitles File" +msgstr "Abrir arquivo de legendas" + +#: modules/gui/wxwindows/subtitles.cpp:107 +msgid "Subtitles encoding" +msgstr "Codificação das legendas" + +#: modules/gui/wxwindows/subtitles.cpp:139 +msgid "Subtitles options" +msgstr "Opções das legendas" + +#: modules/gui/wxwindows/subtitles.cpp:143 +msgid "Delay subtitles (in 1/10s)" +msgstr "Atraso das legendas (em 1/10s)" + +#: modules/gui/wxwindows/subtitles.cpp:155 +msgid "Frames per second" +msgstr "Quadros por segundo" + +#: modules/gui/wxwindows/subtitles.cpp:164 +msgid "Override frames per second. It will only work with MicroDVD subtitles." +msgstr "" +"Sobrepujar quadros por segundo. Só irá funcionar com legendas MicroDVD." + +#: modules/gui/wxwindows/v4l.cpp:106 +msgid "Video Device Advanced Options" +msgstr "Opções Avançadas do Dispositivo de Vídeo" + +#: modules/gui/wxwindows/v4l.cpp:121 +msgid "Video Device MRL" +msgstr "MRL do Dispositivo de Vídeo" + +#: modules/gui/wxwindows/v4l.cpp:247 +msgid "Common Options" +msgstr "Opções Comuns" + +#: modules/gui/wxwindows/v4l.cpp:290 +msgid "Norm" +msgstr "Norm" + +#: modules/gui/wxwindows/v4l.cpp:306 +msgid "The frequency in KHz" +msgstr "A freqüência de KHz" + +#: modules/gui/wxwindows/v4l.cpp:335 +msgid "Audio Options" +msgstr "Opções de Audio" + +#: modules/gui/wxwindows/v4l.cpp:348 +msgid "Audio Device" +msgstr "Dispositivo de Audio" + +#: modules/gui/wxwindows/v4l.cpp:384 +msgid "Bitrate Options" +msgstr "Opções de taxa de bits" + +#: modules/gui/wxwindows/v4l.cpp:396 +msgid "Bitrate" +msgstr "Taxa de Bits" + +#: modules/gui/wxwindows/v4l.cpp:406 +msgid "Maximum Bitrate" +msgstr "Taxa de Bits Máxima" + +#: modules/gui/wxwindows/wxwindows.cpp:84 +msgid "wxWindows interface module" +msgstr "Módulo de interface wxWindows" + +#: modules/gui/wxwindows/wxwindows.cpp:93 +msgid "wxWindows dialogs provider" +msgstr "Provedor de dialogos wxWindows" + +#: modules/misc/dummy/dummy.c:37 +msgid "Dummy image chroma format" +msgstr "Formato de cromato de imagem simlado" + +#: 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 "" +"Força a saída de video simulads a criar imagens usando um formato específico de cromato " +"ao invés de tentar melhorar a performance ao utilizar o mais eficiente." + +#: modules/misc/dummy/dummy.c:44 +msgid "Don't open a dos command box interface" +msgstr "Não abrir uma interface de caixa de comandos dos" + +#: modules/misc/dummy/dummy.c:46 +msgid "" +"By default the dummy interface plugin will start a dos command box. Enabling " +"the quiet mode will not bring this command box but can also be pretty " +"annoying when you want to stop vlc and no video window is opened." +msgstr "" +"Por padrão o plugin de interface simulado irá iniciar uma caixa de comando do dos. " +"Habilitando o modo quieto não irá trazer a janela de comando do dos mas pode também " +"ser bem aborrecedor quando você quer fechar o VLC e não há nenhuma janela de vídeo aberta." + +#: modules/misc/dummy/dummy.c:53 +msgid "dummy interface function" +msgstr "função de interface simulada" + +#: modules/misc/dummy/dummy.c:62 +msgid "dummy access function" +msgstr "função de acesso simulado" + +#: modules/misc/dummy/dummy.c:66 +msgid "dummy demux function" +msgstr "função de demux simulado" + +#: modules/misc/dummy/dummy.c:70 +msgid "dummy decoder function" +msgstr "função de decodificador simulado" + +#: modules/misc/dummy/dummy.c:74 +msgid "dummy audio output function" +msgstr "função de saída de audio simulada" + +#: modules/misc/dummy/dummy.c:78 +msgid "dummy video output function" +msgstr "função de saída de vídeo simulada" + +#: modules/misc/dummy/dummy.c:84 +msgid "dummy font renderer function" +msgstr "função de renderizador de fonte simulado" + +#: modules/misc/dummy/interface.c:52 +msgid "Using the dummy interface plugin..." +msgstr "Usando o plugin de interface simulada..." + +#: modules/misc/freetype.c:74 modules/visualization/xosd/xosd.c:71 +msgid "Font" +msgstr "Fonte" + +#: modules/misc/freetype.c:75 +msgid "Filename of Font" +msgstr "Nome do arquivo da fonte" + +#: modules/misc/freetype.c:76 +msgid "Font size" +msgstr "Tamanho da fonte" + +#: modules/misc/freetype.c:77 +msgid "The size of the fonts used by the osd module" +msgstr "O tamanho das fontes usada pelo módulo osd" + +#: modules/misc/freetype.c:82 +msgid "Fonts" +msgstr "Fontes" + +#: modules/misc/freetype.c:86 +msgid "freetype2 font renderer" +msgstr "Renderizador de fonte freetype2" + +#: modules/misc/gtk_main.c:60 +msgid "Gtk+ GUI helper" +msgstr "Ajudante GUI Gtk+" + +#: modules/misc/httpd.c:97 +msgid "HTTP 1.0 daemon" +msgstr "HTTP 1.0 daemon" + +#: modules/misc/logger/logger.c:85 +msgid "Log format" +msgstr "Formato do log" + +#: modules/misc/logger/logger.c:86 +msgid "" +"Specify the log format. Available choices are \"text\" (default) and \"html\"" +msgstr "" +"Especifica o fortmato do log. Opções disoníveis são \"text\" (padrão) e \"html\"" + +#: modules/misc/logger/logger.c:90 +msgid "log filename" +msgstr "nome do arq. do log" + +#: modules/misc/logger/logger.c:90 +msgid "Specify the log filename." +msgstr "Especifia o nome de arquivo do log" + +#: modules/misc/logger/logger.c:92 +msgid "file logging interface" +msgstr "interface de logging de arquivo" + +#: modules/misc/logger/logger.c:106 +msgid "Using the logger interface plugin..." +msgstr "Usando o plugin de interface de logger" + +#: modules/misc/memcpy/memcpy.c:81 +msgid "libc memcpy" +msgstr "memcpy libc" + +#: modules/misc/memcpy/memcpy.c:85 +msgid "3D Now! memcpy" +msgstr "memcpy " + +#: modules/misc/memcpy/memcpy.c:92 +msgid "MMX memcpy" +msgstr "memcpy 3D Now!" + +#: modules/misc/memcpy/memcpy.c:97 +msgid "MMX EXT memcpy" +msgstr "memcpy MMX EXT" + +#: modules/misc/memcpy/memcpyaltivec.c:52 +msgid "AltiVec memcpy" +msgstr "memcpy AltiVec" + +#: modules/misc/network/ipv4.c:85 +msgid "IPv4 network abstraction layer" +msgstr "camada de abstração de rede IPv4" + +#: modules/misc/network/ipv6.c:86 +msgid "IPv6 network abstraction layer" +msgstr "camada de abstração de rede IPv6" + +#: modules/misc/qte_main.cpp:66 +msgid "Run as standalone Qt/Embedded Gui Server" +msgstr "" + +#: modules/misc/qte_main.cpp:67 +msgid "" +"Use this option to run as standalone Qt/Embedded Gui Server. This option is " +"equivalent to the -qws option from normal Qt." +msgstr "" + +#: modules/misc/qte_main.cpp:71 +msgid "Qt Embedded GUI helper" +msgstr "" + +#: modules/misc/sap.c:155 modules/misc/sap.c:156 +msgid "SAP multicast address" +msgstr "Endereço SAP de multicast" + +#: modules/misc/sap.c:157 +msgid "No IPv4-SAP listening" +msgstr "" + +#: modules/misc/sap.c:158 +msgid "Set this if you do not want SAP to listen for IPv4 announces" +msgstr "" + +#: modules/misc/sap.c:159 +msgid "IPv6-SAP listening" +msgstr "" + +#: modules/misc/sap.c:160 +msgid "Set this if you want SAP to listen for IPv6 announces" +msgstr "" + +#: modules/misc/sap.c:161 +msgid "IPv6 SAP scope" +msgstr "" + +#: modules/misc/sap.c:162 +msgid "Sets the scope for IPv6 announces (default is 8)" +msgstr "" + +#: modules/misc/sap.c:163 +msgid "SAP Playlist group ID" +msgstr "" + +#: modules/misc/sap.c:164 +msgid "Sets the default group ID in whichSAP items are put" +msgstr "" + +#: modules/misc/sap.c:168 +msgid "SAP" +msgstr "" + +#: modules/misc/sap.c:184 +msgid "SAP interface" +msgstr "Interface SAP" + +#: modules/misc/screensaver.c:44 +msgid "screensaver disabling helper" +msgstr "Ajudante de desabilitação de screensaver" + +#: modules/misc/testsuite/test1.c:33 +msgid "C module that does nothing" +msgstr "Módulo C que não faz nada" + +#: modules/misc/testsuite/test4.c:63 +msgid "Miscellaneous stress tests" +msgstr "Testes de stress variados" + +#: modules/mux/asf.c:42 +msgid "Asf muxer" +msgstr "muxer Asf" + +#: modules/mux/avi.c:44 +msgid "Avi muxer" +msgstr "muxer Avi" + +#: modules/mux/dummy.c:43 +msgid "Dummy/Raw muxer" +msgstr "muxer Dummy/Raw" + +#: modules/mux/mp4.c:56 +msgid "MP4/MOV muxer" +msgstr "muxer MP4/MOV" + +#: modules/mux/mpeg/ps.c:53 +msgid "PS muxer" +msgstr "muxer PS" + +#: modules/mux/mpeg/ts.c:80 +msgid "TS muxer" +msgstr "muxer TS" + +#: modules/mux/mpeg/ts.c:85 +msgid "TS muxer (libdvbpsi)" +msgstr "muxer TS (libdvbpsi)" + +#: modules/mux/ogg.c:58 +msgid "Ogg/ogm muxer" +msgstr "muxer Ogg/ogm" + +#: modules/packetizer/copy.c:43 +msgid "Copy packetizer" +msgstr "Copiar packetizer" + +#: modules/packetizer/mpeg4audio.c:122 +msgid "MPEG4 Audio packetizer" +msgstr "packetizer de audio MPEG4" + +#: modules/packetizer/mpeg4video.c:73 +msgid "MPEG4 Video packetizer" +msgstr "packetizer de vídeo MPEG4" + +#: modules/packetizer/mpegvideo.c:88 +msgid "MPEG-I/II video packetizer" +msgstr "packetizer de vídeo MPEG-I/II" + +#: modules/stream_out/display.c:50 +msgid "Display stream" +msgstr "Mostrar stream" + +#: modules/stream_out/dummy.c:47 +msgid "Dummy stream" +msgstr "stream dummy" + +#: modules/stream_out/duplicate.c:48 +msgid "Duplicate stream" +msgstr "Duplicar stream" + +#: modules/stream_out/es.c:49 +msgid "ES stream" +msgstr "stream ES" + +#: modules/stream_out/gather.c:40 +msgid "Gather stream" +msgstr "Acumular stream" + +#: modules/stream_out/standard.c:51 +msgid "Standard stream" +msgstr "Stream padrão" + +#: modules/stream_out/transcode.c:75 +msgid "Transcode stream" +msgstr "Transcodificar stream" + +#: modules/video_chroma/i420_rgb.c:67 +msgid "I420,IYUV,YV12 to RGB2,RV15,RV16,RV24,RV32 conversions" +msgstr "Conversões I420,IYUV,YV12 to RGB2,RV15,RV16,RV24,RV32" + +#: modules/video_chroma/i420_rgb.c:71 +msgid "MMX I420,IYUV,YV12 to RV15,RV16,RV24,RV32 conversions" +msgstr "conversões MMX I420,IYUV,YV12 to RV15,RV16,RV24,RV32" + +#: modules/video_chroma/i420_ymga.c:48 modules/video_chroma/i420_yuy2.c:67 +#: modules/video_chroma/i422_yuy2.c:61 +msgid "conversions from " +msgstr "Conversões de " + +#: modules/video_chroma/i420_ymga.c:48 modules/video_chroma/i420_ymga.c:51 +#: 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 +msgid " to " +msgstr " para " + +#: modules/video_chroma/i420_ymga.c:51 modules/video_chroma/i420_yuy2.c:70 +#: modules/video_chroma/i422_yuy2.c:64 +msgid "MMX conversions from " +msgstr "Conversções MMX de " + +#: modules/video_filter/adjust.c:60 +msgid "Set image contrast" +msgstr "Ajustar contraste da imagem" + +#: modules/video_filter/adjust.c:61 +msgid "Set the image contrast, between 0 and 2. Defaults to 1" +msgstr "Ajusta o contraste da imagem, entre 0 e 2. Padrões em 1" + +#: modules/video_filter/adjust.c:62 +msgid "Set image hue" +msgstr "Ajustar tonalidade da imagem" + +#: modules/video_filter/adjust.c:63 +msgid "Set the image hue, between 0 and 360. Defaults to 0" +msgstr "Ajusta a tonalidade da imagem, entre 0 e 360. Padrões em 0" + +#: modules/video_filter/adjust.c:64 +msgid "Set image saturation" +msgstr "Ajustar saturação da imagem" + +#: modules/video_filter/adjust.c:65 +msgid "Set the image saturation, between 0 and 3. Defaults to 1" +msgstr "Ajusta a saturação da imagem, entre 0 e 3. Padrões em 1" + +#: modules/video_filter/adjust.c:66 +msgid "Set image brightness" +msgstr "Ajustar brilho da imagem" + +#: modules/video_filter/adjust.c:67 +msgid "Set the image brightness, between 0 and 2. Defaults to 1" +msgstr "Ajusta o brilho da imagem, entre 0 e 2. Padrões em 1" + +#: modules/video_filter/adjust.c:71 +msgid "Adjust" +msgstr "Ajustes" + +#: modules/video_filter/adjust.c:76 +msgid "contrast/hue/saturation/brightness filter" +msgstr "filtro contraste/tonalidade/saturação/brilho" + +#: modules/video_filter/clone.c:55 +msgid "Number of clones" +msgstr "Número de clones" + +#: modules/video_filter/clone.c:56 +msgid "Select the number of video windows in which to clone the video" +msgstr "" + +#: modules/video_filter/clone.c:59 +msgid "List of vout modules" +msgstr "Listar módulos vout" + +#: modules/video_filter/clone.c:60 +msgid "Select the specific vout modules that you want to activate" +msgstr "Seleciona os módulos vout específicos que você quer ativar" + +#: modules/video_filter/clone.c:63 +msgid "Clone" +msgstr "Clonar" + +#: modules/video_filter/clone.c:66 +msgid "clone video filter" +msgstr "Filtro de vídeo de clonagem" + +#: modules/video_filter/crop.c:54 +msgid "Crop geometry" +msgstr "Cortar geometria" + +#: modules/video_filter/crop.c:55 +msgid "" +"Set the geometry of the zone to crop. This is set as width x heigth + left " +"offset + top offset." +msgstr "" +"Ajusta a geometria da zona a ser cortada. Isto é ajustado como largura x " +"altura + offset esquerda + offseet de cima." + +#: modules/video_filter/crop.c:57 +msgid "Automatic cropping" +msgstr "Corte automático" + +#: modules/video_filter/crop.c:58 +msgid "Activate automatic black border cropping" +msgstr "Ativar corte automático de bordas pretas" + +#: modules/video_filter/crop.c:64 +msgid "crop video filter" +msgstr "filtro de vídeo de corte" + +#: modules/video_filter/deinterlace/deinterlace.c:75 +msgid "Deinterlace mode" +msgstr "Modo desentrelaçado" + +#: modules/video_filter/deinterlace/deinterlace.c:76 +msgid "You can choose the default deinterlace mode" +msgstr "Você pode escolher o modo de desentrelação padrão" + +#: modules/video_filter/deinterlace/deinterlace.c:84 +msgid "video deinterlacing filter" +msgstr "filtro de desentrelação de vídeo" + +#: modules/video_filter/distort.c:59 +msgid "Distort mode" +msgstr "Modo de distorção" + +#: modules/video_filter/distort.c:60 +msgid "Distort mode, one of \"wave\" and \"ripple\"" +msgstr "Modo de distorção, um de \"wave\" e \"ripple\"" + +#: modules/video_filter/distort.c:65 +msgid "Distort" +msgstr "Distorcer" + +#: modules/video_filter/distort.c:68 +msgid "miscellaneous distort video effects filter" +msgstr "filtros de de distorção de video variados" + +#: modules/video_filter/invert.c:52 +msgid "invert video filter" +msgstr "Filtro de inversão de vídeo" + +#: modules/video_filter/logo.c:58 +msgid "Logo File" +msgstr "Arquivo logo" + +#: modules/video_filter/logo.c:59 +msgid "It must be a PNG in RGBA 8bits (for now)" +msgstr "Precisa ser um PNG em RGBA 8bits (por enquanto)" + +#: modules/video_filter/logo.c:60 +msgid "x postion of the logo" +msgstr "posição x do logo" + +#: modules/video_filter/logo.c:61 modules/video_filter/logo.c:63 +msgid "You can move the logo by left-clicking on it" +msgstr "Você pode mover o logo ao clicar com o botão esquerno nele" + +#: modules/video_filter/logo.c:62 +msgid "y position of the logo" +msgstr "posição y do logo" + +#: modules/video_filter/logo.c:64 +msgid "transparency of the logo" +msgstr "transparência do logo" + +#: modules/video_filter/logo.c:65 +msgid "You can change it by middle-clicking and moving mouse left or right" +msgstr "" +"Você pode mudá-la ao clicar com o botão do meio e movendo o mouse da " +"esquerda para a direita" + +#: modules/video_filter/logo.c:68 +msgid "logo" +msgstr "logo" + +#: modules/video_filter/logo.c:73 +msgid "logo video filter" +msgstr "Filtro de logo de vídeo" + +#: modules/video_filter/motionblur.c:54 +msgid "Blur factor" +msgstr "Fator de borrão" + +#: modules/video_filter/motionblur.c:55 +msgid "The degree of blurring from 1 to 127" +msgstr "O grau de emborrão de 1 a 127" + +#: modules/video_filter/motionblur.c:60 +msgid "motion blur filter" +msgstr "filtro de borrão de movimento" + +#: modules/video_filter/transform.c:57 +msgid "Transform type" +msgstr "Tipo de transformação" + +#: modules/video_filter/transform.c:58 +msgid "One of '90', '180', '270', 'hflip' and 'vflip'" +msgstr "Um de '90', '180', '270', 'hflip' e 'vflip'" + +#: modules/video_filter/transform.c:66 +msgid "video transformation filter" +msgstr "Filtro de transformação de vídeo" + +#: modules/video_filter/wall.c:53 +msgid "Number of columns" +msgstr "Número de colunas" + +#: modules/video_filter/wall.c:54 +msgid "" +"Select the number of horizontal videowindows in which to split the video" +msgstr "" +"Selecione o número de janelas horizontais de vídeo em que dividir o vídeo" + +#: modules/video_filter/wall.c:57 +msgid "Number of rows" +msgstr "Número de linhas" + +#: modules/video_filter/wall.c:58 +msgid "Select the number of vertical videowindows in which to split the video" +msgstr "Selecione o número janelas vertical de vídeos em que dividir o vídeo" + +#: modules/video_filter/wall.c:61 +msgid "Active windows" +msgstr "Janelas ativas" + +#: modules/video_filter/wall.c:62 +msgid "comma separated list of active windows, defaults to all" +msgstr "lista das janelas ativas separada por vírgula, padrão para todas" + +#: modules/video_filter/wall.c:70 +msgid "wall video filter" +msgstr "Filtro de vídeo parede" + +#: modules/video_output/aa.c:55 +msgid "ASCII-art video output" +msgstr "Saída de vídeo ASCII-art" + +#: modules/video_output/directx/directx.c:94 +#: modules/video_output/directx/directx.c:225 +msgid "Always on top" +msgstr "Sempre por cima" + +#: modules/video_output/directx/directx.c:95 +msgid "Place the directx window on top of other windows" +msgstr "Colocar a janela directx por cima de outras janelas" + +#: modules/video_output/directx/directx.c:96 +msgid "Use hardware YUV->RGB conversions" +msgstr "Usar conversão YUV->RGB por harware" + +#: modules/video_output/directx/directx.c:98 +msgid "" +"Try to use hardware acceleration for YUV->RGB conversions. This option " +"doesn't have any effect when using overlays." +msgstr "" +"Tenta usar a aceleração por hardwar para conversões YUV->RGB. Esta opção não " +"tem nenhum efeito quando usando overlays." + +#: modules/video_output/directx/directx.c:100 +msgid "Use video buffers in system memory" +msgstr "Usar buffers de vídeo na memória do sistema" + +#: modules/video_output/directx/directx.c:102 +msgid "" +"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." +msgstr "" +"Cria buffers de vídeo na memória do sistema ao invés da memória de vídeo. " +"Isto nçao é recomentdado ao ver que a memória de vídeo permite o benefício " +"de maior por hardware (como redimensionando ou fazendo conversões YUV->RGB). " +"Esta opção não tem nenhum efeito quando usando overlays." + +#: modules/video_output/directx/directx.c:106 +msgid "Use triple buffering for overlays" +msgstr "Usar buffering triplo para overlays" + +#: modules/video_output/directx/directx.c:108 +msgid "" +"Try to use triple bufferring when using YUV overlays. That results in much " +"better video quality (no flickering)." +msgstr "" +"Tenta usar o buffering triplo ao usar YUV overlay. Isto resulta em uma " +"qualidade de vídeo muito maior. " + +#: modules/video_output/directx/directx.c:117 +msgid "DirectX video output" +msgstr "Saída de vídeo DirectX" + +#: modules/video_output/fb.c:68 +msgid "Frame Buffer" +msgstr "Buffer de tela" + +#: modules/video_output/fb.c:69 +msgid "framebuffer device" +msgstr "dispositivo framebuffer" + +#: modules/video_output/fb.c:70 +msgid "Linux console framebuffer video output" +msgstr "Saída de vídeo framebuffer do console Linux" + +#: modules/video_output/ggi.c:56 modules/video_output/x11/x11.c:52 +#: modules/video_output/x11/xvideo.c:58 +msgid "X11 display name" +msgstr "Nome do display X11" + +#: 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." +msgstr "" +"Especifica o hardware de visualização X11 que você quer usar.\n" +"Por padrão o VLC irá usar o valor da variável de ambiente DISPLAY." + +#: modules/video_output/glide.c:64 +msgid "3dfx Glide video output" +msgstr "Saída de vídeo 3dfx Glide" + +#: modules/video_output/mga/mga.c:59 +msgid "Matrox Graphic Array video output" +msgstr "Saída de Vídeo Matrox Graphic Array" + +#: modules/video_output/qte/qte.cpp:79 +msgid "QT Embedded display name" +msgstr "Nome do display Qt Embedded" + +#: modules/video_output/qte/qte.cpp:81 +msgid "" +"Specify the Qt Embedded hardware display you want to use. By default VLC " +"will use the value of the DISPLAY environment variable." +msgstr "" +"Especifica o hardware de visualização Qt Embedded que você quer usar. Por " +"padrão o VLC irá usar o valor da variável de ambiente DISPLAY." + +#: modules/video_output/qte/qte.cpp:115 +msgid "QT Embedded video output" +msgstr "Saída de vídeo QT Embedded" + +#: modules/video_output/sdl.c:104 +msgid "Simple DirectMedia Layer video output" +msgstr "Saída de vídeo Simple DirectMedia Layer (SDL)" + +#: modules/video_output/svgalib.c:53 +msgid "SVGAlib video output" +msgstr "Saída de vídeo SVGAlib" + +#: modules/video_output/wingdi.c:82 +msgid "Windows GDI video output" +msgstr "saída de vídeo Windows GDI" + +#: modules/video_output/x11/x11.c:43 modules/video_output/x11/xvideo.c:49 +msgid "Alternate fullscreen method" +msgstr "Método alternativo de tela cheia" + +#: modules/video_output/x11/x11.c:45 modules/video_output/x11/xvideo.c:51 +msgid "" +"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." +msgstr "" +"Existem duas manairas de fazer uma janela em tela cheia, infelizmente cada " +"uma possuem seus pontos negativos.\n" +"1) Deixar o gerenciador de janelas cuidar de sua janela de tela cheia " +"(padrão). Mas coisas como a barra de tarefas provavelmetne aparecer por cima " +"do vídeo.\n" +"2) Contornar completamente o gerenciador de janelas, no entanto nada será " +"mostrado por cima do vídeo." + +#: modules/video_output/x11/x11.c:54 modules/video_output/x11/xvideo.c:60 +msgid "" +"Specify the X11 hardware display you want to use. By default VLC will use " +"the value of the DISPLAY environment variable." +msgstr "" +"Especifica o hardware de visualização X11 que você quer usar. Por padrão o " +"VLC irá usar o valor da variável de ambiente DISPLAY." + +#: modules/video_output/x11/x11.c:57 modules/video_output/x11/xvideo.c:68 +msgid "Use shared memory" +msgstr "Usar memória compartilhada" + +#: modules/video_output/x11/x11.c:59 modules/video_output/x11/xvideo.c:70 +msgid "Use shared memory to communicate between VLC and the X server." +msgstr "" +"Usar memória compartilhada para se comunicar entre o VLC e o servidor X" + +#: modules/video_output/x11/x11.c:61 modules/video_output/x11/xvideo.c:72 +msgid "choose the screen to be used for fullscreen mode." +msgstr "escolha a tela a ser usada para o modo tela cheia." + +#: modules/video_output/x11/x11.c:63 modules/video_output/x11/xvideo.c:74 +msgid "" +"Choose the screen you want to use in fullscreen mode. For instance set it to " +"0 for first screen, 1 for the second." +msgstr "" +"Escolhe a tela que você quer usar no modo tela cheia. Por exemplo ajuste " +"para 0 para usar a primeira tela, 1 para a segunda." + +#: modules/video_output/x11/x11.c:67 +msgid "X11" +msgstr "X11" + +#: modules/video_output/x11/x11.c:76 +msgid "X11 video output" +msgstr "Saída de vídeo X11" + +#: modules/video_output/x11/xvideo.c:44 +msgid "XVideo adaptor number" +msgstr "Número do adaptador XVideo" + +#: modules/video_output/x11/xvideo.c:46 +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)." +msgstr "" +"Se a sua placa de vídeo provê diversps adaptadores, esta opção permite que " +"você escolha qual será usado (você não deveria ter que mudar isto)." + +#: modules/video_output/x11/xvideo.c:63 +msgid "XVimage chroma format" +msgstr "Formato de chroma XVimage" + +#: modules/video_output/x11/xvideo.c:65 +msgid "" +"Force the XVideo renderer to use a specific chroma format instead of trying " +"to improve performances by using the most efficient one." +msgstr "" +"Força o renderizador de XVideo usar um formato chroma específico ao invés de " +"tentar melhorar a performance ao usar o mais eficiente." + +#: modules/video_output/x11/xvideo.c:78 +msgid "XVideo" +msgstr "XVideo" + +#: modules/video_output/x11/xvideo.c:90 +msgid "XVideo extension video output" +msgstr "Saída de vídeo de extensão de XVideo" + +#: modules/visualization/goom.c:50 +msgid "goom effect" +msgstr "efeito goom" + +#: modules/visualization/scope/scope.c:65 +msgid "scope effect" +msgstr "efeito de alcance" + +#: modules/visualization/visual/visual.c:38 +msgid "Effects list" +msgstr "Lista de efeitos" + +#: modules/visualization/visual/visual.c:40 +msgid "" +"A list of visual effect, separated by commas.\n" +"Current effects include: dummy, random, scope, spectrum" +msgstr "" +"Uma lista de efeitos visuais, separados por vírgulas.\n" +"Efeitos atuais incluem: dummy, random, scope, spectrum" + +#: modules/visualization/visual/visual.c:45 +msgid "The width of the effects video window, in pixels." +msgstr "A largura da janela de efeitos, em pixels" + +#: modules/visualization/visual/visual.c:49 +msgid "The height of the effects video window, in pixels." +msgstr "A altura da janela de efeitos, em pixels" + +#: modules/visualization/visual/visual.c:51 +msgid "Number of bands" +msgstr "Número de faixas" + +#: modules/visualization/visual/visual.c:53 +msgid "Number of bands used by spectrum analizer, should be 20 or 80" +msgstr "" +"Número de faixas a serem usadas pelo analizador de espectro, deve se 20 ou 80" + +#: modules/visualization/visual/visual.c:55 +msgid "Band separator" +msgstr "Separador de faixas" + +#: modules/visualization/visual/visual.c:57 +msgid "Number of blank pixels between bands" +msgstr "Número de fixels vazios entre as faixas" + +#: modules/visualization/visual/visual.c:59 +msgid "Amplification" +msgstr "Aplificação" + +#: modules/visualization/visual/visual.c:61 +msgid "This is a coefficient that modifies the height of the bands" +msgstr "Este é um coeficiente que modifica a altura das faixas" + +#: modules/visualization/visual/visual.c:63 +msgid "Enable peaks" +msgstr "Habilitar picos" + +#: modules/visualization/visual/visual.c:65 +msgid "Defines whether to draw peaks" +msgstr "Define se desenhará picos" + +#: modules/visualization/visual/visual.c:67 +msgid "Number of stars" +msgstr "Número de estrelas" + +#: modules/visualization/visual/visual.c:69 +msgid "Defines the number of stars to draw with random effect" +msgstr "Define o número de estrelas a serem desenhadas com o efeito random" + +#: modules/visualization/visual/visual.c:75 +msgid "visualizer" +msgstr "visualizador" + +#: modules/visualization/visual/visual.c:76 +msgid "visualizer filter" +msgstr "Filtro do visualizador" + +#: modules/visualization/xosd/xosd.c:61 +msgid "Flip vertical position" +msgstr "Inverter posição vertical" + +#: modules/visualization/xosd/xosd.c:62 +msgid "Display xosd output on the bottom of the screen instead of the top" +msgstr "Mostra a saída xosd na parte inferior da tela ao invés da superior" + +#: modules/visualization/xosd/xosd.c:65 +msgid "Vertical offset" +msgstr "Compensação vertical" + +#: modules/visualization/xosd/xosd.c:66 +msgid "Vertical offset in pixels of the displayed text" +msgstr "Compensação vertical em pixels do texto mostrado" + +#: modules/visualization/xosd/xosd.c:68 +msgid "Shadow offset" +msgstr "Compensação de sombra" + +#: modules/visualization/xosd/xosd.c:69 +msgid "Offset in pixels of the shadow" +msgstr "Compensação em pixels da sombra" + +#: modules/visualization/xosd/xosd.c:72 +msgid "Font used to display text in the xosd output" +msgstr "Fonte usada para mostrar texto na saída xosd" + +#: modules/visualization/xosd/xosd.c:75 +msgid "XOSD module" +msgstr "Módulo XOSD" + +#: modules/visualization/xosd/xosd.c:82 +msgid "xosd interface" +msgstr "Interface xosd" + +#~ msgid "print help" +#~ msgstr "imprimir ajuda" + +#~ msgid "print detailed help" +#~ msgstr "imprimir ajuda detalhada" + +#~ msgid "print help on module" +#~ msgstr "imprimir ajuda no módulo" + +#~ msgid "A52 downmix module" +#~ msgstr "Módulo de downmix de A52" + +#~ msgid "A52 IMDCT module" +#~ msgstr "Módulo A52 IMDCT" + +#~ msgid "software A52 decoder" +#~ msgstr "Decodificador A52 por software" + +#~ msgid "SSE A52 downmix module" +#~ msgstr "Módulo de downmix de A52 SSE" + +#~ msgid "3D Now! A52 downmix module" +#~ msgstr "Módulo de downmix de A52 3D Now!" + +#~ msgid "SSE A52 IMDCT module" +#~ msgstr "Módulo IMDCT A52 SSE" + +#~ msgid "3D Now! A52 IMDCT module" +#~ msgstr "Módulo IMDCT A52 3D Now!" + +#~ msgid "MPEG I/II layer 1/2 audio decoder" +#~ msgstr "Decodificador de audio MPEG I/II layer 1/2" + +#~ msgid "AltiVec IDCT" +#~ msgstr "IDCT Altivec" + +#~ msgid "classic IDCT" +#~ msgstr "IDCT Clássico" + +#~ msgid "MMX IDCT" +#~ msgstr "IDCT MMX" + +#~ msgid "MMX EXT IDCT" +#~ msgstr "IDCT MMX EXT" + +#~ msgid "motion compensation" +#~ msgstr "compensação de movimento" + +#~ msgid "3D Now! motion compensation" +#~ msgstr "compensação de movimento 3D Now!" + +#~ msgid "AltiVec motion compensation" +#~ msgstr "compensação de movimento Altivec" + +#~ msgid "MMX motion compensation" +#~ msgstr "compensação de movimento MMX" + +#~ msgid "MMX EXT motion compensation" +#~ msgstr "compensação de movimento MMX EXT" + +#~ msgid "IDCT module" +#~ msgstr "Módulo IDCT" + +#~ 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." +#~ msgstr "" +#~ "Esta opção permite que você selecione o módulo IDCT a ser usado por este " +#~ "decodificador de vídeo. O comportamento padrão é selecionar o melhor " +#~ "módulo disponível." + +#~ msgid "Motion compensation module" +#~ msgstr "Módulo de compensação de movimento" + +#~ 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." +#~ msgstr "" +#~ "Esta opção permique que você escolha o módulo de compensação de movimento " +#~ "usado por este decodificadr de vídeo. O comportamento padrão é selecionar " +#~ "automáticamente o melhor módulo disponível." + +#~ msgid "Use additional processors" +#~ msgstr "Usar processadores adicionais" + +#~ msgid "Force synchro algorithm {I|I+|IP|IP+|IPB}" +#~ msgstr "Forçar algorítimo de sincronização {I|I+|IP|IP+|IPB}" + +#~ 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." +#~ msgstr "" +#~ "Isto permite que vocÊ force o algorítimo de sincronização, ao seleciona " +#~ "os tipos de imagem que você quer decodificar. Por faver tenha em mente " +#~ "que se você selecionar mais imagens de que sua CPU é capaz de " +#~ "decodificar, você não conseguirá nada." + +#~ msgid "MPEG I/II video decoder" +#~ msgstr "decodificador de vídeo MPEG I/II" + +#~ msgid "System Default" +#~ msgstr "Padrão do Sistema" + +#~ msgid "Equalizer values" +#~ msgstr "Valores do equalizador" + +#~ msgid "MPEG-I/II audio packetizer" +#~ msgstr "packetizer de audio MPEG-I/II" + +#~ msgid "Enqueue items in playlist" +#~ msgstr "Enfileirar itens na lista de reprodução" + +#~ msgid "" +#~ "If you want VLC to add items to the playlist as you open them, then " +#~ "enable this option." +#~ msgstr "" +#~ "Se você deseja que o VLC adicione itens à lista de reprodução a media que " +#~ "você os abre, então habilite esta opção" + +#~ msgid "No configuration options available" +#~ msgstr "Não há opções de configuracão disponíveis" + +#~ msgid "Video encoding codec" +#~ msgstr "Codec de codificação de vídeo" + +#~ msgid "This allows you to force video encoding" +#~ msgstr "Isto permite que você force a codificação de vídeo" + +#~ msgid "Video bitrate encoding (kB/s)" +#~ msgstr "Taxa de bits da codificação de vídeo (kB/s)" + +#~ msgid "This allows you to specify video bitrate in kB/s." +#~ msgstr "Isto permite que você esécifique a taxa de bits do vídeo em kB/s." + +#~ msgid "Audio encoding codec" +#~ msgstr "Codec de codificação de audio" + +#~ msgid "This allows you to force audio encoding" +#~ msgstr "Isto permite que você force a codificação de audio" + +#~ msgid "Audio bitrate encoding (kB/s)" +#~ msgstr "Taxa de bits de codificação de audio (kB/s)" + +#~ msgid "This allows you to specify audio bitrate in kB/s." +#~ msgstr "Isto permite que você especifique a taxa de bits em kB/s." + +#~ msgid "Encoders" +#~ msgstr "Codificadores" + +#~ msgid "RTSP SDP request" +#~ msgstr "Requerimento RTSP SDP" + +#~ msgid "ffmpeg video encoder" +#~ msgstr "codificador de video ffmpeg" + +#~ msgid "ffmpeg audio encoder" +#~ msgstr "codificador de audio ffmpeg" + +#~ msgid "XviD video encoder (MPEG-4)" +#~ msgstr "codificador de vídeo XviD" + +#~ msgid "" +#~ "This is the VideoLAN Client, a DVD, MPEG and DivX player.\n" +#~ "It can play MPEG and MPEG2 files from a file or from a network source." +#~ msgstr "" +#~ "Este é o VideoLAN Client, um tocador de DVD, MPEG e DivX.\n" +#~ "Ele pode tocar arquivos MPEG e MPEG2 a apartir de um arquivo ou de uma " +#~ "fonte da rede." + +#~ msgid "Close Menu" +#~ msgstr "Fechar Menu" + +#~ msgid "Encoder wrapper" +#~ msgstr "Wrapper de codificador" + +#~ msgid "X11 MGA video output" +#~ msgstr "Saída de vídeo X11 MGA"