diff options
Diffstat (limited to 'l10n-es-AR/editor/ui/chrome/dialogs/EditorTableProperties.dtd')
-rw-r--r-- | l10n-es-AR/editor/ui/chrome/dialogs/EditorTableProperties.dtd | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/l10n-es-AR/editor/ui/chrome/dialogs/EditorTableProperties.dtd b/l10n-es-AR/editor/ui/chrome/dialogs/EditorTableProperties.dtd new file mode 100644 index 0000000000..7b8bce9b9e --- /dev/null +++ b/l10n-es-AR/editor/ui/chrome/dialogs/EditorTableProperties.dtd @@ -0,0 +1,75 @@ +<!-- 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 tableWindow.title "Propiedades de la tabla"> +<!ENTITY applyButton.label "Aplicar"> +<!ENTITY applyButton.accesskey "A"> +<!ENTITY closeButton.label "Cerrar"> +<!ENTITY tableTab.label "Tabla"> +<!ENTITY cellTab.label "Celdas"> +<!ENTITY tableRows.label "Filas:"> +<!ENTITY tableRows.accessKey "F"> +<!ENTITY tableColumns.label "Columnas:"> +<!ENTITY tableColumns.accessKey "C"> +<!ENTITY tableHeight.label "Altura:"> +<!ENTITY tableHeight.accessKey "l"> +<!ENTITY tableWidth.label "Anchura:"> +<!ENTITY tableWidth.accessKey "A"> +<!ENTITY tableBorderSpacing.label "Bordes e interlineado"> +<!ENTITY tableBorderWidth.label "Borde:"> +<!ENTITY tableBorderWidth.accessKey "B"> +<!ENTITY tableSpacing.label "Interlineado:"> +<!ENTITY tableSpacing.accessKey "I"> +<!ENTITY tablePadding.label "Relleno:"> +<!ENTITY tablePadding.accessKey "R"> +<!ENTITY tablePxBetwCells.label "píxeles entre celdas"> +<!ENTITY tablePxBetwBrdrCellContent.label "píxeles entre el borde de la celda y su contenido"> +<!ENTITY tableAlignment.label "Alineación de la tabla:"> +<!ENTITY tableAlignment.accessKey "b"> +<!ENTITY tableCaption.label "Título:"> +<!ENTITY tableCaption.accessKey "T"> +<!ENTITY tableCaptionAbove.label "Encima de la tabla:"> +<!ENTITY tableCaptionBelow.label "Debajo de la tabla:"> +<!ENTITY tableCaptionLeft.label "Izquierda de la tabla"> +<!ENTITY tableCaptionRight.label "Derecha de la tabla"> +<!ENTITY tableCaptionNone.label "Ninguno"> +<!ENTITY tableInheritColor.label "(Permitir que se vea el color de fondo de la página)"> + +<!ENTITY cellSelection.label "Selección"> +<!ENTITY cellSelectCell.label "Celda"> +<!ENTITY cellSelectRow.label "Fila"> +<!ENTITY cellSelectColumn.label "Columna"> +<!ENTITY cellSelectNext.label "Siguiente"> +<!ENTITY cellSelectNext.accessKey "T"> +<!ENTITY cellSelectPrevious.label "Anterior"> +<!ENTITY cellSelectPrevious.accessKey "R"> +<!ENTITY applyBeforeChange.label "Las modificaciones pendientes serán aplicadas antes de cambiar la selección."> +<!ENTITY cellContentAlignment.label "Alineación del contenido"> +<!ENTITY cellHorizontal.label "Horizontal:"> +<!ENTITY cellHorizontal.accessKey "Z"> +<!ENTITY cellVertical.label "Vertical:"> +<!ENTITY cellVertical.accessKey "V"> +<!ENTITY cellStyle.label "Estilo de celda:"> +<!ENTITY cellStyle.accessKey "C"> +<!ENTITY cellNormal.label "Normal"> +<!ENTITY cellHeader.label "Encabezado"> +<!ENTITY cellTextWrap.label "Ajuste del texto:"> +<!ENTITY cellTextWrap.accessKey "b"> +<!ENTITY cellWrap.label "Permitir ocupar varias líneas"> +<!ENTITY cellNoWrap.label "El contenido ocupa una sola línea"> +<!ENTITY cellAlignTop.label "Parte superior"> +<!ENTITY cellAlignMiddle.label "Medio"> +<!ENTITY cellAlignBottom.label "Parte inferior"> +<!ENTITY cellAlignJustify.label "Justificar"> +<!ENTITY cellInheritColor.label "(Permitir que se vea el color de fondo de la tabla)"> +<!ENTITY cellUseCheckboxHelp.label "Use las casillas de selección para determinar qué propiedades se aplican a todas las celdas seleccionadas"> + +<!-- Used in both Table and Cell panels --> +<!ENTITY size.label "Tamaño"> +<!ENTITY pixels.label "píxeles"> +<!ENTITY backgroundColor.label "Color de fondo:"> +<!ENTITY backgroundColor.accessKey "f"> +<!ENTITY AlignLeft.label "Izquierda"> +<!ENTITY AlignCenter.label "Centro"> +<!ENTITY AlignRight.label "Derecha"> |