1# This properties file is used to create a PropertyResourceBundle
2# It contains Locale specific strings used be the Metal Look and Feel.
3# Currently, the following components need this for support:
4#
5#    FileChooser
6#
7# When this file is read in, the strings are put into the
8# defaults table.  This is an implementation detail of the current
9# workings of Swing.  DO NOT DEPEND ON THIS.
10# This may change in future versions of Swing as we improve localization
11# support.
12#
13# Refer to the note in basic.properties for a description as to what
14# the mnemonics correspond to and how to calculate them.
15#
16# @author Steve Wilson
17
18
19############ FILE CHOOSER STRINGS #############
20
21FileChooser.lookInLabel.textAndMnemonic=Suchen &in:
22FileChooser.saveInLabel.textAndMnemonic=Speichern in:
23FileChooser.fileNameLabel.textAndMnemonic=&Dateiname:
24FileChooser.folderNameLabel.textAndMnemonic=Ordner&name:
25FileChooser.filesOfTypeLabel.textAndMnemonic=Datei&typ:
26FileChooser.upFolderToolTip.textAndMnemonic=Eine Ebene h\u00F6her
27FileChooser.upFolderAccessibleName=Nach oben
28FileChooser.homeFolderToolTip.textAndMnemonic=Home
29FileChooser.homeFolderAccessibleName=Home
30FileChooser.newFolderToolTip.textAndMnemonic=Neuen Ordner erstellen
31FileChooser.newFolderAccessibleName=Neuer Ordner
32FileChooser.newFolderActionLabel.textAndMnemonic=Neuer Ordner
33FileChooser.listViewButtonToolTip.textAndMnemonic=Liste
34FileChooser.listViewButtonAccessibleName=Liste
35FileChooser.listViewActionLabel.textAndMnemonic=Liste
36FileChooser.detailsViewButtonToolTip.textAndMnemonic=Details
37FileChooser.detailsViewButtonAccessibleName=Details
38FileChooser.detailsViewActionLabel.textAndMnemonic=Details
39FileChooser.refreshActionLabel.textAndMnemonic=Aktualisieren
40FileChooser.viewMenuLabel.textAndMnemonic=Ansicht
41FileChooser.fileNameHeader.textAndMnemonic=Name
42FileChooser.fileSizeHeader.textAndMnemonic=Gr\u00F6\u00DFe
43FileChooser.fileTypeHeader.textAndMnemonic=Typ
44FileChooser.fileDateHeader.textAndMnemonic=Ge\u00E4ndert
45FileChooser.fileAttrHeader.textAndMnemonic=Attribute
46
47############ Used by MetalTitlePane if rendering window decorations############
48MetalTitlePane.restore.titleAndMnemonic=&Wiederherstellen
49MetalTitlePane.iconify.titleAndMnemonic=Minimie&ren
50MetalTitlePane.maximize.titleAndMnemonic=Ma&ximieren
51MetalTitlePane.close.titleAndMnemonic=&Schlie\u00DFen
52