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.nameText=GTK-Farbauswahl
  10 # mnemonic as a VK_ constant
  11 GTKColorChooserPanel.mnemonic=71
  12 # Can also define GTKColorChooserPanel.dispalyedMnemonicIndex if you
  13 # want an index other than would normally be underlined by
  14 # GTKColorChooserPanel.mnemonic to be underlined. This is only useful
  15 # if GTKColorChooserPanel.nameText defines the mnemonic character more
  16 # than once and you want a character other than the first underlined.
  17 
  18 # Text and mnemonics for the spinner. You can also defined a different
  19 # index for the mnemonic via xxxMnemonicIndex, for example
  20 # GTKColorChooserPanel.hueMnemonicIndex=1 would indicate the second
  21 # character of GTKColorChooserPanel.hueText should be underlined to
  22 # represent the mnemonic.
  23 GTKColorChooserPanel.hueText=Farbton:
  24 GTKColorChooserPanel.hueMnemonic=72
  25 
  26 GTKColorChooserPanel.redText=Rot:
  27 GTKColorChooserPanel.redMnemonic=69
  28 
  29 GTKColorChooserPanel.saturationText=S\u00E4ttigung:
  30 GTKColorChooserPanel.saturationMnemonic=83
  31 
  32 GTKColorChooserPanel.greenText=Gr\u00FCn:
  33 GTKColorChooserPanel.greenMnemonic=71
  34 
  35 GTKColorChooserPanel.valueText=Wert:
  36 GTKColorChooserPanel.valueMnemonic=86
  37 
  38 GTKColorChooserPanel.blueText=Blau:
  39 GTKColorChooserPanel.blueMnemonic=66
  40 
  41 GTKColorChooserPanel.colorNameText=Name der Farbe:
  42 GTKColorChooserPanel.colorNameMnemonic=78
  43 
  44 
  45 
  46 ############ FILE CHOOSER STRINGS #############
  47 
  48 FileChooser.acceptAllFileFilterText=Alle Dateien
  49 FileChooser.newFolderButtonText=Neuer Ordner
  50 FileChooser.newFolderButtonMnemonic=78
  51 FileChooser.newFolderDialogText=Ordnername:
  52 FileChooser.newFolderNoDirectoryErrorTitleText=Fehler
  53 FileChooser.newFolderNoDirectoryErrorText=Fehler beim Erstellen von Verzeichnis "{0}": Datei oder Verzeichnis nicht vorhanden
  54 FileChooser.deleteFileButtonText=Datei l\u00F6schen
  55 FileChooser.deleteFileButtonMnemonic=76
  56 FileChooser.renameFileButtonText=Datei umbenennen
  57 FileChooser.renameFileButtonMnemonic=82
  58 FileChooser.cancelButtonText=Abbrechen
  59 FileChooser.cancelButtonMnemonic=67
  60 FileChooser.saveButtonText=OK
  61 FileChooser.saveButtonMnemonic=79
  62 FileChooser.openButtonText=OK
  63 FileChooser.openButtonMnemonic=79
  64 FileChooser.saveDialogTitleText=Speichern
  65 FileChooser.openDialogTitleText=\u00D6ffnen
  66 FileChooser.pathLabelText=Auswahl:
  67 FileChooser.filterLabelText=Filter:
  68 FileChooser.pathLabelMnemonic=83
  69 FileChooser.foldersLabelText=Ordner
  70 FileChooser.foldersLabelMnemonic=68
  71 FileChooser.filesLabelText=Dateien
  72 FileChooser.filesLabelMnemonic=70
  73 
  74 FileChooser.cancelButtonToolTipText=Dialogfeld f\u00FCr Dateiauswahl schlie\u00DFen.
  75 FileChooser.saveButtonToolTipText=Ausgew\u00E4hlte Datei speichern.
  76 FileChooser.openButtonToolTipText=Ausgew\u00E4hlte Datei \u00F6ffnen.
  77 
  78 FileChooser.renameFileDialogText=Datei "{0}" umbenennen in
  79 FileChooser.renameFileErrorTitle=Fehler 
  80 FileChooser.renameFileErrorText=Fehler beim Umbenennen der Datei "{0}" in "{1}"
  81 
  82 OptionPane.okButtonMnemonic=79
  83 OptionPane.cancelButtonMnemonic=67