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