blob: 09c6a84ab57d1bf3817cba1448b11b82564ff9b4 [file] [log] [blame]
J. Duke319a3b92007-12-01 00:00:00 +00001# 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.lookInLabelText=Suchen in:
22FileChooser.saveInLabelText=Speichern in:
23FileChooser.fileNameLabelText=Dateiname:
24FileChooser.folderNameLabelText=Folder name:
25FileChooser.filesOfTypeLabelText=Dateityp:
26FileChooser.upFolderToolTipText=Eine Ebene h\u00f6her
27FileChooser.upFolderAccessibleName=H\u00f6her
28FileChooser.homeFolderToolTipText=Home
29FileChooser.homeFolderAccessibleName=Home
30FileChooser.newFolderToolTipText=Neuen Ordner erstellen
31FileChooser.newFolderAccessibleName=Neuer Ordner
32FileChooser.newFolderActionLabelText=Neuer Ordner
33FileChooser.listViewButtonToolTipText=Liste
34FileChooser.listViewButtonAccessibleName=Liste
35FileChooser.listViewActionLabelText=Liste
36FileChooser.detailsViewButtonToolTipText=Einzelheiten
37FileChooser.detailsViewButtonAccessibleName=Einzelheiten
38FileChooser.detailsViewActionLabelText=Einzelheiten
39FileChooser.refreshActionLabelText=Aktualisieren
40FileChooser.viewMenuLabelText=Ansicht
41FileChooser.fileNameHeaderText=Dateiname
42FileChooser.fileSizeHeaderText=Gr\u00f6\u00dfe
43FileChooser.fileTypeHeaderText=Typ
44FileChooser.fileDateHeaderText=Ge\u00e4ndert
45FileChooser.fileAttrHeaderText=Attribut
46
47############ Used by MetalTitlePane if rendering window decorations############
48# All mnemonics are KeyEvent.VK_XXX as integers
49MetalTitlePane.restoreTitle=Wiederherstellen
50MetalTitlePane.restoreMnemonic=87
51MetalTitlePane.iconifyTitle=Minimieren
52MetalTitlePane.iconifyMnemonic=77
53MetalTitlePane.maximizeTitle=Maximieren
54MetalTitlePane.maximizeMnemonic=88
55MetalTitlePane.closeTitle=Schlie\u00dfen
56MetalTitlePane.closeMnemonic=83