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=avisering
  42 awtcomponent=AWT-komponent
  43 checkbox=kryssruta
  44 colorchooser=f\u00E4rgv\u00E4ljare
  45 columnheader=kolumnrubrik
  46 combobox=kombinationsruta
  47 canvas=rityta
  48 desktopicon=skrivbordsikon
  49 desktoppane=skrivbordsruta
  50 dialog=dialogruta
  51 directorypane=katalogruta
  52 glasspane=glasruta
  53 filechooser=filv\u00E4ljare
  54 filler=utfyllnad
  55 frame=ram
  56 internalframe=intern ram
  57 label=etikett
  58 layeredpane=staplad ruta
  59 list=lista
  60 listitem=listobjekt
  61 menubar=menyrad
  62 menu=meny
  63 menuitem=menyalternativ
  64 optionpane=alternativruta
  65 pagetab=sidflik
  66 pagetablist=sidflikslista
  67 panel=panel
  68 passwordtext=l\u00F6senordstext
  69 popupmenu=snabbmeny
  70 progressbar=statusrad
  71 pushbutton=knapp
  72 radiobutton=alternativknapp
  73 rootpane=grundruta
  74 rowheader=radrubrik
  75 scrollbar=rullningslist
  76 scrollpane=rullningsruta
  77 separator=avskiljare
  78 slider=skjutreglage
  79 splitpane=delad ruta
  80 swingcomponent=swing-komponent
  81 table=tabell
  82 text=text
  83 tree=tr\u00E4d
  84 togglebutton=v\u00E4xlingsknapp
  85 toolbar=verktygsrad
  86 tooltip=knappbeskrivning
  87 unknown=ok\u00E4nd
  88 viewport=vyport
  89 window=f\u00F6nster
  90 #
  91 # accessible relations
  92 #
  93 labelFor=etikett f\u00F6r
  94 labeledBy=etikett av
  95 memberOf=medlem i
  96 controlledBy=controlledBy
  97 controllerFor=controllerFor
  98 #
  99 # accessible states
 100 #
 101 active=aktiv
 102 armed=redo
 103 busy=upptagen
 104 checked=markerad
 105 collapsed=komprimerad
 106 editable=redigerbar
 107 expandable=ut\u00F6kningsbar
 108 expanded=ut\u00F6kad
 109 enabled=aktiverad
 110 focusable=fokuseringsbar
 111 focused=fokuserad
 112 iconified=minimerad
 113 modal=modal
 114 multiline=flera rader
 115 multiselectable=flerval
 116 opaque=ogenomskinlig
 117 pressed=nedtryckt
 118 resizable=storleks\u00E4ndringsbar
 119 selectable=valbar
 120 selected=vald
 121 showing=visar
 122 singleline=en rad
 123 transient=tillf\u00E4llig
 124 visible=synlig
 125 vertical=vertikal
 126 horizontal=horisontell
 127 #
 128 # accessible actions
 129 #
 130 toggleexpand=v\u00E4xla expandering
 131 
 132 # new relations, roles and states for J2SE 1.5.0
 133 
 134 # 
 135 # accessible relations
 136 #
 137 flowsTo=fl\u00F6dar till
 138 flowsFrom=fl\u00F6dar fr\u00E5n
 139 subwindowOf=delf\u00F6nster av
 140 parentWindowOf=\u00F6verordnat f\u00F6nster f\u00F6r
 141 embeds=b\u00E4ddar in
 142 embeddedBy=b\u00E4ddas in av
 143 childNodeOf=underordnad nod f\u00F6r
 144 
 145 #
 146 # accessible roles
 147 #
 148 header=sidhuvud
 149 footer=sidfot
 150 paragraph=stycke
 151 ruler=linjal
 152 editbar=redigeringslist
 153 progressMonitor=f\u00F6rlopps\u00F6vervakare
 154 
 155 #
 156 # accessible states
 157 #
 158 managesDescendants=hanterar underordnade
 159 indeterminate=obest\u00E4mt
 160 truncated=kapad
 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 #