FileDocCategorySizeDatePackage
windows_sv.javaAPI DocJava SE 6 API1813Tue Jun 10 01:30:28 BST 2008com.sun.java.swing.plaf.windows.resources

windows_sv.java

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

import java.util.ListResourceBundle;

public final class windows_sv extends ListResourceBundle {
    protected final Object[][] getContents() {
        return new Object[][] {
            { "FileChooser.detailsViewActionLabelText", "Detaljerad lista" },
            { "FileChooser.detailsViewButtonAccessibleName", "Detaljerad lista" },
            { "FileChooser.detailsViewButtonToolTipText", "Detaljerad lista" },
            { "FileChooser.fileAttrHeaderText", "Attribut" },
            { "FileChooser.fileDateHeaderText", "\u00C4ndrad" },
            { "FileChooser.fileNameHeaderText", "Namn" },
            { "FileChooser.fileNameLabelText", "Filnamn:" },
            { "FileChooser.fileSizeHeaderText", "Storlek" },
            { "FileChooser.fileTypeHeaderText", "Typ" },
            { "FileChooser.filesOfTypeLabelText", "Filformat:" },
            { "FileChooser.homeFolderAccessibleName", "Hem" },
            { "FileChooser.homeFolderToolTipText", "Hem" },
            { "FileChooser.listViewActionLabelText", "Lista" },
            { "FileChooser.listViewButtonAccessibleName", "Lista" },
            { "FileChooser.listViewButtonToolTipText", "Lista" },
            { "FileChooser.lookInLabelText", "Leta i:" },
            { "FileChooser.newFolderAccessibleName", "Ny mapp" },
            { "FileChooser.newFolderActionLabelText", "Ny mapp" },
            { "FileChooser.newFolderToolTipText", "Skapa ny mapp" },
            { "FileChooser.refreshActionLabelText", "Uppdatera" },
            { "FileChooser.saveInLabelText", "Spara i:" },
            { "FileChooser.upFolderAccessibleName", "Upp" },
            { "FileChooser.upFolderToolTipText", "Upp en niv\u00E5" },
            { "FileChooser.viewMenuLabelText", "Vy" },
        };
    }
}