001: /*
002: * Copyright 2001-2005 Sun Microsystems, Inc. All Rights Reserved.
003: * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
004: *
005: * This code is free software; you can redistribute it and/or modify it
006: * under the terms of the GNU General Public License version 2 only, as
007: * published by the Free Software Foundation. Sun designates this
008: * particular file as subject to the "Classpath" exception as provided
009: * by Sun in the LICENSE file that accompanied this code.
010: *
011: * This code is distributed in the hope that it will be useful, but WITHOUT
012: * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
013: * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
014: * version 2 for more details (a copy is included in the LICENSE file that
015: * accompanied this code).
016: *
017: * You should have received a copy of the GNU General Public License version
018: * 2 along with this work; if not, write to the Free Software Foundation,
019: * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
020: *
021: * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
022: * CA 95054 USA or visit www.sun.com if you need additional information or
023: * have any questions.
024: */
025:
026: package sun.security.util;
027:
028: /**
029: * <p> This class represents the <code>ResourceBundle</code>
030: * for the following packages:
031: *
032: * <ol>
033: * <li> com.sun.security.auth
034: * <li> com.sun.security.auth.login
035: * </ol>
036: *
037: * @version 1.6, 01/23/01
038: */
039: public class AuthResources_ko extends java.util.ListResourceBundle {
040:
041: private static final Object[][] contents = {
042:
043: // NT principals
044: { "invalid null input: value",
045: "\uc798\ubabb\ub41c \ub110 \uc785\ub825: {0}" },
046: { "NTDomainPrincipal: name", "NTDomainPrincipal: {0}" },
047: { "NTNumericCredential: name", "NTNumericCredential: {0}" },
048: { "Invalid NTSid value", "\uc798\ubabb\ub41c NTSid \uac12" },
049: { "NTSid: name", "NTSid: {0}" },
050: { "NTSidDomainPrincipal: name", "NTSidDomainPrincipal: {0}" },
051: { "NTSidGroupPrincipal: name", "NTSidGroupPrincipal: {0}" },
052: { "NTSidPrimaryGroupPrincipal: name",
053: "NTSidPrimaryGroupPrincipal: {0}" },
054: { "NTSidUserPrincipal: name", "NTSidUserPrincipal: {0}" },
055: { "NTUserPrincipal: name", "NTUserPrincipal: {0}" },
056:
057: // UnixPrincipals
058: { "UnixNumericGroupPrincipal [Primary Group]: name",
059: "UnixNumericGroupPrincipal [\uae30\ubcf8 \uadf8\ub8f9]: {0}" },
060: { "UnixNumericGroupPrincipal [Supplementary Group]: name",
061: "UnixNumericGroupPrincipal [\ubcf4\uc870 \uadf8\ub8f9]: {0}" },
062: { "UnixNumericUserPrincipal: name",
063: "UnixNumericUserPrincipal: {0}" },
064: { "UnixPrincipal: name", "UnixPrincipal: {0}" },
065:
066: // com.sun.security.auth.login.ConfigFile
067: { "Unable to properly expand config",
068: "\uc801\uc808\ud788 \ud655\uc7a5\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. {0}" },
069: {
070: "extra_config (No such file or directory)",
071: "{0} (\ud574\ub2f9 \ud30c\uc77c\uc774\ub098 \ub514\ub809\ud1a0\ub9ac\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.)" },
072: {
073: "Unable to locate a login configuration",
074: "\ub85c\uadf8\uc778 \uad6c\uc131\uc744 \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4." },
075: {
076: "Configuration Error:\n\tInvalid control flag, flag",
077: "\uad6c\uc131 \uc624\ub958:\n\t\uc798\ubabb\ub41c \ucee8\ud2b8\ub864 \ud50c\ub798\uadf8, {0}" },
078: {
079: "Configuration Error:\n\tCan not specify multiple entries for appName",
080: "\uad6c\uc131 \uc624\ub958:\n\t{0}\uc5d0 \ub300\ud574 \uc5ec\ub7ec \ud56d\ubaa9\uc744 \uc9c0\uc815\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4." },
081: {
082: "Configuration Error:\n\texpected [expect], read [end of file]",
083: "\uad6c\uc131 \uc624\ub958:\n\t\uc608\uc0c1 [{0}], \uc77d\uc74c [\ud30c\uc77c\uc758 \ub05d]" },
084: {
085: "Configuration Error:\n\tLine line: expected [expect], found [value]",
086: "\uad6c\uc131 \uc624\ub958:\n\t\uc904 {0}: \uc608\uc0c1 [{1}], \ubc1c\uacac [{2}]" },
087: { "Configuration Error:\n\tLine line: expected [expect]",
088: "\uad6c\uc131 \uc624\ub958:\n\t\uc904 {0}: \uc608\uc0c1 [{1}]" },
089: {
090: "Configuration Error:\n\tLine line: system property [value] expanded to empty value",
091: "\uad6c\uc131 \uc624\ub958:\n\t\uc904 {0}: \uc2dc\uc2a4\ud15c \ub4f1\ub85d \uc815\ubcf4 [{1}]\uc774(\uac00) \ube48 \uac12\uc73c\ub85c \ud655\uc7a5\ub418\uc5c8\uc2b5\ub2c8\ub2e4." },
092:
093: // com.sun.security.auth.module.JndiLoginModule
094: { "username: ", "\uc0ac\uc6a9\uc790 \uc774\ub984: " },
095: { "password: ", "\uc554\ud638: " },
096:
097: // com.sun.security.auth.module.KeyStoreLoginModule
098: { "Please enter keystore information",
099: "Keystore \uc815\ubcf4\ub97c \uc785\ub825\ud558\uc2ed\uc2dc\uc624." },
100: { "Keystore alias: ", "Keystore \ubcc4\uba85: " },
101: { "Keystore password: ", "Keystore \uc554\ud638: " },
102: { "Private key password (optional): ",
103: "\uac1c\uc778 \ud0a4 \uc554\ud638(\uc120\ud0dd \uc0ac\ud56d): " },
104:
105: // com.sun.security.auth.module.Krb5LoginModule
106: { "Kerberos username [[defUsername]]: ",
107: "Kerberos \uc0ac\uc6a9\uc790 \uc774\ub984 [{0}]: " },
108: { "Kerberos password for [username]: ",
109: "{0}\uc758 Kerberos \uc554\ud638: " },
110:
111: /*** EVERYTHING BELOW IS DEPRECATED ***/
112:
113: // com.sun.security.auth.PolicyFile
114: { ": error parsing ",
115: ": \uad6c\ubb38 \ubd84\uc11d \uc624\ub958 " },
116: { ": ", ": " },
117: { ": error adding Permission ",
118: ": \uc0ac\uc6a9 \uad8c\ud55c \ucd94\uac00 \uc911 \uc624\ub958 " },
119: { " ", " " },
120: { ": error adding Entry ",
121: ": \uc785\ub825 \ud56d\ubaa9 \ucd94\uac00 \uc911 \uc624\ub958 " },
122: { "(", "(" },
123: { ")", ")" },
124: {
125: "attempt to add a Permission to a readonly PermissionCollection",
126: "\uc77d\uae30 \uc804\uc6a9 PermissionCollection\uc5d0 \uc0ac\uc6a9 \uad8c\ud55c\uc744 \ucd94\uac00\ud558\ub824\uace0 \uc2dc\ub3c4\ud588\uc2b5\ub2c8\ub2e4." },
127:
128: // com.sun.security.auth.PolicyParser
129: { "expected keystore type",
130: "Keystore \uc720\ud615\uc774 \ud544\uc694\ud569\ub2c8\ub2e4." },
131: {
132: "can not specify Principal with a ",
133: "\uc640\uc77c\ub4dc\uce74\ub4dc \ud074\ub798\uc2a4\ub97c \uc640\uc77c\ub4dc\uce74\ub4dc \uc774\ub984\uc774 \uc5c6\uc774 " },
134: { "wildcard class without a wildcard name",
135: "\uae30\ubcf8\uac12\uc744 \uc9c0\uc815\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4." },
136: { "expected codeBase or SignedBy",
137: "codeBase \ub610\ub294 SignedBy\uac00 \ud544\uc694\ud569\ub2c8\ub2e4." },
138: {
139: "only Principal-based grant entries permitted",
140: "\uae30\ubcf8\uac12 \uae30\ubc18 \ubd80\uc5ec \uc785\ub825 \ud56d\ubaa9\ub9cc \ud5c8\uc6a9\ub429\ub2c8\ub2e4." },
141: {
142: "expected permission entry",
143: "\uc0ac\uc6a9 \uad8c\ud55c \uc785\ub825 \ud56d\ubaa9\uc774 \ud544\uc694\ud569\ub2c8\ub2e4." },
144: { "number ", "\uc22b\uc790 " },
145: { "expected ", "\ud544\uc694\ud569\ub2c8\ub2e4. " },
146: { ", read end of file",
147: ", \ud30c\uc77c\uc758 \ub05d\uc744 \uc77d\uc5c8\uc2b5\ub2c8\ub2e4." },
148: {
149: "expected ';', read end of file",
150: "';'\uc774 \ud544\uc694\ud569\ub2c8\ub2e4. \ud30c\uc77c\uc758 \ub05d\uc744 \uc77d\uc5c8\uc2b5\ub2c8\ub2e4." },
151: { "line ", "\uc904 " },
152: { ": expected '",
153: ": '\uc774 \ud544\uc694\ud569\ub2c8\ub2e4." },
154: { "', found '",
155: "', '\uc744 \ucc3e\uc558\uc2b5\ub2c8\ub2e4." },
156: { "'", "'" },
157:
158: // SolarisPrincipals
159: { "SolarisNumericGroupPrincipal [Primary Group]: ",
160: "SolarisNumericGroupPrincipal [\uae30\ubcf8 \uadf8\ub8f9]: " },
161: { "SolarisNumericGroupPrincipal [Supplementary Group]: ",
162: "SolarisNumericGroupPrincipal [\ubcf4\uc870 \uadf8\ub8f9]: " },
163: { "SolarisNumericUserPrincipal: ",
164: "SolarisNumericUserPrincipal: " },
165: { "SolarisPrincipal: ", "SolarisPrincipal: " },
166: { "provided null name",
167: "\uc81c\uacf5\ub41c \ub110 \uc774\ub984" }
168:
169: };
170:
171: /**
172: * Returns the contents of this <code>ResourceBundle</code>.
173: *
174: * <p>
175: *
176: * @return the contents of this <code>ResourceBundle</code>.
177: */
178: public Object[][] getContents() {
179: return contents;
180: }
181: }
|