0N/A# This properties file is used to create a PropertyResourceBundle
0N/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#
0N/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
0N/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
5012N/AFileChooser.acceptAllFileFilter.textAndMnemonic=*
5012N/AFileChooser.cancelButton.textAndMnemonic=Abbrechen
5012N/AFileChooser.saveButton.textAndMnemonic=Speichern
5012N/AFileChooser.openButton.textAndMnemonic=OK
5012N/AFileChooser.saveDialogTitle.textAndMnemonic=Speichern
5012N/AFileChooser.openDialogTitle.textAndMnemonic=\u00D6ffnen
5012N/AFileChooser.updateButton.textAndMnemonic=Aktualisieren
5012N/AFileChooser.helpButton.textAndMnemonic=Hilfe
5784N/AFileChooser.pathLabel.textAndMnemonic=&Pfad- oder Ordnername eingeben:
5371N/AFileChooser.filterLabel.textAndMnemonic=Filte&r
5784N/AFileChooser.foldersLabel.textAndMnemonic=Ord&ner
5371N/AFileChooser.filesLabel.textAndMnemonic=Date&ien
6443N/AFileChooser.enterFileNameLabel.textAndMnemonic=Dateina&me eingeben:
5012N/AFileChooser.enterFolderNameLabel.textAndMnemonic=Ordnernamen eingeben:
0N/A
5012N/AFileChooser.cancelButtonToolTip.textAndMnemonic=Dialogfeld f\u00FCr Dateiauswahl schlie\u00DFen.
5012N/AFileChooser.saveButtonToolTip.textAndMnemonic=Ausgew\u00E4hlte Datei speichern.
5012N/AFileChooser.openButtonToolTip.textAndMnemonic=Ausgew\u00E4hlte Datei \u00F6ffnen.
5012N/AFileChooser.updateButtonToolTip.textAndMnemonic=Verzeichnisliste aktualisieren.
5012N/AFileChooser.helpButtonToolTip.textAndMnemonic=FileChooser-Hilfe.