blob: 6931658b86cbc92993fadde54660b3eff0ba9211 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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-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 = 已存在相同别名搜索引擎
|