author | redestad |
Fri, 08 May 2015 15:41:39 +0200 | |
changeset 30609 | 211c22831646 |
parent 29370 | 1ca08334b821 |
child 39004 | 509853dd7d6c |
permissions | -rw-r--r-- |
14182
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
1 |
/* |
23010
6dadb192ad81
8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
lana
parents:
20196
diff
changeset
|
2 |
* Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved. |
14182
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
3 |
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
4 |
* |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
5 |
* This code is free software; you can redistribute it and/or modify it |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
6 |
* under the terms of the GNU General Public License version 2 only, as |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
7 |
* published by the Free Software Foundation. Oracle designates this |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
8 |
* particular file as subject to the "Classpath" exception as provided |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
9 |
* by Oracle in the LICENSE file that accompanied this code. |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
10 |
* |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
11 |
* This code is distributed in the hope that it will be useful, but WITHOUT |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
12 |
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
13 |
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
14 |
* version 2 for more details (a copy is included in the LICENSE file that |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
15 |
* accompanied this code). |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
16 |
* |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
17 |
* You should have received a copy of the GNU General Public License version |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
18 |
* 2 along with this work; if not, write to the Free Software Foundation, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
19 |
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
20 |
* |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
21 |
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
22 |
* or visit www.oracle.com if you need additional information or have any |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
23 |
* questions. |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
24 |
*/ |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
25 |
|
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
26 |
package sun.security.tools.policytool; |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
27 |
|
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
28 |
/** |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
29 |
* <p> This class represents the <code>ResourceBundle</code> |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
30 |
* for the policytool. |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
31 |
* |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
32 |
*/ |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
33 |
public class Resources_sv extends java.util.ListResourceBundle { |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
34 |
|
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
35 |
private static final Object[][] contents = { |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
36 |
{"NEWLINE", "\n"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
37 |
{"Warning.A.public.key.for.alias.signers.i.does.not.exist.Make.sure.a.KeyStore.is.properly.configured.", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
38 |
"Varning! Det finns ingen offentlig nyckel f\u00F6r aliaset {0}. Kontrollera att det aktuella nyckellagret \u00E4r korrekt konfigurerat."}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
39 |
{"Warning.Class.not.found.class", "Varning! Klassen hittades inte: {0}"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
40 |
{"Warning.Invalid.argument.s.for.constructor.arg", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
41 |
"Varning! Ogiltiga argument f\u00F6r konstruktor: {0}"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
42 |
{"Illegal.Principal.Type.type", "Otill\u00E5ten identitetshavaretyp: {0}"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
43 |
{"Illegal.option.option", "Otill\u00E5tet alternativ: {0}"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
44 |
{"Usage.policytool.options.", "Syntax: policytool [alternativ]"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
45 |
{".file.file.policy.file.location", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
46 |
" [-file <fil>] policyfilens plats"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
47 |
{"New", "Nytt"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
48 |
{"Open", "\u00D6ppna"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
49 |
{"Save", "Spara"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
50 |
{"Save.As", "Spara som"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
51 |
{"View.Warning.Log", "Visa varningslogg"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
52 |
{"Exit", "Avsluta"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
53 |
{"Add.Policy.Entry", "L\u00E4gg till policypost"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
54 |
{"Edit.Policy.Entry", "Redigera policypost"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
55 |
{"Remove.Policy.Entry", "Ta bort policypost"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
56 |
{"Edit", "Redigera"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
57 |
{"Retain", "Beh\u00E5ll"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
58 |
|
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
59 |
{"Warning.File.name.may.include.escaped.backslash.characters.It.is.not.necessary.to.escape.backslash.characters.the.tool.escapes", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
60 |
"Varning! Filnamnet kan inneh\u00E5lla omv\u00E4nda snedstreck inom citattecken. Citattecken kr\u00E4vs inte f\u00F6r omv\u00E4nda snedstreck (verktyget hanterar detta n\u00E4r policyinneh\u00E5llet skrivs till det best\u00E4ndiga lagret).\n\nKlicka p\u00E5 Beh\u00E5ll f\u00F6r att beh\u00E5lla det angivna namnet, eller klicka p\u00E5 Redigera f\u00F6r att \u00E4ndra det."}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
61 |
|
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
62 |
{"Add.Public.Key.Alias", "L\u00E4gg till offentligt nyckelalias"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
63 |
{"Remove.Public.Key.Alias", "Ta bort offentligt nyckelalias"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
64 |
{"File", "Fil"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
65 |
{"KeyStore", "Nyckellager"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
66 |
{"Policy.File.", "Policyfil:"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
67 |
{"Could.not.open.policy.file.policyFile.e.toString.", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
68 |
"Kan inte \u00F6ppna policyfilen: {0}: {1}"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
69 |
{"Policy.Tool", "Policyverktyg"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
70 |
{"Errors.have.occurred.while.opening.the.policy.configuration.View.the.Warning.Log.for.more.information.", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
71 |
"Det uppstod ett fel n\u00E4r policykonfigurationen skulle \u00F6ppnas. Se varningsloggen f\u00F6r mer information."}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
72 |
{"Error", "Fel"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
73 |
{"OK", "OK"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
74 |
{"Status", "Status"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
75 |
{"Warning", "Varning"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
76 |
{"Permission.", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
77 |
"Beh\u00F6righet: "}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
78 |
{"Principal.Type.", "Identitetshavaretyp:"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
79 |
{"Principal.Name.", "Identitetshavare:"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
80 |
{"Target.Name.", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
81 |
"M\u00E5l: "}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
82 |
{"Actions.", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
83 |
"Funktioner: "}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
84 |
{"OK.to.overwrite.existing.file.filename.", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
85 |
"Ska den befintliga filen {0} skrivas \u00F6ver?"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
86 |
{"Cancel", "Avbryt"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
87 |
{"CodeBase.", "Kodbas:"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
88 |
{"SignedBy.", "Signerad av:"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
89 |
{"Add.Principal", "L\u00E4gg till identitetshavare"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
90 |
{"Edit.Principal", "Redigera identitetshavare"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
91 |
{"Remove.Principal", "Ta bort identitetshavare"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
92 |
{"Principals.", "Identitetshavare:"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
93 |
{".Add.Permission", " L\u00E4gg till beh\u00F6righet"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
94 |
{".Edit.Permission", " Redigera beh\u00F6righet"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
95 |
{"Remove.Permission", "Ta bort beh\u00F6righet"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
96 |
{"Done", "Utf\u00F6rd"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
97 |
{"KeyStore.URL.", "URL f\u00F6r nyckellager:"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
98 |
{"KeyStore.Type.", "Nyckellagertyp:"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
99 |
{"KeyStore.Provider.", "Nyckellagerleverant\u00F6r:"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
100 |
{"KeyStore.Password.URL.", "URL f\u00F6r l\u00F6senord till nyckellager:"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
101 |
{"Principals", "Identitetshavare"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
102 |
{".Edit.Principal.", " Redigera identitetshavare:"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
103 |
{".Add.New.Principal.", " L\u00E4gg till ny identitetshavare:"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
104 |
{"Permissions", "Beh\u00F6righet"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
105 |
{".Edit.Permission.", " Redigera beh\u00F6righet:"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
106 |
{".Add.New.Permission.", " L\u00E4gg till ny beh\u00F6righet:"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
107 |
{"Signed.By.", "Signerad av:"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
108 |
{"Cannot.Specify.Principal.with.a.Wildcard.Class.without.a.Wildcard.Name", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
109 |
"Kan inte specificera identitetshavare med jokerteckenklass utan jokerteckennamn"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
110 |
{"Cannot.Specify.Principal.without.a.Name", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
111 |
"Kan inte specificera identitetshavare utan namn"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
112 |
{"Permission.and.Target.Name.must.have.a.value", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
113 |
"Beh\u00F6righet och m\u00E5lnamn m\u00E5ste ha ett v\u00E4rde"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
114 |
{"Remove.this.Policy.Entry.", "Vill du ta bort den h\u00E4r policyposten?"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
115 |
{"Overwrite.File", "Skriv \u00F6ver fil"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
116 |
{"Policy.successfully.written.to.filename", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
117 |
"Policy har skrivits till {0}"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
118 |
{"null.filename", "nullfilnamn"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
119 |
{"Save.changes.", "Vill du spara \u00E4ndringarna?"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
120 |
{"Yes", "Ja"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
121 |
{"No", "Nej"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
122 |
{"Policy.Entry", "Policyfel"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
123 |
{"Save.Changes", "Spara \u00E4ndringar"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
124 |
{"No.Policy.Entry.selected", "Ingen policypost har valts"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
125 |
{"Unable.to.open.KeyStore.ex.toString.", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
126 |
"Kan inte \u00F6ppna nyckellagret: {0}"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
127 |
{"No.principal.selected", "Ingen identitetshavare har valts"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
128 |
{"No.permission.selected", "Ingen beh\u00F6righet har valts"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
129 |
{"name", "namn"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
130 |
{"configuration.type", "konfigurationstyp"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
131 |
{"environment.variable.name", "variabelnamn f\u00F6r milj\u00F6"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
132 |
{"library.name", "biblioteksnamn"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
133 |
{"package.name", "paketnamn"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
134 |
{"policy.type", "policytyp"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
135 |
{"property.name", "egenskapsnamn"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
136 |
{"provider.name", "leverant\u00F6rsnamn"}, |
20196
a64aabd2fa13
8025215: jdk8 l10n resource file translation update 4
mfang
parents:
14182
diff
changeset
|
137 |
{"url", "url"}, |
a64aabd2fa13
8025215: jdk8 l10n resource file translation update 4
mfang
parents:
14182
diff
changeset
|
138 |
{"method.list", "metodlista"}, |
a64aabd2fa13
8025215: jdk8 l10n resource file translation update 4
mfang
parents:
14182
diff
changeset
|
139 |
{"request.headers.list", "beg\u00E4ranrubriklista"}, |
14182
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
140 |
{"Principal.List", "Lista \u00F6ver identitetshavare"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
141 |
{"Permission.List", "Beh\u00F6righetslista"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
142 |
{"Code.Base", "Kodbas"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
143 |
{"KeyStore.U.R.L.", "URL f\u00F6r nyckellager:"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
144 |
{"KeyStore.Password.U.R.L.", "URL f\u00F6r l\u00F6senord till nyckellager:"} |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
145 |
}; |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
146 |
|
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
147 |
|
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
148 |
/** |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
149 |
* Returns the contents of this <code>ResourceBundle</code>. |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
150 |
* |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
151 |
* <p> |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
152 |
* |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
153 |
* @return the contents of this <code>ResourceBundle</code>. |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
154 |
*/ |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
155 |
@Override |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
156 |
public Object[][] getContents() { |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
157 |
return contents; |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
158 |
} |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
159 |
} |