1 #
   2 # Copyright (c) 2011, 2013, 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, it contains the additional strings needed for the Aqua versions of these components:
  29 #
  30 #    FileChooser
  31 #
  32 # When this file is read in, the strings are put into the
  33 # defaults table.  This is an implementation detail of the current
  34 # workings of Swing.  DO NOT DEPEND ON THIS.
  35 # This may change in future versions of Swing as we improve localization
  36 # support.
  37 
  38 ############ FILE CHOOSER STRINGS #############
  39 FileChooser.fileDescription.textAndMnemonic=Generisk fil
  40 FileChooser.directoryDescription.textAndMnemonic=Katalog
  41 FileChooser.newFolderError.textAndMnemonic=Ett fel inträffade när en mapp skulle skapas
  42 FileChooser.newFolderErrorSeparator= :
  43 FileChooser.acceptAllFileFilter.textAndMnemonic=Alla filer
  44 FileChooser.cancelButton.textAndMnemonic=Avbryt
  45 FileChooser.saveButton.textAndMnemonic=Spara
  46 FileChooser.openButton.textAndMnemonic=Öppna
  47 FileChooser.saveDialogTitle.textAndMnemonic=Spara
  48 FileChooser.openDialogTitle.textAndMnemonic=Öppna
  49 FileChooser.updateButton.textAndMnemonic=Uppdatera
  50 FileChooser.helpButton.textAndMnemonic=Hjälp
  51 FileChooser.directoryOpenButton.textAndMnemonic=Öppna
  52 
  53 # File Size Units
  54 FileChooser.fileSizeKiloBytes={0} KB
  55 FileChooser.fileSizeMegaBytes={0} MB
  56 FileChooser.fileSizeGigaBytes={0} GB
  57 
  58 # Mac-specific strings
  59 FileChooser.saveTitle.textAndMnemonic=Spara
  60 FileChooser.openTitle.textAndMnemonic=Öppna
  61 FileChooser.newFolderExistsError.textAndMnemonic=Namnet finns redan
  62 FileChooser.chooseButton.textAndMnemonic=Välj
  63 
  64 FileChooser.newFolderButton.textAndMnemonic=Ny mapp
  65 FileChooser.newFolderTitle.textAndMnemonic=Ny mapp
  66 FileChooser.fileNameLabel.textAndMnemonic=Fil:
  67 FileChooser.saveDialogFileNameLabel.textAndMnemonic=Spara som:
  68 FileChooser.filesOfTypeLabel.textAndMnemonic=Filformat:
  69 
  70 FileChooser.desktopName=Klientdator
  71 FileChooser.newFolderPrompt.textAndMnemonic=Namn på ny mapp:
  72 FileChooser.untitledFolderName=namnlös mapp
  73 FileChooser.untitledFileName=namnlös
  74 FileChooser.createButton.textAndMnemonic=Skapa
  75 
  76 FileChooser.byDate.textAndMnemonic=Ändringsdatum
  77 FileChooser.by.textAndMnemonic=Namn
  78 FileChooser.newFolderAccessibleName=Ny mapp
  79 
  80 FileChooser.mac.newFolder=namnlös mapp
  81 FileChooser.mac.newFolder.subsequent=namnlös mapp {0}
  82 
  83 
  84 ############ COLOR CHOOSER STRINGS #############
  85 ColorChooser.preview.textAndMnemonic=Förhandsgranska
  86 ColorChooser.ok.textAndMnemonic=OK
  87 ColorChooser.cancel.textAndMnemonic=Avbryt
  88 ColorChooser.reset.textAndMnemonic=&Återställ
  89 ColorChooser.sample.textAndMnemonic=Exempeltext  Exempeltext
  90 ColorChooser.swatches.textAndMnemonic=&Prov
  91 ColorChooser.swatchesRecent.textAndMnemonic=Senaste:
  92 ColorChooser.hsb.textAndMnemonic=&HSB
  93 ColorChooser.hsbHue.textAndMnemonic=H
  94 ColorChooser.hsbSaturation.textAndMnemonic=S
  95 ColorChooser.hsbBrightness.textAndMnemonic=B
  96 ColorChooser.hsbRed.textAndMnemonic=R
  97 ColorChooser.hsbGreen.textAndMnemonic=G
  98 ColorChooser.hsbBlue.textAndMnemonic=B
  99 ColorChooser.rgb.textAndMnemonic=R&GB
 100 ColorChooser.rgbRed.textAndMnemonic=Rö&d
 101 ColorChooser.rgbGreen.textAndMnemonic=Grö&n
 102 ColorChooser.rgbBlue.textAndMnemonic=&Blå
 103 
 104 ############ OPTION PANE STRINGS #############
 105 # We only define mnemonics for YES/NO, but for completeness you can
 106 # define mnemonics for any of the buttons.
 107 OptionPane.yesButton.textAndMnemonic=&Ja
 108 OptionPane.noButton.textAndMnemonic=&Nej
 109 OptionPane.okButton.textAndMnemonic=OK
 110 OptionPane.cancelButton.textAndMnemonic=Avbryt
 111 OptionPane.title.textAndMnemonic=Välj ett alternativ
 112 # Title for the dialog for the showInputDialog methods. Only used if
 113 # the developer uses one of the variants that doesn't take a title.
 114 OptionPane.inputDialog.titleAndMnemonic=Indata
 115 # Title for the dialog for the showMessageDialog methods. Only used if
 116 # the developer uses one of the variants that doesn't take a title.
 117 OptionPane.messageDialog.titleAndMnemonic=Meddelande
 118 
 119 ############ Printing Dialog Strings ############
 120 PrintingDialog.titleProgress.textAndMnemonic=Skriver ut
 121 PrintingDialog.titleAborting.textAndMnemonic=Skriver ut (avbryter)
 122 
 123 PrintingDialog.contentInitial.textAndMnemonic=Utskrift pågår...
 124 
 125 # The following string will be formatted by a MessageFormat
 126 # and {0} will be replaced by page number being printed
 127 PrintingDialog.contentProgress.textAndMnemonic=Utskriven sida {0}...
 128 
 129 PrintingDialog.contentAborting.textAndMnemonic=Utskriften avbryts...
 130 
 131 PrintingDialog.abortButton.textAndMnemonic=&Avbryt
 132 PrintingDialog.abortButtonToolTip.textAndMnemonic=Avbryt utskrift
 133 
 134 ############ Internal Frame Strings ############
 135 InternalFrame.iconButtonToolTip=Minimera
 136 InternalFrame.maxButtonToolTip=Maximera
 137 InternalFrame.restoreButtonToolTip=Återställ
 138 InternalFrame.closeButtonToolTip=Stäng
 139 
 140 ############ Internal Frame Title Pane Strings ############
 141 InternalFrameTitlePane.restoreButton.textAndMnemonic=Återställ
 142 InternalFrameTitlePane.moveButton.textAndMnemonic=Flytta
 143 InternalFrameTitlePane.sizeButton.textAndMnemonic=Storlek
 144 InternalFrameTitlePane.minimizeButton.textAndMnemonic=Minimera
 145 InternalFrameTitlePane.maximizeButton.textAndMnemonic=Maximera
 146 InternalFrameTitlePane.closeButton.textAndMnemonic=Stäng
 147 
 148 ############ Text strings #############
 149 # Used for html forms
 150 FormView.submitButton.textAndMnemonic=Skicka fråga
 151 FormView.resetButton.textAndMnemonic=Återställ
 152 FormView.browseFileButton.textAndMnemonic=Bläddra...
 153 
 154 ############ Abstract Document Strings ############
 155 AbstractDocument.styleChange.textAndMnemonic=formatändring
 156 AbstractDocument.addition.textAndMnemonic=tillägg
 157 AbstractDocument.deletion.textAndMnemonic=borttagning
 158 AbstractDocument.undo.textAndMnemonic=Ångra
 159 AbstractDocument.redo.textAndMnemonic=Gör om
 160 
 161 ############ Abstract Button Strings ############
 162 AbstractButton.click.textAndMnemonic=klicka
 163 
 164 ############ Abstract Undoable Edit Strings ############
 165 AbstractUndoableEdit.undo.textAndMnemonic=Ångra
 166 AbstractUndoableEdit.redo.textAndMnemonic=Gör om
 167 
 168 ############ Combo Box Strings ############
 169 ComboBox.togglePopup.textAndMnemonic=växlaPopup
 170 
 171 ############ Progress Monitor Strings ############
 172 ProgressMonitor.progress.textAndMnemonic=Pågår...
 173 
 174 ############ Split Pane Strings ############
 175 SplitPane.leftButton.textAndMnemonic=vänster knapp
 176 SplitPane.rightButton.textAndMnemonic=höger knapp
 177 # Used for Isindex
 178 IsindexView.prompt=Detta är ett sökbart index. Ange sökord:
 179 
 180 ############ InternalFrameTitlePane Strings ############
 181 InternalFrameTitlePane.iconifyButtonAccessibleName=Minimera
 182 InternalFrameTitlePane.maximizeButtonAccessibleName=Maximera
 183 InternalFrameTitlePane.closeButtonAccessibleName=Stäng