blob: fc4ee9b1a88b2308275779fab13cbf94870e415d (
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-window =
.title = Adicionar mecanismo de pesquisa
.style = width: 32em;
add-engine-button = Adicionar mecanismo personalizado
add-engine-name = Nome do mecanismo de pesquisa
add-engine-alias = Apelido
add-engine-url = URL do mecanismo, use %s no lugar do termo de pesquisa
add-engine-cancel =
.label = Cancelar
.accesskey = C
add-engine-ok =
.label = Adicionar mecanismo
.accesskey = A
add-engine-dialog =
.buttonlabelaccept = Adicionar mecanismo
.buttonaccesskeyaccept = A
engine-name-exists = Já existe um mecanismo com esse nome
engine-alias-exists = Já existe um mecanismo com esse apelido
|