1# Licensed to the Apache Software Foundation (ASF) under one
2# or more contributor license agreements.  See the NOTICE file
3# distributed with this work for additional information
4# regarding copyright ownership.  The ASF licenses this file
5# to you under the Apache License, Version 2.0 (the
6# "License"); you may not use this file except in compliance
7# with the License.  You may obtain a copy of the License at
8#
9#      http://www.apache.org/licenses/LICENSE-2.0
10#
11# Unless required by applicable law or agreed to in writing, software
12# distributed under the License is distributed on an "AS IS" BASIS,
13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14# See the License for the specific language governing permissions and
15# limitations under the License.
16#
17msgid ""
18msgstr ""
19"Project-Id-Version: Apache Traffic Server 6.2\n"
20"Report-Msgid-Bugs-To: \n"
21"POT-Creation-Date: 2016-01-02 21:32+0000\n"
22"PO-Revision-Date: 2016-01-03 15:57+0900\n"
23"Language: en\n"
24"MIME-Version: 1.0\n"
25"Content-Type: text/plain; charset=utf-8\n"
26"Content-Transfer-Encoding: 8bit\n"
27"Generated-By: Babel 2.1.1\n"
28"Last-Translator: \n"
29"Language-Team: \n"
30"X-Generator: Poedit 1.8.6\n"
31
32#: ../../admin-guide/files/plugin.config.en.rst:47
33msgid ""
34"An option list of whitespace-separated arguments may follow the plugin "
35"name. These are passed as an argument vector to the plugin's initialization "
36"function, :c:func:`TSPluginInit`. Arguments that begin with the ``$`` "
37"character designate |TS| configuration variables. These arguments will be "
38"replaced with the value of the corresponding configuration variable before "
39"the plugin is loaded.  When using configuration variable expansion, note "
40"that most |TS| configuration can be changed. If a plugin requires the "
41"current value, it must obtain that using the management API."
42msgstr ""
43"スペース区切りの引数によるオプション一覧がプラグインの後ろに続くことがありま"
44"す。これらはプラグインの初期化関数 :c:func:`TSPluginInit` に引数ベクターとし"
45"て渡されます。``$`` の文字で始まる引数は |TS| 設定変数を示します。これらの引"
46"数はプラグインが読み込まれる前に対応する設定変数の値に置き換えられます。設定"
47"変数の展開を使用する際には、ほとんどの |TS|  設定が変更されうることに注意し"
48"てください。プラグインが現在の値を要求する場合は管理 API を使用してそれを取"
49"得しなければなりません。"
50
51#: ../../admin-guide/files/plugin.config.en.rst:26
52msgid "Description"
53msgstr "解説"
54
55#: ../../admin-guide/files/plugin.config.en.rst:34
56msgid ""
57"Each configuration line consists of a path to an ``.so`` file. This path "
58"can either be absolute, or relative to the plugin directory (usually ``/usr/"
59"local/libexec/trafficserver``).  Failure to load a plugin is fatal, and "
60"will cause |TS| to abort. In general, it is not possible to know whether it "
61"is safe for the service to run without a particular plugin, since plugins "
62"can have arbitrary effects on caching and authorization policies."
63msgstr ""
64"設定の各行は ``.so`` ファイルへのパスで構成されます。このパスは絶対パスにも"
65"プラグインディレクトリ ( 通常は ``/usr/local/libexec/trafficserver``) に対す"
66"る相対パスにもできます。プラグインの読み込み失敗は致命的で、 |TS| の中断を引"
67"き起こします。一般に、プラグインはキャッシュと認証ポリシーについて恣意的な効"
68"果を持っているので、特定のプラグイン無しで動作することがサービスの提供におい"
69"て安全かどうか知ることはできません。"
70
71#: ../../admin-guide/files/plugin.config.en.rst:57
72msgid "Examples"
73msgstr "例"
74
75#: ../../admin-guide/files/plugin.config.en.rst:73
76msgid ""
77":manpage:`TSAPI(3ts)`, :manpage:`TSPluginInit(3ts)`, :manpage:`remap."
78"config(5)`"
79msgstr ""
80":manpage:`TSAPI(3ts)`, :manpage:`TSPluginInit(3ts)`, :manpage:`remap."
81"config(5)`"
82
83#: ../../admin-guide/files/plugin.config.en.rst:43
84msgid ""
85"Plugins should only be listed once. The order in which the plugins are "
86"listed is also the order in which they are chained for request processing."
87msgstr ""
88"プラグインは一度のみ記載されるべきです。プラグインが記載される順番はリクエス"
89"ト処理のためにプラグインがチェーンされる順番となります。"
90
91#: ../../admin-guide/files/plugin.config.en.rst:71
92msgid "See Also"
93msgstr "参照"
94
95#: ../../admin-guide/files/plugin.config.en.rst:28
96msgid ""
97"The :file:`plugin.config` file controls run-time loadable plugins available "
98"to |TS|, as well as their configuration.  Plugins listed in this file are "
99"referred to as *global plugins* because they are always loaded and have "
100"global effect. This is in contrast to plugins specified in :file:`remap."
101"config`, whose effects are limited to the specific mapping rules to which "
102"they are applied."
103msgstr ""
104":file:`plugin.config` ファイルは |TS| で利用可能な実行時に読み込み可能なプラ"
105"グインの制御をその設定と同様に行います。このファイルに記載されたプラグインの"
106"一覧は、常に読み込まれ大域的に影響を持っているので *グローバルプラグイン* と"
107"して参照されます。これはその影響が適用された特定のマッピングルールに制限され"
108"ている :file:`remap.config` に指定されたプラグインとは対照的です。"
109
110#: ../../admin-guide/files/plugin.config.en.rst:21
111msgid "plugin.config"
112msgstr "plugin.config"
113