blob: 4762947179ae4f5b8d1ec64a3b4c9ab7857f3165 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
add-engine-window =
.title = 検索エンジンを追加
.style = width: 32em;
add-engine-window2 =
.title = 検索エンジンを追加
.style = min-width: 32em;
add-engine-button = カスタム検索エンジンを追加
add-engine-name = 検索エンジン名
add-engine-alias = 別名
add-engine-url = 検索エンジンの URL を入力します。%s は検索語句に置き換わります
add-engine-dialog =
.buttonlabelaccept = 検索エンジンを追加
.buttonaccesskeyaccept = A
engine-name-exists = その名前の検索エンジンはすでに存在します
engine-alias-exists = その別名の検索エンジンはすでに存在します
|