1 /*
   2  * Copyright (c) 1996, 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
  23  * questions.
  24  */
  25 package sun.applet.resources;
  26 
  27 import java.util.ListResourceBundle;
  28 
  29 public class MsgAppletViewer_ko extends ListResourceBundle {
  30 
  31     public Object[][] getContents() {
  32         Object[][] temp = new Object[][] {
  33             {"textframe.button.dismiss", "해제"},
  34             {"appletviewer.tool.title", "애플릿 뷰어: {0}"},
  35             {"appletviewer.menu.applet", "애플릿"},
  36             {"appletviewer.menuitem.restart", "재시작"},
  37             {"appletviewer.menuitem.reload", "재로드"},
  38             {"appletviewer.menuitem.stop", "정지"},
  39             {"appletviewer.menuitem.save", "저장..."},
  40             {"appletviewer.menuitem.start", "시작"},
  41             {"appletviewer.menuitem.clone", "복제..."},
  42             {"appletviewer.menuitem.tag", "태그 지정..."},
  43             {"appletviewer.menuitem.info", "정보..."},
  44             {"appletviewer.menuitem.edit", "편집"},
  45             {"appletviewer.menuitem.encoding", "문자 인코딩"},
  46             {"appletviewer.menuitem.print", "인쇄..."},
  47             {"appletviewer.menuitem.props", "속성..."},
  48             {"appletviewer.menuitem.close", "닫기"},
  49             {"appletviewer.menuitem.quit", "종료"},
  50             {"appletviewer.label.hello", "시작..."},
  51             {"appletviewer.status.start", "애플릿을 시작하는 중..."},
  52             {"appletviewer.appletsave.filedialogtitle","파일로 애플릿 직렬화"},
  53             {"appletviewer.appletsave.err1", "{0}을(를) {1}(으)로 직렬화하는 중"},
  54             {"appletviewer.appletsave.err2", "appletSave에 오류 발생: {0}"},
  55             {"appletviewer.applettag", "태그가 표시됨"},
  56             {"appletviewer.applettag.textframe", "애플릿 HTML 태그"},
  57             {"appletviewer.appletinfo.applet", "-- 애플릿 정보 없음 --"},
  58             {"appletviewer.appletinfo.param", "-- 매개변수 정보 없음 --"},
  59             {"appletviewer.appletinfo.textframe", "애플릿 정보"},
  60             {"appletviewer.appletprint.fail", "인쇄를 실패했습니다."},
  61             {"appletviewer.appletprint.finish", "인쇄를 완료했습니다."},
  62             {"appletviewer.appletprint.cancel", "인쇄가 취소되었습니다."},
  63             {"appletviewer.appletencoding", "문자 인코딩: {0}"},
  64             {"appletviewer.parse.warning.requiresname", "경고: <param name=... value=...> 태그에는 name 속성이 필요합니다."},
  65             {"appletviewer.parse.warning.paramoutside", "경고: <param> 태그가 <applet> ... </applet> 밖에 있습니다."},
  66             {"appletviewer.parse.warning.applet.requirescode", "경고: <applet> 태그에는 code 속성이 필요합니다."},
  67             {"appletviewer.parse.warning.applet.requiresheight", "경고: <applet> 태그에는 height 속성이 필요합니다."},
  68             {"appletviewer.parse.warning.applet.requireswidth", "경고: <applet> 태그에는 width 속성이 필요합니다."},
  69             {"appletviewer.parse.warning.object.requirescode", "경고: <object> 태그에는 code 속성이 필요합니다."},
  70             {"appletviewer.parse.warning.object.requiresheight", "경고: <object> 태그에는 height 속성이 필요합니다."},
  71             {"appletviewer.parse.warning.object.requireswidth", "경고: <object> 태그에는 width 속성이 필요합니다."},
  72             {"appletviewer.parse.warning.embed.requirescode", "경고: <embed> 태그에는 code 속성이 필요합니다."},
  73             {"appletviewer.parse.warning.embed.requiresheight", "경고: <embed> 태그에는 height 속성이 필요합니다."},
  74             {"appletviewer.parse.warning.embed.requireswidth", "경고: <embed> 태그에는 width 속성이 필요합니다."},
  75             {"appletviewer.parse.warning.appnotLongersupported", "경고: <app> 태그는 더 이상 지원되지 않습니다. 대신 <applet>을 사용하십시오."},
  76             {"appletviewer.usage", "사용법: appletviewer <options> url(s)\n\n여기서 <options>는 다음과 같습니다.\n  -debug                  Java 디버거에서 애플릿 뷰어를 시작합니다.\n  -encoding <encoding>    HTML 파일에 사용될 문자 인코딩을 지정합니다.\n  -J<runtime flag>        Java 인터프리터로 인수를 전달합니다.\n\n-J 옵션은 표준이 아니며 예고 없이 변경될 수 있습니다."},
  77             {"appletviewer.main.err.unsupportedopt", "지원되지 않는 옵션: {0}"},
  78             {"appletviewer.main.err.unrecognizedarg", "알 수 없는 인수: {0}"},
  79             {"appletviewer.main.err.dupoption", "중복된 옵션 사용: {0}"},
  80             {"appletviewer.main.err.inputfile", "지정된 입력 파일이 없습니다."},
  81             {"appletviewer.main.err.badurl", "잘못된 URL: {0}({1})"},
  82             {"appletviewer.main.err.io", "읽는 중 I/O 예외 사항 발생: {0}"},
  83             {"appletviewer.main.err.readablefile", "{0}이(가) 파일이며 읽기 가능한 상태인지 확인하십시오."},
  84             {"appletviewer.main.err.correcturl", "{0}이(가) 올바른 URL입니까?"},
  85             {"appletviewer.main.prop.store", "사용자 관련 AppletViewer 속성"},
  86             {"appletviewer.main.err.prop.cantread", "사용자 속성 파일을 읽을 수 없음: {0}"},
  87             {"appletviewer.main.err.prop.cantsave", "사용자 속성 파일을 저장할 수 없음: {0}"},
  88             {"appletviewer.main.warn.nosecmgr", "경고: 보안을 사용 안함으로 설정하는 중입니다."},
  89             {"appletviewer.main.debug.cantfinddebug", "디버거를 찾을 수 없습니다!"},
  90             {"appletviewer.main.debug.cantfindmain", "디버거에서 기본 메소드를 찾을 수 없습니다!"},
  91             {"appletviewer.main.debug.exceptionindebug", "디버거에 예외 사항이 발생했습니다!"},
  92             {"appletviewer.main.debug.cantaccess", "디버거에 액세스할 수 없습니다!"},
  93             {"appletviewer.main.nosecmgr", "경고: SecurityManager가 설치되지 않았습니다!"},
  94             {"appletviewer.main.warning", "경고: 시작된 애플릿이 없습니다. <applet> 태그가 입력되었는지 확인하십시오."},
  95             {"appletviewer.main.warn.prop.overwrite", "경고: 사용자의 요청에 따라 일시적으로 시스템 속성을 겹쳐 쓰는 중: 키: {0}, 이전 값: {1}, 새 값: {2}"},
  96             {"appletviewer.main.warn.cantreadprops", "경고: AppletViewer 속성 파일을 읽을 수 없음: {0}. 기본값을 사용하는 중입니다."},
  97             {"appletioexception.loadclass.throw.interrupted", "클래스 로드가 중단됨: {0}"},
  98             {"appletioexception.loadclass.throw.notloaded", "클래스가 로드되지 않음: {0}"},
  99             {"appletclassloader.loadcode.verbose", "{1}을(를) 가져오기 위해 {0}에 대한 스트림을 여는 중"},
 100             {"appletclassloader.filenotfound", "{0}을(를) 검색하는 중 파일을 찾지 못했습니다."},
 101             {"appletclassloader.fileformat", "로드 중 파일 형식 예외 사항 발생: {0}"},
 102             {"appletclassloader.fileioexception", "로드 중 I/O 예외 사항 발생: {0}"},
 103             {"appletclassloader.fileexception", "로드 중 {0} 예외 사항 발생: {1}"},
 104             {"appletclassloader.filedeath", "로드 중 {0}이(가) 종료됨: {1}"},
 105             {"appletclassloader.fileerror", "로드 중 {0} 오류 발생: {1}"},
 106             {"appletclassloader.findclass.verbose.openstream", "{1}을(를) 가져오기 위해 {0}에 대한 스트림을 여는 중"},
 107             {"appletclassloader.getresource.verbose.forname", "이름에 대한 AppletClassLoader.getResource: {0}"},
 108             {"appletclassloader.getresource.verbose.found", "시스템 리소스로 {0} 리소스를 찾았습니다."},
 109             {"appletclassloader.getresourceasstream.verbose", "시스템 리소스로 {0} 리소스를 찾았습니다."},
 110             {"appletpanel.runloader.err", "객체 또는 코드 매개변수입니다!"},
 111             {"appletpanel.runloader.exception", "{0}의 직렬화를 해제하는 중 예외 사항이 발생했습니다."},
 112             {"appletpanel.destroyed", "애플릿이 삭제되었습니다."},
 113             {"appletpanel.loaded", "애플릿이 로드되었습니다."},
 114             {"appletpanel.started", "애플릿이 시작되었습니다."},
 115             {"appletpanel.inited", "애플릿이 초기화되었습니다."},
 116             {"appletpanel.stopped", "애플릿이 정지되었습니다."},
 117             {"appletpanel.disposed", "애플릿이 배치되었습니다."},
 118             {"appletpanel.nocode", "APPLET 태그에 CODE 매개변수가 누락되었습니다."},
 119             {"appletpanel.notfound", "로드: {0} 클래스를 찾을 수 없습니다."},
 120             {"appletpanel.nocreate", "로드: {0}을(를) 인스턴스화할 수 없습니다."},
 121             {"appletpanel.noconstruct", "로드: {0}은(는) 공용이 아니거나 공용 생성자를 포함하지 않습니다."},
 122             {"appletpanel.death", "종료됨"},
 123             {"appletpanel.exception", "예외 사항: {0}."},
 124             {"appletpanel.exception2", "예외 사항: {0}: {1}."},
 125             {"appletpanel.error", "오류: {0}."},
 126             {"appletpanel.error2", "오류: {0}: {1}."},
 127             {"appletpanel.notloaded", "초기화: 애플릿이 로드되지 않았습니다."},
 128             {"appletpanel.notinited", "시작: 애플릿이 초기화되지 않았습니다."},
 129             {"appletpanel.notstarted", "정지: 애플릿이 시작되지 않았습니다."},
 130             {"appletpanel.notstopped", "삭제: 애플릿이 정지되지 않았습니다."},
 131             {"appletpanel.notdestroyed", "배치: 애플릿이 삭제되지 않았습니다."},
 132             {"appletpanel.notdisposed", "로드: 애플릿이 배치되지 않았습니다."},
 133             {"appletpanel.bail", "중단됨: 중단하는 중입니다."},
 134             {"appletpanel.filenotfound", "{0}을(를) 검색하는 중 파일을 찾지 못했습니다."},
 135             {"appletpanel.fileformat", "로드 중 파일 형식 예외 사항 발생: {0}"},
 136             {"appletpanel.fileioexception", "로드 중 I/O 예외 사항 발생: {0}"},
 137             {"appletpanel.fileexception", "로드 중 {0} 예외 사항 발생: {1}"},
 138             {"appletpanel.filedeath", "로드 중 {0}이(가) 종료됨: {1}"},
 139             {"appletpanel.fileerror", "로드 중 {0} 오류 발생: {1}"},
 140             {"appletpanel.badattribute.exception", "HTML 구문 분석 중: width/height 속성에 대한 값이 올바르지 않습니다."},
 141             {"appletillegalargumentexception.objectinputstream", "AppletObjectInputStream에 널이 아닌 로더가 필요합니다."},
 142             {"appletprops.title", "AppletViewer 속성"},
 143             {"appletprops.label.http.server", "HTTP 프록시 서버:"},
 144             {"appletprops.label.http.proxy", "HTTP 프록시 포트:"},
 145             {"appletprops.label.network", "네트워크 액세스:"},
 146             {"appletprops.choice.network.item.none", "없음"},
 147             {"appletprops.choice.network.item.applethost", "애플릿 호스트"},
 148             {"appletprops.choice.network.item.unrestricted", "제한되지 않음"},
 149             {"appletprops.label.class", "클래스 액세스:"},
 150             {"appletprops.choice.class.item.restricted", "제한됨"},
 151             {"appletprops.choice.class.item.unrestricted", "제한되지 않음"},
 152             {"appletprops.label.unsignedapplet", "서명되지 않은 애플릿 허용:"},
 153             {"appletprops.choice.unsignedapplet.no", "아니오"},
 154             {"appletprops.choice.unsignedapplet.yes", "예"},
 155             {"appletprops.button.apply", "적용"},
 156             {"appletprops.button.cancel", "취소"},
 157             {"appletprops.button.reset", "재설정"},
 158             {"appletprops.apply.exception", "속성 저장 실패: {0}"},
 159             /* 4066432 */
 160             {"appletprops.title.invalidproxy", "부적합한 항목"},
 161             {"appletprops.label.invalidproxy", "프록시 포트는 양의 정수 값이어야 합니다."},
 162             {"appletprops.button.ok", "확인"},
 163             /* end 4066432 */
 164             {"appletprops.prop.store", "사용자 관련 AppletViewer 속성"},
 165             {"appletsecurityexception.checkcreateclassloader", "보안 예외 사항: 클래스 로더"},
 166             {"appletsecurityexception.checkaccess.thread", "보안 예외 사항: 스레드"},
 167             {"appletsecurityexception.checkaccess.threadgroup", "보안 예외 사항: 스레드 그룹: {0}"},
 168             {"appletsecurityexception.checkexit", "보안 예외 사항: 종료: {0}"},
 169             {"appletsecurityexception.checkexec", "보안 예외 사항: 실행: {0}"},
 170             {"appletsecurityexception.checklink", "보안 예외 사항: 링크: {0}"},
 171             {"appletsecurityexception.checkpropsaccess", "보안 예외 사항: 속성"},
 172             {"appletsecurityexception.checkpropsaccess.key", "보안 예외 사항: 속성 액세스 {0}"},
 173             {"appletsecurityexception.checkread.exception1", "보안 예외 사항: {0}, {1}"},
 174             {"appletsecurityexception.checkread.exception2", "보안 예외 사항: file.read: {0}"},
 175             {"appletsecurityexception.checkread", "보안 예외 사항: file.read: {0} == {1}"},
 176             {"appletsecurityexception.checkwrite.exception", "보안 예외 사항: {0}, {1}"},
 177             {"appletsecurityexception.checkwrite", "보안 예외 사항: file.write: {0} == {1}"},
 178             {"appletsecurityexception.checkread.fd", "보안 예외 사항: fd.read"},
 179             {"appletsecurityexception.checkwrite.fd", "보안 예외 사항: fd.write"},
 180             {"appletsecurityexception.checklisten", "보안 예외 사항: socket.listen: {0}"},
 181             {"appletsecurityexception.checkaccept", "보안 예외 사항: socket.accept: {0}:{1}"},
 182             {"appletsecurityexception.checkconnect.networknone", "보안 예외 사항: socket.connect: {0}->{1}"},
 183             {"appletsecurityexception.checkconnect.networkhost1", "보안 예외 사항: {1}에서 {0}에 접속할 수 없습니다."},
 184             {"appletsecurityexception.checkconnect.networkhost2", "보안 예외 사항: {0} 호스트 또는 {1}에 대한 IP를 분석할 수 없습니다. "},
 185             {"appletsecurityexception.checkconnect.networkhost3", "보안 예외 사항: {0} 호스트에 대한 IP를 분석할 수 없습니다. trustProxy 속성을 참조하십시오."},
 186             {"appletsecurityexception.checkconnect", "보안 예외 사항: 접속: {0}->{1}"},
 187             {"appletsecurityexception.checkpackageaccess", "보안 예외 사항: 패키지에 액세스할 수 없음: {0}"},
 188             {"appletsecurityexception.checkpackagedefinition", "보안 예외 사항: 패키지를 정의할 수 없음: {0}"},
 189             {"appletsecurityexception.cannotsetfactory", "보안 예외 사항: 팩토리를 설정할 수 없습니다."},
 190             {"appletsecurityexception.checkmemberaccess", "보안 예외 사항: 멤버 액세스를 확인하십시오."},
 191             {"appletsecurityexception.checkgetprintjob", "보안 예외 사항: getPrintJob"},
 192             {"appletsecurityexception.checksystemclipboardaccess", "보안 예외 사항: getSystemClipboard"},
 193             {"appletsecurityexception.checkawteventqueueaccess", "보안 예외 사항: getEventQueue"},
 194             {"appletsecurityexception.checksecurityaccess", "보안 예외 사항: 보안 작업: {0}"},
 195             {"appletsecurityexception.getsecuritycontext.unknown", "알 수 없는 클래스 로더 유형입니다. getContext를 확인할 수 없습니다."},
 196             {"appletsecurityexception.checkread.unknown", "알 수 없는 클래스 로더 유형입니다. {0} 읽기를 확인할 수 없습니다."},
 197             {"appletsecurityexception.checkconnect.unknown", "알 수 없는 클래스 로더 유형입니다. 접속을 확인할 수 없습니다."},
 198         };
 199 
 200         return temp;
 201     }
 202 }