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
  23 # questions.
  24 #
  25 
  26 orbd.usage=用法: {0} <选项> \n\n其中, <选项> 包括: \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} <选项> \n\n其中, <选项> 包括: \n  -ORBInitialPort        初始端口 (必需)\n  -ORBInitialHost        初始 HostName (必需)\n
  29 servertool.banner=\n\n欢迎使用 Java 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=\t无效的对象请求代理程序 (ORB)。
  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=\t服务器 ID - {0}
  42 servertool.servernotrunning=\t服务器没有运行。
  43 servertool.register=\n\n\tregister -server<服务器类名称> \n\t         -applicationName <备用服务器名称> \n\t         -classpath <服务器的类路径> \n\t         -args <服务器的参数> \n\t         -vmargs <服务器 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 标识\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=为已注册服务器的特定对象请求代理程序定位端口。
  58 servertool.locateorb2=\n\n\t主机名称 {0} \n\n\t\t端口\t\t端口类型\t\tORB 标识\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=列出当前定义的 applicationName
  70 servertool.listappnames2=当前定义的服务器 applicationName: 
  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\t退出\n
  80 servertool.quit1=退出此工具
  81 
  82 servertool.help=\thelp\n\t或\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 标识\t\tORB 名称\n\t------\t\t--------\n
  88 pnameserv.success=持久性名称服务器成功启动
  89 
  90 
  91 bootstrap.usage=用法: {0} <选项> \n\n其中, <选项> 包括: \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=\n由于 ORBinitialPort 已在使用中, 无法启动 ORBD
 106 orbd.internalexception=\n由于内部异常错误, 无法启动 ORBD。\n可能原因: \n1. 指定的 ORBInitialPort 或 ORBActivationPort 已在使用中 \n2. 没有写入 orb.db 的权限 
 107