1 #
   2 # Copyright (c) 2000, 2005, 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     初期ホスト名(必須)\n
  27 
  28 servertool.usage=使用方法: {0} <options> \n\n<options>には次のものがあります。\n -ORBInitialPort     初期ポート(必須)\n -ORBInitialHost     初期ホスト名(必須)\n
  29 servertool.banner=\n\nJava IDL Server Toolへようこそ\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\tポート・タイプ\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\tlist\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\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 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