< prev index next >

src/java.corba/share/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_ko.properties

Print this page


   1 #
   2 # Copyright (c) 2000, 2013, 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 orbd.usage=사용법: {0} <options> \n\n여기서 <options>는 다음과 같습니다.\n  -port                  ORBD가 시작되어야 하는 활성 포트로, 기본값은 1049입니다(선택 사항).\n  -defaultdb             ORBD 파일의 디렉토리로, 기본값은 "./orb.db"입니다(선택 사항).\n  -serverid              ORBD의 서버 ID로, 기본값은 1 입니다(선택 사항).\n  -ORBInitialPort        초기 포트입니다(필수).\n  -ORBInitialHost        초기 HostName입니다(필수).\n
  27 
  28 servertool.usage=사용법: {0} <options> \n\n여기서 <options>는 다음과 같습니다.\n  -ORBInitialPort        초기 포트입니다(필수).\n  -ORBInitialHost        초기 HostName입니다(필수).\n
  29 servertool.banner=\n\nJava IDL 서버 툴 시작 \n프롬프트에 명령을 입력하십시오. \n
  30 servertool.shorthelp=\n\n\t사용 가능한 명령: \n\t------------------- \n
  31 servertool.baddef=잘못된 서버 정의: {0}
  32 servertool.nosuchserver=\t해당 서버를 찾을 수 없습니다.
  33 servertool.helddown=\t서버의 작동이 중지되었습니다.
  34 servertool.nosuchorb=\tORB가 부적합합니다.
  35 servertool.serverup=\t서버가 이미 작동 중입니다.
  36 servertool.appname=\tapplicationName     - {0}
  37 servertool.name=\tname      - {0}
  38 servertool.classpath=\tclasspath - {0}
  39 servertool.args=\targs      - {0}
  40 servertool.vmargs=\tvmargs    - {0}
  41 servertool.serverid=\tserver id - {0}
  42 servertool.servernotrunning=\t서버가 실행 중이 아닙니다.
  43 servertool.register=\n\n\tregister -server <server class name> \n\t         -applicationName <alternate server name> \n\t         -classpath <classpath to server> \n\t         -args <args to server> \n\t         -vmargs <args to server Java VM>\n
  44 servertool.register1=활성 가능 서버 등록
  45 servertool.register2=\t서버가 등록되었습니다(serverid = {0}).
  46 servertool.register3=\t서버가 등록되었지만 작동이 중지되었습니다(serverid = {0}).
  47 servertool.register4=\t서버가 이미 등록되었습니다(serverid = {0}).
  48 
  49 servertool.unregister=\n\tunregister [ -serverid <server id> | -applicationName <name> ] \n
  50 servertool.unregister1=등록된 서버의 등록 해제
  51 servertool.unregister2=\t서버의 등록이 해제되었습니다.
  52 
  53 servertool.locate=\n\tlocate [ -serverid <server id> | -applicationName <name> ] [ <-endpointType <endpointType> ] \n
  54 servertool.locate1=등록된 서버에 대한 특정 유형의 포트 찾기
  55 servertool.locate2=\n\n\t호스트 이름 {0} \n\n\t\t포트\t\t포트 유형\t\tORB ID\n\t\t----\t\t---------\t\t------\n
  56 servertool.locateorb=\n\tlocateperorb [ -serverid <server id> | -applicationName <name> ] [ -orbid <ORB name> ]\n
  57 servertool.locateorb1=등록된 서버에 대한 특정 ORB의 포트 찾기
  58 servertool.locateorb2=\n\n\t호스트 이름 {0} \n\n\t\t포트\t\tPortType\t\tORB ID\n\t\t----\t\t--------\t\t------\n
  59 servertool.getserverid=\n\tgetserverid [ -applicationName <name> ] \n
  60 servertool.getserverid1=applicationName에 대한 서버 ID 반환
  61 servertool.getserverid2=\tapplicationName {0}에 대한 서버 ID는 {1}입니다.
  62 
  63 servertool.list=\n\t목록\n
  64 servertool.list1=등록된 서버 모두 나열
  65 servertool.list2=\n\t서버 ID\t서버 클래스 이름\t\t서버 응용 프로그램\n\t---------\t-----------------\t\t------------------\n
  66 servertool.listactive=\n\tlistactive
  67 servertool.listactive1=현재 활성 서버 나열
  68 servertool.listappnames=\tlistappnames\n
  69 servertool.listappnames1=현재 정의된 applicationNames 나열
  70 servertool.listappnames2=현재 정의된 서버 applicationNames:
  71 
  72 servertool.shutdown=\n\tshutdown [ -serverid <server id> | -applicationName <name> ]\n
  73 servertool.shutdown1=등록된 서버 종료
  74 servertool.shutdown2=\t서버가 성공적으로 종료되었습니다.
  75 servertool.startserver=\n\tstartup [ -serverid <server id> | -applicationName <name> ]\n
  76 servertool.startserver1=등록된 서버 시작
  77 servertool.startserver2=\t서버가 성공적으로 시작되었습니다.
  78 
  79 servertool.quit=\n\tquit\n
  80 servertool.quit1=이 툴 종료
  81 
  82 servertool.help=\thelp\n\tOR\n\thelp <command name>\n
  83 servertool.help1=도움말 표시
  84 
  85 servertool.orbidmap=\t사용법: orblist [ -serverid <server id> | -applicationName <name> ]\n
  86 servertool.orbidmap1=ORB 이름과 해당 매핑 나열
  87 servertool.orbidmap2=\n\tORB ID\t\tORB 이름\n\t------\t\t--------\n
  88 pnameserv.success=지속 NameServer가 성공적으로 시작됨
  89 
  90 
  91 bootstrap.usage=사용법: {0} <options> \n\n여기서 <options>는 다음과 같습니다.\n  -ORBInitialPort        초기 포트입니다(필수).\n  -InitialServicesFile   초기 서비스 목록이 들어 있는 파일입니다(필수).\n
  92 bootstrap.success=포트를 {0}(으)로 설정하고 {1}에서 서비스를 읽는 중
  93 bootstrap.filenotreadable={0} 파일을 읽을 수 없습니다.
  94 bootstrap.filenotfound={0} 파일을 찾을 수 없습니다.
  95 bootstrap.exception={0} 파일에 속성을 저장하는 중 예외 사항 발생: {1} 예외 사항
  96 
  97 tnameserv.exception={0} 포트에서 부트스트랩 서비스를 시작하는 중 예외 사항이 발생했습니다.
  98 tnameserv.usage=-ORBInitialPort <portno> 명령행 인수로 다른 포트 사용 시도
  99 tnameserv.invalidhostoption=ORBInitialHost는 NameService에 대해 적합한 옵션이 아닙니다.
 100 tnameserv.orbinitialport0=ORBInitialPort 0은 NameService에 대해 적합한 옵션이 아닙니다.
 101 tnameserv.hs1=초기 이름 지정 컨텍스트:\n{0}
 102 tnameserv.hs2=TransientNameServer: 초기 객체 참조를 위한 포트를 {0}(으)로 설정하는 중
 103 tnameserv.hs3=준비되었습니다.
 104 
 105 orbd.commfailure=\nORBinitialPort가 이미 사용 중이어서 ORBD 시작을 실패했습니다.
 106 orbd.internalexception=\n내부 예외 사항으로 인해 ORBD 시작을 실패했습니다. \n가능한 원인: \n1. 지정된 ORBInitialPort 또는 ORBActivationPort가 이미 사용 중입니다.\n2. orb.db를 쓸 수 있는 쓰기 권한이 없습니다. 
 107 
   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
  23 # questions.
  24 #
  25 
  26 orbd.usage=사용법: {0} <options> \n\n여기서 <options>는 다음과 같습니다.\n  -port                  ORBD가 시작되어야 하는 활성 포트로, 기본값은 1049입니다(선택사항).\n  -defaultdb             ORBD 파일의 디렉토리로, 기본값은 "./orb.db"입니다(선택사항).\n  -serverid              ORBD의 서버 ID로, 기본값은 1 입니다(선택사항).\n  -ORBInitialPort        초기 포트입니다(필수).\n  -ORBInitialHost        초기 HostName입니다(필수).\n
  27 
  28 servertool.usage=사용법: {0} <options> \n\n여기서 <options>는 다음과 같습니다.\n  -ORBInitialPort        초기 포트입니다(필수).\n  -ORBInitialHost        초기 HostName입니다(필수).\n
  29 servertool.banner=\n\nJava IDL 서버 툴 시작 \n프롬프트에 명령을 입력하십시오. \n
  30 servertool.shorthelp=\n\n\t사용 가능한 명령: \n\t------------------- \n
  31 servertool.baddef=잘못된 서버 정의: {0}
  32 servertool.nosuchserver=\t해당 서버를 찾을 수 없습니다.
  33 servertool.helddown=\t서버의 작동이 중지되었습니다.
  34 servertool.nosuchorb=\tORB가 부적합합니다.
  35 servertool.serverup=\t서버가 이미 작동 중입니다.
  36 servertool.appname=\tapplicationName     - {0}
  37 servertool.name=\tname      - {0}
  38 servertool.classpath=\tclasspath - {0}
  39 servertool.args=\targs      - {0}
  40 servertool.vmargs=\tvmargs    - {0}
  41 servertool.serverid=\tserver id - {0}
  42 servertool.servernotrunning=\t서버가 실행 중이 아닙니다.
  43 servertool.register=\n\n\tregister -server <server class name> \n\t         -applicationName <alternate server name> \n\t         -classpath <classpath to server> \n\t         -args <args to server> \n\t         -vmargs <args to server Java VM>\n
  44 servertool.register1=활성 가능 서버 등록
  45 servertool.register2=\t서버가 등록되었습니다(serverid = {0}).
  46 servertool.register3=\t서버가 등록되었지만 작동이 중지되었습니다(serverid = {0}).
  47 servertool.register4=\t서버가 이미 등록되었습니다(serverid = {0}).
  48 
  49 servertool.unregister=\n\tunregister [ -serverid <server id> | -applicationName <name> ] \n
  50 servertool.unregister1=등록된 서버의 등록 해제
  51 servertool.unregister2=\t서버의 등록이 해제되었습니다.
  52 
  53 servertool.locate=\n\tlocate [ -serverid <server id> | -applicationName <name> ] [ <-endpointType <endpointType> ] \n
  54 servertool.locate1=등록된 서버에 대한 특정 유형의 포트 찾기
  55 servertool.locate2=\n\n\t호스트 이름 {0} \n\n\t\t포트\t\t포트 유형\t\tORB ID\n\t\t----\t\t---------\t\t------\n
  56 servertool.locateorb=\n\tlocateperorb [ -serverid <server id> | -applicationName <name> ] [ -orbid <ORB name> ]\n
  57 servertool.locateorb1=등록된 서버에 대한 특정 ORB의 포트 찾기
  58 servertool.locateorb2=\n\n\t호스트 이름 {0} \n\n\t\t포트\t\tPortType\t\tORB ID\n\t\t----\t\t--------\t\t------\n
  59 servertool.getserverid=\n\tgetserverid [ -applicationName <name> ] \n
  60 servertool.getserverid1=applicationName에 대한 서버 ID 반환
  61 servertool.getserverid2=\tapplicationName {0}에 대한 서버 ID는 {1}입니다.
  62 
  63 servertool.list=\n\t목록\n
  64 servertool.list1=등록된 서버 모두 나열
  65 servertool.list2=\n\t서버 ID\t서버 클래스 이름\t\t서버 애플리케이션\n\t---------\t-----------------\t\t------------------\n
  66 servertool.listactive=\n\tlistactive
  67 servertool.listactive1=현재 활성 서버 나열
  68 servertool.listappnames=\tlistappnames\n
  69 servertool.listappnames1=현재 정의된 applicationNames 나열
  70 servertool.listappnames2=현재 정의된 서버 applicationNames:
  71 
  72 servertool.shutdown=\n\tshutdown [ -serverid <server id> | -applicationName <name> ]\n
  73 servertool.shutdown1=등록된 서버 종료
  74 servertool.shutdown2=\t서버가 성공적으로 종료되었습니다.
  75 servertool.startserver=\n\tstartup [ -serverid <server id> | -applicationName <name> ]\n
  76 servertool.startserver1=등록된 서버 시작
  77 servertool.startserver2=\t서버가 성공적으로 시작되었습니다.
  78 
  79 servertool.quit=\n\tquit\n
  80 servertool.quit1=이 툴 종료
  81 
  82 servertool.help=\thelp\n\tOR\n\thelp <command name>\n
  83 servertool.help1=도움말 표시
  84 
  85 servertool.orbidmap=\t사용법: orblist [ -serverid <server id> | -applicationName <name> ]\n
  86 servertool.orbidmap1=ORB 이름과 해당 매핑 나열
  87 servertool.orbidmap2=\n\tORB ID\t\tORB 이름\n\t------\t\t--------\n
  88 pnameserv.success=지속 NameServer가 성공적으로 시작됨
  89 
  90 
  91 bootstrap.usage=사용법: {0} <options> \n\n여기서 <options>는 다음과 같습니다.\n  -ORBInitialPort        초기 포트입니다(필수).\n  -InitialServicesFile   초기 서비스 목록이 들어 있는 파일입니다(필수).\n
  92 bootstrap.success=포트를 {0}(으)로 설정하고 {1}에서 서비스를 읽는 중
  93 bootstrap.filenotreadable={0} 파일을 읽을 수 없습니다.
  94 bootstrap.filenotfound={0} 파일을 찾을 수 없습니다.
  95 bootstrap.exception={0} 파일에 속성을 저장하는 중 예외사항 발생: {1} 예외사항
  96 
  97 tnameserv.exception={0} 포트에서 부트스트랩 서비스를 시작하는 중 예외사항이 발생했습니다.
  98 tnameserv.usage=-ORBInitialPort <portno> 명령행 인수로 다른 포트 사용 시도
  99 tnameserv.invalidhostoption=ORBInitialHost는 NameService에 대해 적합한 옵션이 아닙니다.
 100 tnameserv.orbinitialport0=ORBInitialPort 0은 NameService에 대해 적합한 옵션이 아닙니다.
 101 tnameserv.hs1=초기 이름 지정 컨텍스트:\n{0}
 102 tnameserv.hs2=TransientNameServer: 초기 객체 참조를 위한 포트를 {0}(으)로 설정하는 중
 103 tnameserv.hs3=준비되었습니다.
 104 
 105 orbd.commfailure=\nORBinitialPort가 이미 사용 중이어서 ORBD 시작을 실패했습니다.
 106 orbd.internalexception=\n내부 예외사항으로 인해 ORBD 시작을 실패했습니다. \n가능한 원인: \n1. 지정된 ORBInitialPort 또는 ORBActivationPort가 이미 사용 중입니다.\n2. orb.db를 쓸 수 있는 쓰기 권한이 없습니다. 
 107 
< prev index next >