blob: 45902e5b18fe9921b872c2fe713f16639c896457 (
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 "Propiedades de botón">
<!ENTITY Settings.label "Settings">
<!ENTITY ButtonType.label "Tipo">
<!ENTITY ButtonType.accesskey "T">
<!ENTITY submit.value "Enviar">
<!ENTITY reset.value "Reset">
<!ENTITY button.value "Botón">
<!ENTITY ButtonName.label "Nombre:">
<!ENTITY ButtonName.accesskey "N">
<!ENTITY ButtonValue.label "Valor:">
<!ENTITY ButtonValue.accesskey "V">
<!ENTITY tabIndex.label "Tab Index:">
<!ENTITY tabIndex.accesskey "I">
<!ENTITY ButtonDisabled.label "Deshabilitado">
<!ENTITY ButtonDisabled.accesskey "D">
<!ENTITY AccessKey.label "Tecla de acceso:">
<!ENTITY AccessKey.accesskey "c">
<!ENTITY RemoveButton.label "Eliminar botón">
<!ENTITY RemoveButton.accesskey "R">
|