blob: b2a99404657b1a8707c16af4f8b62eea08ce05fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
<!-- 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/. -->
<!ENTITY windowTitle.label "Propriedades do botão">
<!ENTITY Settings.label "Definições">
<!ENTITY ButtonType.label "Tipo">
<!ENTITY ButtonType.accesskey "T">
<!ENTITY submit.value "Submeter">
<!ENTITY reset.value "Repor">
<!ENTITY button.value "Botão">
<!ENTITY ButtonName.label "Nome:">
<!ENTITY ButtonName.accesskey "N">
<!ENTITY ButtonValue.label "Valor:">
<!ENTITY ButtonValue.accesskey "V">
<!ENTITY tabIndex.label "Índice de tabulação:">
<!ENTITY tabIndex.accesskey "i">
<!ENTITY ButtonDisabled.label "Desativado">
<!ENTITY ButtonDisabled.accesskey "D">
<!ENTITY AccessKey.label "Tecla de acesso:">
<!ENTITY AccessKey.accesskey "T">
<!ENTITY RemoveButton.label "Remover botão">
<!ENTITY RemoveButton.accesskey "R">
|