5056N/A# This properties file is used to create a PropertyResourceBundle
5056N/A# It contains Locale specific strings used in Swing
5056N/A# Currently, the following components need this for support:
5056N/A#
5056N/A# ColorChooser
5056N/A# FileChooser
5056N/A# OptionPane
5056N/A#
5056N/A# When this file is read in, the strings are put into the
5056N/A# defaults table. This is an implementation detail of the current
5056N/A# workings of Swing. DO NOT DEPEND ON THIS.
5056N/A# This may change in future versions of Swing as we improve localization
5056N/A# support.
5056N/A#
5056N/A# MNEMONIC NOTE:
5056N/A# Many of strings in this file are used by widgets that have a
5056N/A# mnemonic, for example:
5056N/A# ColorChooser.rgbNameTextAndMnemonic=R&GB
5056N/A#
5056N/A# Indicates that the tab in the ColorChooser for RGB colors will have
5056N/A# the text 'RGB', further the mnemonic character will be 'g' and that
5056N/A# a decoration will be provided under the 'G'. This will typically
5056N/A# look like: RGB
5056N/A# -
5056N/A#
5056N/A# One important thing to remember is that the mnemonic MUST exist in
5056N/A# the String, if it does not exist you should add text that makes it
5056N/A# exist. This will typically take the form 'XXXX (M)' where M is the
5056N/A# character for the mnemonic.
5056N/A#
5056N/A# @author Steve Wilson
5056N/A
5056N/A############ FILE CHOOSER STRINGS #############
5056N/AFileChooser.fileDescription.textAndMnemonic=Arquivo Gen\u00E9rico
5056N/AFileChooser.directoryDescription.textAndMnemonic=Diret\u00F3rio
5056N/AFileChooser.newFolderError.textAndMnemonic=Erro ao criar nova pasta
5056N/AFileChooser.newFolderErrorSeparator= :
5056N/AFileChooser.newFolderParentDoesntExistTitle.textAndMnemonic=N\u00E3o \u00E9 poss\u00EDvel criar a pasta
5056N/AFileChooser.newFolderParentDoesntExist.textAndMnemonic=N\u00E3o \u00E9 poss\u00EDvel criar a pasta.\n\nO sistema n\u00E3o pode localizar o caminho especificado.
5056N/AFileChooser.renameErrorTitle.textAndMnemonic=Erro ao Renomear o Arquivo ou a Pasta
5056N/AFileChooser.renameError.textAndMnemonic=N\u00E3o \u00E9 poss\u00EDvel renomear {0}
5056N/AFileChooser.renameErrorFileExists.textAndMnemonic=N\u00E3o \u00E9 poss\u00EDvel renomear {0}: Um arquivo com o nome especificado j\u00E1 existe. Especifique outro nome de arquivo.
5056N/AFileChooser.acceptAllFileFilter.textAndMnemonic=Todos os Arquivos
5056N/AFileChooser.cancelButton.textAndMnemonic=Cancelar
5176N/AFileChooser.saveButton.textAndMnemonic=&Salvar
5176N/AFileChooser.openButton.textAndMnemonic=A&brir
5056N/AFileChooser.saveDialogTitle.textAndMnemonic=Salvar
5056N/AFileChooser.openDialogTitle.textAndMnemonic=Abrir
5056N/AFileChooser.updateButton.textAndMnemonic=At&ualizar
5056N/AFileChooser.helpButton.textAndMnemonic=Aj&uda
5056N/AFileChooser.directoryOpenButton.textAndMnemonic=A&brir
5056N/A
5056N/A# File Size Units
5056N/AFileChooser.fileSizeKiloBytes={0} KB
5056N/AFileChooser.fileSizeMegaBytes={0} MB
5056N/AFileChooser.fileSizeGigaBytes={0} GB
5056N/A
5056N/A# These strings are platform dependent not look and feel dependent.
5056N/AFileChooser.win32.newFolder=Nova Pasta
5056N/AFileChooser.win32.newFolder.subsequent=Nova Pasta ({0})
5056N/AFileChooser.other.newFolder=NewFolder
5056N/AFileChooser.other.newFolder.subsequent=NewFolder.{0}
5056N/A
5056N/A
5056N/A## file chooser tooltips ###
5056N/AFileChooser.cancelButtonToolTip.textAndMnemonic=Abortar caixa de di\u00E1logo do seletor de arquivos
5056N/AFileChooser.saveButtonToolTip.textAndMnemonic=Salvar arquivo selecionado
5056N/AFileChooser.openButtonToolTip.textAndMnemonic=Abrir arquivo selecionado
5056N/AFileChooser.updateButtonToolTip.textAndMnemonic=Atualizar lista de diret\u00F3rios
5056N/AFileChooser.helpButtonToolTip.textAndMnemonic=Ajuda do FileChooser
5056N/AFileChooser.directoryOpenButtonToolTip.textAndMnemonic=Abrir diret\u00F3rio selecionado
5056N/A
5784N/AFileChooser.filesListAccessibleName=Lista de Arquivos
5784N/AFileChooser.filesDetailsAccessibleName=Detalhes do Arquivo
5202N/A
5056N/A############ COLOR CHOOSER STRINGS #############
5056N/AColorChooser.preview.textAndMnemonic=Visualizar
5056N/AColorChooser.ok.textAndMnemonic=OK
5056N/AColorChooser.cancel.textAndMnemonic=Cancelar
5056N/AColorChooser.reset.textAndMnemonic=&Redefinir
5056N/AColorChooser.sample.textAndMnemonic=Texto de Amostra Texto de Amostra
5056N/AColorChooser.swatches.textAndMnemonic=Amo&stras
5056N/AColorChooser.swatchesRecent.textAndMnemonic=Recente:
5056N/AColorChooser.hsv.textAndMnemonic=&HSV
5056N/AColorChooser.hsvHue.textAndMnemonic=Matiz
5056N/AColorChooser.hsvSaturation.textAndMnemonic=Satura\u00E7\u00E3o
5056N/AColorChooser.hsvValue.textAndMnemonic=Valor
5056N/AColorChooser.hsvTransparency.textAndMnemonic=Transpar\u00EAncia
5056N/AColorChooser.hsl.textAndMnemonic=HS&L
5056N/AColorChooser.hslHue.textAndMnemonic=Matiz
5056N/AColorChooser.hslSaturation.textAndMnemonic=Satura\u00E7\u00E3o
5056N/AColorChooser.hslLightness.textAndMnemonic=Clareza
5056N/AColorChooser.hslTransparency.textAndMnemonic=Transpar\u00EAncia
5056N/AColorChooser.rgb.textAndMnemonic=R&GB
5056N/AColorChooser.rgbRed.textAndMnemonic=&Vermelho
5056N/AColorChooser.rgbGreen.textAndMnemonic=&Verde
5056N/AColorChooser.rgbBlue.textAndMnemonic=&Azul
5056N/AColorChooser.rgbAlpha.textAndMnemonic=Alfa
5056N/AColorChooser.rgbHexCode.textAndMnemonic=&C\u00F3digo da Cor
5056N/AColorChooser.cmyk.textAndMnemonic=C&MYK
5056N/AColorChooser.cmykCyan.textAndMnemonic=Ciano
5056N/AColorChooser.cmykMagenta.textAndMnemonic=Magenta
5056N/AColorChooser.cmykYellow.textAndMnemonic=Amarelo
5056N/AColorChooser.cmykBlack.textAndMnemonic=Preto
5056N/AColorChooser.cmykAlpha.textAndMnemonic=Alfa
5056N/A
5056N/A############ OPTION PANE STRINGS #############
5056N/A# We only define mnemonics for YES/NO, but for completeness you can
5056N/A# define mnemonics for any of the buttons.
5056N/AOptionPane.yesButton.textAndMnemonic=&Sim
5056N/AOptionPane.noButton.textAndMnemonic=&N\u00E3o
5056N/AOptionPane.okButton.textAndMnemonic=OK
5056N/A#OptionPane.okButtonMnemonic=0
5056N/AOptionPane.cancelButton.textAndMnemonic=Cancelar
5056N/A#OptionPane.cancelButtonMnemonic=0
5056N/AOptionPane.title.textAndMnemonic=Selecionar uma Op\u00E7\u00E3o
5056N/A# Title for the dialog for the showInputDialog methods. Only used if
5056N/A# the developer uses one of the variants that doesn't take a title.
5056N/AOptionPane.inputDialog.titleAndMnemonic=Entrada
5056N/A# Title for the dialog for the showMessageDialog methods. Only used if
5056N/A# the developer uses one of the variants that doesn't take a title.
5056N/AOptionPane.messageDialog.titleAndMnemonic=Mensagem
5056N/A
5056N/A############ Printing Dialog Strings ############
5056N/APrintingDialog.titleProgress.textAndMnemonic=Impress\u00E3o
5056N/APrintingDialog.titleAborting.textAndMnemonic=Impress\u00E3o (Abortando)
5056N/A
5056N/APrintingDialog.contentInitial.textAndMnemonic=Impress\u00E3o em andamento...
5056N/A
5056N/A# The following string will be formatted by a MessageFormat
5056N/A# and {0} will be replaced by page number being printed
5056N/APrintingDialog.contentProgress.textAndMnemonic=P\u00E1gina impressa {0}...
5056N/A
5056N/APrintingDialog.contentAborting.textAndMnemonic=Abortando impress\u00E3o...
5056N/A
5056N/APrintingDialog.abortButton.textAndMnemonic=&Abortar
5056N/APrintingDialog.abortButtonToolTip.textAndMnemonic=Abortar Impress\u00E3o
5056N/A
5056N/A############ Internal Frame Strings ############
5056N/AInternalFrame.iconButtonToolTip=Minimizar
5056N/AInternalFrame.maxButtonToolTip=Maximizar
5056N/AInternalFrame.restoreButtonToolTip=Restaurar
5056N/AInternalFrame.closeButtonToolTip=Fechar
5056N/A
5056N/A############ Internal Frame Title Pane Strings ############
5056N/AInternalFrameTitlePane.restoreButton.textAndMnemonic=Restaurar
5056N/AInternalFrameTitlePane.moveButton.textAndMnemonic=Mover
5056N/AInternalFrameTitlePane.sizeButton.textAndMnemonic=Tamanho
5056N/AInternalFrameTitlePane.minimizeButton.textAndMnemonic=Minimizar
5056N/AInternalFrameTitlePane.maximizeButton.textAndMnemonic=Maximizar
5056N/AInternalFrameTitlePane.closeButton.textAndMnemonic=Fechar
5056N/A
5056N/A############ Text strings #############
5056N/A# Used for html forms
5056N/AFormView.submitButton.textAndMnemonic=Submeter Consulta
5056N/AFormView.resetButton.textAndMnemonic=Redefinir
5056N/AFormView.browseFileButton.textAndMnemonic=Procurar...
5056N/A
5056N/A############ Abstract Document Strings ############
5056N/AAbstractDocument.styleChange.textAndMnemonic=altera\u00E7\u00E3o de estilo
5056N/AAbstractDocument.addition.textAndMnemonic=adi\u00E7\u00E3o
6443N/AAbstractDocument.deletion.textAndMnemonic=exclus\u00E3o
5056N/AAbstractDocument.undo.textAndMnemonic=Desfazer
5056N/AAbstractDocument.redo.textAndMnemonic=Refazer
5056N/A
5056N/A############ Abstract Button Strings ############
5056N/AAbstractButton.click.textAndMnemonic=clicar
5056N/A
5056N/A############ Abstract Undoable Edit Strings ############
5056N/AAbstractUndoableEdit.undo.textAndMnemonic=Desfazer
5056N/AAbstractUndoableEdit.redo.textAndMnemonic=Refazer
5056N/A
5056N/A############ Combo Box Strings ############
5056N/AComboBox.togglePopup.textAndMnemonic=togglePopup
5056N/A
5056N/A############ Progress Monitor Strings ############
5056N/AProgressMonitor.progress.textAndMnemonic=Andamento...
5056N/A
5056N/A############ Split Pane Strings ############
5056N/ASplitPane.leftButton.textAndMnemonic=bot\u00E3o esquerdo
5056N/ASplitPane.rightButton.textAndMnemonic=bot\u00E3o direito
5056N/A# Used for Isindex
5056N/AIsindexView.prompt=Trata-se de um \u00EDndice pesquis\u00E1vel. Informe as palavras-chave de pesquisa:
5056N/A
5056N/A############ InternalFrameTitlePane Strings ############
5056N/AInternalFrameTitlePane.iconifyButtonAccessibleName=Iconizar
5056N/AInternalFrameTitlePane.maximizeButtonAccessibleName=Maximizar
5056N/AInternalFrameTitlePane.closeButtonAccessibleName=Fechar