< prev index next >

src/java.base/share/classes/sun/security/util/AuthResources_ko.java

Print this page


   1 /*
   2  * Copyright (c) 2000, 2011, 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


  71             "구성 오류:\n\t{0}에 대해 여러 항목을 지정할 수 없습니다."},
  72         {"Configuration.Error.expected.expect.read.end.of.file.",
  73                 "구성 오류:\n\t[{0}]이(가) 필요하지만 [파일의 끝]에 도달했습니다."},
  74         {"Configuration.Error.Line.line.expected.expect.found.value.",
  75             "구성 오류:\n\t{0} 행: [{1}]이(가) 필요하지만 [{2}]이(가) 발견되었습니다."},
  76         {"Configuration.Error.Line.line.expected.expect.",
  77             "구성 오류:\n\t{0} 행: [{1}]이(가) 필요합니다."},
  78         {"Configuration.Error.Line.line.system.property.value.expanded.to.empty.value",
  79             "구성 오류:\n\t{0} 행: 시스템 속성 [{1}]이(가) 빈 값으로 확장되었습니다."},
  80 
  81         // com.sun.security.auth.module.JndiLoginModule
  82         {"username.","사용자 이름: "},
  83         {"password.","비밀번호: "},
  84 
  85         // com.sun.security.auth.module.KeyStoreLoginModule
  86         {"Please.enter.keystore.information",
  87                 "키 저장소 정보를 입력하십시오."},
  88         {"Keystore.alias.","키 저장소 별칭: "},
  89         {"Keystore.password.","키 저장소 비밀번호: "},
  90         {"Private.key.password.optional.",
  91             "전용 키 비밀번호(선택 사항): "},
  92 
  93         // com.sun.security.auth.module.Krb5LoginModule
  94         {"Kerberos.username.defUsername.",
  95                 "Kerberos 사용자 이름 [{0}]: "},
  96         {"Kerberos.password.for.username.",
  97                 "{0}의 Kerberos 비밀번호: "},
  98 
  99         /***    EVERYTHING BELOW IS DEPRECATED  ***/
 100 
 101         // com.sun.security.auth.PolicyFile
 102         {".error.parsing.", ": 구문 분석 오류 "},
 103         {"COLON", ": "},
 104         {".error.adding.Permission.", ": 권한 추가 오류 "},
 105         {"SPACE", " "},
 106         {".error.adding.Entry.", ": 항목 추가 오류 "},
 107         {"LPARAM", "("},
 108         {"RPARAM", ")"},
 109         {"attempt.to.add.a.Permission.to.a.readonly.PermissionCollection",
 110             "읽기 전용 PermissionCollection에 권한을 추가하려고 시도했습니다."},
 111 


   1 /*
   2  * Copyright (c) 2000, 2016, 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


  71             "구성 오류:\n\t{0}에 대해 여러 항목을 지정할 수 없습니다."},
  72         {"Configuration.Error.expected.expect.read.end.of.file.",
  73                 "구성 오류:\n\t[{0}]이(가) 필요하지만 [파일의 끝]에 도달했습니다."},
  74         {"Configuration.Error.Line.line.expected.expect.found.value.",
  75             "구성 오류:\n\t{0} 행: [{1}]이(가) 필요하지만 [{2}]이(가) 발견되었습니다."},
  76         {"Configuration.Error.Line.line.expected.expect.",
  77             "구성 오류:\n\t{0} 행: [{1}]이(가) 필요합니다."},
  78         {"Configuration.Error.Line.line.system.property.value.expanded.to.empty.value",
  79             "구성 오류:\n\t{0} 행: 시스템 속성 [{1}]이(가) 빈 값으로 확장되었습니다."},
  80 
  81         // com.sun.security.auth.module.JndiLoginModule
  82         {"username.","사용자 이름: "},
  83         {"password.","비밀번호: "},
  84 
  85         // com.sun.security.auth.module.KeyStoreLoginModule
  86         {"Please.enter.keystore.information",
  87                 "키 저장소 정보를 입력하십시오."},
  88         {"Keystore.alias.","키 저장소 별칭: "},
  89         {"Keystore.password.","키 저장소 비밀번호: "},
  90         {"Private.key.password.optional.",
  91             "전용 키 비밀번호(선택사항): "},
  92 
  93         // com.sun.security.auth.module.Krb5LoginModule
  94         {"Kerberos.username.defUsername.",
  95                 "Kerberos 사용자 이름 [{0}]: "},
  96         {"Kerberos.password.for.username.",
  97                 "{0}의 Kerberos 비밀번호: "},
  98 
  99         /***    EVERYTHING BELOW IS DEPRECATED  ***/
 100 
 101         // com.sun.security.auth.PolicyFile
 102         {".error.parsing.", ": 구문 분석 오류 "},
 103         {"COLON", ": "},
 104         {".error.adding.Permission.", ": 권한 추가 오류 "},
 105         {"SPACE", " "},
 106         {".error.adding.Entry.", ": 항목 추가 오류 "},
 107         {"LPARAM", "("},
 108         {"RPARAM", ")"},
 109         {"attempt.to.add.a.Permission.to.a.readonly.PermissionCollection",
 110             "읽기 전용 PermissionCollection에 권한을 추가하려고 시도했습니다."},
 111 


< prev index next >