1 # Refer to the note in basic.properties for a description as to what
   2 # the mnemonics correspond to and how to calculate them.
   3 
   4 
   5 
   6 # GTK specific properties
   7 
   8 # GTK color chooser properties:
   9 GTKColorChooserPanel.textAndMnemonic=&GTK-färgväljaren
  10 # mnemonic as a VK_ constant
  11 
  12 GTKColorChooserPanel.hue.textAndMnemonic=&Nyans:
  13 
  14 GTKColorChooserPanel.red.textAndMnemonic=R&öd:
  15 
  16 GTKColorChooserPanel.saturation.textAndMnemonic=&Mättnad:
  17 
  18 GTKColorChooserPanel.green.textAndMnemonic=&Grön:
  19 
  20 GTKColorChooserPanel.value.textAndMnemonic=&Värde:
  21 
  22 GTKColorChooserPanel.blue.textAndMnemonic=&Blå:
  23 
  24 GTKColorChooserPanel.color.textAndMnemonic=Färg&namn:
  25 
  26 
  27 
  28 ############ FILE CHOOSER STRINGS #############
  29 
  30 FileChooser.acceptAllFileFilter.textAndMnemonic=Alla filer
  31 FileChooser.newFolderButton.textAndMnemonic=&Ny mapp
  32 FileChooser.newFolderDialog.textAndMnemonic=Mapp:
  33 FileChooser.newFolderNoDirectoryErrorTitle.textAndMnemonic=Fel
  34 FileChooser.newFolderNoDirectoryError.textAndMnemonic=Ett fel inträffade vid försök att skapa katalogen "{0}": Filen eller katalogen finns inte
  35 FileChooser.deleteFileButton.textAndMnemonic=Ta &bort fil
  36 FileChooser.renameFileButton.textAndMnemonic=&Ändra namn på filen
  37 FileChooser.cancelButton.textAndMnemonic=&Avbryt
  38 FileChooser.saveButton.textAndMnemonic=&OK
  39 FileChooser.openButton.textAndMnemonic=&OK
  40 FileChooser.saveDialogTitle.textAndMnemonic=Spara
  41 FileChooser.openDialogTitle.textAndMnemonic=Öppna
  42 FileChooser.pathLabel.textAndMnemonic=&Urval:
  43 FileChooser.filterLabel.textAndMnemonic=Filter:
  44 FileChooser.foldersLabel.textAndMnemonic=Map&par
  45 FileChooser.filesLabel.textAndMnemonic=&Filer
  46 
  47 FileChooser.cancelButtonToolTip.textAndMnemonic=Avbryt dialogrutan Filväljare.
  48 FileChooser.saveButtonToolTip.textAndMnemonic=Spara vald fil.
  49 FileChooser.openButtonToolTip.textAndMnemonic=Öppna vald fil.
  50 
  51 FileChooser.renameFileDialog.textAndMnemonic=Namnändra fil "{0}" till
  52 FileChooser.renameFileError.titleAndMnemonic=Fel
  53 FileChooser.renameFileError.textAndMnemonic=Fel vid namnändring av fil "{0}" till "{1}"
  54