[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Java Policy 訳 レビュー依頼 (第2章2.4.)
- From: Kouhei Maeda <mkouhei@xxxxxxxxx>
- Subject: Java Policy 訳 レビュー依頼 (第2章2.4.)
- Date: Wed, 29 Jul 2009 04:05:11 +0900
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:x-mailer:mime-version:content-type :content-transfer-encoding; bh=TDA/nAmLHCF3u8ja2ThYC7AvzsuViLnEiIKXgNFCmWs=; b=Tif6f1/rbS/A81rUprVBbH4EunOKsq9bXsHAg3bw0fgswtfqgURhq3t9DHcSJcyTVx vMFL1/2E9NDwNZOy3PBhoIk++6dEyJ+OxFRhsMEScCLdlNHnNgCtpXicCQyQ4yObV01m mfJcZwzVnBAOCzDcAf9lHhtOE4s5P1NbaRXq8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:x-mailer:mime-version:content-type :content-transfer-encoding; b=hWP1SnAvfSM2gYJ/2/hFuiMdFdZ0qIM0gZ3T00elnfLfQgrfdC24vS5DCEWUwb4ohM EJFXmHljks7WOEZyHZnCG+P0ylsb5ny1uFE4t3UJWGXJOOBTJiJ/g8KY9Qrr8yN9Vb2e CVNH20t0eZzuTGemeCtjyzHwfg4jaoSxmFE6s=
- List-help: <mailto:debian-doc-ctl@debian.or.jp?body=help>
- List-id: debian-doc.debian.or.jp
- List-owner: <mailto:debian-doc-admin@debian.or.jp>
- List-post: <mailto:debian-doc@debian.or.jp>
- List-software: fml [fml 4.0.3 release (20011202/4.0.3)]
- List-unsubscribe: <mailto:debian-doc-ctl@debian.or.jp?body=unsubscribe>
- X-ml-info: If you have a question, send e-mail with the body "help" (without quotes) to the address debian-doc-ctl@debian.or.jp; help=<mailto:debian-doc-ctl@debian.or.jp?body=help>
- X-ml-name: debian-doc
- X-mlserver: fml [fml 4.0.3 release (20011202/4.0.3)]; post only (only members can post)
- X-spam-checker-version: SpamAssassin 3.1.7-deb3 (2006-10-05) on osdn.debian.or.jp
- X-spam-level:
- X-spam-status: No, score=0.8 required=10.0 tests=GAPPY_SUBJECT,KI, SUBJECT_ENCODED_TWICE autolearn=disabled version=3.1.7-deb3
- Message-id: <20090728210517.6244a3c8.mkouhei@xxxxxxxxx>
- X-mail-count: 06249
- X-mailer: Sylpheed 2.6.0 (GTK+ 2.16.5; x86_64-pc-linux-gnu)
まえだです。
第2章2.4.を送付します。
---
#. type: Plain text
#: policy.txt:116
msgid "2.3. Java programs"
msgstr "2.3. Java プログラム"
#. type: Plain text
#: policy.txt:123
#, no-wrap
msgid ""
" Programs must have executable(s) in /usr/bin and be executable.\n"
" They can be Java classes (using binfmt_misc) or wrappers. In\n"
" any case, they must run without specific environment variables\n"
" (see Policy 10.9), for instance CLASSPATH. They must respect\n"
" the Policy rules for executables (for instance a manual page\n"
" per executable, see Policy 13.1).\n"
msgstr ""
" プログラムは /usr/bin 以下で実行可能でなければならず、また実行可能であるべきです。\n"
" プログラムは(binfmt_miscを使用した)Java クラスか、あるいはラッパーでも構いません。\n"
" どの場合でも、CLASSPATH のような特定の環境変数がなくても実行可能にしなければなりません\n"
" (ポリシー10.9を参照のこと)。 \n"
" また、実行可能ファイルに関するポリシールールを順守しなければなりません。\n"
" (例えば、実行ファイルごとのマニュアルや、ポリシー 13.1です。)\n"
#. type: Plain text
#: policy.txt:127
#, no-wrap
msgid ""
" If they have their own auxiliary classes, they must be in a jar\n"
" file in /usr/share/java. The name of the jar should follow the\n"
" same naming conventions as for libraries.\n"
msgstr ""
" プログラム自体の補助クラスである場合は、/usr/share/java ディレクトリ配下に\n"
" jar ファイルとして配置しなければなりません。jar の名前は、ライブラリと\n"
" 同じ命名規則に従っていなければなりません。\n"
#. type: Plain text
#: policy.txt:130
#, no-wrap
msgid ""
" Programs must depend on java-virtual-machine and the needed\n"
" runtime environment (java1-runtime and/or java2-runtime).\n"
msgstr ""
" プログラムは、java-virtual-machine と、必要とする実行環境\n"
" (java1-runtime または java2-runtime、あるいは両方)に依存しなければなりません。\n"
#. type: Plain text
#: policy.txt:134
#, no-wrap
msgid ""
" There is no naming rules for programs, they are ordinary\n"
" programs, from the user point of view.\n"
" __________________________________________________________\n"
msgstr ""
" プログラムの命名規則はありません。ユーザ視点では\n"
" 一般的なプログラムです。\n"
" __________________________________________________________\n"
Kouhei Maeda <mkouhei@xxxxxxxxx>