jdk/src/share/classes/com/sun/swing/internal/plaf/synth/resources/synth_pt_BR.properties
author mfang
Mon, 25 Mar 2013 16:49:25 -0700
changeset 17184 342467f0c6c2
parent 12287 5b5175de639f
permissions -rw-r--r--
8010521: jdk8 l10n resource file translation update 2 Reviewed-by: naoto, yhuang
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
17184
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
     1
# This properties file is used to create a PropertyResourceBundle
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
     2
# It contains Locale specific strings used be the Synth Look and Feel.
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
     3
# Currently, the following components need this for support:
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
     4
#
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
     5
#    FileChooser
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
     6
#
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
     7
# When this file is read in, the strings are put into the
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
     8
# defaults table.  This is an implementation detail of the current
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
     9
# workings of Swing.  DO NOT DEPEND ON THIS.
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    10
# This may change in future versions of Swing as we improve localization
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    11
# support.
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    12
#
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    13
# Refer to the note in basic.properties for a description as to what
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    14
# the mnemonics correspond to and how to calculate them.
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    15
#
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    16
# @author Steve Wilson
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    17
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    18
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    19
############ FILE CHOOSER STRINGS #############
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    20
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    21
FileChooser.lookInLabel.textAndMnemonic=Pesquisar &em:
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    22
FileChooser.saveInLabel.textAndMnemonic=Salvar Em:
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    23
FileChooser.fileNameLabel.textAndMnemonic=&Nome do Arquivo:
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    24
FileChooser.folderNameLabel.textAndMnemonic=&Nome da Pasta:
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    25
FileChooser.filesOfTypeLabel.textAndMnemonic=Arquivos do &Tipo:
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    26
FileChooser.upFolderToolTip.textAndMnemonic=Um N\u00EDvel Acima
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    27
FileChooser.upFolderAccessibleName=Acima
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    28
FileChooser.homeFolderToolTip.textAndMnemonic=In\u00EDcio
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    29
FileChooser.homeFolderAccessibleName=In\u00EDcio
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    30
FileChooser.newFolderToolTip.textAndMnemonic=Criar Nova Pasta
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    31
FileChooser.newFolderAccessibleName=Nova Pasta
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    32
FileChooser.newFolderActionLabel.textAndMnemonic=Nova Pasta
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    33
FileChooser.listViewButtonToolTip.textAndMnemonic=Lista
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    34
FileChooser.listViewButtonAccessibleName=Lista
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    35
FileChooser.listViewActionLabel.textAndMnemonic=Lista
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    36
FileChooser.detailsViewButtonToolTip.textAndMnemonic=Detalhes
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    37
FileChooser.detailsViewButtonAccessibleName=Detalhes
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    38
FileChooser.detailsViewActionLabel.textAndMnemonic=Detalhes
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    39
FileChooser.refreshActionLabel.textAndMnemonic=Atualizar
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    40
FileChooser.viewMenuLabel.textAndMnemonic=Exibir
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    41
FileChooser.fileNameHeader.textAndMnemonic=Nome
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    42
FileChooser.fileSizeHeader.textAndMnemonic=Tamanho
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    43
FileChooser.fileTypeHeader.textAndMnemonic=Tipo
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    44
FileChooser.fileDateHeader.textAndMnemonic=Modificado
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    45
FileChooser.fileAttrHeader.textAndMnemonic=Atributos