1 #
   2 # This properties file is used to create a PropertyResourceBundle
   3 # It contains Locale specific strings used be the Accessibility package.
   4 #
   5 # When this file is read in, the strings are put into the 
   6 # defaults table.  This is an implementation detail of the current
   7 # workings of Accessibility.  DO NOT DEPEND ON THIS.  
   8 # This may change in future versions of Accessibility as we improve 
   9 # localization support.
  10 #
  11 # @author  Lynn Monsanto
  12 
  13 #
  14 # accessible roles
  15 #
  16 alert=Alert
  17 awtcomponent=AWT-Komponente
  18 checkbox=Kontrollk\u00E4stchen
  19 colorchooser=Farbauswahl
  20 columnheader=Spaltenheader
  21 combobox=Kombinationsfeld
  22 canvas=Leinwand
  23 desktopicon=Desktopsymbol
  24 desktoppane=Desktopbereich
  25 dialog=Dialogfeld
  26 directorypane=Verzeichnisbereich
  27 glasspane=Glass Pane
  28 filechooser=Dateiauswahl
  29 filler=F\u00FCllbereich
  30 frame=Rahmen
  31 internalframe=Innerer Rahmen
  32 label=Label
  33 layeredpane=Layered Pane
  34 list=Liste
  35 listitem=Listenelement
  36 menubar=Men\u00FCleiste
  37 menu=Men\u00FC
  38 menuitem=Men\u00FCpunkt
  39 optionpane=Optionsbereich
  40 pagetab=Registerkarte
  41 pagetablist=Registerkartenliste
  42 panel=Bereich
  43 passwordtext=Kennworttext
  44 popupmenu=Popup-Men\u00FC
  45 progressbar=Fortschrittsbalken
  46 pushbutton=Schaltfl\u00E4che
  47 radiobutton=Optionsfeld
  48 rootpane=Root-Bereich
  49 rowheader=Zeilenheader
  50 scrollbar=Bildlaufleiste
  51 scrollpane=Bildlaufbereich
  52 separator=Trennzeichen
  53 slider=Schieberegler
  54 splitpane=Split Pane
  55 swingcomponent=Swing-Komponente
  56 table=Tabelle
  57 text=Text
  58 tree=Baumstruktur
  59 togglebutton=Umschaltfl\u00E4che
  60 toolbar=Symbolleiste
  61 tooltip=QuickInfo
  62 unknown=Unbekannt
  63 viewport=Viewport
  64 window=Fenster
  65 #
  66 # accessible relations
  67 #
  68 labelFor=Label f\u00FCr
  69 labeledBy=beschriftet von
  70 memberOf=Mitglied von
  71 controlledBy=controlledBy
  72 controllerFor=controllerFor
  73 #
  74 # accessible states
  75 #
  76 active=aktiv
  77 armed=aktiviert
  78 busy=ausgelastet
  79 checked=markiert
  80 collapsed=ausgeblendet
  81 editable=bearbeitbar
  82 expandable=erweiterbar
  83 expanded=eingeblendet
  84 enabled=aktiviert
  85 focusable=fokussierbar
  86 focused=fokussiert
  87 iconified=minimiert
  88 modal=modal
  89 multiline=mehrzeilig
  90 multiselectable=mehrfach ausw\u00E4hlbar
  91 opaque=nicht transparent
  92 pressed=gedr\u00FCckt
  93 resizable=skalierbar
  94 selectable=w\u00E4hlbar
  95 selected=ausgew\u00E4hlt
  96 showing=angezeigt
  97 singleline=einzeilig
  98 transient=transient
  99 visible=sichtbar
 100 vertical=vertikal
 101 horizontal=horizontal
 102 #
 103 # accessible actions
 104 #
 105 toggleexpand=einblenden umschalten
 106 
 107 # new relations, roles and states for J2SE 1.5.0
 108 
 109 # 
 110 # accessible relations
 111 #
 112 flowsTo=flie\u00DFt zu
 113 flowsFrom=flie\u00DFt von
 114 subwindowOf=Unterfenster von
 115 parentWindowOf=\u00FCbergeordnetes Fenster von
 116 embeds=bettet ein
 117 embeddedBy=eingebettet in
 118 childNodeOf=untergeordneter Knoten von
 119 
 120 #
 121 # accessible roles
 122 #
 123 header=Header
 124 footer=Footer
 125 paragraph=Absatz
 126 ruler=Lineal
 127 editbar=Bearbeitungsleiste
 128 progressMonitor=Fortschrittsmonitor
 129 
 130 #
 131 # accessible states
 132 #
 133 managesDescendants=verwaltet untergeordnete Objekte
 134 indeterminate=unbestimmt
 135 truncated=abgeschnitten
 136 
 137 # new for J2SE 1.6.0
 138 
 139 #
 140 # accessible roles
 141 #
 142 htmlcontainer=HTML-Container
 143 
 144 #
 145 # END OF MATERIAL TO LOCALIZE
 146 #