motif_de.properties revision 6443
5056N/A# This properties file is used to create a PropertyResourceBundle
5056N/A# It contains Locale specific strings used be the Motif Look and Feel.
5056N/A# Currently, the following components need this for support:
5056N/A#
5056N/A# FileChooser
5056N/A#
5056N/A# When this file is read in, the strings are put into the
5056N/A# defaults table. This is an implementation detail of the current
5056N/A# workings of Swing. DO NOT DEPEND ON THIS.
5056N/A# This may change in future versions of Swing as we improve localization
5056N/A# support.
5056N/A#
5056N/A# Refer to the note in basic.properties for a description as to what
5056N/A# the mnemonics correspond to and how to calculate them.
5056N/A#
5056N/A# @author Steve Wilson
5176N/A
5056N/A
5056N/A############ FILE CHOOSER STRINGS #############
5056N/A
5056N/AFileChooser.acceptAllFileFilter.textAndMnemonic=*
5056N/AFileChooser.cancelButton.textAndMnemonic=Abbrechen
5056N/AFileChooser.saveButton.textAndMnemonic=Speichern
5056N/AFileChooser.openButton.textAndMnemonic=OK
5056N/AFileChooser.saveDialogTitle.textAndMnemonic=Speichern
5056N/AFileChooser.openDialogTitle.textAndMnemonic=\u00D6ffnen
5056N/AFileChooser.updateButton.textAndMnemonic=Aktualisieren
5056N/AFileChooser.helpButton.textAndMnemonic=Hilfe
5056N/AFileChooser.pathLabel.textAndMnemonic=&Pfad- oder Ordnername eingeben:
5056N/AFileChooser.filterLabel.textAndMnemonic=Filte&r
5056N/AFileChooser.foldersLabel.textAndMnemonic=Ord&ner
5056N/AFileChooser.filesLabel.textAndMnemonic=Date&ien
5056N/AFileChooser.enterFileNameLabel.textAndMnemonic=Dateina&me eingeben:
5056N/AFileChooser.enterFolderNameLabel.textAndMnemonic=Ordnernamen eingeben:
5056N/A
5056N/AFileChooser.cancelButtonToolTip.textAndMnemonic=Dialogfeld f\u00FCr Dateiauswahl schlie\u00DFen.
5056N/AFileChooser.saveButtonToolTip.textAndMnemonic=Ausgew\u00E4hlte Datei speichern.
5056N/AFileChooser.openButtonToolTip.textAndMnemonic=Ausgew\u00E4hlte Datei \u00F6ffnen.
5056N/AFileChooser.updateButtonToolTip.textAndMnemonic=Verzeichnisliste aktualisieren.
5056N/AFileChooser.helpButtonToolTip.textAndMnemonic=FileChooser-Hilfe.
5056N/A