Author: jito
Date: 2013-09-18 01:59:08 -0400 (Wed, 18 Sep 2013)
New Revision: 14103
Modified:
docs/enterprise/trunk/Installation_Guide/ja-JP/Getting_Started.po
docs/enterprise/trunk/Installation_Guide/ja-JP/Post_Installation.po
Log:
update in progress
Modified: docs/enterprise/trunk/Installation_Guide/ja-JP/Getting_Started.po
===================================================================
--- docs/enterprise/trunk/Installation_Guide/ja-JP/Getting_Started.po 2013-09-18 04:59:10
UTC (rev 14102)
+++ docs/enterprise/trunk/Installation_Guide/ja-JP/Getting_Started.po 2013-09-18 05:59:08
UTC (rev 14103)
@@ -2,19 +2,20 @@
# Language ja-JP translations for Installation_Guide package.
#
# Automatically generated, 2009.
-# Kiyoto Hashida <khashida(a)redhat.com>, 2009.
+# Kiyoto Hashida <khashida(a)redhat.com>, 2009, 2013.
msgid ""
msgstr ""
"Project-Id-Version: Getting_Started\n"
"Report-Msgid-Bugs-To:
http://bugs.kde.org\n"
"POT-Creation-Date: 2009-08-14 00:21+0000\n"
-"PO-Revision-Date: 2009-08-28 17:31+0900\n"
-"Last-Translator: Kiyoto Hashida <khashida(a)redhat.com>\n"
-"Language-Team: Japanese <jp(a)li.org>\n"
+"PO-Revision-Date: 2013-09-18 15:58+0000\n"
+"Last-Translator: \n"
+"Language-Team: ja_JP <kde-i18n-doc(a)kde.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
+"X-Generator: Lokalize 1.0\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
#. Tag: title
#: Getting_Started.xml:6
@@ -143,6 +144,9 @@
" <command
moreinfo=\"none\">/usr/sbin/alternatives --config
java</command>\n"
" "
msgstr ""
+"\n"
+" <command
moreinfo=\"none\">/usr/sbin/alternatives --config
java</command>\n"
+" "
#. Tag: para
#: Getting_Started.xml:305
@@ -183,7 +187,7 @@
#. Tag: para
#, no-c-format
msgid "Create an environment variable that points to the JDK installation directory
and call it <literal>JAVA_HOME</literal>. Add
<literal>$JAVA_HOME/bin</literal> to the system path to be able to run
<literal>java</literal> from the command line. You can do this by adding the
following lines to the <filename>.bashrc</filename> file in your home
directory."
-msgstr ""
+msgstr "JDK インストールディレクトリを示す環境変数を作成し、<literal>JAVA_HOME</literal>
とします。コマンドラインから <literal>java</literal> を実行できるよう
<literal>$JAVA_HOME/bin</literal> をシステムパスに追加します。これを行うには、以下の行をホームディレクトリの
<filename>.bashrc</filename> ファイルに追加します。"
#. Tag: programlisting
#, no-c-format
@@ -193,11 +197,15 @@
"export JAVA_HOME=/usr/java/jdk1.5.0_11\n"
"export PATH=$PATH:$JAVA_HOME/bin\n"
msgstr ""
+"\n"
+"#In this example /usr/java/jdk1.5.0_11 is the JDK installation directory.\n"
+"export JAVA_HOME=/usr/java/jdk1.5.0_11\n"
+"export PATH=$PATH:$JAVA_HOME/bin\n"
#. Tag: para
#, no-c-format
msgid "Set this variable for the user account doing the installation and also for
the user account that will run the server."
-msgstr ""
+msgstr "この変数をインストールを行うユーザーアカウントとサーバーを実行するユーザーアカウントに対して設定します。"
#. Tag: para
#: Getting_Started.xml:341
@@ -214,7 +222,7 @@
#. Tag: para
#, no-c-format
msgid "As root, type the following command at the shell prompt and you should see
something like this:"
-msgstr ""
+msgstr "root ユーザーで次のコマンドをシェルプロンプトに入力すると以下のような出力が表示されるはずです。"
#. Tag: programlisting
#, no-c-format
@@ -228,16 +236,24 @@
"*+ 2 /usr/lib/jvm/jre-1.5.0-sun/bin/java\n"
"Enter to keep the current selection[+], or type selection number:\n"
msgstr ""
+"\n"
+"[root@vsr ~]$ /usr/sbin/alternatives --config java\n"
+"There are 2 programs which provide 'java'.\n"
+"Selection Command\n"
+"-----------------------------------------------\n"
+" 1 /usr/lib/jvm/jre-1.4.2-gcj/bin/java\n"
+"*+ 2 /usr/lib/jvm/jre-1.5.0-sun/bin/java\n"
+"Enter to keep the current selection[+], or type selection number:\n"
#. Tag: para
#, no-c-format
msgid "Make sure the Sun version [<literal>jre-1.5.0-sun</literal> in
this case] is selected (marked with a '+' in the output), or select it by entering
its number as prompted."
-msgstr ""
+msgstr "必ず Sun バージョン (この場合は <literal>jre-1.5.0-sun</literal>)
が選択されるようにするか (出力では「+」マークが付いています)、入力を要求された時に番号を入力して選択するようにしてください。"
#. Tag: para
#, no-c-format
msgid "Repeat the same for javac and java_sdk_1.5.0."
-msgstr ""
+msgstr "javac と java_sdk_1.5.0 に対しても同じ作業を繰り返します。"
#. Tag: programlisting
#, no-c-format
@@ -250,6 +266,13 @@
"*+ 1 /usr/lib/jvm/java-1.5.0-sun/bin/javac\n"
"Enter to keep the current selection[+], or type selection number:\n"
msgstr ""
+"\n"
+"[root@vsr ~]$ /usr/sbin/alternatives --config javac\n"
+"There are 1 programs which provide 'javac'.\n"
+" Selection Command\n"
+"-----------------------------------------------\n"
+"*+ 1 /usr/lib/jvm/java-1.5.0-sun/bin/javac\n"
+"Enter to keep the current selection[+], or type selection number:\n"
#. Tag: programlisting
#, no-c-format
@@ -262,11 +285,18 @@
"*+ 1 /usr/lib/jvm/java-1.5.0-sun\n"
"Enter to keep the current selection[+], or type selection number:\n"
msgstr ""
+"\n"
+"[root@vsr ~]$ /usr/sbin/alternatives --config java_sdk_1.5.0\n"
+"There are 1 programs which provide 'java_sdk_1.5.0'.\n"
+" Selection Command\n"
+"-----------------------------------------------\n"
+"*+ 1 /usr/lib/jvm/java-1.5.0-sun\n"
+"Enter to keep the current selection[+], or type selection number:\n"
#. Tag: para
#, no-c-format
msgid "You should verify that java, javac and java_sdk_1.5.0 all point to the same
manufacturer and version."
-msgstr ""
+msgstr "java、javac、および java_sdk_1.5.0 がすべて同じメーカーとバージョンを示していることを確認してください。"
#. Tag: para
#: Getting_Started.xml:361
@@ -316,7 +346,7 @@
#. Tag: para
#: Getting_Started.xml:352
#, no-c-format
-#~ msgid ""
+msgid ""
"Repeat the same for javac and java_sdk_1.5.0. <programlisting>\n"
"[root@vsr ~]$ /usr/sbin/alternatives --config javac\n"
"There are 1 programs which provide 'javac'.\n"
@@ -332,28 +362,38 @@
"*+ 1 /usr/lib/jvm/java-1.5.0-sun\n"
"Enter to keep the current selection[+], or type selection number:\n"
"</programlisting> You should verify that java, javac and java_sdk_1.5.0 all
point to the same manufacturer and version."
-#~ msgstr ""
+msgstr ""
+"javac と java_sdk_1.5.0 に対しても同じ作業を繰り返します。 <programlisting>\n"
+"[root@vsr ~]$ /usr/sbin/alternatives --config javac\n"
+"There are 1 programs which provide 'javac'.\n"
+" Selection Command\n"
+"-----------------------------------------------\n"
+"*+ 1 /usr/lib/jvm/java-1.5.0-sun/bin/javac\n"
+"Enter to keep the current selection[+], or type selection number:\n"
+"</programlisting> <programlisting>\n"
+"[root@vsr ~]$ /usr/sbin/alternatives --config java_sdk_1.5.0\n"
+"There are 1 programs which provide 'java_sdk_1.5.0'.\n"
+" Selection Command\n"
+"-----------------------------------------------\n"
+"*+ 1 /usr/lib/jvm/java-1.5.0-sun\n"
+"Enter to keep the current selection[+], or type selection number:\n"
+"</programlisting> java、javac、および java_sdk_1.5.0
がすべて同じメーカーとバージョンを示していることを確認してください。"
#. Tag: para
#: Getting_Started.xml:335
#, no-c-format
-#~ msgid ""
+msgid ""
"Create an environment variable that points to the JDK installation directory and
call it <literal>JAVA_HOME</literal>. Add
<literal>$JAVA_HOME/bin</literal> to the system path to be able to run
<literal>java</literal> from the command line. You can do this by adding the
following lines to the <filename>.bashrc</filename> file in your home
directory. <programlisting>\n"
"#In this example /usr/java/jdk1.5.0_11 is the JDK installation directory.\n"
"export JAVA_HOME=/usr/java/jdk1.5.0_11\n"
"export PATH=$PATH:$JAVA_HOME/bin\n"
"</programlisting> Set this variable for the user account doing the
installation and also for the user account that will run the server."
-#~ msgstr ""
-"JDK インストールのディレクトリを指す環境変数を作成して、それを <literal>JAVA_HOME</literal> と
します。システムパスに <literal>$JAVA_HOME/bin</literal> を追加して、コマンドラインから
<literal>java</literal> の実行に使用できるようにします。これは自分のホームディレクトリの
<filename>.bashrc</filename>
ファイルに以下の行を追加することで達成できます。<programlisting>\n"
-"#In this example /usr/java/jdk1.5.0_11 is the JDK installation directory.\n"
-"export JAVA_HOME=/usr/java/jdk1.5.0_11\n"
-"export PATH=$PATH:$JAVA_HOME/bin\n"
-"</programlisting> インストールを実行しているユーザーのアカウントにこの変数をセットし、また
サーバーを実行するユーザーアカウントにもセットします。"
+msgstr ""
#. Tag: para
#: Getting_Started.xml:346
#, no-c-format
-#~ msgid ""
+msgid ""
"As root, type the following command at the shell prompt and you should see
something like this: <programlisting>\n"
"[root@vsr ~]$ /usr/sbin/alternatives --config java\n"
"There are 2 programs which provide 'java'.\n"
@@ -363,20 +403,12 @@
"*+ 2 /usr/lib/jvm/jre-1.5.0-sun/bin/java\n"
"Enter to keep the current selection[+], or type selection number:\n"
"</programlisting> Make sure the Sun version
[<literal>jre-1.5.0-sun</literal> in this case] is selected (marked with a
'+' in the output), or select it by entering its number as
prompted."
-#~ msgstr ""
-"root として、シェルプロンプトで以下のコマンドを入力すると、次の出力が 出ます:<programlisting>\n"
-"[root@vsr ~]$ /usr/sbin/alternatives --config java\n"
-"There are 2 programs which provide 'java'.\n"
-"Selection Command\n"
-"-----------------------------------------------\n"
-" 1 /usr/lib/jvm/jre-1.4.2-gcj/bin/java\n"
-"*+ 2 /usr/lib/jvm/jre-1.5.0-sun/bin/java\n"
-"Enter to keep the current selection[+], or type selection number:\n"
-"</programlisting> Sun
のバージョン(この例では、<literal>jre-1.5.0-sun</literal>)が選択されていること(出力に+ の印)を確認して下さい。又は
プロンプトでその番号を入力してそれを選択します。"
+msgstr ""
#. Tag: screen
#: Getting_Started.xml:304
#, no-c-format
-#~ msgid "<command moreinfo=\"none\">/usr/sbin/alternatives --config
java</command>"
-#~ msgstr "<command moreinfo=\"none\">/usr/sbin/alternatives
--config java</command>"
+msgid "<command moreinfo=\"none\">/usr/sbin/alternatives --config
java</command>"
+msgstr "<command moreinfo=\"none\">/usr/sbin/alternatives --config
java</command>"
+
Modified: docs/enterprise/trunk/Installation_Guide/ja-JP/Post_Installation.po
===================================================================
--- docs/enterprise/trunk/Installation_Guide/ja-JP/Post_Installation.po 2013-09-18
04:59:10 UTC (rev 14102)
+++ docs/enterprise/trunk/Installation_Guide/ja-JP/Post_Installation.po 2013-09-18
05:59:08 UTC (rev 14103)
@@ -2,19 +2,20 @@
# Language ja-JP translations for Installation_Guide package.
#
# Automatically generated, 2009.
-# Kiyoto Hashida <khashida(a)redhat.com>, 2009.
+# Kiyoto Hashida <khashida(a)redhat.com>, 2009, 2013.
msgid ""
msgstr ""
"Project-Id-Version: Post_Installation\n"
"Report-Msgid-Bugs-To:
http://bugs.kde.org\n"
"POT-Creation-Date: 2009-08-14 00:21+0000\n"
-"PO-Revision-Date: 2009-08-28 16:36+0900\n"
-"Last-Translator: Kiyoto Hashida <khashida(a)redhat.com>\n"
-"Language-Team: Japanese <jp(a)li.org>\n"
+"PO-Revision-Date: 2013-09-18 15:33+0000\n"
+"Last-Translator: \n"
+"Language-Team: ja_JP <kde-i18n-doc(a)kde.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
+"X-Generator: Lokalize 1.0\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
#. Tag: title
#: Post_Installation.xml:5
@@ -189,7 +190,8 @@
" </mbean> \n"
" "
msgstr ""
-"<mbean code=\"org.jboss.jms.server.ServerPeer\"\n"
+"\n"
+" <mbean code=\"org.jboss.jms.server.ServerPeer\"\n"
" name=\"jboss.messaging:service=ServerPeer\"\n"
" xmbean-dd=\"xmdesc/ServerPeer-xmbean.xml\">\n"
" ...\n"
@@ -203,7 +205,8 @@
" ...\n"
" ...\n"
" ...\n"
-" </mbean>"
+" </mbean> \n"
+" "
#. Tag: title
#: Post_Installation.xml:72
@@ -263,6 +266,7 @@
"</security-constraint>\n"
" "
msgstr ""
+"\n"
"<security-constraint>\n"
" <web-resource-collection>\n"
"
<web-resource-name>HtmlAdaptor</web-resource-name>\n"
@@ -277,7 +281,8 @@
" <auth-constraint>\n"
" <role-name>JBossAdmin</role-name>\n"
" </auth-constraint>\n"
-"</security-constraint>"
+"</security-constraint>\n"
+" "
#. Tag: title
#: Post_Installation.xml:86
@@ -319,6 +324,7 @@
"</security-constraint>\n"
" "
msgstr ""
+"\n"
"<security-constraint>\n"
" <web-resource-collection>\n"
"
<web-resource-name>HtmlAdaptor</web-resource-name>\n"
@@ -332,7 +338,8 @@
" <auth-constraint>\n"
" <role-name>JBossAdmin</role-name>\n"
" </auth-constraint>\n"
-"</security-constraint>"
+"</security-constraint>\n"
+" "
#. Tag: title
#: Post_Installation.xml:95
@@ -379,6 +386,7 @@
" </security-constraint>\n"
" "
msgstr ""
+"\n"
"<security-constraint>\n"
" <web-resource-collection>\n"
"
<web-resource-name>HttpInvokers</web-resource-name>\n"
@@ -392,7 +400,8 @@
" <auth-constraint>\n"
" <role-name>HttpInvoker</role-name>\n"
" </auth-constraint>\n"
-" </security-constraint>"
+" </security-constraint>\n"
+" "
#. Tag: title
#: Post_Installation.xml:104
@@ -435,6 +444,7 @@
"</descriptors>\n"
" "
msgstr ""
+"\n"
"<descriptors>\n"
" <interceptors>\n"
" <!-- Uncomment to require authenticated users -->\n"
@@ -444,40 +454,35 @@
" <interceptor
code=\"org.jboss.jmx.connector.invoker.SerializableInterceptor\"\n"
"
policyClass=\"StripModelMBeanInfoPolicy\"/>\n"
" </interceptors>\n"
-"</descriptors>"
+"</descriptors>\n"
+" "
#. Tag: para
#: Post_Installation.xml:78
#, no-c-format
-#~ msgid ""
+msgid ""
"To disable authentication for the JMX console, edit the following file and comment
out the security-constraint section: <programlisting>\n"
"server/$CONFIG/deploy/jmx-console.war/WEB-INF/web.xml\n"
" </programlisting> The following fragment
should be commented out:"
-#~ msgstr ""
-"JMX console 用に認証を無効化するには、以下のファイルを編集して、 security-constraint セクションをコメント化します:
<programlisting>\n"
-"server/$CONFIG/deploy/jmx-console.war/WEB-INF/web.xml\n"
-" </programlisting> 以下の部分がコメント化される
必要があります:"
+msgstr ""
#. Tag: para
#: Post_Installation.xml:87
#, no-c-format
-#~ msgid ""
+msgid ""
"To disable authentication for the Web console, edit the following file to comment
out the security-constraint section: <programlisting>\n"
"server/$CONFIG/deploy/management/console-mgr.sar/web-console.war/WEB-INF/web.xml\n"
" </programlisting> The following fragment
should be commented out:"
-#~ msgstr ""
-"Web console 用に認証を無効化するには、以下のファイルを編集して、 security-constraint セクションをコメント化します:
<programlisting>\n"
-"server/$CONFIG/deploy/management/console-mgr.sar/web-console.war/WEB-INF/web.xml\n"
-" </programlisting>
以下の部分がコメント化される必要があります:"
+msgstr ""
#. Tag: para
#: Post_Installation.xml:96
#, no-c-format
-#~ msgid ""
+msgid ""
"To disable authentication for the http invoker,
<literal>JNDIFactory</literal>,
<literal>EJBInvokerServlet</literal>, and
<literal>JMXInvokerServlet</literal> need to be removed from the security
realm in the file: <programlisting>\n"
"server/$CONFIG/deploy/httpha-invoker.sar/invoker.war/WEB-INF/web.xml\n"
" </programlisting> For example, the
security-constraint element should look as follows:"
-#~ msgstr ""
+msgstr ""
"http invoker 用に認証を無効化するには、<literal>JNDIFactory</literal>
と、<literal>EJBInvokerServlet</literal>
と、<literal>JMXInvokerServlet</literal> が ファイル <programlisting>\n"
"server/$CONFIG/deploy/httpha-invoker.sar/invoker.war/WEB-INF/web.xml\n"
" </programlisting> 内のセキュリティ部分から削除される必要があります。
例えば、セキュリティ制約エレメントは以下のようになります:"
@@ -485,11 +490,11 @@
#. Tag: para
#: Post_Installation.xml:105
#, no-c-format
-#~ msgid ""
+msgid ""
"To disable authentication for the JMX invoker, edit the following file to comment
out the security interceptor passthrough: <programlisting>\n"
"server/$CONFIG/deploy/jmx-invoker-service.xml\n"
" </programlisting> Locate the mbean section
with the class
<literal>org.jboss.jmx.connector.invoker.InvokerAdaptorService</literal>. In
that section comment out the line that relates to authenticated users:"
-#~ msgstr ""
+msgstr ""
"JMX invoker 用に認証を無効化するには、以下のファイルを編集して、security interceptor の
通路(passthrough)をコメント化します: <programlisting>\n"
"server/$CONFIG/deploy/jmx-invoker-service.xml\n"
" </programlisting> クラス
<literal>org.jboss.jmx.connector.invoker.InvokerAdaptorService</literal> を持つ
Mbean セクションを見つけて、そのセクションで、 認証されたユーザーに関係する行をコメント化します:"
@@ -497,13 +502,13 @@
#. Tag: para
#: Post_Installation.xml:14
#, no-c-format
-#~ msgid ""
+msgid ""
"Create an environment variable that points to the installation directory
(<filename>JBOSS_DIST/jboss-as</filename>) and call it
<literal>JBOSS_HOME</literal>. Add
<literal>$JBOSS_HOME/bin</literal> to the system path to be able to run the
server from the command line. You can do this by adding the following lines to the
<filename>.bashrc</filename> file in your home directory.
<programlisting>\n"
"#In this example /home/user/jboss-epp-4.3/jboss-as is the installation
directory.\n"
" export JBOSS_HOME=/home/user/jboss-epp-4.3/jboss-as\n"
" export PATH=$PATH:$JBOSS_HOME/bin \n"
" </programlisting> Set this variable for the
user account(s) that will run the server."
-#~ msgstr ""
+msgstr ""
"インストールしたディレクトリ (<filename>JBOSS_DIST/jboss-as</filename>) を指す
環境変数を作成して、<literal>JBOSS_HOME</literal> と命名します。コマンドラインから
サーバーを実行できるようにするため、システムパスに <literal>$JBOSS_HOME/bin</literal> を
追加します。これは、ユーザーのホームディレクトリ内の <filename>.bashrc</filename> ファイルに
以下の行を追加することで達成できます。<programlisting>\n"
"#In this example /home/user/jboss-epp-4.3/jboss-as is the installation
directory.\n"
" export JBOSS_HOME=/home/user/jboss-epp-4.3/jboss-as\n"
@@ -513,12 +518,13 @@
#. Tag: para
#: Post_Installation.xml:62
#, no-c-format
-#~ msgid ""
+msgid ""
"JBoss Messaging makes internal connections between nodes in order to redistribute
messages between clustered destinations. These connections are made with the user name of
a special reserved user whose password is specified by this parameter
<literal>SuckerPassword</literal> in the Server Peer configuration file:
<programlisting>\n"
"
$JBOSS_HOME/server/$CONFIG/deploy/jboss-messaging.sar/messaging-service.xml\n"
" </programlisting> Where
<literal>$JBOSS_HOME</literal> is the install directory and
<literal>$CONFIG</literal> is the server configuration being used. To avoid a
security risk, you MUST specify the value of the attribute
<literal>SuckerPassword</literal>, failing which the default value will be
used. Any one who knows the default password will be able to gain access to any
destinations on the server. The following fragment should be uncommented and
modified:"
-#~ msgstr ""
+msgstr ""
"JBoss Messaging は、クラスタ化した送信先の間でメッセージを再分配するために、
ノード間で内部接続を作成します。これらの接続は、特別な留保ユーザーのユーザー名で 作成されるもので、このユーザーのパスワードは、Server Peer 設定ファイル内の パラメータ
<literal>SuckerPassword</literal>
によって指定されたものです。<programlisting>\n"
"
$JBOSS_HOME/server/$CONFIG/deploy/jboss-messaging.sar/messaging-service.xml\n"
" </programlisting>
ここで、<literal>$JBOSS_HOME</literal> は初期のディレクトリであり、
<literal>$CONFIG</literal> は使用されているサーバー設定です。セキュリティリスクを回避するために、属性
<literal>SuckerPassword</literal> の値を指定しなければなりません。そうしないとデフォルト値が使用されます。
そのデフォルトのパスワードを知る人は誰でもサーバーのどの送信先にでもアクセスができるようになります。 以下の部分はコメント解除して修正される必要があります:"
+