gtk_de.properties revision 0
0N/A# Refer to the note in basic.properties for a description as to what
0N/A# the mnemonics correspond to and how to calculate them.
0N/A
0N/A
0N/A
0N/A# GTK specific properties
0N/A
0N/A# GTK color chooser properties:
0N/AGTKColorChooserPanel.nameText=GTK-Farbauswahl
0N/A# mnemonic as a VK_ constant
0N/AGTKColorChooserPanel.mnemonic=71
0N/A# Can also define GTKColorChooserPanel.dispalyedMnemonicIndex if you
0N/A# want an index other than would normally be underlined by
0N/A# GTKColorChooserPanel.mnemonic to be underlined. This is only useful
0N/A# if GTKColorChooserPanel.nameText defines the mnemonic character more
0N/A# than once and you want a character other than the first underlined.
0N/A
0N/A# Text and mnemonics for the spinner. You can also defined a different
0N/A# index for the mnemonic via xxxMnemonicIndex, for example
0N/A# GTKColorChooserPanel.hueMnemonicIndex=1 would indicate the second
0N/A# character of GTKColorChooserPanel.hueText should be underlined to
0N/A# represent the mnemonic.
0N/AGTKColorChooserPanel.hueText=Farbton:
0N/AGTKColorChooserPanel.hueMnemonic=70
0N/A
0N/AGTKColorChooserPanel.redText=Rot:
0N/AGTKColorChooserPanel.redMnemonic=82
0N/A
0N/AGTKColorChooserPanel.saturationText=S\u00e4ttigung:
0N/AGTKColorChooserPanel.saturationMnemonic=83
0N/A
0N/AGTKColorChooserPanel.greenText=Gr\u00fcn:
0N/AGTKColorChooserPanel.greenMnemonic=71
0N/A
0N/AGTKColorChooserPanel.valueText=Wert:
0N/AGTKColorChooserPanel.valueMnemonic=87
0N/A
0N/AGTKColorChooserPanel.blueText=Blau:
0N/AGTKColorChooserPanel.blueMnemonic=66
0N/A
0N/AGTKColorChooserPanel.colorNameText=Name der Farbe:
0N/AGTKColorChooserPanel.colorNameMnemonic=78
0N/A
0N/A
0N/A
0N/A############ FILE CHOOSER STRINGS #############
0N/A
0N/AFileChooser.acceptAllFileFilterText=Alle Dateien
0N/AFileChooser.newFolderButtonText=Neuer Ordner
0N/AFileChooser.newFolderButtonMnemonic=78
0N/AFileChooser.newFolderDialogText=Ordnername:
0N/AFileChooser.newFolderNoDirectoryErrorTitleText=Error
0N/AFileChooser.newFolderNoDirectoryErrorText=Error creating directory "{0}": No such file or directory
0N/AFileChooser.deleteFileButtonText=Datei l\u00f6schen
0N/AFileChooser.deleteFileButtonMnemonic=76
0N/AFileChooser.renameFileButtonText=Datei umbenennen
0N/AFileChooser.renameFileButtonMnemonic=87
0N/AFileChooser.cancelButtonText=Abbrechen
0N/AFileChooser.cancelButtonMnemonic=83
0N/AFileChooser.saveButtonText=Speichern
0N/AFileChooser.saveButtonMnemonic=69
0N/AFileChooser.openButtonText=OK
0N/AFileChooser.openButtonMnemonic=79
0N/AFileChooser.saveDialogTitleText=Speichern
0N/AFileChooser.openDialogTitleText=\u00d6ffnen
0N/AFileChooser.pathLabelText=Auswahl:
0N/AFileChooser.filterLabelText=Filter:
0N/AFileChooser.pathLabelMnemonic=83
0N/AFileChooser.foldersLabelText=Ordner
0N/AFileChooser.foldersLabelMnemonic=82
0N/AFileChooser.filesLabelText=Dateien
0N/AFileChooser.filesLabelMnemonic=70
0N/A
0N/AFileChooser.cancelButtonToolTipText=Farbauswahl abbrechen
0N/AFileChooser.saveButtonToolTipText=Ausgew\u00e4hlte Datei speichern
0N/AFileChooser.openButtonToolTipText=Ausgew\u00e4hlte Datei \u00f6ffnen
0N/A
0N/AFileChooser.renameFileDialogText=Datei "{0}" umbenennen in
0N/AFileChooser.renameFileErrorTitle=Fehler
0N/AFileChooser.renameFileErrorText=Fehler beim Umbenennen der Datei "{0}" in "{1}"
0N/A
0N/AOptionPane.okButtonMnemonic=79
0N/AOptionPane.cancelButtonMnemonic=83