motif_de.properties revision 0
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
0N/AFileChooser.acceptAllFileFilterText=*
0N/AFileChooser.cancelButtonText=Abbrechen
0N/AFileChooser.saveButtonText=Speichern
0N/AFileChooser.openButtonText=OK
0N/AFileChooser.saveDialogTitleText=Speichern
0N/AFileChooser.openDialogTitleText=\u00d6ffnen
0N/AFileChooser.updateButtonText=Aktualisieren
0N/AFileChooser.helpButtonText=Hilfe
0N/AFileChooser.pathLabelText=Pfad- oder Ordnernamen eingeben:
0N/AFileChooser.filterLabelText=Filter
0N/AFileChooser.foldersLabelText=Ordner
0N/AFileChooser.filesLabelText=Dateien
0N/AFileChooser.enterFileNameLabelText=Filternamen eingeben:
0N/AFileChooser.enterFolderNameLabelText=Enter folder name:
0N/A
0N/AFileChooser.cancelButtonToolTipText=Dialogfeld f\u00fcr Dateiauswahl abbrechen
0N/AFileChooser.saveButtonToolTipText=Ausgew\u00e4hlte Datei speichern
0N/AFileChooser.openButtonToolTipText=Ausgew\u00e4hlte Datei \u00f6ffnen
0N/AFileChooser.updateButtonToolTipText=Verzeichnisliste aktualisieren
0N/AFileChooser.helpButtonToolTipText=Hilfe f\u00fcr Dateiauswahl
0N/A