blob: 2ac0a6c96d8d0fca665b942daee1ef96c993101e (
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
28
29
30
31
32
33
|
<!-- 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 del área de texto">
<!ENTITY Settings.label "Configuración">
<!ENTITY TextAreaName.label "Nombre del campo:">
<!ENTITY TextAreaName.accessKey "N">
<!ENTITY TextAreaRows.label "Filas:">
<!ENTITY TextAreaRows.accessKey "F">
<!ENTITY TextAreaCols.label "Columnas:">
<!ENTITY TextAreaCols.accessKey "o">
<!ENTITY TextAreaReadOnly.label "Sólo lectura">
<!ENTITY TextAreaReadOnly.accessKey "S">
<!ENTITY TextAreaDisabled.label "Desactivado">
<!ENTITY TextAreaDisabled.accessKey "D">
<!ENTITY TextAreaTabIndex.label "Índice de tabulación:">
<!ENTITY TextAreaTabIndex.accessKey "c">
<!ENTITY TextAreaAccessKey.label "Tecla de acceso rápido:">
<!ENTITY TextAreaAccessKey.accessKey "r">
<!ENTITY InitialText.label "Texto inicial:">
<!ENTITY InitialText.accessKey "T">
<!ENTITY TextAreaWrap.label "Modo de ajuste:">
<!ENTITY TextAreaWrap.accessKey "M">
<!ENTITY WrapDefault.value "Predeterminado">
<!ENTITY WrapOff.value "Ninguno">
<!ENTITY WrapHard.value "Estricto">
<!ENTITY WrapSoft.value "Suave">
<!ENTITY WrapPhysical.value "Físico">
<!ENTITY WrapVirtual.value "Virtual">
|