1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License, Version 1.0 only
6 * (the "License").  You may not use this file except in compliance
7 * with the License.
8 *
9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10 * or http://www.opensolaris.org/os/licensing.
11 * See the License for the specific language governing permissions
12 * and limitations under the License.
13 *
14 * When distributing Covered Code, include this CDDL HEADER in each
15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16 * If applicable, add the following below this CDDL HEADER, with the
17 * fields enclosed by brackets "[]" replaced with your own identifying
18 * information: Portions Copyright [yyyy] [name of copyright owner]
19 *
20 * CDDL HEADER END
21 */
22/*
23 * ident	"%Z%%M%	%I%	%E% SMI"
24 *
25 * Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
26 * Use is subject to license terms.
27 */
28
29import java.util.ListResourceBundle;
30
31public class GuiResource extends ListResourceBundle {
32    public Object[][] getContents() {
33        return contents;
34    }
35
36    static final Object[][] contents = {
37        {"Never", "Never"},
38        {"Warning", "Warning"},
39        {"Error", "Error"},
40        {"Confirm Action", "Confirm Action"},
41        {"Principals", "Principals"},
42        {"Policies", "Policies"},
43        {"Defaults", "Defaults"},
44        {"Principal List", "Principal List"},
45        {"Policy List", "Policy List"},
46        {"Principal Basics", "Principal Basics"},
47        {"Principal Details", "Principal Details"},
48        {"Principal Flags", "Principal Flags"},
49        {"Policy Details", "Policy Details" },
50        {"Modify ", "Modify "},
51        {"New ", "New "},
52        {"Duplicate ", "Duplicate "},
53        {"- *CHANGES*", "- *CHANGES*"},
54        {"OK", "OK"},
55        {"Clear", "Clear"},
56        {"New", "New"},
57        {"Please save or cancel first", "Please save or cancel first"},
58        {"Cannot find default realm; check /etc/krb5/krb5.conf",
59	 "Cannot find default realm; check /etc/krb5/krb5.conf"},
60        {"Cannot find default server for realm",
61	 "Cannot find default server for realm"},
62        {"A password must be specified", "A password must be specified"},
63        {"A realm entry must be specified",
64	 "A realm entry must be specified"},
65        {"A master KDC entry must be specified",
66	 "A master KDC entry must be specified"},
67        {"Invalid login, please try again",
68	 "Invalid login, please try again"},
69        {"Please enter a principal name or cancel",
70	 "Please enter a principal name or cancel"},
71        {"Please enter a password or cancel",
72	 "Please enter a password or cancel"},
73	{"If changing the key encryption types then specify a new password"
74	 +" for the principal whose keys are being changed",
75	 "If changing the key encryption types then specify a new password"
76	 +" for the principal whose keys are being changed"},
77        {"Please enter a policy name or cancel",
78	 "Please enter a policy name or cancel"},
79        {"Context-Sensitive Help", "Context-Sensitive Help"},
80        {"Click on GUI items to get help.\n\nClick on button below to dismiss",
81	 "Click on GUI items to get help.\n\nClick on button below to dismiss"},
82        {"Principal Name:", "Principal Name:"},
83        {"Principal", "Principal"},
84        {"Password:", "Password:"},
85        {"Realm:", "Realm:"},
86        {"Master KDC:", "Master KDC:"},
87        {"Exit", "Exit"},
88        {"About", "About"},
89        {"Dismiss", "Dismiss"},
90        {"Start Over", "Start Over"},
91        {"Filter Pattern:", "Filter Pattern:"},
92        {"Clear Filter", "Clear Filter"},
93        {"Clear Name", "Clear Name"},
94        {"Modify", "Modify"},
95        {"Create New", "Create New"},
96        {"Delete", "Delete"},
97        {"Duplicate", "Duplicate"},
98        {"General", "General"},
99        {"Comments:", "Comments:"},
100        {"Policy:", "Policy:"},
101        {"Policy", "Policy"},
102        {"Generate Random Password", "Generate Random Password"},
103        {"Admin History", "Admin History"},
104        {"Last Principal Change:", "Last Principal Change:"},
105        {"Last Changed By:", "Last Changed By:"},
106        {"Account Expires:", "Account Expires:"},
107        {"Encryption Key Types:", "Encryption Key Types:"},
108        {"Save", "Save"},
109        {"Previous", "Previous"},
110        {"Next", "Next"},
111        {"Done", "Done"},
112        {"Cancel", "Cancel"},
113        {"Discard", "Discard"},
114        {"Password", "Password"},
115        {"Last Success:", "Last Success:"},
116        {"Last Failure:", "Last Failure:"},
117        {"Failure Count:", "Failure Count:"},
118        {"Last Password Change:", "Last Password Change:"},
119        {"Password Expires:", "Password Expires:"},
120        {"Key Version:", "Key Version:"},
121        {"Ticket Lifetimes", "Ticket Lifetimes"},
122        {"Ticket", "Ticket"},
123        {"Maximum Lifetime (seconds):",
124	 "Maximum Lifetime (seconds):"},
125        {"Maximum Renewal (seconds):",
126	 "Maximum Renewal (seconds):"},
127        {"Security", "Security"},
128        {"Disable Account", "Disable Account"},
129        {"Force Password Change", "Force Password Change"},
130        {"Allow Postdated Tickets", "Allow Postdated Tickets"},
131        {"Allow Forwardable Tickets", "Allow Forwardable Tickets"},
132        {"Allow Renewable Tickets", "Allow Renewable Tickets"},
133        {"Allow Proxiable Tickets", "Allow Proxiable Tickets"},
134        {"Disallow Service Tickets", "Disallow Service Tickets"},
135        {"Miscellaneous", "Miscellaneous"},
136        {"Enforce Policy", "Enforce Policy"},
137        {"Enable DES MD5", "Enable DES MD5"},
138        {"Enable TGT-Based Authentication",
139	 "Enable TGT-Based Authentication"},
140        {"Enable Duplicate Authentication",
141	 "Enable Duplicate Authentication"},
142        {"Require Preauthentication", "Require Preauthentication"},
143        {"Require Hardware Authentication",
144	 "Require Hardware Authentication"},
145        {"Policy Name:", "Policy Name:"},
146        {"Minimum Password Length:", "Minimum Password Length:"},
147        {"Minimum Password Classes:", "Minimum Password Classes:"},
148        {"Saved Password History:", "Saved Password History:"},
149        {"Minimum Ticket Lifetime (seconds):",
150	 "Minimum Ticket Lifetime (seconds):"},
151        {"Maximum Ticket Lifetime (seconds):",
152	 "Maximum Ticket Lifetime (seconds):"},
153        {"Maximum Ticket Renewal (seconds):",
154	 "Maximum Ticket Renewal (seconds):"},
155        {"Principals Using This Policy:", "Principals Using This Policy:"},
156        {"Account Expiry:", "Account Expiry:"},
157        {"Defaults for New Principals", "Defaults for New Principals"},
158        {"Defaults for Existing Principals",
159	 "Defaults for Existing Principals"},
160
161        {"SEAM Date/Time Helper", "SEAM Date/Time Helper"},
162        {"Month", "Month"},
163        {"Date", "Date"},
164        {"Year", "Year"},
165        {"Hour", "Hour"},
166        {"Minute", "Minute"},
167        {"Second", "Second"},
168        {"Now", "Now"},
169        {"Midnight", "Midnight"},
170        {"Help", "Help"},
171        {"Help for Date and Time Dialog", "Help for Date and Time Dialog"},
172
173	{"SEAM Encryption Type List Helper",
174	 "SEAM Encryption Type List Helper"},
175	{"Help for Encryption Type Dialog", "Help for Encryption Type Dialog"},
176
177        {"SEAM Duration Helper", "SEAM Duration Helper"},
178        {"Weeks", "Weeks"},
179        {"Unit", "Unit"},
180        {"Value", "Value"},
181        {"Seconds", "Seconds"},
182        {"Minutes", "Minutes"},
183        {"Hours", "Hours"},
184        {"Days", "Days"},
185        {"Weeks", "Weeks"},
186        {"Months", "Months"},
187        {"Years", "Years"},
188        {"=", "="},
189        {"Help for entering time duration",
190	 "Help for entering time duration"},
191
192        {"SEAM Print Helper", "SEAM Print Helper"},
193        {"Print Command", "Print Command"},
194        {"File Name", "File Name"},
195        {"Print", "Print"},
196        {"SEAM File Helper", "SEAM File Helper"},
197
198        {"Reference Count:", "Reference Count:"},
199        {"Minimum Password Lifetime (seconds):",
200	 "Minimum Password Lifetime (seconds):"},
201        {"Maximum Password Lifetime (seconds):",
202	 "Maximum Password Lifetime (seconds):"},
203        {"Password Save Count:", "Password Save Count:"},
204
205        {"Flags:", "Flags:"},
206        {"None", "None"},
207        {"Allow Service Tickets", "Allow Service Tickets"},
208        {"Allow TGT-Based Authentication",
209	 "Allow TGT-Based Authentication"},
210        {"Allow Duplicate Authentication",
211	 "Allow Duplicate Authentication"},
212        {"Allow Service Tickets", "Allow Service Tickets"},
213        {"Require Preauthentication", "Require Preauthentication"},
214        {"Require Hardware Preauthentication",
215	 "Require Hardware Preauthentication"},
216        {"Require Password Change", "Require Password Change"},
217        {"Disallow Service", "Disallow Service"},
218        {"Support DES MD5", "Support DES MD5"},
219        {"Enforce Policy", "Enforce Policy"},
220        {"(no policy)", "(no policy)"},
221        {"Policy name already exists. Please choose a different",
222	 "policy name or cancel",
223	 "Policy name already exists. Please choose a different",
224	 "policy name or cancel"},
225        {"You are about to destroy data.",
226	 "You are about to destroy data."},
227        {"You are about to lose changes.",
228	 "You are about to lose changes."},
229        {"Click OK to proceed or Cancel to continue editing.",
230	 "Click OK to proceed or Cancel to continue editing."},
231        {"Click Save to commit changes, Discard to discard changes,"
232	 +" or Cancel to continue editing.",
233	 "Click Save to commit changes, Discard to discard changes,"
234	 +" or Cancel to continue editing."},
235        {"Unable to access lists; please use the Name field.",
236	 "Unable to access lists; please use the Name field."},
237        {"About SEAM Adminstration Tool", "About SEAM Adminstration Tool"},
238        {"Sun Enterprise Authentication Mechanism Administration Tool",
239	 "Sun Enterprise Authentication Mechanism Administration Tool"},
240        {"Copyright 2005 Sun Microsystems, Inc.  All rights reserved.",
241	 "Copyright 2005 Sun Microsystems, Inc.  All rights reserved."},
242	{"Use is subject to license terms.", "Use is subject to license terms"},
243        {"Example: ", "Example: "},
244        {"or", "or"},
245        {"Properties", "Properties"},
246        {"List Controls", "List Controls"},
247        {"Show Lists", "Show Lists"},
248        {"Cache Lists Forever", "Cache Lists Forever"},
249        {"List Cache Timeout (seconds):", "List Cache Timeout (seconds):"},
250        {"Apply", "Apply"},
251        {"Loading principal list", "Loading principal list"},
252        {"Loading policy list", "Loading policy list"},
253        {"File", "File"},
254        {"Edit", "Edit"},
255        {"Log Out", "Log Out"},
256        {"Current Principal", "Current Principal"},
257        {"Current Policy", "Current Policy"},
258        {"Properties...", "Properties..."},
259        {"Refresh", "Refresh"},
260        {"Help Contents", "Help Contents"},
261        {"Insufficient privileges to use gkadmin: ",
262	 "Insufficient privileges to use gkadmin: "},
263        {"Please try using another principal.",
264	 "Please try using another principal."},
265        {"Let the KDC control the ticket lifetime values",
266	 "Let the KDC control the ticket lifetime values"},
267        {"SEAM Administration Login", "SEAM Administration Login"},
268        {"SEAM Administration Tool", "SEAM Administration Tool"},
269        {"Can't run /usr/dt/bin/netscape.",
270	 "Can't run /usr/dt/bin/netscape."},
271        {"Invalid URL: ", "Invalid URL: "}
272    };
273}
274