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\u00E4rgv\u00E4ljaren(&G)
  10 # mnemonic as a VK_ constant
  11 
  12 GTKColorChooserPanel.hue.textAndMnemonic=&Nyans:
  13 
  14 GTKColorChooserPanel.red.textAndMnemonic=R\u00F6d(&R):
  15 
  16 GTKColorChooserPanel.saturation.textAndMnemonic=M\u00E4ttnad(&M):
  17 
  18 GTKColorChooserPanel.green.textAndMnemonic=Gr\u00F6n(&G):
  19 
  20 GTKColorChooserPanel.value.textAndMnemonic=V\u00E4rde(&V):
  21 
  22 GTKColorChooserPanel.blue.textAndMnemonic=Bl\u00E5(&B):
  23 
  24 GTKColorChooserPanel.color.textAndMnemonic=F\u00E4rgnamn(&F):
  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\u00E4ffade vid f\u00F6rs\u00F6k att skapa katalogen "{0}": Filen eller katalogen finns inte
  35 FileChooser.deleteFileButton.textAndMnemonic=Ta &bort fil
  36 FileChooser.renameFileButton.textAndMnemonic=\u00C4ndra namn p\u00E5 filen(&R)
  37 FileChooser.cancelButton.textAndMnemonic=&Avbryt
  38 FileChooser.saveButton.textAndMnemonic=&OK
  39 FileChooser.openButton.textAndMnemonic=&OK
  40 FileChooser.saveDialogTitle.textAndMnemonic=Spara
  41 FileChooser.openDialogTitle.textAndMnemonic=\u00D6ppna
  42 FileChooser.pathLabel.textAndMnemonic=&Urval:
  43 FileChooser.filterLabel.textAndMnemonic=Filter:
  44 FileChooser.foldersLabel.textAndMnemonic=Ma&ppar
  45 FileChooser.filesLabel.textAndMnemonic=&Filer
  46 
  47 FileChooser.cancelButtonToolTip.textAndMnemonic=Avbryt dialogrutan Filv\u00E4ljare.
  48 FileChooser.saveButtonToolTip.textAndMnemonic=Spara vald fil.
  49 FileChooser.openButtonToolTip.textAndMnemonic=\u00D6ppna vald fil.
  50 
  51 FileChooser.renameFileDialog.textAndMnemonic=Namn\u00E4ndra fil "{0}" till
  52 FileChooser.renameFileError.titleAndMnemonic=Fel
  53 FileChooser.renameFileError.textAndMnemonic=Fel vid namn\u00E4ndring av fil "{0}" till "{1}"
  54 
  55 # dummy resource added for translation automation
  56 OptionPane.okButton.textAndMnemonic=&OK
  57 # dummy resource added for translation automation
  58 OptionPane.cancelButton.textAndMnemonic=&Avbryt
  59