summaryrefslogtreecommitdiff
path: root/usr/src/cmd/krb5/kadmin/gui/GuiResource.java
blob: 9ce10a3c631f3a2c2e89a89be8d292dd2a95c892 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
/*
 * CDDL HEADER START
 *
 * The contents of this file are subject to the terms of the
 * Common Development and Distribution License, Version 1.0 only
 * (the "License").  You may not use this file except in compliance
 * with the License.
 *
 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
 * or http://www.opensolaris.org/os/licensing.
 * See the License for the specific language governing permissions
 * and limitations under the License.
 *
 * When distributing Covered Code, include this CDDL HEADER in each
 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
 * If applicable, add the following below this CDDL HEADER, with the
 * fields enclosed by brackets "[]" replaced with your own identifying
 * information: Portions Copyright [yyyy] [name of copyright owner]
 *
 * CDDL HEADER END
 */
/*
 * ident	"%Z%%M%	%I%	%E% SMI"
 *
 * Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
 * Use is subject to license terms.
 */

import java.util.ListResourceBundle;

public class GuiResource extends ListResourceBundle {
    public Object[][] getContents() {
        return contents;
    }
    
    static final Object[][] contents = {
        {"Never", "Never"},
        {"Warning", "Warning"},
        {"Error", "Error"},
        {"Confirm Action", "Confirm Action"},
        {"Principals", "Principals"},
        {"Policies", "Policies"},
        {"Defaults", "Defaults"},
        {"Principal List", "Principal List"},
        {"Policy List", "Policy List"},
        {"Principal Basics", "Principal Basics"},
        {"Principal Details", "Principal Details"},
        {"Principal Flags", "Principal Flags"},
        {"Policy Details", "Policy Details" },
        {"Modify ", "Modify "},
        {"New ", "New "},
        {"Duplicate ", "Duplicate "},
        {"- *CHANGES*", "- *CHANGES*"},
        {"OK", "OK"},
        {"Clear", "Clear"},
        {"New", "New"},
        {"Please save or cancel first", "Please save or cancel first"},
        {"Cannot find default realm; check /etc/krb5/krb5.conf",
	 "Cannot find default realm; check /etc/krb5/krb5.conf"},
        {"Cannot find default server for realm",
	 "Cannot find default server for realm"},
        {"A password must be specified", "A password must be specified"},
        {"A realm entry must be specified",
	 "A realm entry must be specified"},
        {"A master KDC entry must be specified",
	 "A master KDC entry must be specified"},
        {"Invalid login, please try again",
	 "Invalid login, please try again"},
        {"Please enter a principal name or cancel",
	 "Please enter a principal name or cancel"},
        {"Please enter a password or cancel",
	 "Please enter a password or cancel"},
	{"If changing the key encryption types then specify a new password"
	 +" for the principal whose keys are being changed",
	 "If changing the key encryption types then specify a new password"
	 +" for the principal whose keys are being changed"},
        {"Please enter a policy name or cancel",
	 "Please enter a policy name or cancel"},
        {"Context-Sensitive Help", "Context-Sensitive Help"},
        {"Click on GUI items to get help.\n\nClick on button below to dismiss",
	 "Click on GUI items to get help.\n\nClick on button below to dismiss"},
        {"Principal Name:", "Principal Name:"},
        {"Principal", "Principal"},
        {"Password:", "Password:"},
        {"Realm:", "Realm:"},
        {"Master KDC:", "Master KDC:"},
        {"Exit", "Exit"},
        {"About", "About"},
        {"Dismiss", "Dismiss"},
        {"Start Over", "Start Over"},
        {"Filter Pattern:", "Filter Pattern:"},
        {"Clear Filter", "Clear Filter"},
        {"Clear Name", "Clear Name"},
        {"Modify", "Modify"},
        {"Create New", "Create New"},
        {"Delete", "Delete"},
        {"Duplicate", "Duplicate"},
        {"General", "General"},
        {"Comments:", "Comments:"},
        {"Policy:", "Policy:"},
        {"Policy", "Policy"},
        {"Generate Random Password", "Generate Random Password"},
        {"Admin History", "Admin History"},
        {"Last Principal Change:", "Last Principal Change:"},
        {"Last Changed By:", "Last Changed By:"},
        {"Account Expires:", "Account Expires:"},
        {"Encryption Key Types:", "Encryption Key Types:"},
        {"Save", "Save"},
        {"Previous", "Previous"},
        {"Next", "Next"},
        {"Done", "Done"},
        {"Cancel", "Cancel"},
        {"Discard", "Discard"},
        {"Password", "Password"},
        {"Last Success:", "Last Success:"},
        {"Last Failure:", "Last Failure:"},
        {"Failure Count:", "Failure Count:"},
        {"Last Password Change:", "Last Password Change:"},
        {"Password Expires:", "Password Expires:"},
        {"Key Version:", "Key Version:"},
        {"Ticket Lifetimes", "Ticket Lifetimes"},
        {"Ticket", "Ticket"},
        {"Maximum Lifetime (seconds):",
	 "Maximum Lifetime (seconds):"},
        {"Maximum Renewal (seconds):",
	 "Maximum Renewal (seconds):"},
        {"Security", "Security"},
        {"Disable Account", "Disable Account"},
        {"Force Password Change", "Force Password Change"},
        {"Allow Postdated Tickets", "Allow Postdated Tickets"},
        {"Allow Forwardable Tickets", "Allow Forwardable Tickets"},
        {"Allow Renewable Tickets", "Allow Renewable Tickets"},
        {"Allow Proxiable Tickets", "Allow Proxiable Tickets"},
        {"Disallow Service Tickets", "Disallow Service Tickets"},
        {"Miscellaneous", "Miscellaneous"},
        {"Enforce Policy", "Enforce Policy"},
        {"Enable DES MD5", "Enable DES MD5"},
        {"Enable TGT-Based Authentication",
	 "Enable TGT-Based Authentication"},
        {"Enable Duplicate Authentication",
	 "Enable Duplicate Authentication"},
        {"Require Preauthentication", "Require Preauthentication"},
        {"Require Hardware Authentication",
	 "Require Hardware Authentication"},
        {"Policy Name:", "Policy Name:"},
        {"Minimum Password Length:", "Minimum Password Length:"},
        {"Minimum Password Classes:", "Minimum Password Classes:"},
        {"Saved Password History:", "Saved Password History:"},
        {"Minimum Ticket Lifetime (seconds):",
	 "Minimum Ticket Lifetime (seconds):"},
        {"Maximum Ticket Lifetime (seconds):",
	 "Maximum Ticket Lifetime (seconds):"},
        {"Maximum Ticket Renewal (seconds):",
	 "Maximum Ticket Renewal (seconds):"},
        {"Principals Using This Policy:", "Principals Using This Policy:"},
        {"Account Expiry:", "Account Expiry:"},
        {"Defaults for New Principals", "Defaults for New Principals"},
        {"Defaults for Existing Principals",
	 "Defaults for Existing Principals"},
        
        {"SEAM Date/Time Helper", "SEAM Date/Time Helper"},
        {"Month", "Month"},
        {"Date", "Date"},
        {"Year", "Year"},
        {"Hour", "Hour"},
        {"Minute", "Minute"},
        {"Second", "Second"},
        {"Now", "Now"},
        {"Midnight", "Midnight"},
        {"Help", "Help"},
        {"Help for Date and Time Dialog", "Help for Date and Time Dialog"},

	{"SEAM Encryption Type List Helper",
	 "SEAM Encryption Type List Helper"},
	{"Help for Encryption Type Dialog", "Help for Encryption Type Dialog"},
        
        {"SEAM Duration Helper", "SEAM Duration Helper"},
        {"Weeks", "Weeks"},
        {"Unit", "Unit"},
        {"Value", "Value"},
        {"Seconds", "Seconds"},
        {"Minutes", "Minutes"},
        {"Hours", "Hours"},
        {"Days", "Days"},
        {"Weeks", "Weeks"},
        {"Months", "Months"},
        {"Years", "Years"},
        {"=", "="},
        {"Help for entering time duration",
	 "Help for entering time duration"},
        
        {"SEAM Print Helper", "SEAM Print Helper"},
        {"Print Command", "Print Command"},
        {"File Name", "File Name"},
        {"Print", "Print"},
        {"SEAM File Helper", "SEAM File Helper"},
        
        {"Reference Count:", "Reference Count:"},
        {"Minimum Password Lifetime (seconds):",
	 "Minimum Password Lifetime (seconds):"},
        {"Maximum Password Lifetime (seconds):",
	 "Maximum Password Lifetime (seconds):"},
        {"Password Save Count:", "Password Save Count:"},
        
        {"Flags:", "Flags:"},
        {"None", "None"},
        {"Allow Service Tickets", "Allow Service Tickets"},
        {"Allow TGT-Based Authentication",
	 "Allow TGT-Based Authentication"},
        {"Allow Duplicate Authentication",
	 "Allow Duplicate Authentication"},
        {"Allow Service Tickets", "Allow Service Tickets"},
        {"Require Preauthentication", "Require Preauthentication"},
        {"Require Hardware Preauthentication",
	 "Require Hardware Preauthentication"},
        {"Require Password Change", "Require Password Change"},
        {"Disallow Service", "Disallow Service"},
        {"Support DES MD5", "Support DES MD5"},
        {"Enforce Policy", "Enforce Policy"},
        {"(no policy)", "(no policy)"},
        {"Policy name already exists. Please choose a different",
	 "policy name or cancel",
	 "Policy name already exists. Please choose a different",
	 "policy name or cancel"},
        {"You are about to destroy data.",
	 "You are about to destroy data."},
        {"You are about to lose changes.",
	 "You are about to lose changes."},
        {"Click OK to proceed or Cancel to continue editing.",
	 "Click OK to proceed or Cancel to continue editing."},
        {"Click Save to commit changes, Discard to discard changes,"
	 +" or Cancel to continue editing.",
	 "Click Save to commit changes, Discard to discard changes,"
	 +" or Cancel to continue editing."},
        {"Unable to access lists; please use the Name field.",
	 "Unable to access lists; please use the Name field."},
        {"About SEAM Adminstration Tool", "About SEAM Adminstration Tool"},
        {"Sun Enterprise Authentication Mechanism Administration Tool",
	 "Sun Enterprise Authentication Mechanism Administration Tool"},
        {"Copyright 2005 Sun Microsystems, Inc.  All rights reserved.",
	 "Copyright 2005 Sun Microsystems, Inc.  All rights reserved."},
	{"Use is subject to license terms.", "Use is subject to license terms"},
        {"Example: ", "Example: "},
        {"or", "or"},
        {"Properties", "Properties"},
        {"List Controls", "List Controls"},
        {"Show Lists", "Show Lists"},
        {"Cache Lists Forever", "Cache Lists Forever"},
        {"List Cache Timeout (seconds):", "List Cache Timeout (seconds):"},
        {"Apply", "Apply"},
        {"Loading principal list", "Loading principal list"},
        {"Loading policy list", "Loading policy list"},
        {"File", "File"},
        {"Edit", "Edit"},
        {"Log Out", "Log Out"},
        {"Current Principal", "Current Principal"},
        {"Current Policy", "Current Policy"},
        {"Properties...", "Properties..."},
        {"Refresh", "Refresh"},
        {"Help Contents", "Help Contents"},
        {"Insufficient privileges to use gkadmin: ",
	 "Insufficient privileges to use gkadmin: "},
        {"Please try using another principal.",
	 "Please try using another principal."},
        {"Let the KDC control the ticket lifetime values",
	 "Let the KDC control the ticket lifetime values"},
        {"SEAM Administration Login", "SEAM Administration Login"},
        {"SEAM Administration Tool", "SEAM Administration Tool"},
        {"Can't run /usr/dt/bin/netscape.",
	 "Can't run /usr/dt/bin/netscape."},
        {"Invalid URL: ", "Invalid URL: "}
    };
}