motif_pt_BR.properties revision 5012
524N/A# This properties file is used to create a PropertyResourceBundle
2362N/A# It contains Locale specific strings used be the Motif Look and Feel.
524N/A# Currently, the following components need this for support:
524N/A#
524N/A# FileChooser
524N/A#
2362N/A# When this file is read in, the strings are put into the
524N/A# defaults table. This is an implementation detail of the current
2362N/A# workings of Swing. DO NOT DEPEND ON THIS.
524N/A# This may change in future versions of Swing as we improve localization
524N/A# support.
524N/A#
524N/A# Refer to the note in basic.properties for a description as to what
524N/A# the mnemonics correspond to and how to calculate them.
524N/A#
524N/A# @author Steve Wilson
524N/A
524N/A
524N/A############ FILE CHOOSER STRINGS #############
524N/A
2362N/AFileChooser.acceptAllFileFilter.textAndMnemonic=*
2362N/AFileChooser.cancelButton.textAndMnemonic=Cancelar
2362N/AFileChooser.saveButton.textAndMnemonic=Salvar
524N/AFileChooser.openButton.textAndMnemonic=OK
0N/AFileChooser.saveDialogTitle.textAndMnemonic=Salvar
0N/AFileChooser.openDialogTitle.textAndMnemonic=Abrir
0N/AFileChooser.updateButton.textAndMnemonic=Atualizar
0N/AFileChooser.helpButton.textAndMnemonic=Ajuda
0N/AFileChooser.pathLabel.textAndMnemonic=Informar caminho ou nome da pasta:
0N/AFileChooser.filterLabel.textAndMnemonic=Filtro
0N/AFileChooser.foldersLabel.textAndMnemonic=Pastas
0N/AFileChooser.filesLabel.textAndMnemonic=Arquivos
0N/AFileChooser.enterFileNameLabel.textAndMnemonic=Informar nome do arquivo:
0N/AFileChooser.enterFolderNameLabel.textAndMnemonic=Informar nome da pasta:
0N/A
0N/AFileChooser.cancelButtonToolTip.textAndMnemonic=Abortar caixa de di\u00E1logo do seletor de arquivos.
0N/AFileChooser.saveButtonToolTip.textAndMnemonic=Salvar arquivo selecionado.
0N/AFileChooser.openButtonToolTip.textAndMnemonic=Abrir arquivo selecionado.
0N/AFileChooser.updateButtonToolTip.textAndMnemonic=Atualizar lista de diret\u00F3rios.
0N/AFileChooser.helpButtonToolTip.textAndMnemonic=Ajuda do FileChooser.
0N/A