src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_sv.properties

Print this page


   1 # This properties file is used to create a PropertyResourceBundle
   2 # It contains Locale specific strings used in Swing
   3 # Currently, the following components need this for support:
   4 #
   5 #    ColorChooser
   6 #    FileChooser
   7 #    OptionPane
   8 #
   9 # When this file is read in, the strings are put into the
  10 # defaults table.  This is an implementation detail of the current
  11 # workings of Swing.  DO NOT DEPEND ON THIS.
  12 # This may change in future versions of Swing as we improve localization
  13 # support.
  14 #
  15 #                        MNEMONIC NOTE:
  16 # Many of strings in this file are used by widgets that have a
  17 # mnemonic, for example:
  18 #   ColorChooser.rgbNameTextAndMnemonic=R&GB

  19 # Indicates that the tab in the ColorChooser for RGB colors will have
  20 # the text 'RGB', further the mnemonic character will be 'g' and that
  21 # a decoration will be provided under the 'G'. This will typically
  22 # look like:  RGB
  23 #              -
  24 #
  25 # One important thing to remember is that the mnemonic MUST exist in
  26 # the String, if it does not exist you should add text that makes it
  27 # exist. This will typically take the form 'XXXX (M)' where M is the
  28 # character for the mnemonic.
  29 #
  30 # @author Steve Wilson
  31 
  32 ############ FILE CHOOSER STRINGS #############
  33 FileChooser.fileDescription.textAndMnemonic=Generisk fil
  34 FileChooser.directoryDescription.textAndMnemonic=Katalog
  35 FileChooser.newFolderError.textAndMnemonic=Fel uppstod när ny mapp skapades
  36 FileChooser.newFolderErrorSeparator= :
  37 FileChooser.newFolderParentDoesntExistTitle.textAndMnemonic=Kan inte skapa mappen
  38 FileChooser.newFolderParentDoesntExist.textAndMnemonic=Kan inte skapa mappen.\n\nSystemet kan inte hitta angiven sökväg.
  39 FileChooser.renameErrorTitle.textAndMnemonic=Ett fel inträffade vid försök att ändra namn på fil eller mapp
  40 FileChooser.renameError.textAndMnemonic=Kan inte namnändra {0}
  41 FileChooser.renameErrorFileExists.textAndMnemonic=Kan inte namnändra {0}: En fil med angivet namn finns redan. Ange ett annat filnamn.
  42 FileChooser.acceptAllFileFilter.textAndMnemonic=Alla filer
  43 FileChooser.cancelButton.textAndMnemonic=Avbryt
  44 FileChooser.saveButton.textAndMnemonic=&Spara
  45 FileChooser.openButton.textAndMnemonic=Öppna(&P)
  46 FileChooser.saveDialogTitle.textAndMnemonic=Spara
  47 FileChooser.openDialogTitle.textAndMnemonic=Öppna
  48 FileChooser.updateButton.textAndMnemonic=Upp&datera
  49 FileChooser.helpButton.textAndMnemonic=Hjälp(&H)
  50 FileChooser.directoryOpenButton.textAndMnemonic=Öppna(&P)
  51 
  52 # File Size Units
  53 FileChooser.fileSizeKiloBytes={0} KB
  54 FileChooser.fileSizeMegaBytes={0} MB
  55 FileChooser.fileSizeGigaBytes={0} GB
  56 
  57 # These strings are platform dependent not look and feel dependent.
  58 FileChooser.win32.newFolder=Ny mapp
  59 FileChooser.win32.newFolder.subsequent=Ny mapp ({0})
  60 FileChooser.other.newFolder=Ny mapp
  61 FileChooser.other.newFolder.subsequent=Ny mapp.{0}
  62 
  63 
  64 ## file chooser tooltips ###
  65 FileChooser.cancelButtonToolTip.textAndMnemonic=Avbryt filvalsdialogruta
  66 FileChooser.saveButtonToolTip.textAndMnemonic=Spara vald fil
  67 FileChooser.openButtonToolTip.textAndMnemonic=Öppna vald fil
  68 FileChooser.updateButtonToolTip.textAndMnemonic=Uppdatera kataloglistan
  69 FileChooser.helpButtonToolTip.textAndMnemonic=Hjälp - Filväljare
  70 FileChooser.directoryOpenButtonToolTip.textAndMnemonic=Öppna vald katalog
  71 
  72 FileChooser.filesListAccessibleName=Files List
  73 FileChooser.filesDetailsAccessibleName=Files Details
  74 
  75 ############ COLOR CHOOSER STRINGS #############
  76 ColorChooser.preview.textAndMnemonic=Granska
  77 ColorChooser.ok.textAndMnemonic=OK
  78 ColorChooser.cancel.textAndMnemonic=Avbryt
  79 ColorChooser.reset.textAndMnemonic=Återställ(&T)
  80 ColorChooser.sample.textAndMnemonic=Exempeltext  Exempeltext
  81 ColorChooser.swatches.textAndMnemonic=&Prov
  82 ColorChooser.swatchesRecent.textAndMnemonic=Senaste:
  83 ColorChooser.hsv.textAndMnemonic=&HSV
  84 ColorChooser.hsvHue.textAndMnemonic=Nyans
  85 ColorChooser.hsvSaturation.textAndMnemonic=Mättnad
  86 ColorChooser.hsvValue.textAndMnemonic=Värde
  87 ColorChooser.hsvTransparency.textAndMnemonic=Transparens
  88 ColorChooser.hsl.textAndMnemonic=HS&L
  89 ColorChooser.hslHue.textAndMnemonic=Nyans
  90 ColorChooser.hslSaturation.textAndMnemonic=Mättnad
  91 ColorChooser.hslLightness.textAndMnemonic=Ljusstyrka
  92 ColorChooser.hslTransparency.textAndMnemonic=Transparens
  93 ColorChooser.rgb.textAndMnemonic=R&GB
  94 ColorChooser.rgbRed.textAndMnemonic=Röd(&D)
  95 ColorChooser.rgbGreen.textAndMnemonic=Grön(&N)
  96 ColorChooser.rgbBlue.textAndMnemonic=Blå(&B)
  97 ColorChooser.rgbAlpha.textAndMnemonic=Alfa
  98 ColorChooser.rgbHexCode.textAndMnemonic=Färgkod(&F)
  99 ColorChooser.cmyk.textAndMnemonic=C&MYK
 100 ColorChooser.cmykCyan.textAndMnemonic=Cyan
 101 ColorChooser.cmykMagenta.textAndMnemonic=Magenta
 102 ColorChooser.cmykYellow.textAndMnemonic=Gul
 103 ColorChooser.cmykBlack.textAndMnemonic=Svart
 104 ColorChooser.cmykAlpha.textAndMnemonic=Alfa
 105 
 106 ############ OPTION PANE STRINGS #############
 107 # We only define mnemonics for YES/NO, but for completeness you can
 108 # define mnemonics for any of the buttons.
 109 OptionPane.yesButton.textAndMnemonic=&Ja
 110 OptionPane.noButton.textAndMnemonic=&Nej
 111 OptionPane.okButton.textAndMnemonic=&OK
 112 OptionPane.cancelButton.textAndMnemonic=&Avbryt


 113 OptionPane.title.textAndMnemonic=Välj ett alternativ
 114 # Title for the dialog for the showInputDialog methods. Only used if
 115 # the developer uses one of the variants that doesn't take a title.
 116 OptionPane.inputDialog.titleAndMnemonic=Indata
 117 # Title for the dialog for the showMessageDialog methods. Only used if
 118 # the developer uses one of the variants that doesn't take a title.
 119 OptionPane.messageDialog.titleAndMnemonic=Meddelande
 120 
 121 ############ Printing Dialog Strings ############
 122 PrintingDialog.titleProgress.textAndMnemonic=Skriver ut
 123 PrintingDialog.titleAborting.textAndMnemonic=Skriver ut (avbryter)
 124 
 125 PrintingDialog.contentInitial.textAndMnemonic=Utskrift pågår...
 126 
 127 # The following string will be formatted by a MessageFormat
 128 # and {0} will be replaced by page number being printed
 129 PrintingDialog.contentProgress.textAndMnemonic=Utskriven sida {0}...
 130 
 131 PrintingDialog.contentAborting.textAndMnemonic=Utskriften avbryts...
 132 


 166 ############ Abstract Undoable Edit Strings ############
 167 AbstractUndoableEdit.undo.textAndMnemonic=Ångra
 168 AbstractUndoableEdit.redo.textAndMnemonic=Gör om
 169 
 170 ############ Combo Box Strings ############
 171 ComboBox.togglePopup.textAndMnemonic=växlaPopup
 172 
 173 ############ Progress Monitor Strings ############
 174 ProgressMonitor.progress.textAndMnemonic=Pågår...
 175 
 176 ############ Split Pane Strings ############
 177 SplitPane.leftButton.textAndMnemonic=vänster knapp
 178 SplitPane.rightButton.textAndMnemonic=höger knapp
 179 # Used for Isindex
 180 IsindexView.prompt=Detta är ett sökbart index. Ange sökord:
 181 
 182 ############ InternalFrameTitlePane Strings ############
 183 InternalFrameTitlePane.iconifyButtonAccessibleName=Minimera
 184 InternalFrameTitlePane.maximizeButtonAccessibleName=Maximera
 185 InternalFrameTitlePane.closeButtonAccessibleName=Stäng
 186 
   1 # This properties file is used to create a PropertyResourceBundle
   2 # It contains Locale specific strings used in Swing
   3 # Currently, the following components need this for support:
   4 #
   5 #    ColorChooser
   6 #    FileChooser
   7 #    OptionPane
   8 #
   9 # When this file is read in, the strings are put into the
  10 # defaults table.  This is an implementation detail of the current
  11 # workings of Swing.  DO NOT DEPEND ON THIS.
  12 # This may change in future versions of Swing as we improve localization
  13 # support.
  14 #
  15 #                        MNEMONIC NOTE:
  16 # Many of strings in this file are used by widgets that have a
  17 # mnemonic, for example:
  18 #   ColorChooser.rgbNameTextAndMnemonic=R&GB
  19 #
  20 # Indicates that the tab in the ColorChooser for RGB colors will have
  21 # the text 'RGB', further the mnemonic character will be 'g' and that
  22 # a decoration will be provided under the 'G'. This will typically
  23 # look like:  RGB
  24 #              -
  25 #
  26 # One important thing to remember is that the mnemonic MUST exist in
  27 # the String, if it does not exist you should add text that makes it
  28 # exist. This will typically take the form 'XXXX (M)' where M is the
  29 # character for the mnemonic.
  30 #
  31 # @author Steve Wilson
  32 
  33 ############ FILE CHOOSER STRINGS #############
  34 FileChooser.fileDescription.textAndMnemonic=Generisk fil
  35 FileChooser.directoryDescription.textAndMnemonic=Katalog
  36 FileChooser.newFolderError.textAndMnemonic=Fel uppstod när ny mapp skapades
  37 FileChooser.newFolderErrorSeparator= :
  38 FileChooser.newFolderParentDoesntExistTitle.textAndMnemonic=Kan inte skapa mappen
  39 FileChooser.newFolderParentDoesntExist.textAndMnemonic=Kan inte skapa mappen.\n\nSystemet kan inte hitta angiven sökväg.
  40 FileChooser.renameErrorTitle.textAndMnemonic=Ett fel inträffade vid försök att ändra namn på fil eller mapp
  41 FileChooser.renameError.textAndMnemonic=Kan inte namnändra {0}
  42 FileChooser.renameErrorFileExists.textAndMnemonic=Kan inte namnändra {0}: En fil med angivet namn finns redan. Ange ett annat filnamn. 
  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=Upp&datera
  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 # These strings are platform dependent not look and feel dependent.
  59 FileChooser.win32.newFolder=Ny mapp
  60 FileChooser.win32.newFolder.subsequent=Ny mapp ({0})
  61 FileChooser.other.newFolder=Ny mapp
  62 FileChooser.other.newFolder.subsequent=Ny mapp.{0}
  63 
  64 
  65 ## file chooser tooltips ###
  66 FileChooser.cancelButtonToolTip.textAndMnemonic=Avbryt filvalsdialogruta
  67 FileChooser.saveButtonToolTip.textAndMnemonic=Spara vald fil
  68 FileChooser.openButtonToolTip.textAndMnemonic=Öppna vald fil
  69 FileChooser.updateButtonToolTip.textAndMnemonic=Uppdatera kataloglistan
  70 FileChooser.helpButtonToolTip.textAndMnemonic=Hjälp - Filväljare
  71 FileChooser.directoryOpenButtonToolTip.textAndMnemonic=Öppna vald katalog
  72 
  73 FileChooser.filesListAccessibleName=Fillista
  74 FileChooser.filesDetailsAccessibleName=Fildetaljer
  75 
  76 ############ COLOR CHOOSER STRINGS #############
  77 ColorChooser.preview.textAndMnemonic=Granska
  78 ColorChooser.ok.textAndMnemonic=OK
  79 ColorChooser.cancel.textAndMnemonic=Avbryt
  80 ColorChooser.reset.textAndMnemonic=&Återställ
  81 ColorChooser.sample.textAndMnemonic=Exempeltext  Exempeltext
  82 ColorChooser.swatches.textAndMnemonic=&Prov
  83 ColorChooser.swatchesRecent.textAndMnemonic=Senaste:
  84 ColorChooser.hsv.textAndMnemonic=&HSV
  85 ColorChooser.hsvHue.textAndMnemonic=Nyans
  86 ColorChooser.hsvSaturation.textAndMnemonic=Mättnad
  87 ColorChooser.hsvValue.textAndMnemonic=Värde
  88 ColorChooser.hsvTransparency.textAndMnemonic=Transparens
  89 ColorChooser.hsl.textAndMnemonic=HS&L
  90 ColorChooser.hslHue.textAndMnemonic=Nyans
  91 ColorChooser.hslSaturation.textAndMnemonic=Mättnad
  92 ColorChooser.hslLightness.textAndMnemonic=Ljusstyrka
  93 ColorChooser.hslTransparency.textAndMnemonic=Transparens
  94 ColorChooser.rgb.textAndMnemonic=R&GB
  95 ColorChooser.rgbRed.textAndMnemonic=Rö&d
  96 ColorChooser.rgbGreen.textAndMnemonic=Grö&n
  97 ColorChooser.rgbBlue.textAndMnemonic=&Blå
  98 ColorChooser.rgbAlpha.textAndMnemonic=Alfa
  99 ColorChooser.rgbHexCode.textAndMnemonic=&Färgkod
 100 ColorChooser.cmyk.textAndMnemonic=C&MYK
 101 ColorChooser.cmykCyan.textAndMnemonic=Cyan
 102 ColorChooser.cmykMagenta.textAndMnemonic=Magenta
 103 ColorChooser.cmykYellow.textAndMnemonic=Gul
 104 ColorChooser.cmykBlack.textAndMnemonic=Svart
 105 ColorChooser.cmykAlpha.textAndMnemonic=Alfa
 106 
 107 ############ OPTION PANE STRINGS #############
 108 # We only define mnemonics for YES/NO, but for completeness you can
 109 # define mnemonics for any of the buttons.
 110 OptionPane.yesButton.textAndMnemonic=&Ja
 111 OptionPane.noButton.textAndMnemonic=&Nej
 112 OptionPane.okButton.textAndMnemonic=OK
 113 #OptionPane.okButtonMnemonic=0
 114 OptionPane.cancelButton.textAndMnemonic=Avbryt
 115 #OptionPane.cancelButtonMnemonic=0
 116 OptionPane.title.textAndMnemonic=Välj ett alternativ
 117 # Title for the dialog for the showInputDialog methods. Only used if
 118 # the developer uses one of the variants that doesn't take a title.
 119 OptionPane.inputDialog.titleAndMnemonic=Indata
 120 # Title for the dialog for the showMessageDialog methods. Only used if
 121 # the developer uses one of the variants that doesn't take a title.
 122 OptionPane.messageDialog.titleAndMnemonic=Meddelande
 123 
 124 ############ Printing Dialog Strings ############
 125 PrintingDialog.titleProgress.textAndMnemonic=Skriver ut
 126 PrintingDialog.titleAborting.textAndMnemonic=Skriver ut (avbryter)
 127 
 128 PrintingDialog.contentInitial.textAndMnemonic=Utskrift pågår...
 129 
 130 # The following string will be formatted by a MessageFormat
 131 # and {0} will be replaced by page number being printed
 132 PrintingDialog.contentProgress.textAndMnemonic=Utskriven sida {0}...
 133 
 134 PrintingDialog.contentAborting.textAndMnemonic=Utskriften avbryts...
 135 


 169 ############ Abstract Undoable Edit Strings ############
 170 AbstractUndoableEdit.undo.textAndMnemonic=Ångra
 171 AbstractUndoableEdit.redo.textAndMnemonic=Gör om
 172 
 173 ############ Combo Box Strings ############
 174 ComboBox.togglePopup.textAndMnemonic=växlaPopup
 175 
 176 ############ Progress Monitor Strings ############
 177 ProgressMonitor.progress.textAndMnemonic=Pågår...
 178 
 179 ############ Split Pane Strings ############
 180 SplitPane.leftButton.textAndMnemonic=vänster knapp
 181 SplitPane.rightButton.textAndMnemonic=höger knapp
 182 # Used for Isindex
 183 IsindexView.prompt=Detta är ett sökbart index. Ange sökord:
 184 
 185 ############ InternalFrameTitlePane Strings ############
 186 InternalFrameTitlePane.iconifyButtonAccessibleName=Minimera
 187 InternalFrameTitlePane.maximizeButtonAccessibleName=Maximera
 188 InternalFrameTitlePane.closeButtonAccessibleName=Stäng