src/java.desktop/share/classes/com/sun/accessibility/internal/resources/accessibility_de.properties
author ljiang
Thu, 25 Jul 2019 15:29:50 +0800
changeset 57577 a0c5401371c9
parent 47216 71c04702a3d5
permissions -rw-r--r--
8228397: Missing license copyright header in some properties files Reviewed-by: iris, mchung, naoto

#
# Copyright (c) 2010, 2019, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 2 only, as
# published by the Free Software Foundation.  Oracle designates this
# particular file as subject to the "Classpath" exception as provided
# by Oracle in the LICENSE file that accompanied this code.
#
# This code is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
# version 2 for more details (a copy is included in the LICENSE file that
# accompanied this code).
#
# You should have received a copy of the GNU General Public License version
# 2 along with this work; if not, write to the Free Software Foundation,
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
# or visit www.oracle.com if you need additional information or have any
# questions.
#

#
# This properties file is used to create a PropertyResourceBundle
# It contains Locale specific strings used be the Accessibility package.
#
# When this file is read in, the strings are put into the 
# defaults table.  This is an implementation detail of the current
# workings of Accessibility.  DO NOT DEPEND ON THIS.  
# This may change in future versions of Accessibility as we improve 
# localization support.
#
# @author  Lynn Monsanto

#
# accessible roles
#
alert=Alert
awtcomponent=AWT-Komponente
checkbox=Kontrollk\u00E4stchen
colorchooser=Farbauswahl
columnheader=Spaltenheader
combobox=Kombinationsfeld
canvas=Leinwand
desktopicon=Desktopsymbol
desktoppane=Desktopbereich
dialog=Dialogfeld
directorypane=Verzeichnisbereich
glasspane=Glass Pane
filechooser=Dateiauswahl
filler=F\u00FCllbereich
frame=Rahmen
internalframe=Innerer Rahmen
label=Label
layeredpane=Layered Pane
list=Liste
listitem=Listenelement
menubar=Men\u00FCleiste
menu=Men\u00FC
menuitem=Men\u00FCpunkt
optionpane=Optionsbereich
pagetab=Registerkarte
pagetablist=Registerkartenliste
panel=Bereich
passwordtext=Kennworttext
popupmenu=Popup-Men\u00FC
progressbar=Fortschrittsbalken
pushbutton=Schaltfl\u00E4che
radiobutton=Optionsfeld
rootpane=Root-Bereich
rowheader=Zeilenheader
scrollbar=Bildlaufleiste
scrollpane=Bildlaufbereich
separator=Trennzeichen
slider=Schieberegler
splitpane=Split Pane
swingcomponent=Swing-Komponente
table=Tabelle
text=Text
tree=Baumstruktur
togglebutton=Umschaltfl\u00E4che
toolbar=Symbolleiste
tooltip=QuickInfo
unknown=Unbekannt
viewport=Viewport
window=Fenster
#
# accessible relations
#
labelFor=Label f\u00FCr
labeledBy=beschriftet von
memberOf=Mitglied von
controlledBy=controlledBy
controllerFor=controllerFor
#
# accessible states
#
active=aktiv
armed=aktiviert
busy=ausgelastet
checked=markiert
collapsed=ausgeblendet
editable=bearbeitbar
expandable=erweiterbar
expanded=eingeblendet
enabled=aktiviert
focusable=fokussierbar
focused=fokussiert
iconified=minimiert
modal=modal
multiline=mehrzeilig
multiselectable=mehrfach ausw\u00E4hlbar
opaque=nicht transparent
pressed=gedr\u00FCckt
resizable=skalierbar
selectable=w\u00E4hlbar
selected=ausgew\u00E4hlt
showing=angezeigt
singleline=einzeilig
transient=transient
visible=sichtbar
vertical=vertikal
horizontal=horizontal
#
# accessible actions
#
toggleexpand=einblenden umschalten

# new relations, roles and states for J2SE 1.5.0

# 
# accessible relations
#
flowsTo=flie\u00DFt zu
flowsFrom=flie\u00DFt von
subwindowOf=Unterfenster von
parentWindowOf=\u00FCbergeordnetes Fenster von
embeds=bettet ein
embeddedBy=eingebettet in
childNodeOf=untergeordneter Knoten von

#
# accessible roles
#
header=Header
footer=Footer
paragraph=Absatz
ruler=Lineal
editbar=Bearbeitungsleiste
progressMonitor=Fortschrittsmonitor

#
# accessible states
#
managesDescendants=verwaltet untergeordnete Objekte
indeterminate=unbestimmt
truncated=abgeschnitten

# new for J2SE 1.6.0

#
# accessible roles
#
htmlcontainer=HTML-Container

#
# END OF MATERIAL TO LOCALIZE
#