1 #
   2 # Copyright (c) 2004, 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
  23 # questions.
  24 #
  25 
  26 agent.err.error                    = 오류
  27 agent.err.exception                = 에이전트에 예외사항이 발생했습니다. 
  28 agent.err.warning                  = 경고
  29 
  30 agent.err.configfile.notfound      = 구성 파일을 찾을 수 없습니다.
  31 agent.err.configfile.failed        = 구성 파일 읽기를 실패했습니다.
  32 agent.err.configfile.closed.failed = 구성 파일 닫기를 실패했습니다.
  33 agent.err.configfile.access.denied = 구성 파일에 대한 액세스가 거부되었습니다.
  34 
  35 agent.err.exportaddress.failed     = 기기 버퍼로 JMX 커넥터 주소 익스포트를 실패했습니다.
  36 
  37 agent.err.agentclass.notfound      = 관리 에이전트 클래스를 찾을 수 없습니다.
  38 agent.err.agentclass.failed        = 관리 에이전트 클래스를 실패했습니다. 
  39 agent.err.premain.notfound         = 에이전트 클래스에 premain(문자열)이 존재하지 않습니다.
  40 agent.err.agentclass.access.denied = premain(문자열)에 대한 액세스가 거부되었습니다.
  41 agent.err.invalid.agentclass       = com.sun.management.agent.class 속성 값이 부적합합니다.
  42 agent.err.invalid.state            = 부적합한 에이전트 상태: {0}
  43 agent.err.invalid.jmxremote.port   = com.sun.management.jmxremote.port 번호가 부적합합니다.
  44 agent.err.invalid.jmxremote.rmi.port = 부적합한 com.sun.management.jmxremote.rmi.port 번호
  45 
  46 agent.err.file.not.set               = 파일이 지정되지 않았습니다.
  47 agent.err.file.not.readable          = 파일을 읽을 수 없습니다.
  48 agent.err.file.read.failed           = 파일 읽기를 실패했습니다.
  49 agent.err.file.not.found             = 파일을 찾을 수 없습니다.
  50 agent.err.file.access.not.restricted = 파일 읽기 액세스는 제한되어야 합니다.
  51 
  52 agent.err.password.file.notset     = 비밀번호 파일이 지정되지 않았지만 com.sun.management.jmxremote.authenticate=true입니다.
  53 agent.err.password.file.not.readable = 비밀번호 파일을 읽을 수 없습니다.
  54 agent.err.password.file.read.failed = 비밀번호 파일 읽기를 실패했습니다.
  55 agent.err.password.file.notfound   = 비밀번호 파일을 찾을 수 없습니다.
  56 agent.err.password.file.access.notrestricted = 비밀번호 파일 읽기 액세스는 제한되어야 합니다.
  57 
  58 agent.err.access.file.notset       = 액세스 파일이 지정되지 않았지만 com.sun.management.jmxremote.authenticate=true입니다.
  59 agent.err.access.file.not.readable = 액세스 파일을 읽을 수 없습니다.
  60 agent.err.access.file.read.failed  = 액세스 파일 읽기를 실패했습니다.
  61 agent.err.access.file.notfound     = 액세스 파일을 찾을 수 없습니다.
  62 
  63 agent.err.connector.server.io.error = JMX 커넥터 서버 통신 오류
  64 
  65 agent.err.invalid.option           = 부적합한 옵션이 지정되었습니다.
  66 
  67 jmxremote.ConnectorBootstrap.starting = JMX 커넥터 서버를 시작하는 중:
  68 jmxremote.ConnectorBootstrap.noAuthentication = 인증 없음
  69 jmxremote.ConnectorBootstrap.ready = {0}에서 JMX 커넥터가 준비되었습니다.
  70 jmxremote.ConnectorBootstrap.password.readonly = 비밀번호 파일 읽기 액세스는 제한되어야 함: {0}
  71 jmxremote.ConnectorBootstrap.file.readonly = 파일 읽기 액세스는 제한되어야 함: {0}