gtk_pt_BR.properties revision 3153
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
3153N/A
3153N/A# GTK specific properties
3153N/A
3153N/A# GTK color chooser properties:
3153N/AGTKColorChooserPanel.nameText=Seletor de cores do GTK
3153N/A# mnemonic as a VK_ constant
3153N/AGTKColorChooserPanel.mnemonic=71
3153N/A# Can also define GTKColorChooserPanel.dispalyedMnemonicIndex if you
3153N/A# want an index other than would normally be underlined by
3153N/A# GTKColorChooserPanel.mnemonic to be underlined. This is only useful
3153N/A# if GTKColorChooserPanel.nameText defines the mnemonic character more
3153N/A# than once and you want a character other than the first underlined.
3153N/A
3153N/A# Text and mnemonics for the spinner. You can also defined a different
3153N/A# index for the mnemonic via xxxMnemonicIndex, for example
3153N/A# GTKColorChooserPanel.hueMnemonicIndex=1 would indicate the second
3153N/A# character of GTKColorChooserPanel.hueText should be underlined to
3153N/A# represent the mnemonic.
3153N/AGTKColorChooserPanel.hueText=Matiz:
3153N/AGTKColorChooserPanel.hueMnemonic=72
3153N/A
3153N/AGTKColorChooserPanel.redText=Vermelho:
3153N/AGTKColorChooserPanel.redMnemonic=69
3153N/A
3153N/AGTKColorChooserPanel.saturationText=Satura\u00e7\u00e3o:
3153N/AGTKColorChooserPanel.saturationMnemonic=83
3153N/A
3153N/AGTKColorChooserPanel.greenText=Verde:
3153N/AGTKColorChooserPanel.greenMnemonic=71
3153N/A
3153N/AGTKColorChooserPanel.valueText=Valor:
3153N/AGTKColorChooserPanel.valueMnemonic=86
3153N/A
3153N/AGTKColorChooserPanel.blueText=Azul:
3153N/AGTKColorChooserPanel.blueMnemonic=66
3153N/A
3153N/AGTKColorChooserPanel.colorNameText=Nome da cor:
3153N/AGTKColorChooserPanel.colorNameMnemonic=78
3153N/A
3153N/A
3153N/A
3153N/A############ FILE CHOOSER STRINGS #############
3153N/A
3153N/AFileChooser.acceptAllFileFilterText=Todos os arquivos
3153N/AFileChooser.newFolderButtonText=Nova pasta
3153N/AFileChooser.newFolderButtonMnemonic=78
3153N/AFileChooser.newFolderDialogText=Nome da pasta:
3153N/AFileChooser.deleteFileButtonText=Excluir arquivo
3153N/AFileChooser.deleteFileButtonMnemonic=76
3153N/AFileChooser.renameFileButtonText=Renomear arquivo
3153N/AFileChooser.renameFileButtonMnemonic=82
3153N/AFileChooser.cancelButtonText=Cancelar
3153N/AFileChooser.cancelButtonMnemonic=67
3153N/AFileChooser.saveButtonText=OK
3153N/AFileChooser.saveButtonMnemonic=79
3153N/AFileChooser.openButtonText=OK
3153N/AFileChooser.openButtonMnemonic=79
3153N/AFileChooser.saveDialogTitleText=Salvar
3153N/AFileChooser.openDialogTitleText=Abrir
3153N/AFileChooser.pathLabelText=Sele\u00e7\u00e3o:
3153N/AFileChooser.filterLabelText=Filtro:
3153N/AFileChooser.pathLabelMnemonic=83
3153N/AFileChooser.foldersLabelText=Pastas
3153N/AFileChooser.foldersLabelMnemonic=68
3153N/AFileChooser.filesLabelText=Arquivos
3153N/AFileChooser.filesLabelMnemonic=70
3153N/A
3153N/AFileChooser.cancelButtonToolTipText=Anular caixa de di\u00e1logo do seletor de arquivos.
3153N/AFileChooser.saveButtonToolTipText=Salvar arquivo selecionado.
3153N/AFileChooser.openButtonToolTipText=Abrir arquivo selecionado.
3153N/A
3153N/AFileChooser.renameFileDialogText=Renomear arquivo "{0}" por
3153N/AFileChooser.renameFileErrorTitle=Erro
3153N/AFileChooser.renameFileErrorText=Erro ao renomear o arquivo "{0}" por "{1}"
3153N/A
3153N/AOptionPane.okButtonMnemonic=79
3153N/AOptionPane.cancelButtonMnemonic=67