FileDocCategorySizeDatePackage
windows_de.javaAPI DocJava SE 5 API1812Fri Aug 26 17:17:40 BST 2005com.sun.java.swing.plaf.windows.resources

windows_de.java

package com.sun.java.swing.plaf.windows.resources;

import java.util.ListResourceBundle;

public final class windows_de extends ListResourceBundle {
    private static final Object[][] contents = {
        { "FileChooser.detailsViewActionLabelText", "Einzelheiten" },
        { "FileChooser.detailsViewButtonAccessibleName", "Einzelheiten" },
        { "FileChooser.detailsViewButtonToolTipText", "Einzelheiten" },
        { "FileChooser.fileAttrHeaderText", "Attribut" },
        { "FileChooser.fileDateHeaderText", "Ge\u00E4ndert" },
        { "FileChooser.fileNameHeaderText", "Dateiname" },
        { "FileChooser.fileNameLabelText", "Dateiname:" },
        { "FileChooser.fileSizeHeaderText", "Gr\u00F6\u00DFe" },
        { "FileChooser.fileTypeHeaderText", "Typ" },
        { "FileChooser.filesOfTypeLabelText", "Dateityp:" },
        { "FileChooser.homeFolderAccessibleName", "Home" },
        { "FileChooser.homeFolderToolTipText", "Home" },
        { "FileChooser.listViewActionLabelText", "Liste" },
        { "FileChooser.listViewButtonAccessibleName", "Liste" },
        { "FileChooser.listViewButtonToolTipText", "Liste" },
        { "FileChooser.lookInLabelText", "Suchen in:" },
        { "FileChooser.newFolderAccessibleName", "Neuer Ordner" },
        { "FileChooser.newFolderActionLabelText", "Neuer Ordner" },
        { "FileChooser.newFolderToolTipText", "Neuen Ordner erstellen" },
        { "FileChooser.refreshActionLabelText", "Aktualisieren" },
        { "FileChooser.saveInLabelText", "Speichern in:" },
        { "FileChooser.upFolderAccessibleName", "H\u00F6her" },
        { "FileChooser.upFolderToolTipText", "Eine Ebene h\u00F6her" },
        { "FileChooser.viewMenuLabelText", "Ansicht" },

    };

    protected final Object[][] getContents() {
         return contents;
    }
}