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