< prev index next >

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

Print this page




  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


 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 
 136 PrintingDialog.abortButton.textAndMnemonic=&Avbryt
 137 PrintingDialog.abortButtonToolTip.textAndMnemonic=Avbryt utskrift
 138 
 139 ############ Internal Frame Strings ############
 140 InternalFrame.iconButtonToolTip=Minimera
 141 InternalFrame.maxButtonToolTip=Maximera
 142 InternalFrame.restoreButtonToolTip=Återställ
 143 InternalFrame.closeButtonToolTip=Stäng
 144 
 145 ############ Internal Frame Title Pane Strings ############
 146 InternalFrameTitlePane.restoreButton.textAndMnemonic=&Återställ
 147 InternalFrameTitlePane.moveButton.textAndMnemonic=&Flytta
 148 InternalFrameTitlePane.sizeButton.textAndMnemonic=&Storlek
 149 InternalFrameTitlePane.minimizeButton.textAndMnemonic=Mi&nimera
 150 InternalFrameTitlePane.maximizeButton.textAndMnemonic=Ma&ximera
 151 InternalFrameTitlePane.closeButton.textAndMnemonic=&Stäng
 152 


 160 AbstractDocument.styleChange.textAndMnemonic=formatändring
 161 AbstractDocument.addition.textAndMnemonic=tillägg
 162 AbstractDocument.deletion.textAndMnemonic=borttagning
 163 AbstractDocument.undo.textAndMnemonic=Ångra
 164 AbstractDocument.redo.textAndMnemonic=Gör om
 165 
 166 ############ Abstract Button Strings ############
 167 AbstractButton.click.textAndMnemonic=klicka
 168 
 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


  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=Kan inte skapa ny mapp
  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 dialogrutan för filval
  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 för val av fil
  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


 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=Skriver ut sida {0}...
 133 
 134 PrintingDialog.contentAborting.textAndMnemonic=Utskriften avbryts...
 135 
 136 PrintingDialog.abortButton.textAndMnemonic=&Avbryt
 137 PrintingDialog.abortButtonToolTip.textAndMnemonic=Avbryt utskrift
 138 
 139 ############ Internal Frame Strings ############
 140 InternalFrame.iconButtonToolTip=Minimera
 141 InternalFrame.maxButtonToolTip=Maximera
 142 InternalFrame.restoreButtonToolTip=Återställ
 143 InternalFrame.closeButtonToolTip=Stäng
 144 
 145 ############ Internal Frame Title Pane Strings ############
 146 InternalFrameTitlePane.restoreButton.textAndMnemonic=&Återställ
 147 InternalFrameTitlePane.moveButton.textAndMnemonic=&Flytta
 148 InternalFrameTitlePane.sizeButton.textAndMnemonic=&Storlek
 149 InternalFrameTitlePane.minimizeButton.textAndMnemonic=Mi&nimera
 150 InternalFrameTitlePane.maximizeButton.textAndMnemonic=Ma&ximera
 151 InternalFrameTitlePane.closeButton.textAndMnemonic=&Stäng
 152 


 160 AbstractDocument.styleChange.textAndMnemonic=formatändring
 161 AbstractDocument.addition.textAndMnemonic=tillägg
 162 AbstractDocument.deletion.textAndMnemonic=borttagning
 163 AbstractDocument.undo.textAndMnemonic=Ångra
 164 AbstractDocument.redo.textAndMnemonic=Gör om
 165 
 166 ############ Abstract Button Strings ############
 167 AbstractButton.click.textAndMnemonic=klicka
 168 
 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änsterknapp
 181 SplitPane.rightButton.textAndMnemonic=högerknapp
 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
< prev index next >