1 /*
   2  * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
   3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4  *
   5  * This code is free software; you can redistribute it and/or modify it
   6  * under the terms of the GNU General Public License version 2 only, as
   7  * published by the Free Software Foundation.  Oracle designates this
   8  * particular file as subject to the "Classpath" exception as provided
   9  * by Oracle in the LICENSE file that accompanied this code.
  10  *
  11  * This code is distributed in the hope that it will be useful, but WITHOUT
  12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14  * version 2 for more details (a copy is included in the LICENSE file that
  15  * accompanied this code).
  16  *
  17  * You should have received a copy of the GNU General Public License version
  18  * 2 along with this work; if not, write to the Free Software Foundation,
  19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20  *
  21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22  * or visit www.oracle.com if you need additional information or have any
  23  * questions.
  24  */
  25 
  26 package sun.security.util;
  27 
  28 /**
  29  * <p> This class represents the <code>ResourceBundle</code>
  30  * for javax.security.auth and sun.security.
  31  *
  32  */
  33 public class Resources_ko extends java.util.ListResourceBundle {
  34 
  35     private static final Object[][] contents = {
  36 
  37         // javax.security.auth.PrivateCredentialPermission
  38         {"invalid.null.input.s.", "널 입력값이 부적합합니다."},
  39         {"actions.can.only.be.read.", "작업은 '읽기' 전용입니다."},
  40         {"permission.name.name.syntax.invalid.",
  41                 "권한 이름 [{0}] 구문이 부적합함: "},
  42         {"Credential.Class.not.followed.by.a.Principal.Class.and.Name",
  43                 "인증서 클래스 다음에 주체 클래스와 이름이 없습니다."},
  44         {"Principal.Class.not.followed.by.a.Principal.Name",
  45                 "주체 클래스 다음에 주체 이름이 없습니다."},
  46         {"Principal.Name.must.be.surrounded.by.quotes",
  47                 "주체 이름은 따옴표로 묶어야 합니다."},
  48         {"Principal.Name.missing.end.quote",
  49                 "주체 이름에 닫는 따옴표가 누락되었습니다."},
  50         {"PrivateCredentialPermission.Principal.Class.can.not.be.a.wildcard.value.if.Principal.Name.is.not.a.wildcard.value",
  51                 "주체 이름이 와일드 카드 문자(*) 값이 아닌 경우 PrivateCredentialPermission 주체 클래스는 와일드 카드 문자(*) 값일 수 없습니다."},
  52         {"CredOwner.Principal.Class.class.Principal.Name.name",
  53                 "CredOwner:\n\t주체 클래스 = {0}\n\t주체 이름 = {1}"},
  54 
  55         // javax.security.auth.x500
  56         {"provided.null.name", "널 이름을 제공했습니다."},
  57         {"provided.null.keyword.map", "널 키워드 맵을 제공했습니다."},
  58         {"provided.null.OID.map", "널 OID 맵을 제공했습니다."},
  59 
  60         // javax.security.auth.Subject
  61         {"NEWLINE", "\n"},
  62         {"invalid.null.AccessControlContext.provided",
  63                 "부적합한 널 AccessControlContext가 제공되었습니다."},
  64         {"invalid.null.action.provided", "부적합한 널 작업이 제공되었습니다."},
  65         {"invalid.null.Class.provided", "부적합한 널 클래스가 제공되었습니다."},
  66         {"Subject.", "제목:\n"},
  67         {".Principal.", "\\주체: "},
  68         {".Public.Credential.", "\t공용 인증서: "},
  69         {".Private.Credentials.inaccessible.",
  70                 "\t전용 인증서에 액세스할 수 없습니다.\n"},
  71         {".Private.Credential.", "\t전용 인증서: "},
  72         {".Private.Credential.inaccessible.",
  73                 "\t전용 인증서에 액세스할 수 없습니다.\n"},
  74         {"Subject.is.read.only", "제목이 읽기 전용입니다."},
  75         {"attempting.to.add.an.object.which.is.not.an.instance.of.java.security.Principal.to.a.Subject.s.Principal.Set",
  76                 "java.security.Principal의 인스턴스가 아닌 객체를 제목의 주체 집합에 추가하려고 시도하는 중"},
  77         {"attempting.to.add.an.object.which.is.not.an.instance.of.class",
  78                 "{0}의 인스턴스가 아닌 객체를 추가하려고 시도하는 중"},
  79 
  80         // javax.security.auth.login.AppConfigurationEntry
  81         {"LoginModuleControlFlag.", "LoginModuleControlFlag: "},
  82 
  83         // javax.security.auth.login.LoginContext
  84         {"Invalid.null.input.name", "부적합한 널 입력값: 이름"},
  85         {"No.LoginModules.configured.for.name",
  86          "{0}에 대해 구성된 LoginModules가 없습니다."},
  87         {"invalid.null.Subject.provided", "부적합한 널 제목이 제공되었습니다."},
  88         {"invalid.null.CallbackHandler.provided",
  89                 "부적합한 널 CallbackHandler가 제공되었습니다."},
  90         {"null.subject.logout.called.before.login",
  91                 "널 제목 - 로그인 전에 로그아웃이 호출되었습니다."},
  92         {"unable.to.instantiate.LoginModule.module.because.it.does.not.provide.a.no.argument.constructor",
  93                 "인수가 없는 생성자를 제공하지 않아 LoginModule {0}을(를) 인스턴스화할 수 없습니다."},
  94         {"unable.to.instantiate.LoginModule",
  95                 "LoginModule을 인스턴스화할 수 없습니다."},
  96         {"unable.to.instantiate.LoginModule.",
  97                 "LoginModule을 인스턴스화할 수 없음: "},
  98         {"unable.to.find.LoginModule.class.",
  99                 "LoginModule 클래스를 찾을 수 없음: "},
 100         {"unable.to.access.LoginModule.",
 101                 "LoginModule에 액세스할 수 없음: "},
 102         {"Login.Failure.all.modules.ignored",
 103                 "로그인 실패: 모든 모듈이 무시되었습니다."},
 104 
 105         // sun.security.provider.PolicyFile
 106 
 107         {"java.security.policy.error.parsing.policy.message",
 108                 "java.security.policy: {0}의 구문을 분석하는 중 오류 발생:\n\t{1}"},
 109         {"java.security.policy.error.adding.Permission.perm.message",
 110                 "java.security.policy: {0} 권한을 추가하는 중 오류 발생:\n\t{1}"},
 111         {"java.security.policy.error.adding.Entry.message",
 112                 "java.security.policy: 항목을 추가하는 중 오류 발생:\n\t{0}"},
 113         {"alias.name.not.provided.pe.name.", "별칭 이름이 제공되지 않습니다({0})."},
 114         {"unable.to.perform.substitution.on.alias.suffix",
 115                 "{0} 별칭을 대체할 수 없습니다."},
 116         {"substitution.value.prefix.unsupported",
 117                 "대체 값 {0}은(는) 지원되지 않습니다."},
 118         {"LPARAM", "("},
 119         {"RPARAM", ")"},
 120         {"type.can.t.be.null","유형은 널일 수 없습니다."},
 121 
 122         // sun.security.provider.PolicyParser
 123         {"keystorePasswordURL.can.not.be.specified.without.also.specifying.keystore",
 124                 "키 저장소를 지정하지 않고 keystorePasswordURL을 지정할 수 없습니다."},
 125         {"expected.keystore.type", "키 저장소 유형이 필요합니다."},
 126         {"expected.keystore.provider", "키 저장소 제공자가 필요합니다."},
 127         {"multiple.Codebase.expressions",
 128                 "Codebase 표현식이 여러 개입니다."},
 129         {"multiple.SignedBy.expressions","SignedBy 표현식이 여러 개입니다."},
 130         {"duplicate.keystore.domain.name","중복된 키 저장소 도메인 이름: {0}"},
 131         {"duplicate.keystore.name","중복된 키 저장소 이름: {0}"},
 132         {"SignedBy.has.empty.alias","SignedBy의 별칭이 비어 있습니다."},
 133         {"can.not.specify.Principal.with.a.wildcard.class.without.a.wildcard.name",
 134                 "와일드 카드 문자 이름 없이 와일드 카드 문자 클래스를 사용하는 주체를 지정할 수 없습니다."},
 135         {"expected.codeBase.or.SignedBy.or.Principal",
 136                 "codeBase, SignedBy 또는 주체가 필요합니다."},
 137         {"expected.permission.entry", "권한 항목이 필요합니다."},
 138         {"number.", "숫자 "},
 139         {"expected.expect.read.end.of.file.",
 140                 "[{0}]이(가) 필요하지만 [파일의 끝]까지 읽었습니다."},
 141         {"expected.read.end.of.file.",
 142                 "[;]이 필요하지만 [파일의 끝]까지 읽었습니다."},
 143         {"line.number.msg", "{0} 행: {1}"},
 144         {"line.number.expected.expect.found.actual.",
 145                 "{0} 행: [{1}]이(가) 필요하지만 [{2}]이(가) 발견되었습니다."},
 146         {"null.principalClass.or.principalName",
 147                 "principalClass 또는 principalName이 널입니다."},
 148 
 149         // sun.security.pkcs11.SunPKCS11
 150         {"PKCS11.Token.providerName.Password.",
 151                 "PKCS11 토큰 [{0}] 비밀번호: "},
 152 
 153         /* --- DEPRECATED --- */
 154         // javax.security.auth.Policy
 155         {"unable.to.instantiate.Subject.based.policy",
 156                 "제목 기반 정책을 인스턴스화할 수 없습니다."}
 157     };
 158 
 159 
 160     /**
 161      * Returns the contents of this <code>ResourceBundle</code>.
 162      *
 163      * <p>
 164      *
 165      * @return the contents of this <code>ResourceBundle</code>.
 166      */
 167     @Override
 168     public Object[][] getContents() {
 169         return contents;
 170     }
 171 }
 172