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 #
  27 # This properties file is used to create a PropertyResourceBundle
  28 # It contains Locale specific strings used be the Accessibility package.
  29 #
  30 # When this file is read in, the strings are put into the 
  31 # defaults table.  This is an implementation detail of the current
  32 # workings of Accessibility.  DO NOT DEPEND ON THIS.  
  33 # This may change in future versions of Accessibility as we improve 
  34 # localization support.
  35 #
  36 # @author  Lynn Monsanto
  37 
  38 #
  39 # accessible roles
  40 #
  41 alert=alerta
  42 awtcomponent=componente AWT
  43 checkbox=caixa de sele\u00E7\u00E3o
  44 colorchooser=seletor de cores
  45 columnheader=cabe\u00E7alho da coluna
  46 combobox=caixa de combina\u00E7\u00E3o
  47 canvas=tela
  48 desktopicon=\u00EDcone da \u00E1rea de trabalho
  49 desktoppane=painel da \u00E1rea de trabalho
  50 dialog=caixa de di\u00E1logo
  51 directorypane=painel do diret\u00F3rio
  52 glasspane=painel transparente
  53 filechooser=seletor de arquivos
  54 filler=preenchedor
  55 frame=quadro
  56 internalframe=quadro interno
  57 label=r\u00F3tulo
  58 layeredpane=painel em camadas
  59 list=lista
  60 listitem=item da lista
  61 menubar=barra de menus
  62 menu=menu
  63 menuitem=item do menu
  64 optionpane=painel de op\u00E7\u00F5es
  65 pagetab=guia da p\u00E1gina
  66 pagetablist=lista de guias da p\u00E1gina
  67 panel=painel
  68 passwordtext=texto da senha
  69 popupmenu=menu pop-up
  70 progressbar=barra de progresso
  71 pushbutton=bot\u00E3o de a\u00E7\u00E3o
  72 radiobutton=bot\u00E3o de op\u00E7\u00E3o
  73 rootpane=painel base
  74 rowheader=cabe\u00E7alho da linha
  75 scrollbar=barra de rolagem
  76 scrollpane=painel de rolagem
  77 separator=separador
  78 slider=controle deslizante
  79 splitpane=painel dividido
  80 swingcomponent=componente swing
  81 table=tabela
  82 text=texto
  83 tree=\u00E1rvore
  84 togglebutton=bot\u00E3o de altern\u00E2ncia
  85 toolbar=barra de ferramentas
  86 tooltip=dica de ferramenta
  87 unknown=desconhecido
  88 viewport=janela de visualiza\u00E7\u00E3o
  89 window=janela
  90 #
  91 # accessible relations
  92 #
  93 labelFor=r\u00F3tulo de
  94 labeledBy=rotulado por
  95 memberOf=membro de
  96 controlledBy=controlledBy
  97 controllerFor=controllerFor
  98 #
  99 # accessible states
 100 #
 101 active=ativo
 102 armed=armado
 103 busy=ocupado
 104 checked=selecionado
 105 collapsed=contra\u00EDdo
 106 editable=edit\u00E1vel
 107 expandable=expans\u00EDvel
 108 expanded=expandido
 109 enabled=ativado
 110 focusable=focaliz\u00E1vel
 111 focused=focalizado
 112 iconified=iconizado
 113 modal=modal
 114 multiline=v\u00E1rias linhas
 115 multiselectable=m\u00FAltipla escolha
 116 opaque=opaco
 117 pressed=pressionado
 118 resizable=redimension\u00E1vel
 119 selectable=selecion\u00E1vel
 120 selected=selecionado
 121 showing=mostrando
 122 singleline=linha \u00FAnica
 123 transient=transit\u00F3rio
 124 visible=vis\u00EDvel
 125 vertical=vertical
 126 horizontal=horizontal
 127 #
 128 # accessible actions
 129 #
 130 toggleexpand=alternar expandir
 131 
 132 # new relations, roles and states for J2SE 1.5.0
 133 
 134 # 
 135 # accessible relations
 136 #
 137 flowsTo=fluxos para
 138 flowsFrom=fluxos de
 139 subwindowOf=subjanela de
 140 parentWindowOf=janela pai de
 141 embeds=integra
 142 embeddedBy=integrado por
 143 childNodeOf=n\u00F3 filho de
 144 
 145 #
 146 # accessible roles
 147 #
 148 header=cabe\u00E7alho
 149 footer=rodap\u00E9
 150 paragraph=par\u00E1grafo
 151 ruler=r\u00E9gua
 152 editbar=barra de edi\u00E7\u00E3o
 153 progressMonitor=monitor de progresso
 154 
 155 #
 156 # accessible states
 157 #
 158 managesDescendants=gerencia descendentes
 159 indeterminate=indeterminado
 160 truncated=truncado
 161 
 162 # new for J2SE 1.6.0
 163 
 164 #
 165 # accessible roles
 166 #
 167 htmlcontainer=Container de HTML
 168 
 169 #
 170 # END OF MATERIAL TO LOCALIZE
 171 #