1 /*
   2  * Copyright (c) 2000, 2014, 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.tools.keytool;
  27 
  28 /**
  29  * This class represents the <code>ResourceBundle</code>
  30  * for the keytool.
  31  *
  32  */
  33 public class Resources_ko extends java.util.ListResourceBundle {
  34 
  35     private static final Object[][] contents = {
  36         {"NEWLINE", "\n"},
  37         {"STAR",
  38                 "*******************************************"},
  39         {"STARNN",
  40                 "*******************************************\n\n"},
  41 
  42         // keytool: Help part
  43         {".OPTION.", " [OPTION]..."},
  44         {"Options.", "옵션:"},
  45         {"Use.keytool.help.for.all.available.commands",
  46                  "사용 가능한 모든 명령에 \"keytool -help\" 사용"},
  47         {"Key.and.Certificate.Management.Tool",
  48                  "키 및 인증서 관리 툴"},
  49         {"Commands.", "명령:"},
  50         {"Use.keytool.command.name.help.for.usage.of.command.name",
  51                 "command_name 사용법에 \"keytool -command_name -help\" 사용"},
  52         // keytool: help: commands
  53         {"Generates.a.certificate.request",
  54                 "인증서 요청을 생성합니다."}, //-certreq
  55         {"Changes.an.entry.s.alias",
  56                 "항목의 별칭을 변경합니다."}, //-changealias
  57         {"Deletes.an.entry",
  58                 "항목을 삭제합니다."}, //-delete
  59         {"Exports.certificate",
  60                 "인증서를 익스포트합니다."}, //-exportcert
  61         {"Generates.a.key.pair",
  62                 "키 쌍을 생성합니다."}, //-genkeypair
  63         {"Generates.a.secret.key",
  64                 "보안 키를 생성합니다."}, //-genseckey
  65         {"Generates.certificate.from.a.certificate.request",
  66                 "인증서 요청에서 인증서를 생성합니다."}, //-gencert
  67         {"Generates.CRL", "CRL을 생성합니다."}, //-gencrl
  68         {"Generated.keyAlgName.secret.key",
  69                 "{0} 보안 키를 생성합니다."}, //-genseckey
  70         {"Generated.keysize.bit.keyAlgName.secret.key",
  71                 "{0}비트 {1} 보안 키를 생성합니다."}, //-genseckey
  72         {"Imports.entries.from.a.JDK.1.1.x.style.identity.database",
  73                 "JDK 1.1.x 스타일 ID 데이터베이스에서 항목을 임포트합니다."}, //-identitydb
  74         {"Imports.a.certificate.or.a.certificate.chain",
  75                 "인증서 또는 인증서 체인을 임포트합니다."}, //-importcert
  76         {"Imports.a.password",
  77                 "비밀번호를 임포트합니다."}, //-importpass
  78         {"Imports.one.or.all.entries.from.another.keystore",
  79                 "다른 키 저장소에서 하나 또는 모든 항목을 임포트합니다."}, //-importkeystore
  80         {"Clones.a.key.entry",
  81                 "키 항목을 복제합니다."}, //-keyclone
  82         {"Changes.the.key.password.of.an.entry",
  83                 "항목의 키 비밀번호를 변경합니다."}, //-keypasswd
  84         {"Lists.entries.in.a.keystore",
  85                 "키 저장소의 항목을 나열합니다."}, //-list
  86         {"Prints.the.content.of.a.certificate",
  87                 "인증서의 콘텐츠를 인쇄합니다."}, //-printcert
  88         {"Prints.the.content.of.a.certificate.request",
  89                 "인증서 요청의 콘텐츠를 인쇄합니다."}, //-printcertreq
  90         {"Prints.the.content.of.a.CRL.file",
  91                 "CRL 파일의 콘텐츠를 인쇄합니다."}, //-printcrl
  92         {"Generates.a.self.signed.certificate",
  93                 "자체 서명된 인증서를 생성합니다."}, //-selfcert
  94         {"Changes.the.store.password.of.a.keystore",
  95                 "키 저장소의 저장소 비밀번호를 변경합니다."}, //-storepasswd
  96         // keytool: help: options
  97         {"alias.name.of.the.entry.to.process",
  98                 "처리할 항목의 별칭 이름"}, //-alias
  99         {"destination.alias",
 100                 "대상 별칭"}, //-destalias
 101         {"destination.key.password",
 102                 "대상 키 비밀번호"}, //-destkeypass
 103         {"destination.keystore.name",
 104                 "대상 키 저장소 이름"}, //-destkeystore
 105         {"destination.keystore.password.protected",
 106                 "대상 키 저장소 비밀번호로 보호됨"}, //-destprotected
 107         {"destination.keystore.provider.name",
 108                 "대상 키 저장소 제공자 이름"}, //-destprovidername
 109         {"destination.keystore.password",
 110                 "대상 키 저장소 비밀번호"}, //-deststorepass
 111         {"destination.keystore.type",
 112                 "대상 키 저장소 유형"}, //-deststoretype
 113         {"distinguished.name",
 114                 "식별 이름"}, //-dname
 115         {"X.509.extension",
 116                 "X.509 확장"}, //-ext
 117         {"output.file.name",
 118                 "출력 파일 이름"}, //-file and -outfile
 119         {"input.file.name",
 120                 "입력 파일 이름"}, //-file and -infile
 121         {"key.algorithm.name",
 122                 "키 알고리즘 이름"}, //-keyalg
 123         {"key.password",
 124                 "키 비밀번호"}, //-keypass
 125         {"key.bit.size",
 126                 "키 비트 크기"}, //-keysize
 127         {"keystore.name",
 128                 "키 저장소 이름"}, //-keystore
 129         {"new.password",
 130                 "새 비밀번호"}, //-new
 131         {"do.not.prompt",
 132                 "확인하지 않음"}, //-noprompt
 133         {"password.through.protected.mechanism",
 134                 "보호되는 메커니즘을 통한 비밀번호"}, //-protected
 135         {"provider.argument",
 136                 "제공자 인수"}, //-providerarg
 137         {"provider.class.name",
 138                 "제공자 클래스 이름"}, //-providerclass
 139         {"provider.name",
 140                 "제공자 이름"}, //-providername
 141         {"provider.classpath",
 142                 "제공자 클래스 경로"}, //-providerpath
 143         {"output.in.RFC.style",
 144                 "RFC 스타일의 출력"}, //-rfc
 145         {"signature.algorithm.name",
 146                 "서명 알고리즘 이름"}, //-sigalg
 147         {"source.alias",
 148                 "소스 별칭"}, //-srcalias
 149         {"source.key.password",
 150                 "소스 키 비밀번호"}, //-srckeypass
 151         {"source.keystore.name",
 152                 "소스 키 저장소 이름"}, //-srckeystore
 153         {"source.keystore.password.protected",
 154                 "소스 키 저장소 비밀번호로 보호됨"}, //-srcprotected
 155         {"source.keystore.provider.name",
 156                 "소스 키 저장소 제공자 이름"}, //-srcprovidername
 157         {"source.keystore.password",
 158                 "소스 키 저장소 비밀번호"}, //-srcstorepass
 159         {"source.keystore.type",
 160                 "소스 키 저장소 유형"}, //-srcstoretype
 161         {"SSL.server.host.and.port",
 162                 "SSL 서버 호스트 및 포트"}, //-sslserver
 163         {"signed.jar.file",
 164                 "서명된 jar 파일"}, //=jarfile
 165         {"certificate.validity.start.date.time",
 166                 "인증서 유효 기간 시작 날짜/시간"}, //-startdate
 167         {"keystore.password",
 168                 "키 저장소 비밀번호"}, //-storepass
 169         {"keystore.type",
 170                 "키 저장소 유형"}, //-storetype
 171         {"trust.certificates.from.cacerts",
 172                 "cacerts의 보안 인증서"}, //-trustcacerts
 173         {"verbose.output",
 174                 "상세 정보 출력"}, //-v
 175         {"validity.number.of.days",
 176                 "유효 기간 일 수"}, //-validity
 177         {"Serial.ID.of.cert.to.revoke",
 178                  "철회할 인증서의 일련 ID"}, //-id
 179         // keytool: Running part
 180         {"keytool.error.", "keytool 오류: "},
 181         {"Illegal.option.", "잘못된 옵션:  "},
 182         {"Illegal.value.", "잘못된 값: "},
 183         {"Unknown.password.type.", "알 수 없는 비밀번호 유형: "},
 184         {"Cannot.find.environment.variable.",
 185                 "환경 변수를 찾을 수 없음: "},
 186         {"Cannot.find.file.", "파일을 찾을 수 없음: "},
 187         {"Command.option.flag.needs.an.argument.", "명령 옵션 {0}에 인수가 필요합니다."},
 188         {"Warning.Different.store.and.key.passwords.not.supported.for.PKCS12.KeyStores.Ignoring.user.specified.command.value.",
 189                 "경고: 다른 저장소 및 키 비밀번호는 PKCS12 KeyStores에 대해 지원되지 않습니다. 사용자가 지정한 {0} 값을 무시하는 중입니다."},
 190         {".keystore.must.be.NONE.if.storetype.is.{0}",
 191                 "-storetype이 {0}인 경우 -keystore는 NONE이어야 합니다."},
 192         {"Too.many.retries.program.terminated",
 193                  "재시도 횟수가 너무 많아 프로그램이 종료되었습니다."},
 194         {".storepasswd.and.keypasswd.commands.not.supported.if.storetype.is.{0}",
 195                 "-storetype이 {0}인 경우 -storepasswd 및 -keypasswd 명령이 지원되지 않습니다."},
 196         {".keypasswd.commands.not.supported.if.storetype.is.PKCS12",
 197                 "-storetype이 PKCS12인 경우 -keypasswd 명령이 지원되지 않습니다."},
 198         {".keypass.and.new.can.not.be.specified.if.storetype.is.{0}",
 199                 "-storetype이 {0}인 경우 -keypass 및 -new를 지정할 수 없습니다."},
 200         {"if.protected.is.specified.then.storepass.keypass.and.new.must.not.be.specified",
 201                 "-protected를 지정한 경우 -storepass, -keypass 및 -new를 지정하지 않아야 합니다."},
 202         {"if.srcprotected.is.specified.then.srcstorepass.and.srckeypass.must.not.be.specified",
 203                 "-srcprotected를 지정한 경우 -srcstorepass 및 -srckeypass를 지정하지 않아야 합니다."},
 204         {"if.keystore.is.not.password.protected.then.storepass.keypass.and.new.must.not.be.specified",
 205                 "키 저장소가 비밀번호로 보호되지 않는 경우 -storepass, -keypass 및 -new를 지정하지 않아야 합니다."},
 206         {"if.source.keystore.is.not.password.protected.then.srcstorepass.and.srckeypass.must.not.be.specified",
 207                 "소스 키 저장소가 비밀번호로 보호되지 않는 경우 -srcstorepass 및 -srckeypass를 지정하지 않아야 합니다."},
 208         {"Illegal.startdate.value", "startdate 값이 잘못되었습니다."},
 209         {"Validity.must.be.greater.than.zero",
 210                 "유효 기간은 0보다 커야 합니다."},
 211         {"provName.not.a.provider", "{0}은(는) 제공자가 아닙니다."},
 212         {"Usage.error.no.command.provided", "사용법 오류: 명령을 입력하지 않았습니다."},
 213         {"Source.keystore.file.exists.but.is.empty.", "소스 키 저장소 파일이 존재하지만 비어 있음: "},
 214         {"Please.specify.srckeystore", "-srckeystore를 지정하십시오."},
 215         {"Must.not.specify.both.v.and.rfc.with.list.command",
 216                 "'list' 명령에 -v와 -rfc를 함께 지정하지 않아야 합니다."},
 217         {"Key.password.must.be.at.least.6.characters",
 218                 "키 비밀번호는 6자 이상이어야 합니다."},
 219         {"New.password.must.be.at.least.6.characters",
 220                 "새 비밀번호는 6자 이상이어야 합니다."},
 221         {"Keystore.file.exists.but.is.empty.",
 222                 "키 저장소 파일이 존재하지만 비어 있음: "},
 223         {"Keystore.file.does.not.exist.",
 224                 "키 저장소 파일이 존재하지 않음: "},
 225         {"Must.specify.destination.alias", "대상 별칭을 지정해야 합니다."},
 226         {"Must.specify.alias", "별칭을 지정해야 합니다."},
 227         {"Keystore.password.must.be.at.least.6.characters",
 228                 "키 저장소 비밀번호는 6자 이상이어야 합니다."},
 229         {"Enter.the.password.to.be.stored.",
 230                 "저장할 비밀번호 입력:  "},
 231         {"Enter.keystore.password.", "키 저장소 비밀번호 입력:  "},
 232         {"Enter.source.keystore.password.", "소스 키 저장소 비밀번호 입력:  "},
 233         {"Enter.destination.keystore.password.", "대상 키 저장소 비밀번호 입력:  "},
 234         {"Keystore.password.is.too.short.must.be.at.least.6.characters",
 235          "키 저장소 비밀번호가 너무 짧음 - 6자 이상이어야 합니다."},
 236         {"Unknown.Entry.Type", "알 수 없는 항목 유형"},
 237         {"Too.many.failures.Alias.not.changed", "오류가 너무 많습니다. 별칭이 변경되지 않았습니다."},
 238         {"Entry.for.alias.alias.successfully.imported.",
 239                  "{0} 별칭에 대한 항목이 성공적으로 임포트되었습니다."},
 240         {"Entry.for.alias.alias.not.imported.", "{0} 별칭에 대한 항목이 임포트되지 않았습니다."},
 241         {"Problem.importing.entry.for.alias.alias.exception.Entry.for.alias.alias.not.imported.",
 242                  "{0} 별칭에 대한 항목을 임포트하는 중 문제 발생: {1}.\n{0} 별칭에 대한 항목이 임포트되지 않았습니다."},
 243         {"Import.command.completed.ok.entries.successfully.imported.fail.entries.failed.or.cancelled",
 244                  "임포트 명령 완료: 성공적으로 임포트된 항목은 {0}개, 실패하거나 취소된 항목은 {1}개입니다."},
 245         {"Warning.Overwriting.existing.alias.alias.in.destination.keystore",
 246                  "경고: 대상 키 저장소에서 기존 별칭 {0}을(를) 겹쳐 쓰는 중"},
 247         {"Existing.entry.alias.alias.exists.overwrite.no.",
 248                  "기존 항목 별칭 {0}이(가) 존재합니다. 겹쳐 쓰겠습니까? [아니오]:  "},
 249         {"Too.many.failures.try.later", "오류가 너무 많음 - 나중에 시도하십시오."},
 250         {"Certification.request.stored.in.file.filename.",
 251                 "인증 요청이 <{0}> 파일에 저장되었습니다."},
 252         {"Submit.this.to.your.CA", "CA에게 제출하십시오."},
 253         {"if.alias.not.specified.destalias.and.srckeypass.must.not.be.specified",
 254             "별칭을 지정하지 않은 경우 destalias 및 srckeypass를 지정하지 않아야 합니다."},
 255         {"The.destination.pkcs12.keystore.has.different.storepass.and.keypass.Please.retry.with.destkeypass.specified.",
 256             "대상 pkcs12 키 저장소에 다른 storepass 및 keypass가 있습니다. 지정된 -destkeypass로 재시도하십시오."},
 257         {"Certificate.stored.in.file.filename.",
 258                 "인증서가 <{0}> 파일에 저장되었습니다."},
 259         {"Certificate.reply.was.installed.in.keystore",
 260                 "인증서 회신이 키 저장소에 설치되었습니다."},
 261         {"Certificate.reply.was.not.installed.in.keystore",
 262                 "인증서 회신이 키 저장소에 설치되지 않았습니다."},
 263         {"Certificate.was.added.to.keystore",
 264                 "인증서가 키 저장소에 추가되었습니다."},
 265         {"Certificate.was.not.added.to.keystore",
 266                 "인증서가 키 저장소에 추가되지 않았습니다."},
 267         {".Storing.ksfname.", "[{0}을(를) 저장하는 중]"},
 268         {"alias.has.no.public.key.certificate.",
 269                 "{0}에 공용 키(인증서)가 없습니다."},
 270         {"Cannot.derive.signature.algorithm",
 271                 "서명 알고리즘을 파생할 수 없습니다."},
 272         {"Alias.alias.does.not.exist",
 273                 "<{0}> 별칭이 존재하지 않습니다."},
 274         {"Alias.alias.has.no.certificate",
 275                 "<{0}> 별칭에 인증서가 없습니다."},
 276         {"Key.pair.not.generated.alias.alias.already.exists",
 277                 "키 쌍이 생성되지 않았으며 <{0}> 별칭이 존재합니다."},
 278         {"Generating.keysize.bit.keyAlgName.key.pair.and.self.signed.certificate.sigAlgName.with.a.validity.of.validality.days.for",
 279                 "다음에 대해 유효 기간이 {3}일인 {0}비트 {1} 키 쌍 및 자체 서명된 인증서({2})를 생성하는 중\n\t: {4}"},
 280         {"Enter.key.password.for.alias.", "<{0}>에 대한 키 비밀번호를 입력하십시오."},
 281         {".RETURN.if.same.as.keystore.password.",
 282                 "\t(키 저장소 비밀번호와 동일한 경우 Enter 키를 누름):  "},
 283         {"Key.password.is.too.short.must.be.at.least.6.characters",
 284                 "키 비밀번호가 너무 짧음 - 6자 이상이어야 합니다."},
 285         {"Too.many.failures.key.not.added.to.keystore",
 286                 "오류가 너무 많음 - 키 저장소에 키가 추가되지 않았습니다."},
 287         {"Destination.alias.dest.already.exists",
 288                 "대상 별칭 <{0}>이(가) 존재합니다."},
 289         {"Password.is.too.short.must.be.at.least.6.characters",
 290                 "비밀번호가 너무 짧음 - 6자 이상이어야 합니다."},
 291         {"Too.many.failures.Key.entry.not.cloned",
 292                 "오류가 너무 많습니다. 키 항목이 복제되지 않았습니다."},
 293         {"key.password.for.alias.", "<{0}>에 대한 키 비밀번호"},
 294         {"Keystore.entry.for.id.getName.already.exists",
 295                 "<{0}>에 대한 키 저장소 항목이 존재합니다."},
 296         {"Creating.keystore.entry.for.id.getName.",
 297                 "<{0}>에 대한 키 저장소 항목을 생성하는 중..."},
 298         {"No.entries.from.identity.database.added",
 299                 "ID 데이터베이스에서 추가된 항목이 없습니다."},
 300         {"Alias.name.alias", "별칭 이름: {0}"},
 301         {"Creation.date.keyStore.getCreationDate.alias.",
 302                 "생성 날짜: {0,date}"},
 303         {"alias.keyStore.getCreationDate.alias.",
 304                 "{0}, {1,date}, "},
 305         {"alias.", "{0}, "},
 306         {"Entry.type.type.", "항목 유형: {0}"},
 307         {"Certificate.chain.length.", "인증서 체인 길이: "},
 308         {"Certificate.i.1.", "인증서[{0,number,integer}]:"},
 309         {"Certificate.fingerprint.SHA1.", "인증서 지문(SHA1): "},
 310         {"Keystore.type.", "키 저장소 유형: "},
 311         {"Keystore.provider.", "키 저장소 제공자: "},
 312         {"Your.keystore.contains.keyStore.size.entry",
 313                 "키 저장소에 {0,number,integer}개의 항목이 포함되어 있습니다."},
 314         {"Your.keystore.contains.keyStore.size.entries",
 315                 "키 저장소에 {0,number,integer}개의 항목이 포함되어 있습니다."},
 316         {"Failed.to.parse.input", "입력값의 구문 분석을 실패했습니다."},
 317         {"Empty.input", "입력값이 비어 있습니다."},
 318         {"Not.X.509.certificate", "X.509 인증서가 아닙니다."},
 319         {"alias.has.no.public.key", "{0}에 공용 키가 없습니다."},
 320         {"alias.has.no.X.509.certificate", "{0}에 X.509 인증서가 없습니다."},
 321         {"New.certificate.self.signed.", "새 인증서(자체 서명):"},
 322         {"Reply.has.no.certificates", "회신에 인증서가 없습니다."},
 323         {"Certificate.not.imported.alias.alias.already.exists",
 324                 "인증서가 임포트되지 않았으며 <{0}> 별칭이 존재합니다."},
 325         {"Input.not.an.X.509.certificate", "입력이 X.509 인증서가 아닙니다."},
 326         {"Certificate.already.exists.in.keystore.under.alias.trustalias.",
 327                 "인증서가 <{0}> 별칭 아래의 키 저장소에 존재합니다."},
 328         {"Do.you.still.want.to.add.it.no.",
 329                 "추가하겠습니까? [아니오]:  "},
 330         {"Certificate.already.exists.in.system.wide.CA.keystore.under.alias.trustalias.",
 331                 "인증서가 <{0}> 별칭 아래에 있는 시스템 차원의 CA 키 저장소에 존재합니다."},
 332         {"Do.you.still.want.to.add.it.to.your.own.keystore.no.",
 333                 "고유한 키 저장소에 추가하겠습니까? [아니오]:  "},
 334         {"Trust.this.certificate.no.", "이 인증서를 신뢰합니까? [아니오]:  "},
 335         {"YES", "예"},
 336         {"New.prompt.", "새 {0}: "},
 337         {"Passwords.must.differ", "비밀번호는 달라야 합니다."},
 338         {"Re.enter.new.prompt.", "새 {0} 다시 입력: "},
 339         {"Re.enter.password.", "비밀번호  다시 입력: "},
 340         {"Re.enter.new.password.", "새 비밀번호 다시 입력: "},
 341         {"They.don.t.match.Try.again", "일치하지 않습니다. 다시 시도하십시오."},
 342         {"Enter.prompt.alias.name.", "{0} 별칭 이름 입력:  "},
 343         {"Enter.new.alias.name.RETURN.to.cancel.import.for.this.entry.",
 344                  "새 별칭 이름 입력\t(이 항목에 대한 임포트를 취소하려면 Enter 키를 누름):  "},
 345         {"Enter.alias.name.", "별칭 이름 입력:  "},
 346         {".RETURN.if.same.as.for.otherAlias.",
 347                 "\t(<{0}>과(와) 동일한 경우 Enter 키를 누름)"},
 348         {".PATTERN.printX509Cert",
 349                 "소유자: {0}\n발행자: {1}\n일련 번호: {2}\n적합한 시작 날짜: {3}, 종료 날짜: {4}\n인증서 지문:\n\t MD5: {5}\n\t SHA1: {6}\n\t SHA256: {7}\n\t 서명 알고리즘 이름: {8}\n\t 버전: {9}"},
 350         {"What.is.your.first.and.last.name.",
 351                 "이름과 성을 입력하십시오."},
 352         {"What.is.the.name.of.your.organizational.unit.",
 353                 "조직 단위 이름을 입력하십시오."},
 354         {"What.is.the.name.of.your.organization.",
 355                 "조직 이름을 입력하십시오."},
 356         {"What.is.the.name.of.your.City.or.Locality.",
 357                 "구/군/시 이름을 입력하십시오?"},
 358         {"What.is.the.name.of.your.State.or.Province.",
 359                 "시/도 이름을 입력하십시오."},
 360         {"What.is.the.two.letter.country.code.for.this.unit.",
 361                 "이 조직의 두 자리 국가 코드를 입력하십시오."},
 362         {"Is.name.correct.", "{0}이(가) 맞습니까?"},
 363         {"no", "아니오"},
 364         {"yes", "예"},
 365         {"y", "y"},
 366         {".defaultValue.", "  [{0}]:  "},
 367         {"Alias.alias.has.no.key",
 368                 "<{0}> 별칭에 키가 없습니다."},
 369         {"Alias.alias.references.an.entry.type.that.is.not.a.private.key.entry.The.keyclone.command.only.supports.cloning.of.private.key",
 370                  "<{0}> 별칭은 전용 키 항목이 아닌 항목 유형을 참조합니다. -keyclone 명령은 전용 키 항목의 복제만 지원합니다."},
 371 
 372         {".WARNING.WARNING.WARNING.",
 373             "*****************  WARNING WARNING WARNING  *****************"},
 374         {"Signer.d.", "서명자 #%d:"},
 375         {"Timestamp.", "시간 기록:"},
 376         {"Signature.", "서명:"},
 377         {"CRLs.", "CRL:"},
 378         {"Certificate.owner.", "인증서 소유자: "},
 379         {"Not.a.signed.jar.file", "서명된 jar 파일이 아닙니다."},
 380         {"No.certificate.from.the.SSL.server",
 381                 "SSL 서버에서 가져온 인증서가 없습니다."},
 382 
 383         {".The.integrity.of.the.information.stored.in.your.keystore.",
 384             "* 키 저장소에 저장된 정보의 무결성이  *\n* 확인되지 않았습니다! 무결성을 확인하려면, *\n* 키 저장소 비밀번호를 제공해야 합니다.                  *"},
 385         {".The.integrity.of.the.information.stored.in.the.srckeystore.",
 386             "* srckeystore에 저장된 정보의 무결성이  *\n* 확인되지 않았습니다! 무결성을 확인하려면, *\n* srckeystore 비밀번호를 제공해야 합니다.                  *"},
 387 
 388         {"Certificate.reply.does.not.contain.public.key.for.alias.",
 389                 "인증서 회신에 <{0}>에 대한 공용 키가 포함되어 있지 않습니다."},
 390         {"Incomplete.certificate.chain.in.reply",
 391                 "회신에 불완전한 인증서 체인이 있습니다."},
 392         {"Certificate.chain.in.reply.does.not.verify.",
 393                 "회신의 인증서 체인이 확인되지 않음: "},
 394         {"Top.level.certificate.in.reply.",
 395                 "회신에 최상위 레벨 인증서가 있음:\n"},
 396         {".is.not.trusted.", "...을(를) 신뢰할 수 없습니다. "},
 397         {"Install.reply.anyway.no.", "회신을 설치하겠습니까? [아니오]:  "},
 398         {"NO", "아니오"},
 399         {"Public.keys.in.reply.and.keystore.don.t.match",
 400                 "회신과 키 저장소의 공용 키가 일치하지 않습니다."},
 401         {"Certificate.reply.and.certificate.in.keystore.are.identical",
 402                 "회신과 키 저장소의 인증서가 동일합니다."},
 403         {"Failed.to.establish.chain.from.reply",
 404                 "회신의 체인 설정을 실패했습니다."},
 405         {"n", "n"},
 406         {"Wrong.answer.try.again", "잘못된 응답입니다. 다시 시도하십시오."},
 407         {"Secret.key.not.generated.alias.alias.already.exists",
 408                 "보안 키가 생성되지 않았으며 <{0}> 별칭이 존재합니다."},
 409         {"Please.provide.keysize.for.secret.key.generation",
 410                 "보안 키를 생성하려면 -keysize를 제공하십시오."},
 411 
 412         {"verified.by.s.in.s", "%s(%s)에 의해 확인됨"},
 413         {"warning.not.verified.make.sure.keystore.is.correct",
 414             "경고: 확인되지 않음. -keystore가 올바른지 확인하십시오."},
 415 
 416         {"Extensions.", "확장: "},
 417         {".Empty.value.", "(비어 있는 값)"},
 418         {"Extension.Request.", "확장 요청:"},
 419         {"PKCS.10.Certificate.Request.Version.1.0.Subject.s.Public.Key.s.format.s.key.",
 420                 "PKCS #10 인증서 요청(1.0 버전)\n제목: %s\n공용 키: %s 형식 %s 키\n"},
 421         {"Unknown.keyUsage.type.", "알 수 없는 keyUsage 유형: "},
 422         {"Unknown.extendedkeyUsage.type.", "알 수 없는 extendedkeyUsage 유형: "},
 423         {"Unknown.AccessDescription.type.", "알 수 없는 AccessDescription 유형: "},
 424         {"Unrecognized.GeneralName.type.", "알 수 없는 GeneralName 유형: "},
 425         {"This.extension.cannot.be.marked.as.critical.",
 426                  "이 확장은 중요한 것으로 표시할 수 없습니다. "},
 427         {"Odd.number.of.hex.digits.found.", "홀수 개의 16진수가 발견됨: "},
 428         {"Unknown.extension.type.", "알 수 없는 확장 유형: "},
 429         {"command.{0}.is.ambiguous.", "{0} 명령이 모호함:"}
 430     };
 431 
 432 
 433     /**
 434      * Returns the contents of this <code>ResourceBundle</code>.
 435      *
 436      * @return the contents of this <code>ResourceBundle</code>.
 437      */
 438     @Override
 439     public Object[][] getContents() {
 440         return contents;
 441     }
 442 }