< prev index next >

src/share/classes/com/sun/swing/internal/plaf/synth/resources/synth_pt_BR.properties

Print this page
rev 1486 : 7093156: NLS Please change the mnemonic assignment system to avoid translation issue (Swing files)
Reviewed-by: rupashka, alexp
rev 1487 : 7175367: NLS: 7u6 message drop10 integration
Reviewed-by: yhuang
rev 1496 : 7032436: When running with the Nimbus look and feel, the JFileChooser does not display mnemonics
Reviewed-by: alexp, coffeys
rev 1497 : 8008764: 7uX l10n resource file translation update
Reviewed-by: naoto
   1 # This properties file is used to create a PropertyResourceBundle
   2 # It contains Locale specific strings used be the Synth Look and Feel.
   3 # Currently, the following components need this for support:
   4 #
   5 #    FileChooser
   6 #
   7 # When this file is read in, the strings are put into the 
   8 # defaults table.  This is an implementation detail of the current
   9 # workings of Swing.  DO NOT DEPEND ON THIS.  
  10 # This may change in future versions of Swing as we improve localization 
  11 # support.
  12 #
  13 # Refer to the note in basic.properties for a description as to what
  14 # the mnemonics correspond to and how to calculate them.
  15 #
  16 # @author Steve Wilson
  17 
  18 
  19 ############ FILE CHOOSER STRINGS #############
  20 
  21 FileChooser.lookInLabelText=Consultar Em:
  22 FileChooser.saveInLabelText=Salvar Em:
  23 FileChooser.fileNameLabelText=Nome do Arquivo:
  24 FileChooser.folderNameLabelText=Nome da pasta:
  25 FileChooser.filesOfTypeLabelText=Arquivos do Tipo:
  26 FileChooser.upFolderToolTipText=Um N\u00EDvel Acima
  27 FileChooser.upFolderAccessibleName=Acima
  28 FileChooser.homeFolderToolTipText=In\u00EDcio
  29 FileChooser.homeFolderAccessibleName=In\u00EDcio
  30 FileChooser.newFolderToolTipText=Criar Nova Pasta
  31 FileChooser.newFolderAccessibleName=Nova Pasta
  32 FileChooser.newFolderActionLabelText=Nova Pasta
  33 FileChooser.listViewButtonToolTipText=Lista
  34 FileChooser.listViewButtonAccessibleName=Lista
  35 FileChooser.listViewActionLabelText=Lista
  36 FileChooser.detailsViewButtonToolTipText=Detalhes
  37 FileChooser.detailsViewButtonAccessibleName=Detalhes
  38 FileChooser.detailsViewActionLabelText=Detalhes
  39 FileChooser.refreshActionLabelText=Atualizar
  40 FileChooser.viewMenuLabelText=Exibir
  41 FileChooser.fileNameHeaderText=Nome
  42 FileChooser.fileSizeHeaderText=Tamanho
  43 FileChooser.fileTypeHeaderText=Tipo
  44 FileChooser.fileDateHeaderText=Modificado
  45 FileChooser.fileAttrHeaderText=Atributos
   1 # This properties file is used to create a PropertyResourceBundle
   2 # It contains Locale specific strings used be the Synth Look and Feel.
   3 # Currently, the following components need this for support:
   4 #
   5 #    FileChooser
   6 #
   7 # When this file is read in, the strings are put into the
   8 # defaults table.  This is an implementation detail of the current
   9 # workings of Swing.  DO NOT DEPEND ON THIS.
  10 # This may change in future versions of Swing as we improve localization
  11 # support.
  12 #
  13 # Refer to the note in basic.properties for a description as to what
  14 # the mnemonics correspond to and how to calculate them.
  15 #
  16 # @author Steve Wilson
  17 
  18 
  19 ############ FILE CHOOSER STRINGS #############
  20 
  21 FileChooser.lookInLabel.textAndMnemonic=Pesquisar &em:
  22 FileChooser.saveInLabel.textAndMnemonic=Salvar Em:
  23 FileChooser.fileNameLabel.textAndMnemonic=&Nome do Arquivo:
  24 FileChooser.folderNameLabel.textAndMnemonic=&Nome da Pasta:
  25 FileChooser.filesOfTypeLabel.textAndMnemonic=Arquivos do &Tipo:
  26 FileChooser.upFolderToolTip.textAndMnemonic=Um N\u00EDvel Acima
  27 FileChooser.upFolderAccessibleName=Acima
  28 FileChooser.homeFolderToolTip.textAndMnemonic=In\u00EDcio
  29 FileChooser.homeFolderAccessibleName=In\u00EDcio
  30 FileChooser.newFolderToolTip.textAndMnemonic=Criar Nova Pasta
  31 FileChooser.newFolderAccessibleName=Nova Pasta
  32 FileChooser.newFolderActionLabel.textAndMnemonic=Nova Pasta
  33 FileChooser.listViewButtonToolTip.textAndMnemonic=Lista
  34 FileChooser.listViewButtonAccessibleName=Lista
  35 FileChooser.listViewActionLabel.textAndMnemonic=Lista
  36 FileChooser.detailsViewButtonToolTip.textAndMnemonic=Detalhes
  37 FileChooser.detailsViewButtonAccessibleName=Detalhes
  38 FileChooser.detailsViewActionLabel.textAndMnemonic=Detalhes
  39 FileChooser.refreshActionLabel.textAndMnemonic=Atualizar
  40 FileChooser.viewMenuLabel.textAndMnemonic=Exibir
  41 FileChooser.fileNameHeader.textAndMnemonic=Nome
  42 FileChooser.fileSizeHeader.textAndMnemonic=Tamanho
  43 FileChooser.fileTypeHeader.textAndMnemonic=Tipo
  44 FileChooser.fileDateHeader.textAndMnemonic=Modificado
  45 FileChooser.fileAttrHeader.textAndMnemonic=Atributos
< prev index next >