author | prr |
Thu, 18 Dec 2014 10:45:45 -0800 | |
changeset 29908 | 83e2c403fefd |
parent 29370 | 1ca08334b821 |
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:
21365
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 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 |
"Warning: A public key for alias {0} 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
|
39 |
{"Warning.Class.not.found.class", "Warning: Class not found: {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 |
"Warning: Invalid argument(s) for constructor: {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", "Illegal Principal Type: {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", "Illegal option: {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.", "Usage: policytool [options]"}, |
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 <file>] policy file location"}, |
20886
9630bb813a6c
7025699: Policy Tool is not accessible by keyboard
weijun
parents:
17692
diff
changeset
|
47 |
{"New", "&New"}, |
9630bb813a6c
7025699: Policy Tool is not accessible by keyboard
weijun
parents:
17692
diff
changeset
|
48 |
{"Open", "&Open..."}, |
9630bb813a6c
7025699: Policy Tool is not accessible by keyboard
weijun
parents:
17692
diff
changeset
|
49 |
{"Save", "&Save"}, |
9630bb813a6c
7025699: Policy Tool is not accessible by keyboard
weijun
parents:
17692
diff
changeset
|
50 |
{"Save.As", "Save &As..."}, |
9630bb813a6c
7025699: Policy Tool is not accessible by keyboard
weijun
parents:
17692
diff
changeset
|
51 |
{"View.Warning.Log", "View &Warning Log"}, |
9630bb813a6c
7025699: Policy Tool is not accessible by keyboard
weijun
parents:
17692
diff
changeset
|
52 |
{"Exit", "E&xit"}, |
9630bb813a6c
7025699: Policy Tool is not accessible by keyboard
weijun
parents:
17692
diff
changeset
|
53 |
{"Add.Policy.Entry", "&Add Policy Entry"}, |
9630bb813a6c
7025699: Policy Tool is not accessible by keyboard
weijun
parents:
17692
diff
changeset
|
54 |
{"Edit.Policy.Entry", "&Edit Policy Entry"}, |
9630bb813a6c
7025699: Policy Tool is not accessible by keyboard
weijun
parents:
17692
diff
changeset
|
55 |
{"Remove.Policy.Entry", "&Remove Policy Entry"}, |
9630bb813a6c
7025699: Policy Tool is not accessible by keyboard
weijun
parents:
17692
diff
changeset
|
56 |
{"Edit", "&Edit"}, |
14182
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
57 |
{"Retain", "Retain"}, |
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 |
"Warning: File name may include escaped backslash characters. " + |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
61 |
"It is not necessary to escape backslash characters " + |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
62 |
"(the tool escapes characters as necessary when writing " + |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
63 |
"the policy contents to the persistent store).\n\n" + |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
64 |
"Click on Retain to retain the entered name, or click on " + |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
65 |
"Edit to edit the name."}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
66 |
|
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
67 |
{"Add.Public.Key.Alias", "Add Public Key Alias"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
68 |
{"Remove.Public.Key.Alias", "Remove Public Key Alias"}, |
20886
9630bb813a6c
7025699: Policy Tool is not accessible by keyboard
weijun
parents:
17692
diff
changeset
|
69 |
{"File", "&File"}, |
9630bb813a6c
7025699: Policy Tool is not accessible by keyboard
weijun
parents:
17692
diff
changeset
|
70 |
{"KeyStore", "&KeyStore"}, |
14182
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
71 |
{"Policy.File.", "Policy File:"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
72 |
{"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
|
73 |
"Could not open policy file: {0}: {1}"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
74 |
{"Policy.Tool", "Policy Tool"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
75 |
{"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
|
76 |
"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
|
77 |
{"Error", "Error"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
78 |
{"OK", "OK"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
79 |
{"Status", "Status"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
80 |
{"Warning", "Warning"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
81 |
{"Permission.", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
82 |
"Permission: "}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
83 |
{"Principal.Type.", "Principal Type:"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
84 |
{"Principal.Name.", "Principal Name:"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
85 |
{"Target.Name.", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
86 |
"Target Name: "}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
87 |
{"Actions.", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
88 |
"Actions: "}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
89 |
{"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
|
90 |
"OK to overwrite existing file {0}?"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
91 |
{"Cancel", "Cancel"}, |
20886
9630bb813a6c
7025699: Policy Tool is not accessible by keyboard
weijun
parents:
17692
diff
changeset
|
92 |
{"CodeBase.", "&CodeBase:"}, |
9630bb813a6c
7025699: Policy Tool is not accessible by keyboard
weijun
parents:
17692
diff
changeset
|
93 |
{"SignedBy.", "&SignedBy:"}, |
9630bb813a6c
7025699: Policy Tool is not accessible by keyboard
weijun
parents:
17692
diff
changeset
|
94 |
{"Add.Principal", "&Add Principal"}, |
9630bb813a6c
7025699: Policy Tool is not accessible by keyboard
weijun
parents:
17692
diff
changeset
|
95 |
{"Edit.Principal", "&Edit Principal"}, |
9630bb813a6c
7025699: Policy Tool is not accessible by keyboard
weijun
parents:
17692
diff
changeset
|
96 |
{"Remove.Principal", "&Remove Principal"}, |
9630bb813a6c
7025699: Policy Tool is not accessible by keyboard
weijun
parents:
17692
diff
changeset
|
97 |
{"Principals.", "&Principals:"}, |
9630bb813a6c
7025699: Policy Tool is not accessible by keyboard
weijun
parents:
17692
diff
changeset
|
98 |
{".Add.Permission", " A&dd Permission"}, |
9630bb813a6c
7025699: Policy Tool is not accessible by keyboard
weijun
parents:
17692
diff
changeset
|
99 |
{".Edit.Permission", " Ed&it Permission"}, |
9630bb813a6c
7025699: Policy Tool is not accessible by keyboard
weijun
parents:
17692
diff
changeset
|
100 |
{"Remove.Permission", "Re&move Permission"}, |
14182
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
101 |
{"Done", "Done"}, |
20886
9630bb813a6c
7025699: Policy Tool is not accessible by keyboard
weijun
parents:
17692
diff
changeset
|
102 |
{"KeyStore.URL.", "KeyStore &URL:"}, |
9630bb813a6c
7025699: Policy Tool is not accessible by keyboard
weijun
parents:
17692
diff
changeset
|
103 |
{"KeyStore.Type.", "KeyStore &Type:"}, |
9630bb813a6c
7025699: Policy Tool is not accessible by keyboard
weijun
parents:
17692
diff
changeset
|
104 |
{"KeyStore.Provider.", "KeyStore &Provider:"}, |
9630bb813a6c
7025699: Policy Tool is not accessible by keyboard
weijun
parents:
17692
diff
changeset
|
105 |
{"KeyStore.Password.URL.", "KeyStore Pass&word URL:"}, |
14182
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
106 |
{"Principals", "Principals"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
107 |
{".Edit.Principal.", " Edit Principal:"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
108 |
{".Add.New.Principal.", " Add New Principal:"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
109 |
{"Permissions", "Permissions"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
110 |
{".Edit.Permission.", " Edit Permission:"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
111 |
{".Add.New.Permission.", " Add New Permission:"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
112 |
{"Signed.By.", "Signed By:"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
113 |
{"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
|
114 |
"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
|
115 |
{"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
|
116 |
"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
|
117 |
{"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
|
118 |
"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
|
119 |
{"Remove.this.Policy.Entry.", "Remove this Policy Entry?"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
120 |
{"Overwrite.File", "Overwrite File"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
121 |
{"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
|
122 |
"Policy successfully written to {0}"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
123 |
{"null.filename", "null filename"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
124 |
{"Save.changes.", "Save changes?"}, |
20886
9630bb813a6c
7025699: Policy Tool is not accessible by keyboard
weijun
parents:
17692
diff
changeset
|
125 |
{"Yes", "&Yes"}, |
9630bb813a6c
7025699: Policy Tool is not accessible by keyboard
weijun
parents:
17692
diff
changeset
|
126 |
{"No", "&No"}, |
14182
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
127 |
{"Policy.Entry", "Policy Entry"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
128 |
{"Save.Changes", "Save Changes"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
129 |
{"No.Policy.Entry.selected", "No Policy Entry selected"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
130 |
{"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
|
131 |
"Unable to open KeyStore: {0}"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
132 |
{"No.principal.selected", "No principal selected"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
133 |
{"No.permission.selected", "No permission selected"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
134 |
{"name", "name"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
135 |
{"configuration.type", "configuration type"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
136 |
{"environment.variable.name", "environment variable name"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
137 |
{"library.name", "library name"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
138 |
{"package.name", "package name"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
139 |
{"policy.type", "policy type"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
140 |
{"property.name", "property name"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
141 |
{"provider.name", "provider name"}, |
17692
685c0741cfbb
8012261: update policytool to support java.net.HttpURLPermission
weijun
parents:
14182
diff
changeset
|
142 |
{"url", "url"}, |
685c0741cfbb
8012261: update policytool to support java.net.HttpURLPermission
weijun
parents:
14182
diff
changeset
|
143 |
{"method.list", "method list"}, |
685c0741cfbb
8012261: update policytool to support java.net.HttpURLPermission
weijun
parents:
14182
diff
changeset
|
144 |
{"request.headers.list", "request headers list"}, |
14182
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
145 |
{"Principal.List", "Principal List"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
146 |
{"Permission.List", "Permission List"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
147 |
{"Code.Base", "Code Base"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
148 |
{"KeyStore.U.R.L.", "KeyStore U R L:"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
149 |
{"KeyStore.Password.U.R.L.", "KeyStore Password U R L:"} |
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 |
|
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 |
/** |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
154 |
* 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
|
155 |
* |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
156 |
* <p> |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
157 |
* |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
158 |
* @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
|
159 |
*/ |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
160 |
@Override |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
161 |
public Object[][] getContents() { |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
162 |
return contents; |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
163 |
} |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
164 |
} |