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 # This properties file is used to create a PropertyResourceBundle
  27 # It contains Locale specific strings used in Swing
  28 # Currently, the following components need this for support:
  29 #
  30 #    ColorChooser
  31 #    FileChooser
  32 #    OptionPane
  33 #
  34 # When this file is read in, the strings are put into the
  35 # defaults table.  This is an implementation detail of the current
  36 # workings of Swing.  DO NOT DEPEND ON THIS.
  37 # This may change in future versions of Swing as we improve localization
  38 # support.
  39 #
  40 #                        MNEMONIC NOTE:
  41 # Many of strings in this file are used by widgets that have a
  42 # mnemonic, for example:
  43 #   ColorChooser.rgbNameTextAndMnemonic=R&GB
  44 #
  45 # Indicates that the tab in the ColorChooser for RGB colors will have
  46 # the text 'RGB', further the mnemonic character will be 'g' and that
  47 # a decoration will be provided under the 'G'. This will typically
  48 # look like:  RGB
  49 #              -
  50 #
  51 # One important thing to remember is that the mnemonic MUST exist in
  52 # the String, if it does not exist you should add text that makes it
  53 # exist. This will typically take the form 'XXXX (M)' where M is the
  54 # character for the mnemonic.
  55 #
  56 # @author Steve Wilson
  57 
  58 ############ FILE CHOOSER STRINGS #############
  59 FileChooser.fileDescription.textAndMnemonic=Generisk fil
  60 FileChooser.directoryDescription.textAndMnemonic=Katalog
  61 FileChooser.newFolderError.textAndMnemonic=Kan inte skapa ny mapp
  62 FileChooser.newFolderErrorSeparator= :
  63 FileChooser.newFolderParentDoesntExistTitle.textAndMnemonic=Kan inte skapa mappen
  64 FileChooser.newFolderParentDoesntExist.textAndMnemonic=Kan inte skapa mappen.\n\nSystemet kan inte hitta angiven s\u00F6kv\u00E4g.
  65 FileChooser.renameErrorTitle.textAndMnemonic=Ett fel intr\u00E4ffade vid f\u00F6rs\u00F6k att \u00E4ndra namn p\u00E5 fil eller mapp
  66 FileChooser.renameError.textAndMnemonic=Kan inte namn\u00E4ndra {0}
  67 FileChooser.renameErrorFileExists.textAndMnemonic=Kan inte namn\u00E4ndra {0}: En fil med angivet namn finns redan. Ange ett annat filnamn. 
  68 FileChooser.acceptAllFileFilter.textAndMnemonic=Alla filer
  69 FileChooser.cancelButton.textAndMnemonic=Avbryt
  70 FileChooser.saveButton.textAndMnemonic=Spara
  71 FileChooser.openButton.textAndMnemonic=\u00D6ppna
  72 FileChooser.saveDialogTitle.textAndMnemonic=Spara
  73 FileChooser.openDialogTitle.textAndMnemonic=\u00D6ppna
  74 FileChooser.updateButton.textAndMnemonic=Upp&datera
  75 FileChooser.helpButton.textAndMnemonic=&Hj\u00E4lp
  76 FileChooser.directoryOpenButton.textAndMnemonic=\u00D6ppna
  77 
  78 # File Size Units
  79 FileChooser.fileSizeKiloBytes={0} KB
  80 FileChooser.fileSizeMegaBytes={0} MB
  81 FileChooser.fileSizeGigaBytes={0} GB
  82 
  83 # These strings are platform dependent not look and feel dependent.
  84 FileChooser.win32.newFolder=Ny mapp
  85 FileChooser.win32.newFolder.subsequent=Ny mapp ({0})
  86 FileChooser.other.newFolder=Ny mapp
  87 FileChooser.other.newFolder.subsequent=Ny mapp {0}
  88 
  89 
  90 ## file chooser tooltips ###
  91 FileChooser.cancelButtonToolTip.textAndMnemonic=Avbryt dialogrutan f\u00F6r filval
  92 FileChooser.saveButtonToolTip.textAndMnemonic=Spara vald fil
  93 FileChooser.openButtonToolTip.textAndMnemonic=\u00D6ppna vald fil
  94 FileChooser.updateButtonToolTip.textAndMnemonic=Uppdatera kataloglista
  95 FileChooser.helpButtonToolTip.textAndMnemonic=Hj\u00E4lp f\u00F6r val av fil
  96 FileChooser.directoryOpenButtonToolTip.textAndMnemonic=\u00D6ppna vald katalog
  97 
  98 FileChooser.filesListAccessibleName=Fillista
  99 FileChooser.filesDetailsAccessibleName=Fildetaljer
 100 
 101 ############ COLOR CHOOSER STRINGS #############
 102 ColorChooser.preview.textAndMnemonic=Granska
 103 ColorChooser.ok.textAndMnemonic=OK
 104 ColorChooser.cancel.textAndMnemonic=Avbryt
 105 ColorChooser.reset.textAndMnemonic=&\u00C5terst\u00E4ll
 106 ColorChooser.sample.textAndMnemonic=Exempeltext  Exempeltext
 107 ColorChooser.swatches.textAndMnemonic=&Prov
 108 ColorChooser.swatchesRecent.textAndMnemonic=Senaste:
 109 ColorChooser.hsv.textAndMnemonic=&HSV
 110 ColorChooser.hsvHue.textAndMnemonic=Nyans
 111 ColorChooser.hsvSaturation.textAndMnemonic=M\u00E4ttnad
 112 ColorChooser.hsvValue.textAndMnemonic=V\u00E4rde
 113 ColorChooser.hsvTransparency.textAndMnemonic=Transparens
 114 ColorChooser.hsl.textAndMnemonic=HS&L
 115 ColorChooser.hslHue.textAndMnemonic=Nyans
 116 ColorChooser.hslSaturation.textAndMnemonic=M\u00E4ttnad
 117 ColorChooser.hslLightness.textAndMnemonic=Ljusstyrka
 118 ColorChooser.hslTransparency.textAndMnemonic=Transparens
 119 ColorChooser.rgb.textAndMnemonic=R&GB
 120 ColorChooser.rgbRed.textAndMnemonic=R\u00F6&d
 121 ColorChooser.rgbGreen.textAndMnemonic=Gr\u00F6&n
 122 ColorChooser.rgbBlue.textAndMnemonic=&Bl\u00E5
 123 ColorChooser.rgbAlpha.textAndMnemonic=Alfa
 124 ColorChooser.rgbHexCode.textAndMnemonic=&F\u00E4rgkod
 125 ColorChooser.cmyk.textAndMnemonic=C&MYK
 126 ColorChooser.cmykCyan.textAndMnemonic=Cyan
 127 ColorChooser.cmykMagenta.textAndMnemonic=Magenta
 128 ColorChooser.cmykYellow.textAndMnemonic=Gul
 129 ColorChooser.cmykBlack.textAndMnemonic=Svart
 130 ColorChooser.cmykAlpha.textAndMnemonic=Alfa
 131 
 132 ############ OPTION PANE STRINGS #############
 133 # We only define mnemonics for YES/NO, but for completeness you can
 134 # define mnemonics for any of the buttons.
 135 OptionPane.yesButton.textAndMnemonic=&Ja
 136 OptionPane.noButton.textAndMnemonic=&Nej
 137 OptionPane.okButton.textAndMnemonic=OK
 138 #OptionPane.okButtonMnemonic=0
 139 OptionPane.cancelButton.textAndMnemonic=Avbryt
 140 #OptionPane.cancelButtonMnemonic=0
 141 OptionPane.title.textAndMnemonic=V\u00E4lj ett alternativ
 142 # Title for the dialog for the showInputDialog methods. Only used if
 143 # the developer uses one of the variants that doesn't take a title.
 144 OptionPane.inputDialog.titleAndMnemonic=Indata
 145 # Title for the dialog for the showMessageDialog methods. Only used if
 146 # the developer uses one of the variants that doesn't take a title.
 147 OptionPane.messageDialog.titleAndMnemonic=Meddelande
 148 
 149 ############ Printing Dialog Strings ############
 150 PrintingDialog.titleProgress.textAndMnemonic=Skriver ut
 151 PrintingDialog.titleAborting.textAndMnemonic=Skriver ut (avbryter)
 152 
 153 PrintingDialog.contentInitial.textAndMnemonic=Utskrift p\u00E5g\u00E5r...
 154 
 155 # The following string will be formatted by a MessageFormat
 156 # and {0} will be replaced by page number being printed
 157 PrintingDialog.contentProgress.textAndMnemonic=Skriver ut sida {0}...
 158 
 159 PrintingDialog.contentAborting.textAndMnemonic=Utskriften avbryts...
 160 
 161 PrintingDialog.abortButton.textAndMnemonic=&Avbryt
 162 PrintingDialog.abortButtonToolTip.textAndMnemonic=Avbryt utskrift
 163 
 164 ############ Internal Frame Strings ############
 165 InternalFrame.iconButtonToolTip=Minimera
 166 InternalFrame.maxButtonToolTip=Maximera
 167 InternalFrame.restoreButtonToolTip=\u00C5terst\u00E4ll
 168 InternalFrame.closeButtonToolTip=St\u00E4ng
 169 
 170 ############ Internal Frame Title Pane Strings ############
 171 InternalFrameTitlePane.restoreButton.textAndMnemonic=&\u00C5terst\u00E4ll
 172 InternalFrameTitlePane.moveButton.textAndMnemonic=&Flytta
 173 InternalFrameTitlePane.sizeButton.textAndMnemonic=&Storlek
 174 InternalFrameTitlePane.minimizeButton.textAndMnemonic=Mi&nimera
 175 InternalFrameTitlePane.maximizeButton.textAndMnemonic=Ma&ximera
 176 InternalFrameTitlePane.closeButton.textAndMnemonic=&St\u00E4ng
 177 
 178 ############ Text strings #############
 179 # Used for html forms
 180 FormView.submitButton.textAndMnemonic=Skicka fr\u00E5ga
 181 FormView.resetButton.textAndMnemonic=\u00C5terst\u00E4ll
 182 FormView.browseFileButton.textAndMnemonic=Bl\u00E4ddra...
 183 
 184 ############ Abstract Document Strings ############
 185 AbstractDocument.styleChange.textAndMnemonic=format\u00E4ndring
 186 AbstractDocument.addition.textAndMnemonic=till\u00E4gg
 187 AbstractDocument.deletion.textAndMnemonic=borttagning
 188 AbstractDocument.undo.textAndMnemonic=\u00C5ngra
 189 AbstractDocument.redo.textAndMnemonic=G\u00F6r om
 190 
 191 ############ Abstract Button Strings ############
 192 AbstractButton.click.textAndMnemonic=klicka
 193 
 194 ############ Abstract Undoable Edit Strings ############
 195 AbstractUndoableEdit.undo.textAndMnemonic=\u00C5ngra
 196 AbstractUndoableEdit.redo.textAndMnemonic=G\u00F6r om
 197 
 198 ############ Combo Box Strings ############
 199 ComboBox.togglePopup.textAndMnemonic=v\u00E4xlaPopup
 200 
 201 ############ Progress Monitor Strings ############
 202 ProgressMonitor.progress.textAndMnemonic=P\u00E5g\u00E5r...
 203 
 204 ############ Split Pane Strings ############
 205 SplitPane.leftButton.textAndMnemonic=v\u00E4nsterknapp
 206 SplitPane.rightButton.textAndMnemonic=h\u00F6gerknapp
 207 # Used for Isindex
 208 IsindexView.prompt=Detta \u00E4r ett s\u00F6kbart index. Ange s\u00F6kord:
 209 
 210 ############ InternalFrameTitlePane Strings ############
 211 InternalFrameTitlePane.iconifyButtonAccessibleName=Minimera
 212 InternalFrameTitlePane.maximizeButtonAccessibleName=Maximera
 213 InternalFrameTitlePane.closeButtonAccessibleName=St\u00E4ng