jdk/src/java.base/share/classes/sun/security/util/Resources_sv.java
changeset 39004 509853dd7d6c
parent 25859 3317bb8137f4
child 45335 54c960d82428
equal deleted inserted replaced
39003:597412b25729 39004:509853dd7d6c
     1 /*
     1 /*
     2  * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    24  */
    24  */
    25 
    25 
    26 package sun.security.util;
    26 package sun.security.util;
    27 
    27 
    28 /**
    28 /**
    29  * <p> This class represents the <code>ResourceBundle</code>
    29  * This class represents the <code>ResourceBundle</code>
    30  * for javax.security.auth and sun.security.
    30  * for javax.security.auth and sun.security.
    31  *
    31  *
    32  */
    32  */
    33 public class Resources_sv extends java.util.ListResourceBundle {
    33 public class Resources_sv extends java.util.ListResourceBundle {
    34 
    34 
   133         {"can.not.specify.Principal.with.a.wildcard.class.without.a.wildcard.name",
   133         {"can.not.specify.Principal.with.a.wildcard.class.without.a.wildcard.name",
   134                 "kan inte ange identitetshavare med en jokerteckenklass utan ett jokerteckennamn"},
   134                 "kan inte ange identitetshavare med en jokerteckenklass utan ett jokerteckennamn"},
   135         {"expected.codeBase.or.SignedBy.or.Principal",
   135         {"expected.codeBase.or.SignedBy.or.Principal",
   136                 "f\u00F6rv\u00E4ntad codeBase eller SignedBy eller identitetshavare"},
   136                 "f\u00F6rv\u00E4ntad codeBase eller SignedBy eller identitetshavare"},
   137         {"expected.permission.entry", "f\u00F6rv\u00E4ntade beh\u00F6righetspost"},
   137         {"expected.permission.entry", "f\u00F6rv\u00E4ntade beh\u00F6righetspost"},
   138         {"number.", "antal "},
   138         {"number.", "nummer"},
   139         {"expected.expect.read.end.of.file.",
   139         {"expected.expect.read.end.of.file.",
   140                 "f\u00F6rv\u00E4ntade [{0}], l\u00E4ste [filslut]"},
   140                 "f\u00F6rv\u00E4ntade [{0}], l\u00E4ste [filslut]"},
   141         {"expected.read.end.of.file.",
   141         {"expected.read.end.of.file.",
   142                 "f\u00F6rv\u00E4ntade [;], l\u00E4ste [filslut]"},
   142                 "f\u00F6rv\u00E4ntade [;], l\u00E4ste [filslut]"},
   143         {"line.number.msg", "rad {0}: {1}"},
   143         {"line.number.msg", "rad {0}: {1}"},
   158 
   158 
   159 
   159 
   160     /**
   160     /**
   161      * Returns the contents of this <code>ResourceBundle</code>.
   161      * Returns the contents of this <code>ResourceBundle</code>.
   162      *
   162      *
   163      * <p>
       
   164      *
       
   165      * @return the contents of this <code>ResourceBundle</code>.
   163      * @return the contents of this <code>ResourceBundle</code>.
   166      */
   164      */
   167     @Override
   165     @Override
   168     public Object[][] getContents() {
   166     public Object[][] getContents() {
   169         return contents;
   167         return contents;