motif_pt_BR.properties revision 3153
524N/A# This properties file is used to create a PropertyResourceBundle
3261N/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.acceptAllFileFilterText=*
2362N/AFileChooser.cancelButtonText=Cancelar
2362N/AFileChooser.saveButtonText=Salvar
524N/AFileChooser.openButtonText=OK
0N/AFileChooser.saveDialogTitleText=Salvar
0N/AFileChooser.openDialogTitleText=Abrir
0N/AFileChooser.updateButtonText=Atualizar
0N/AFileChooser.helpButtonText=Ajuda
0N/AFileChooser.pathLabelText=Inserir caminho ou nome da pasta:
0N/AFileChooser.filterLabelText=Filtro
0N/AFileChooser.foldersLabelText=Pastas
0N/AFileChooser.filesLabelText=Arquivos
0N/AFileChooser.enterFileNameLabelText=Inserir nome de arquivo:
0N/A
0N/AFileChooser.cancelButtonToolTipText=Anular caixa de di\u00e1logo do seletor de arquivos.
0N/AFileChooser.saveButtonToolTipText=Salvar arquivo selecionado.
0N/AFileChooser.openButtonToolTipText=Abrir arquivo selecionado.
0N/AFileChooser.updateButtonToolTipText=Atualizar lista de diret\u00f3rios.
0N/AFileChooser.helpButtonToolTipText=Ajuda do FileChooser.
0N/A