1[%# This Source Code Form is subject to the terms of the Mozilla Public
2  # License, v. 2.0. If a copy of the MPL was not distributed with this
3  # file, You can obtain one at http://mozilla.org/MPL/2.0/.
4  #
5  # This Source Code Form is "Incompatible With Secondary Licenses", as
6  # defined by the Mozilla Public License, v. 2.0.
7  #%]
8[%
9   title = "ユーザ検索"
10   desc = "ユーザ検索ポリシーの設定"
11%]
12
13[% param_descs = {
14  usemenuforusers => "有効なら、$terms.Bugzillaはユーザ選択リストをフォームで" _
15                     "(テキスト入力の替わりに) 提供します。" _
16                     "このオプションは多数のユーザがいる環境では有効にすべきではありません。",
17
18  ajax_user_autocompletion => "有効なら、ユーザ選択フィールドで文字を入力すると、" _
19                              "入力に合致する選択可能なユーザリストが表示されます。",
20
21  maxusermatches => "これ以上の数の合致するユーザを表示しない。<br> " _
22                    "1 なら該当するほかのユーザは表示されません。" _
23                    "ユーザプライバシー保護のためにこの設定は有効です。<br> " _
24                    "0 で無制限です。",
25
26  confirmuniqueusermatch => "1ユーザしか合致しなかった時に確認画面を出すかどうか。" }
27%]
28