1 #
   2 # Copyright (c) 2010, 2019, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   5 # This code is free software; you can redistribute it and/or modify it
   6 # under the terms of the GNU General Public License version 2 only, as
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 
  26 # This properties file is used to create a PropertyResourceBundle
  27 # It contains Locale specific strings used in Swing
  28 # Currently, the following components need this for support:
  29 #
  30 #    ColorChooser
  31 #    FileChooser
  32 #    OptionPane
  33 #
  34 # When this file is read in, the strings are put into the
  35 # defaults table.  This is an implementation detail of the current
  36 # workings of Swing.  DO NOT DEPEND ON THIS.
  37 # This may change in future versions of Swing as we improve localization
  38 # support.
  39 #
  40 #                        MNEMONIC NOTE:
  41 # Many of strings in this file are used by widgets that have a
  42 # mnemonic, for example:
  43 #   ColorChooser.rgbNameTextAndMnemonic=R&GB
  44 #
  45 # Indicates that the tab in the ColorChooser for RGB colors will have
  46 # the text 'RGB', further the mnemonic character will be 'g' and that
  47 # a decoration will be provided under the 'G'. This will typically
  48 # look like:  RGB
  49 #              -
  50 #
  51 # One important thing to remember is that the mnemonic MUST exist in
  52 # the String, if it does not exist you should add text that makes it
  53 # exist. This will typically take the form 'XXXX (M)' where M is the
  54 # character for the mnemonic.
  55 #
  56 # @author Steve Wilson
  57 
  58 ############ FILE CHOOSER STRINGS #############
  59 FileChooser.fileDescription.textAndMnemonic=Arquivo Gen\u00E9rico
  60 FileChooser.directoryDescription.textAndMnemonic=Diret\u00F3rio
  61 FileChooser.newFolderError.textAndMnemonic=Erro ao criar nova pasta
  62 FileChooser.newFolderErrorSeparator= :
  63 FileChooser.newFolderParentDoesntExistTitle.textAndMnemonic=N\u00E3o \u00E9 poss\u00EDvel criar a pasta
  64 FileChooser.newFolderParentDoesntExist.textAndMnemonic=N\u00E3o \u00E9 poss\u00EDvel criar a pasta.\n\nO sistema n\u00E3o pode localizar o caminho especificado.
  65 FileChooser.renameErrorTitle.textAndMnemonic=Erro ao Renomear o Arquivo ou a Pasta
  66 FileChooser.renameError.textAndMnemonic=N\u00E3o \u00E9 poss\u00EDvel renomear {0}
  67 FileChooser.renameErrorFileExists.textAndMnemonic=N\u00E3o \u00E9 poss\u00EDvel renomear {0}: Um arquivo com o nome especificado j\u00E1 existe. Especifique outro nome de arquivo.
  68 FileChooser.acceptAllFileFilter.textAndMnemonic=Todos os Arquivos
  69 FileChooser.cancelButton.textAndMnemonic=Cancelar
  70 FileChooser.saveButton.textAndMnemonic=Salvar
  71 FileChooser.openButton.textAndMnemonic=Abrir
  72 FileChooser.saveDialogTitle.textAndMnemonic=Salvar
  73 FileChooser.openDialogTitle.textAndMnemonic=Abrir
  74 FileChooser.updateButton.textAndMnemonic=At&ualizar
  75 FileChooser.helpButton.textAndMnemonic=Aj&uda
  76 FileChooser.directoryOpenButton.textAndMnemonic=Abrir
  77 
  78 # File Size Units
  79 FileChooser.fileSizeKiloBytes={0} KB
  80 FileChooser.fileSizeMegaBytes={0} MB
  81 FileChooser.fileSizeGigaBytes={0} GB
  82 
  83 # These strings are platform dependent not look and feel dependent.
  84 FileChooser.win32.newFolder=Nova Pasta
  85 FileChooser.win32.newFolder.subsequent=Nova Pasta ({0})
  86 FileChooser.other.newFolder=NewFolder
  87 FileChooser.other.newFolder.subsequent=NewFolder.{0}
  88 
  89 
  90 ## file chooser tooltips ###
  91 FileChooser.cancelButtonToolTip.textAndMnemonic=Abortar caixa de di\u00E1logo do seletor de arquivos
  92 FileChooser.saveButtonToolTip.textAndMnemonic=Salvar arquivo selecionado
  93 FileChooser.openButtonToolTip.textAndMnemonic=Abrir arquivo selecionado
  94 FileChooser.updateButtonToolTip.textAndMnemonic=Atualizar lista de diret\u00F3rios
  95 FileChooser.helpButtonToolTip.textAndMnemonic=Ajuda do FileChooser
  96 FileChooser.directoryOpenButtonToolTip.textAndMnemonic=Abrir diret\u00F3rio selecionado
  97 
  98 FileChooser.filesListAccessibleName=Lista de Arquivos
  99 FileChooser.filesDetailsAccessibleName=Detalhes do Arquivo
 100 
 101 ############ COLOR CHOOSER STRINGS #############
 102 ColorChooser.preview.textAndMnemonic=Visualizar
 103 ColorChooser.ok.textAndMnemonic=OK
 104 ColorChooser.cancel.textAndMnemonic=Cancelar
 105 ColorChooser.reset.textAndMnemonic=&Redefinir
 106 ColorChooser.sample.textAndMnemonic=Texto de Amostra Texto de Amostra
 107 ColorChooser.swatches.textAndMnemonic=Amo&stras
 108 ColorChooser.swatchesRecent.textAndMnemonic=Recente:
 109 ColorChooser.hsv.textAndMnemonic=&HSV
 110 ColorChooser.hsvHue.textAndMnemonic=Matiz
 111 ColorChooser.hsvSaturation.textAndMnemonic=Satura\u00E7\u00E3o
 112 ColorChooser.hsvValue.textAndMnemonic=Valor
 113 ColorChooser.hsvTransparency.textAndMnemonic=Transpar\u00EAncia
 114 ColorChooser.hsl.textAndMnemonic=HS&L
 115 ColorChooser.hslHue.textAndMnemonic=Matiz
 116 ColorChooser.hslSaturation.textAndMnemonic=Satura\u00E7\u00E3o
 117 ColorChooser.hslLightness.textAndMnemonic=Clareza
 118 ColorChooser.hslTransparency.textAndMnemonic=Transpar\u00EAncia
 119 ColorChooser.rgb.textAndMnemonic=R&GB
 120 ColorChooser.rgbRed.textAndMnemonic=&Vermelho
 121 ColorChooser.rgbGreen.textAndMnemonic=&Verde
 122 ColorChooser.rgbBlue.textAndMnemonic=&Azul
 123 ColorChooser.rgbAlpha.textAndMnemonic=Alfa
 124 ColorChooser.rgbHexCode.textAndMnemonic=&C\u00F3digo da Cor
 125 ColorChooser.cmyk.textAndMnemonic=C&MYK
 126 ColorChooser.cmykCyan.textAndMnemonic=Ciano
 127 ColorChooser.cmykMagenta.textAndMnemonic=Magenta
 128 ColorChooser.cmykYellow.textAndMnemonic=Amarelo
 129 ColorChooser.cmykBlack.textAndMnemonic=Preto
 130 ColorChooser.cmykAlpha.textAndMnemonic=Alfa
 131 
 132 ############ OPTION PANE STRINGS #############
 133 # We only define mnemonics for YES/NO, but for completeness you can
 134 # define mnemonics for any of the buttons.
 135 OptionPane.yesButton.textAndMnemonic=&Sim
 136 OptionPane.noButton.textAndMnemonic=&N\u00E3o
 137 OptionPane.okButton.textAndMnemonic=OK
 138 #OptionPane.okButtonMnemonic=0
 139 OptionPane.cancelButton.textAndMnemonic=Cancelar
 140 #OptionPane.cancelButtonMnemonic=0
 141 OptionPane.title.textAndMnemonic=Selecionar uma Op\u00E7\u00E3o
 142 # Title for the dialog for the showInputDialog methods. Only used if
 143 # the developer uses one of the variants that doesn't take a title.
 144 OptionPane.inputDialog.titleAndMnemonic=Entrada
 145 # Title for the dialog for the showMessageDialog methods. Only used if
 146 # the developer uses one of the variants that doesn't take a title.
 147 OptionPane.messageDialog.titleAndMnemonic=Mensagem
 148 
 149 ############ Printing Dialog Strings ############
 150 PrintingDialog.titleProgress.textAndMnemonic=Impress\u00E3o
 151 PrintingDialog.titleAborting.textAndMnemonic=Impress\u00E3o (Abortando)
 152 
 153 PrintingDialog.contentInitial.textAndMnemonic=Impress\u00E3o em andamento...
 154 
 155 # The following string will be formatted by a MessageFormat
 156 # and {0} will be replaced by page number being printed
 157 PrintingDialog.contentProgress.textAndMnemonic=P\u00E1gina impressa {0}...
 158 
 159 PrintingDialog.contentAborting.textAndMnemonic=Abortando impress\u00E3o...
 160 
 161 PrintingDialog.abortButton.textAndMnemonic=&Abortar
 162 PrintingDialog.abortButtonToolTip.textAndMnemonic=Abortar Impress\u00E3o
 163 
 164 ############ Internal Frame Strings ############
 165 InternalFrame.iconButtonToolTip=Minimizar
 166 InternalFrame.maxButtonToolTip=Maximizar
 167 InternalFrame.restoreButtonToolTip=Restaurar
 168 InternalFrame.closeButtonToolTip=Fechar
 169 
 170 ############ Internal Frame Title Pane Strings ############
 171 InternalFrameTitlePane.restoreButton.textAndMnemonic=&Restaurar
 172 InternalFrameTitlePane.moveButton.textAndMnemonic=&Mover
 173 InternalFrameTitlePane.sizeButton.textAndMnemonic=&Dimensionar
 174 InternalFrameTitlePane.minimizeButton.textAndMnemonic=Mi&nimizar
 175 InternalFrameTitlePane.maximizeButton.textAndMnemonic=Ma&ximizar
 176 InternalFrameTitlePane.closeButton.textAndMnemonic=&Fechar
 177 
 178 ############ Text strings #############
 179 # Used for html forms
 180 FormView.submitButton.textAndMnemonic=Submeter Consulta
 181 FormView.resetButton.textAndMnemonic=Redefinir
 182 FormView.browseFileButton.textAndMnemonic=Procurar...
 183 
 184 ############ Abstract Document Strings ############
 185 AbstractDocument.styleChange.textAndMnemonic=altera\u00E7\u00E3o de estilo
 186 AbstractDocument.addition.textAndMnemonic=adi\u00E7\u00E3o
 187 AbstractDocument.deletion.textAndMnemonic=exclus\u00E3o
 188 AbstractDocument.undo.textAndMnemonic=Desfazer
 189 AbstractDocument.redo.textAndMnemonic=Refazer
 190 
 191 ############ Abstract Button Strings ############
 192 AbstractButton.click.textAndMnemonic=clicar
 193 
 194 ############ Abstract Undoable Edit Strings ############
 195 AbstractUndoableEdit.undo.textAndMnemonic=Desfazer
 196 AbstractUndoableEdit.redo.textAndMnemonic=Refazer
 197 
 198 ############ Combo Box Strings ############
 199 ComboBox.togglePopup.textAndMnemonic=togglePopup
 200 
 201 ############ Progress Monitor Strings ############
 202 ProgressMonitor.progress.textAndMnemonic=Andamento...
 203 
 204 ############ Split Pane Strings ############
 205 SplitPane.leftButton.textAndMnemonic=bot\u00E3o esquerdo
 206 SplitPane.rightButton.textAndMnemonic=bot\u00E3o direito
 207 # Used for Isindex
 208 IsindexView.prompt=Trata-se de um \u00EDndice pesquis\u00E1vel. Informe as palavras-chave de pesquisa:
 209 
 210 ############ InternalFrameTitlePane Strings ############
 211 InternalFrameTitlePane.iconifyButtonAccessibleName=Iconizar
 212 InternalFrameTitlePane.maximizeButtonAccessibleName=Maximizar
 213 InternalFrameTitlePane.closeButtonAccessibleName=Fechar