1 #
   2 #
   3 # Copyright (c) 2004, 2011, Oracle and/or its affiliates. All rights reserved.
   4 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   5 #
   6 # This code is free software; you can redistribute it and/or modify it
   7 # under the terms of the GNU General Public License version 2 only, as
   8 # published by the Free Software Foundation.  Oracle designates this
   9 # particular file as subject to the "Classpath" exception as provided
  10 # by Oracle in the LICENSE file that accompanied this code.
  11 #
  12 # This code is distributed in the hope that it will be useful, but WITHOUT
  13 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  14 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  15 # version 2 for more details (a copy is included in the LICENSE file that
  16 # accompanied this code).
  17 #
  18 # You should have received a copy of the GNU General Public License version
  19 # 2 along with this work; if not, write to the Free Software Foundation,
  20 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  21 #
  22 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  23 # or visit www.oracle.com if you need additional information or have any
  24 # questions.
  25 #
  26 
  27 # Localizations for Level names.  For the US locale
  28 # these are the same as the non-localized level name.
  29 
  30 agent.err.error                    = 오류
  31 agent.err.exception                = 에이전트에 예외 사항이 발생했습니다. 
  32 agent.err.warning                  = 경고
  33 
  34 agent.err.configfile.notfound      = 구성 파일을 찾을 수 없습니다.
  35 agent.err.configfile.failed        = 구성 파일 읽기를 실패했습니다.
  36 agent.err.configfile.closed.failed = 구성 파일 닫기를 실패했습니다.
  37 agent.err.configfile.access.denied = 구성 파일에 대한 액세스가 거부되었습니다.
  38 
  39 agent.err.exportaddress.failed     = 기기 버퍼로 JMX 커넥터 주소 익스포트를 실패했습니다.
  40 
  41 agent.err.agentclass.notfound      = 관리 에이전트 클래스를 찾을 수 없습니다.
  42 agent.err.agentclass.failed        = 관리 에이전트 클래스를 실패했습니다. 
  43 agent.err.premain.notfound         = 에이전트 클래스에 premain(문자열)이 존재하지 않습니다.
  44 agent.err.agentclass.access.denied = premain(문자열)에 대한 액세스가 거부되었습니다.
  45 agent.err.invalid.agentclass       = com.sun.management.agent.class 속성 값이 부적합합니다.
  46 
  47 agent.err.invalid.jmxremote.port   = com.sun.management.jmxremote.port 번호가 부적합합니다.
  48 
  49 agent.err.file.not.set               = 파일이 지정되지 않았습니다.
  50 agent.err.file.not.readable          = 파일을 읽을 수 없습니다.
  51 agent.err.file.read.failed           = 파일 읽기를 실패했습니다.
  52 agent.err.file.not.found             = 파일을 찾을 수 없습니다.
  53 agent.err.file.access.not.restricted = 파일 읽기 액세스는 제한되어야 합니다.
  54 
  55 agent.err.password.file.notset     = 비밀번호 파일이 지정되지 않았지만 com.sun.management.jmxremote.authenticate=true입니다.
  56 agent.err.password.file.not.readable = 비밀번호 파일을 읽을 수 없습니다.
  57 agent.err.password.file.read.failed = 비밀번호 파일 읽기를 실패했습니다.
  58 agent.err.password.file.notfound   = 비밀번호 파일을 찾을 수 없습니다.
  59 agent.err.password.file.access.notrestricted = 비밀번호 파일 읽기 액세스는 제한되어야 합니다.
  60 
  61 agent.err.access.file.notset       = 액세스 파일이 지정되지 않았지만 com.sun.management.jmxremote.authenticate=true입니다.
  62 agent.err.access.file.not.readable = 액세스 파일을 읽을 수 없습니다.
  63 agent.err.access.file.read.failed  = 액세스 파일 읽기를 실패했습니다.
  64 agent.err.access.file.notfound     = 액세스 파일을 찾을 수 없습니다.
  65 
  66 agent.err.connector.server.io.error = JMX 커넥터 서버 통신 오류
  67 
  68 agent.err.invalid.option           = 부적합한 옵션이 지정되었습니다.
  69 agent.err.invalid.snmp.port        = com.sun.management.snmp.port 번호가 부적합합니다.
  70 agent.err.invalid.snmp.trap.port   = com.sun.management.snmp.trap 번호가 부적합합니다.
  71 agent.err.unknown.snmp.interface   = 알 수 없는 SNMP 인터페이스
  72 agent.err.acl.file.notset          = SNMP ACL 파일이 지정되지 않았지만 com.sun.management.snmp.acl=true입니다.
  73 agent.err.acl.file.notfound        = SNMP ACL 파일을 찾을 수 없습니다.
  74 agent.err.acl.file.not.readable    = SNMP ACL 파일을 읽을 수 없습니다.
  75 agent.err.acl.file.read.failed     = SNMP ACL 파일 읽기를 실패했습니다.
  76 agent.err.acl.file.access.notrestricted = 비밀번호 파일 읽기 액세스는 제한되어야 합니다.
  77 
  78 agent.err.snmp.adaptor.start.failed = 주소가 있는 SNMP 어댑터 시작을 실패했습니다.
  79 agent.err.snmp.mib.init.failed     = 오류로 인해 SNMP MIB 초기화를 실패했습니다.
  80 
  81 jmxremote.ConnectorBootstrap.initialize = JMX 커넥터 서버를 시작하는 중:
  82 jmxremote.ConnectorBootstrap.initialize.noAuthentication = 인증 없음
  83 jmxremote.ConnectorBootstrap.initialize.ready = {0}에서 JMX 커넥터가 준비되었습니다.
  84 jmxremote.ConnectorBootstrap.initialize.password.readonly = 비밀번호 파일 읽기 액세스는 제한되어야 함: {0}
  85 jmxremote.ConnectorBootstrap.initialize.file.readonly = 파일 읽기 액세스는 제한되어야 함: {0}
  86 
  87 jmxremote.AdaptorBootstrap.getTargetList.processing = ACL을 처리하는 중
  88 jmxremote.AdaptorBootstrap.getTargetList.adding = 대상을 추가하는 중: {0}
  89 jmxremote.AdaptorBootstrap.getTargetList.starting = 어댑터 서버를 시작하는 중:
  90 jmxremote.AdaptorBootstrap.getTargetList.initialize1 = 어댑터가 준비되었습니다.
  91 jmxremote.AdaptorBootstrap.getTargetList.initialize2 = {0}:{1}에서 SNMP 어댑터가 준비되었습니다.
  92 jmxremote.AdaptorBootstrap.getTargetList.terminate = {0} 종료