jdk/src/share/classes/sun/security/util/Resources_sv.java
author sflores
Sun, 14 Oct 2012 22:58:59 +0100
changeset 14182 3041082abb40
parent 9571 1179f805f359
child 18282 61693b1882bf
permissions -rw-r--r--
7194449: String resources for Key Tool and Policy Tool should be in their respective packages Reviewed-by: alanb, weijun, mullan
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
/*
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents: 9571
diff changeset
     2
 * Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
     7
 * published by the Free Software Foundation.  Oracle designates this
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
 * particular file as subject to the "Classpath" exception as provided
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
     9
 * by Oracle in the LICENSE file that accompanied this code.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
 * This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
 * version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
 * accompanied this code).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
 * You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
 * 2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
 *
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    21
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    22
 * or visit www.oracle.com if you need additional information or have any
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    23
 * questions.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
package sun.security.util;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
/**
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
 * <p> This class represents the <code>ResourceBundle</code>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
 * for javax.security.auth and sun.security.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
public class Resources_sv extends java.util.ListResourceBundle {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
    private static final Object[][] contents = {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
        // javax.security.auth.PrivateCredentialPermission
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    38
        {"invalid.null.input.s.", "ogiltiga null-indata"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    39
        {"actions.can.only.be.read.", "funktioner kan endast 'l\u00E4sas'"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    40
        {"permission.name.name.syntax.invalid.",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    41
                "syntaxen f\u00F6r beh\u00F6righetsnamnet [{0}] \u00E4r ogiltig: "},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    42
        {"Credential.Class.not.followed.by.a.Principal.Class.and.Name",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    43
                "Inloggningsuppgiftsklassen f\u00F6ljs inte av klass eller namn f\u00F6r identitetshavare"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    44
        {"Principal.Class.not.followed.by.a.Principal.Name",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    45
                "Identitetshavareklassen f\u00F6ljs inte av n\u00E5got identitetshavarenamn"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    46
        {"Principal.Name.must.be.surrounded.by.quotes",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    47
                "Identitetshavarenamnet m\u00E5ste anges inom citattecken"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    48
        {"Principal.Name.missing.end.quote",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    49
                "Identitetshavarenamnet saknar avslutande citattecken"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    50
        {"PrivateCredentialPermission.Principal.Class.can.not.be.a.wildcard.value.if.Principal.Name.is.not.a.wildcard.value",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    51
                "Identitetshavareklassen PrivateCredentialPermission kan inte ha n\u00E5got jokertecken (*) om inte namnet p\u00E5 identitetshavaren anges med jokertecken (*)"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    52
        {"CredOwner.Principal.Class.class.Principal.Name.name",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    53
                "CredOwner:\n\tIdentitetshavareklass = {0}\n\tIdentitetshavarenamn = {1}"},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
        // javax.security.auth.x500
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    56
        {"provided.null.name", "angav null-namn"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    57
        {"provided.null.keyword.map", "nullnyckelordsmappning tillhandah\u00F6lls"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    58
        {"provided.null.OID.map", "null-OID-mappning tillhandah\u00F6lls"},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
        // javax.security.auth.Subject
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents: 9571
diff changeset
    61
        {"NEWLINE", "\n"},
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    62
        {"invalid.null.AccessControlContext.provided",
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
                "ogiltigt null-AccessControlContext"},
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    64
        {"invalid.null.action.provided", "ogiltig null-funktion"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    65
        {"invalid.null.Class.provided", "ogiltig null-klass"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    66
        {"Subject.", "Innehavare:\n"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    67
        {".Principal.", "\tIdentitetshavare: "},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    68
        {".Public.Credential.", "\tOffentlig inloggning: "},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    69
        {".Private.Credentials.inaccessible.",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    70
                "\tPrivat inloggning \u00E4r inte tillg\u00E4nglig\n"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    71
        {".Private.Credential.", "\tPrivat inloggning: "},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    72
        {".Private.Credential.inaccessible.",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    73
                "\tPrivat inloggning \u00E4r inte tillg\u00E4nglig\n"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    74
        {"Subject.is.read.only", "Innehavare \u00E4r skrivskyddad"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    75
        {"attempting.to.add.an.object.which.is.not.an.instance.of.java.security.Principal.to.a.Subject.s.Principal.Set",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    76
                "f\u00F6rs\u00F6k att l\u00E4gga till ett objekt som inte \u00E4r en f\u00F6rekomst av java.security.Principal till en upps\u00E4ttning av identitetshavare"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    77
        {"attempting.to.add.an.object.which.is.not.an.instance.of.class",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    78
                "f\u00F6rs\u00F6ker l\u00E4gga till ett objekt som inte \u00E4r en instans av {0}"},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
        // javax.security.auth.login.AppConfigurationEntry
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    81
        {"LoginModuleControlFlag.", "LoginModuleControlFlag: "},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
        // javax.security.auth.login.LoginContext
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    84
        {"Invalid.null.input.name", "Ogiltiga null-indata: namn"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    85
        {"No.LoginModules.configured.for.name",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    86
         "Inga inloggningsmoduler har konfigurerats f\u00F6r {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    87
        {"invalid.null.Subject.provided", "ogiltig null-innehavare"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    88
        {"invalid.null.CallbackHandler.provided",
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
                "ogiltig null-CallbackHandler"},
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    90
        {"null.subject.logout.called.before.login",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    91
                "null-innehavare - utloggning anropades f\u00F6re inloggning"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    92
        {"unable.to.instantiate.LoginModule.module.because.it.does.not.provide.a.no.argument.constructor",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    93
                "kan inte instansiera LoginModule, {0}, eftersom den inte tillhandah\u00E5ller n\u00E5gon icke-argumentskonstruktor"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    94
        {"unable.to.instantiate.LoginModule",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    95
                "kan inte instansiera LoginModule"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    96
        {"unable.to.instantiate.LoginModule.",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    97
                "kan inte instansiera LoginModule: "},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    98
        {"unable.to.find.LoginModule.class.",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    99
                "hittar inte LoginModule-klassen: "},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   100
        {"unable.to.access.LoginModule.",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   101
                "ingen \u00E5tkomst till LoginModule: "},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   102
        {"Login.Failure.all.modules.ignored",
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
                "Inloggningsfel: alla moduler ignoreras"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
        // sun.security.provider.PolicyFile
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   107
        {"java.security.policy.error.parsing.policy.message",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   108
                "java.security.policy: fel vid tolkning av {0}:\n\t{1}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   109
        {"java.security.policy.error.adding.Permission.perm.message",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   110
                "java.security.policy: fel vid till\u00E4gg av beh\u00F6righet, {0}:\n\t{1}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   111
        {"java.security.policy.error.adding.Entry.message",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   112
                "java.security.policy: fel vid till\u00E4gg av post:\n\t{0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   113
        {"alias.name.not.provided.pe.name.", "aliasnamn ej angivet ({0})"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   114
        {"unable.to.perform.substitution.on.alias.suffix",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   115
                "kan ej ers\u00E4tta alias, {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   116
        {"substitution.value.prefix.unsupported",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   117
                "ers\u00E4ttningsv\u00E4rde, {0}, st\u00F6ds ej"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   118
        {"LPARAM", "("},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   119
        {"RPARAM", ")"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   120
        {"type.can.t.be.null","typen kan inte vara null"},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
        // sun.security.provider.PolicyParser
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   123
        {"keystorePasswordURL.can.not.be.specified.without.also.specifying.keystore",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   124
                "kan inte ange keystorePasswordURL utan att ange nyckellager"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   125
        {"expected.keystore.type", "f\u00F6rv\u00E4ntad nyckellagertyp"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   126
        {"expected.keystore.provider", "nyckellagerleverant\u00F6r f\u00F6rv\u00E4ntades"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   127
        {"multiple.Codebase.expressions",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   128
                "flera CodeBase-uttryck"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   129
        {"multiple.SignedBy.expressions","flera SignedBy-uttryck"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   130
        {"SignedBy.has.empty.alias","SignedBy har ett tomt alias"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   131
        {"can.not.specify.Principal.with.a.wildcard.class.without.a.wildcard.name",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   132
                "kan inte ange identitetshavare med en jokerteckenklass utan ett jokerteckennamn"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   133
        {"expected.codeBase.or.SignedBy.or.Principal",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   134
                "f\u00F6rv\u00E4ntad codeBase eller SignedBy eller identitetshavare"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   135
        {"expected.permission.entry", "f\u00F6rv\u00E4ntade beh\u00F6righetspost"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   136
        {"number.", "antal "},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   137
        {"expected.expect.read.end.of.file.",
9571
1179f805f359 7043548: message drop 3 translation integration
mfang
parents: 9035
diff changeset
   138
                "f\u00F6rv\u00E4ntade [{0}], l\u00E4ste [filslut]"},
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   139
        {"expected.read.end.of.file.",
9571
1179f805f359 7043548: message drop 3 translation integration
mfang
parents: 9035
diff changeset
   140
                "f\u00F6rv\u00E4ntade [;], l\u00E4ste [filslut]"},
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   141
        {"line.number.msg", "rad {0}: {1}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   142
        {"line.number.expected.expect.found.actual.",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   143
                "rad {0}: f\u00F6rv\u00E4ntade [{1}], hittade [{2}]"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   144
        {"null.principalClass.or.principalName",
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   145
                "null-principalClass eller -principalName"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   146
90ce3da70b43 Initial load
duke
parents:
diff changeset
   147
        // sun.security.pkcs11.SunPKCS11
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   148
        {"PKCS11.Token.providerName.Password.",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   149
                "PKCS11-tecken [{0}] L\u00F6senord: "},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   150
90ce3da70b43 Initial load
duke
parents:
diff changeset
   151
        /* --- DEPRECATED --- */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   152
        // javax.security.auth.Policy
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   153
        {"unable.to.instantiate.Subject.based.policy",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   154
                "den innehavarbaserade policyn kan inte skapas"}
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   155
    };
90ce3da70b43 Initial load
duke
parents:
diff changeset
   156
90ce3da70b43 Initial load
duke
parents:
diff changeset
   157
90ce3da70b43 Initial load
duke
parents:
diff changeset
   158
    /**
90ce3da70b43 Initial load
duke
parents:
diff changeset
   159
     * Returns the contents of this <code>ResourceBundle</code>.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   160
     *
90ce3da70b43 Initial load
duke
parents:
diff changeset
   161
     * <p>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   162
     *
90ce3da70b43 Initial load
duke
parents:
diff changeset
   163
     * @return the contents of this <code>ResourceBundle</code>.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   164
     */
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents: 9571
diff changeset
   165
    @Override
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   166
    public Object[][] getContents() {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   167
        return contents;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   168
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   169
}
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   170