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