1 #
   2 # Copyright (c) 1999, 2009, 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 #
  27 # COMPONENT_NAME: idl.toJava
  28 #
  29 # ORIGINS: 27
  30 #
  31 # Licensed Materials - Property of IBM
  32 # 5639-D57 (C) COPYRIGHT International Business Machines Corp. 1997, 1999
  33 # RMI-IIOP v1.0
  34 #
  35 #
  36 # Translator:  Each line below is of the form "<key>=<message>".
  37 #              The keys are NOT to be translated.
  38 #              The messages ARE to be translated.
  39 #
  40 #              DO NOT translate the following:
  41 #               IBM
  42 #               IDL
  43 #               Java
  44 #
  45 #              %0 is a parameter to the message.  Do not translate it.
  46 #
  47 #              A backslash (\) at the end of a line is a line continuation
  48 #              character.  A backslash at the beginning of a line means don't
  49 #              ignore leading blanks (they normally are).  These backslashes
  50 #              should remain in the message.
  51 #
  52 # Translator:  Start Translating
  53 #
  54 toJavaProlog1=%0によって生成されました
  55 toJavaProlog2=%0から
  56 PreEmit.indeterminateTypeInfo=%0のタイプ情報を判別できません。
  57 InterfaceGen.noImpl=%0のローカル実装が見つかりません。
  58 Version.product=IDL-to-Javaコンパイラ(ポータブル)、バージョン"%0"
  59 Version.number=3.2
  60 NameModifier.TooManyPercent=パターンに複数のパーセント文字が含まれています
  61 NameModifier.NoPercent=パターンにパーセント文字が含まれていません
  62 NameModifier.InvalidChar=パターンに無効な文字%0が含まれています
  63 #
  64 # Translator: In the list of options below, do not translate:
  65 #             -d, -emitAll, -f, -i, -keep, -m, -sep, -pkgPrefix, -td, -v, -verbose, -version, -implbase
  66 #             Do not translate the string "java com.sun.tools.corba.se.idl.toJavaPortable.Compile"
  67 #
  68 usage=コンパイラの使用方法:\n\n    java com.sun.tools.corba.se.idl.toJavaPortable.Compile [options] <idl file>\n\n<idl file>はIDL定義を含むファイルの名前で、\n[options]は次にリストするオプションの組合せです。オプションは\n省略可能で、任意の順序で表示されます。<idl file>は必須で、\n最後に表示する必要があります。\n \nオプション:\n-d <symbol>               IDLファイルの次の行と\n                          同じです:  #define <symbol>\n-emitAll                  #includedファイルで見つかったタイプを含む、すべてのタイプを発行します。\n-f<side>                  発行するバインディングを定義します。<side>はclient、\n                          server、all、serverTIE、allTIEのいずれかです。serverTIEとallTIEは\n                          委任モデル・スケルトンを発行します。このフラグを\n                          使用しない場合は、-fclientとみなされます。\n-i <include path>         デフォルトでは、現在のディレクトリのインクルードされたファイルが\n                          スキャンされます。このオプションは別のディレクトリを追加します。\n-keep                     生成されるファイルがすでに存在する場合は、上書き\n                          しません。デフォルトでは上書きされます。\n-noWarn                   警告を出さないようにします。\n-oldImplBase              古い(1.4以前) JDK ORBと互換性のあるスケルトンを生成します。\n-pkgPrefix <t> <prefix>   ファイル・スコープでタイプまたはモジュール名<t>が検出された場合、\n                          <t>に対して生成されたすべてのファイルのJavaパッケージ名を\n                          <prefix>で始めます。\n-pkgTranslate <t> <pkg>   タイプまたはモジュール名<t>が検出された場合、\n                          生成されたJavaパッケージ内で<pkg>に置換されます。pkgPrefixの\n                          変更が先に行われることに注意してください。<t>はパッケージの\n                          正式名と完全に一致している必要があります。また、<t>を\n                          org、org.omgまたはorg.omgのサブパッケージにしないでください。\n-skeletonName <xxx%yyy>   パターンに従ってスケルトンに名前を付けます。\n                          デフォルトは次のとおりです:\n                          POAベース・クラスの場合は%POA (-fserverまたは-fall) \n                          oldImplBaseベース・クラスの場合は_%ImplBase\n                          (-oldImplBaseおよび(-fserverまたは-fall))。\n-td <dir>                 出力ディレクトリには、現在のディレクトリのかわりに<dir>を\n                          使用します。\n-tieName <xxx%yyy>        パターンに従ってtieに名前を付けます。デフォルトは次のとおりです:\n                          POA tieの場合は%POATie (-fserverTieまたは-fallTie) \n                          oldImplBase tieの場合は%_Tie\n                          (-oldImplBaseおよび(-fserverTieまたは-fallTie))。\n-v, -verbose              詳細モード。\n-version                  バージョン番号を表示して終了します。\n