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=Alert
  42 awtcomponent=AWT-Komponente
  43 checkbox=Kontrollk\u00E4stchen
  44 colorchooser=Farbauswahl
  45 columnheader=Spaltenheader
  46 combobox=Kombinationsfeld
  47 canvas=Leinwand
  48 desktopicon=Desktopsymbol
  49 desktoppane=Desktopbereich
  50 dialog=Dialogfeld
  51 directorypane=Verzeichnisbereich
  52 glasspane=Glass Pane
  53 filechooser=Dateiauswahl
  54 filler=F\u00FCllbereich
  55 frame=Rahmen
  56 internalframe=Innerer Rahmen
  57 label=Label
  58 layeredpane=Layered Pane
  59 list=Liste
  60 listitem=Listenelement
  61 menubar=Men\u00FCleiste
  62 menu=Men\u00FC
  63 menuitem=Men\u00FCpunkt
  64 optionpane=Optionsbereich
  65 pagetab=Registerkarte
  66 pagetablist=Registerkartenliste
  67 panel=Bereich
  68 passwordtext=Kennworttext
  69 popupmenu=Popup-Men\u00FC
  70 progressbar=Fortschrittsbalken
  71 pushbutton=Schaltfl\u00E4che
  72 radiobutton=Optionsfeld
  73 rootpane=Root-Bereich
  74 rowheader=Zeilenheader
  75 scrollbar=Bildlaufleiste
  76 scrollpane=Bildlaufbereich
  77 separator=Trennzeichen
  78 slider=Schieberegler
  79 splitpane=Split Pane
  80 swingcomponent=Swing-Komponente
  81 table=Tabelle
  82 text=Text
  83 tree=Baumstruktur
  84 togglebutton=Umschaltfl\u00E4che
  85 toolbar=Symbolleiste
  86 tooltip=QuickInfo
  87 unknown=Unbekannt
  88 viewport=Viewport
  89 window=Fenster
  90 #
  91 # accessible relations
  92 #
  93 labelFor=Label f\u00FCr
  94 labeledBy=beschriftet von
  95 memberOf=Mitglied von
  96 controlledBy=controlledBy
  97 controllerFor=controllerFor
  98 #
  99 # accessible states
 100 #
 101 active=aktiv
 102 armed=aktiviert
 103 busy=ausgelastet
 104 checked=markiert
 105 collapsed=ausgeblendet
 106 editable=bearbeitbar
 107 expandable=erweiterbar
 108 expanded=eingeblendet
 109 enabled=aktiviert
 110 focusable=fokussierbar
 111 focused=fokussiert
 112 iconified=minimiert
 113 modal=modal
 114 multiline=mehrzeilig
 115 multiselectable=mehrfach ausw\u00E4hlbar
 116 opaque=nicht transparent
 117 pressed=gedr\u00FCckt
 118 resizable=skalierbar
 119 selectable=w\u00E4hlbar
 120 selected=ausgew\u00E4hlt
 121 showing=angezeigt
 122 singleline=einzeilig
 123 transient=transient
 124 visible=sichtbar
 125 vertical=vertikal
 126 horizontal=horizontal
 127 #
 128 # accessible actions
 129 #
 130 toggleexpand=einblenden umschalten
 131 
 132 # new relations, roles and states for J2SE 1.5.0
 133 
 134 # 
 135 # accessible relations
 136 #
 137 flowsTo=flie\u00DFt zu
 138 flowsFrom=flie\u00DFt von
 139 subwindowOf=Unterfenster von
 140 parentWindowOf=\u00FCbergeordnetes Fenster von
 141 embeds=bettet ein
 142 embeddedBy=eingebettet in
 143 childNodeOf=untergeordneter Knoten von
 144 
 145 #
 146 # accessible roles
 147 #
 148 header=Header
 149 footer=Footer
 150 paragraph=Absatz
 151 ruler=Lineal
 152 editbar=Bearbeitungsleiste
 153 progressMonitor=Fortschrittsmonitor
 154 
 155 #
 156 # accessible states
 157 #
 158 managesDescendants=verwaltet untergeordnete Objekte
 159 indeterminate=unbestimmt
 160 truncated=abgeschnitten
 161 
 162 # new for J2SE 1.6.0
 163 
 164 #
 165 # accessible roles
 166 #
 167 htmlcontainer=HTML-Container
 168 
 169 #
 170 # END OF MATERIAL TO LOCALIZE
 171 #