diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
commit | 2aa4a82499d4becd2284cdb482213d541b8804dd (patch) | |
tree | b80bf8bf13c3766139fbacc530efd0dd9d54394c /l10n-es-AR/editor/ui/chrome/dialogs | |
parent | Initial commit. (diff) | |
download | firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.tar.xz firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.zip |
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-es-AR/editor/ui/chrome/dialogs')
32 files changed, 847 insertions, 0 deletions
diff --git a/l10n-es-AR/editor/ui/chrome/dialogs/EdAdvancedEdit.dtd b/l10n-es-AR/editor/ui/chrome/dialogs/EdAdvancedEdit.dtd new file mode 100644 index 0000000000..83eafc9f7d --- /dev/null +++ b/l10n-es-AR/editor/ui/chrome/dialogs/EdAdvancedEdit.dtd @@ -0,0 +1,17 @@ +<!-- 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 "Editor avanzado de propiedades"> +<!ENTITY AttName.label "Atributo:"> +<!ENTITY AttValue.label "Valor:"> +<!ENTITY PropertyName.label "Propiedad:"> +<!ENTITY currentattributesfor.label "Atributos actuales para:"> +<!ENTITY tree.attributeHeader.label "Atributo"> +<!ENTITY tree.propertyHeader.label "Propiedad"> +<!ENTITY tree.valueHeader.label "Valor"> +<!ENTITY tabHTML.label "Atributos HTML"> +<!ENTITY tabCSS.label "Estilo del elemento"> +<!ENTITY tabJSE.label "Eventos JavaScript"> +<!ENTITY editAttribute.label "Haga clic encima de un elemento para editar su valor"> +<!ENTITY removeAttribute.label "Eliminar"> diff --git a/l10n-es-AR/editor/ui/chrome/dialogs/EdColorPicker.dtd b/l10n-es-AR/editor/ui/chrome/dialogs/EdColorPicker.dtd new file mode 100644 index 0000000000..cca791a302 --- /dev/null +++ b/l10n-es-AR/editor/ui/chrome/dialogs/EdColorPicker.dtd @@ -0,0 +1,25 @@ +<!-- 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 "Color"> +<!ENTITY lastPickedColor.label "Último color seleccionado"> +<!ENTITY lastPickedColor.accessKey "L"> +<!ENTITY setColor1.label "Haga clic en un color o"> +<!ENTITY setColor2.label "introduzca una cadena de color HTML"> +<!ENTITY setColor2.accessKey "H"> +<!ENTITY chooseColor1.label "Elija un color:"> +<!ENTITY chooseColor2.label "Ingrese una cadena HTML de color"> +<!ENTITY chooseColor2.accessKey "H"> +<!ENTITY setColorExample.label "(p.ej: "#0000ff" ó "blue"):"> +<!ENTITY default.label "Predeterminado"> +<!ENTITY default.accessKey "D"> +<!ENTITY palette.label "Paleta:"> +<!ENTITY standardPalette.label "Estándar"> +<!ENTITY webPalette.label "Todos los colores web"> +<!ENTITY background.label "Fondo para:"> +<!ENTITY background.accessKey "F"> +<!ENTITY table.label "Tabla"> +<!ENTITY table.accessKey "T"> +<!ENTITY cell.label "Celda(s)"> +<!ENTITY cell.accessKey "C"> diff --git a/l10n-es-AR/editor/ui/chrome/dialogs/EdConvertToTable.dtd b/l10n-es-AR/editor/ui/chrome/dialogs/EdConvertToTable.dtd new file mode 100644 index 0000000000..715f56e225 --- /dev/null +++ b/l10n-es-AR/editor/ui/chrome/dialogs/EdConvertToTable.dtd @@ -0,0 +1,14 @@ +<!-- 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/. --> + +<!-- Window title --> +<!ENTITY windowTitle.label "Convertir a tabla"> +<!ENTITY instructions1.label "Composer crea una nueva fila en la tabla por cada párrafo en la selección."> +<!ENTITY instructions2.label "Escoja el carácter utilizado para separar la selección en columnas:"> +<!ENTITY commaRadio.label "Coma"> +<!ENTITY spaceRadio.label "Espacio"> +<!ENTITY otherRadio.label "Otro carácter:"> +<!ENTITY deleteCharCheck.label "Eliminar carácter separador"> +<!ENTITY collapseSpaces.label "Ignorar espacios extra"> +<!ENTITY collapseSpaces.tooltip "Convertir espacios adyacentes a un separador"> diff --git a/l10n-es-AR/editor/ui/chrome/dialogs/EdDialogOverlay.dtd b/l10n-es-AR/editor/ui/chrome/dialogs/EdDialogOverlay.dtd new file mode 100644 index 0000000000..e40bfadbb2 --- /dev/null +++ b/l10n-es-AR/editor/ui/chrome/dialogs/EdDialogOverlay.dtd @@ -0,0 +1,20 @@ +<!-- 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 AdvancedEditButton.label "Edición avanzada..."> +<!ENTITY AdvancedEditButton.accessKey "E"> +<!ENTITY AdvancedEditButton.tooltip "Añada o modifique atributos HTML, atributos de estilo y JavaScript"> +<!ENTITY chooseFileButton.label "Elegir archivo..."> +<!ENTITY chooseFileButton.accessKey "A"> +<!ENTITY chooseFileLinkButton.label "Elegir archivo..."> +<!ENTITY chooseFileLinkButton.accessKey "o"> +<!ENTITY makeUrlRelative.label "La URL es relativa a la ruta de la página"> +<!ENTITY makeUrlRelative.accessKey "r"> +<!ENTITY makeUrlRelative.tooltip "Alterna entre URL absoluta y relativa. Debe guardar previamente la página para cambiar esta propiedad."> + +<!-- Shared by Link and Image dialogs --> +<!ENTITY LinkURLEditField.label "Introduzca una dirección de página web, un archivo local, o seleccione un enlace con nombre o encabezado de la lista desplegable:"> +<!ENTITY LinkURLEditField.accessKey "L"> +<!ENTITY LinkURLEditField2.label "Introduzca una dirección de página web, un archivo local o seleccione un enlace con nombre o encabezado desde el menú de contexto del campo:"> +<!ENTITY LinkURLEditField2.accessKey "w"> diff --git a/l10n-es-AR/editor/ui/chrome/dialogs/EdNamedAnchorProperties.dtd b/l10n-es-AR/editor/ui/chrome/dialogs/EdNamedAnchorProperties.dtd new file mode 100644 index 0000000000..7322b5fe64 --- /dev/null +++ b/l10n-es-AR/editor/ui/chrome/dialogs/EdNamedAnchorProperties.dtd @@ -0,0 +1,8 @@ +<!-- 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 enlace interno"> +<!ENTITY anchorNameEditField.label "Nombre del enlace interno:"> +<!ENTITY anchorNameEditField.accessKey "N"> +<!ENTITY nameInput.tooltip "Introduzca un nombre único para este enlace interno (destino)"> diff --git a/l10n-es-AR/editor/ui/chrome/dialogs/EditConflict.dtd b/l10n-es-AR/editor/ui/chrome/dialogs/EditConflict.dtd new file mode 100644 index 0000000000..7d6a430ec8 --- /dev/null +++ b/l10n-es-AR/editor/ui/chrome/dialogs/EditConflict.dtd @@ -0,0 +1,10 @@ +<!-- 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/. --> + +<!-- Window title --> +<!ENTITY windowTitle.label "Select Edit Changes"> +<!ENTITY conflictWarning.label "Esta página fue modificada por otro programa, pero también tiene cambios sin guardar en Composer."> +<!ENTITY conflictResolve.label "Seleccione qué versión mantener:"> +<!ENTITY keepCurrentPageButton.label "Mantener los cambios de la página actual"> +<!ENTITY useOtherPageButton.label "Reemplazar la página actual con los otros cambios"> diff --git a/l10n-es-AR/editor/ui/chrome/dialogs/EditorButtonProperties.dtd b/l10n-es-AR/editor/ui/chrome/dialogs/EditorButtonProperties.dtd new file mode 100644 index 0000000000..45902e5b18 --- /dev/null +++ b/l10n-es-AR/editor/ui/chrome/dialogs/EditorButtonProperties.dtd @@ -0,0 +1,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"> diff --git a/l10n-es-AR/editor/ui/chrome/dialogs/EditorColorProperties.dtd b/l10n-es-AR/editor/ui/chrome/dialogs/EditorColorProperties.dtd new file mode 100644 index 0000000000..1eca6616de --- /dev/null +++ b/l10n-es-AR/editor/ui/chrome/dialogs/EditorColorProperties.dtd @@ -0,0 +1,29 @@ +<!-- 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/. --> + +<!-- Window title --> +<!ENTITY windowTitle.label "Color y fondo de la página"> +<!ENTITY pageColors.label "Colores de la página"> +<!ENTITY defaultColorsRadio.label "Colores predeterminados del lector (no fijar los colores en la página)"> +<!ENTITY defaultColorsRadio.accessKey "D"> +<!ENTITY defaultColorsRadio.tooltip "Usar sólo la configuración de color del navegador del lector"> +<!ENTITY customColorsRadio.label "Usar colores personalizados:"> +<!ENTITY customColorsRadio.accessKey "C"> +<!ENTITY customColorsRadio.tooltip "Esta configuración de colores tendrá preferencia sobre la del navegador del lector"> + +<!ENTITY normalText.label "Texto normal"> +<!ENTITY normalText.accessKey "N"> +<!ENTITY linkText.label "Texto de enlace"> +<!ENTITY linkText.accessKey "L"> +<!ENTITY activeLinkText.label "Texto de enlace activo"> +<!ENTITY activeLinkText.accessKey "A"> +<!ENTITY visitedLinkText.label "Texto de enlace visitado"> +<!ENTITY visitedLinkText.accessKey "V"> +<!ENTITY background.label "Fondo:"> +<!ENTITY background.accessKey "F"> +<!ENTITY colon.character ":"> +<!ENTITY backgroundImage.label "Imagen de fondo:"> +<!ENTITY backgroundImage.accessKey "m"> +<!ENTITY backgroundImage.tooltip "Usar un archivo de imagen como fondo de su página"> +<!ENTITY backgroundImage.shortenedDataURI "URI de datos acortados (copiar pegará la URI completa en el portapapeles)"> diff --git a/l10n-es-AR/editor/ui/chrome/dialogs/EditorFieldSetProperties.dtd b/l10n-es-AR/editor/ui/chrome/dialogs/EditorFieldSetProperties.dtd new file mode 100644 index 0000000000..37b6c41c8c --- /dev/null +++ b/l10n-es-AR/editor/ui/chrome/dialogs/EditorFieldSetProperties.dtd @@ -0,0 +1,20 @@ +<!-- 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 "Field Set Properties"> + +<!ENTITY Legend.label "Legend"> +<!ENTITY Legend.accesskey "L"> + +<!ENTITY EditLegendText.label "Edit Legend:"> +<!ENTITY EditLegendText.accesskey "T"> +<!ENTITY LegendAlign.label "Align Legend:"> +<!ENTITY LegendAlign.accesskey "A"> +<!ENTITY AlignDefault.label "Default"> +<!ENTITY AlignLeft.label "Izquierda"> +<!ENTITY AlignCenter.label "Centro"> +<!ENTITY AlignRight.label "Derecha"> + +<!ENTITY RemoveFieldSet.label "Remove Field Set"> +<!ENTITY RemoveFieldSet.accesskey "R"> diff --git a/l10n-es-AR/editor/ui/chrome/dialogs/EditorFormProperties.dtd b/l10n-es-AR/editor/ui/chrome/dialogs/EditorFormProperties.dtd new file mode 100644 index 0000000000..28c66c5d3b --- /dev/null +++ b/l10n-es-AR/editor/ui/chrome/dialogs/EditorFormProperties.dtd @@ -0,0 +1,21 @@ +<!-- 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 formulario"> + +<!ENTITY Settings.label "Configuración"> + +<!ENTITY FormName.label "Nombre de formulario:"> +<!ENTITY FormName.accesskey "N"> +<!ENTITY FormAction.label "URL de acción:"> +<!ENTITY FormAction.accesskey "A"> +<!ENTITY FormMethod.label "Método:"> +<!ENTITY FormMethod.accesskey "M"> +<!ENTITY FormEncType.label "Codificación:"> +<!ENTITY FormEncType.accesskey "c"> +<!ENTITY FormTarget.label "Marco de destino:"> +<!ENTITY FormTarget.accesskey "T"> + +<!ENTITY RemoveForm.label "Eliminar formulario"> +<!ENTITY RemoveForm.accesskey "R"> diff --git a/l10n-es-AR/editor/ui/chrome/dialogs/EditorHLineProperties.dtd b/l10n-es-AR/editor/ui/chrome/dialogs/EditorHLineProperties.dtd new file mode 100644 index 0000000000..dc84d3ac78 --- /dev/null +++ b/l10n-es-AR/editor/ui/chrome/dialogs/EditorHLineProperties.dtd @@ -0,0 +1,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/. --> + + +<!-- Window title --> +<!ENTITY windowTitle.label "Propiedades de la línea horizontal"> + +<!ENTITY dimensionsBox.label "Dimensiones"> +<!ENTITY heightEditField.label "Altura:"> +<!ENTITY heightEditField.accessKey "l"> +<!ENTITY widthEditField.label "Anchura:"> +<!ENTITY widthEditField.accessKey "A"> +<!ENTITY pixelsPopup.value "píxeles"> +<!ENTITY alignmentBox.label "Alineación"> +<!ENTITY leftRadio.label "Izquierda"> +<!ENTITY leftRadio.accessKey "L"> +<!ENTITY centerRadio.label "Centro"> +<!ENTITY centerRadio.accessKey "C"> +<!ENTITY rightRadio.label "Derecha"> +<!ENTITY rightRadio.accessKey "R"> + +<!ENTITY threeDShading.label "Sombreado 3-D"> +<!ENTITY threeDShading.accessKey "S"> +<!ENTITY saveSettings.label "Usar como opción predeterminada"> +<!ENTITY saveSettings.accessKey "D"> +<!ENTITY saveSettings.tooltip "Guardar esta configuración para usarla al insertar nuevas líneas horizontales"> diff --git a/l10n-es-AR/editor/ui/chrome/dialogs/EditorImageProperties.dtd b/l10n-es-AR/editor/ui/chrome/dialogs/EditorImageProperties.dtd new file mode 100644 index 0000000000..2776f84dc9 --- /dev/null +++ b/l10n-es-AR/editor/ui/chrome/dialogs/EditorImageProperties.dtd @@ -0,0 +1,79 @@ +<!-- 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/. --> + +<!-- These strings are for use specifically in the editor's image and form image dialogs. --> + +<!-- Window title --> +<!ENTITY windowTitle.label "Propiedades de la imagen"> + +<!ENTITY pixelsPopup.value "píxeles"> + +<!-- These are in the Location tab panel --> +<!ENTITY locationEditField.label "URL de la imagen:"> +<!ENTITY locationEditField.accessKey "L"> +<!ENTITY locationEditField.tooltip "Teclee el nombre de archivo de la imagen o su ubicación"> +<!ENTITY locationEditField.shortenedDataURI "Datos de URI acortada (copiar coloará URI completa en el portapapeles)"> +<!ENTITY title.label "Consejo:"> +<!ENTITY title.accessKey "C"> +<!ENTITY title.tooltip "El atributo HTML 'title' que se muestra como consejo"> +<!ENTITY altText.label "Texto alternativo:"> +<!ENTITY altText.accessKey "A"> +<!ENTITY altTextEditField.tooltip "Teclee el texto a mostar en lugar de la imagen"> +<!ENTITY noAltText.label "No usar texto alternativo"> +<!ENTITY noAltText.accessKey "D"> + +<!ENTITY previewBox.label "Vista previa"> + +<!-- These controls are in the Dimensions tab panel --> +<!-- actualSize.label should be same as actualSizeRadio.label + ":" --> +<!ENTITY actualSize.label "Tamaño real:"> +<!ENTITY actualSizeRadio.label "Tamaño real"> +<!ENTITY actualSizeRadio.accessKey "A"> +<!ENTITY actualSizeRadio.tooltip "Restablecer al tamaño real de la imagen"> +<!ENTITY customSizeRadio.label "Tamaño personalizado"> +<!ENTITY customSizeRadio.accessKey "S"> +<!ENTITY customSizeRadio.tooltip "Cambiar el tamaño de la imagen al establecido en la página"> +<!ENTITY heightEditField.label "Altura:"> +<!ENTITY heightEditField.accessKey "u"> +<!ENTITY widthEditField.label "Anchura:"> +<!ENTITY widthEditField.accessKey "n"> +<!ENTITY constrainCheckbox.label "Mantener aspecto"> +<!ENTITY constrainCheckbox.accessKey "C"> +<!ENTITY constrainCheckbox.tooltip "Mantener la proporción en el aspecto de la imagen"> + +<!-- These controls are in the Image Map box of the expanded area --> +<!ENTITY imagemapBox.label "Mapa de imagen"> +<!ENTITY removeImageMapButton.label "Eliminar"> +<!ENTITY removeImageMapButton.accessKey "R"> + +<!-- These are the options for image alignment --> +<!ENTITY alignment.label "Alinear el texto con la imagen"> +<!ENTITY bottomPopup.value "En la parte inferior"> +<!ENTITY topPopup.value "En la parte superior"> +<!ENTITY centerPopup.value "En el centro"> +<!ENTITY wrapRightPopup.value "El texto fluye por la derecha"> +<!ENTITY wrapLeftPopup.value "El texto fluye por la izquierda"> + +<!-- These controls are in the Spacing Box --> +<!ENTITY spacingBox.label "Espacio"> +<!ENTITY leftRightEditField.label "Izquierda y derecha:"> +<!ENTITY leftRightEditField.accessKey "I"> +<!ENTITY topBottomEditField.label "Parte superior y parte inferior:"> +<!ENTITY topBottomEditField.accessKey "P"> +<!ENTITY borderEditField.label "Borde sólido:"> +<!ENTITY borderEditField.accessKey "B"> + +<!-- These controls are in the Link Box --> +<!ENTITY showImageLinkBorder.label "Mostrar el borde alrededor de la imagen-enlace"> +<!ENTITY showImageLinkBorder.accessKey "b"> +<!ENTITY LinkAdvancedEditButton.label "Edición avanzada de enlace…"> +<!ENTITY LinkAdvancedEditButton.accessKey "l"> +<!ENTITY LinkAdvancedEditButton.tooltip "Agregar o modificar atributos HTML, atributos de estilo y JavaScript"> + +<!-- These tabs are currently used in the image input dialog --> +<!ENTITY imageInputTab.label "Formulario"> +<!ENTITY imageLocationTab.label "Ubicación"> +<!ENTITY imageDimensionsTab.label "Dimensiones"> +<!ENTITY imageAppearanceTab.label "Apariencia"> +<!ENTITY imageLinkTab.label "Enlace"> diff --git a/l10n-es-AR/editor/ui/chrome/dialogs/EditorInputProperties.dtd b/l10n-es-AR/editor/ui/chrome/dialogs/EditorInputProperties.dtd new file mode 100644 index 0000000000..29fc3c0375 --- /dev/null +++ b/l10n-es-AR/editor/ui/chrome/dialogs/EditorInputProperties.dtd @@ -0,0 +1,50 @@ +<!-- 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 campo de formulario"> +<!ENTITY windowTitleImage.label "Propiedades de imagen de formulario"> + +<!ENTITY InputType.label "Tipo de campo"> +<!ENTITY InputType.accesskey "T"> +<!ENTITY text.value "Texto"> +<!ENTITY password.value "Contraseña"> +<!ENTITY checkbox.value "Check Box"> +<!ENTITY radio.value "Botón radio"> +<!ENTITY submit.value "Botón enviar"> +<!ENTITY reset.value "Reset Button"> +<!ENTITY file.value "Archivo"> +<!ENTITY hidden.value "Oculto"> +<!ENTITY image.value "Imagen"> +<!ENTITY button.value "Botón"> + +<!ENTITY InputSettings.label "Opciones de campos"> +<!ENTITY InputName.label "Nombre de campo:"> +<!ENTITY InputName.accesskey "N"> +<!ENTITY GroupName.label "Nombre de grupo:"> +<!ENTITY GroupName.accesskey "b"> +<!ENTITY InputValue.label "Valor de campo:"> +<!ENTITY InputValue.accesskey "V"> +<!ENTITY InitialValue.label "Valor inicial:"> +<!ENTITY InitialValue.accesskey "a"> +<!ENTITY InputChecked.label "Verificado inicialmente"> +<!ENTITY InputChecked.accesskey "c"> +<!ENTITY InputSelected.label "Inicialmente seleccionado"> +<!ENTITY InputSelected.accesskey "s"> +<!ENTITY InputReadOnly.label "Sólo lectura"> +<!ENTITY InputReadOnly.accesskey "l"> +<!ENTITY InputDisabled.label "Deshabilitado"> +<!ENTITY InputDisabled.accesskey "D"> +<!ENTITY tabIndex.label "Índice de tabulación:"> +<!ENTITY tabIndex.accesskey "i"> +<!ENTITY TextSize.label "Tamaño de campo:"> +<!ENTITY TextSize.accesskey "m"> +<!ENTITY TextLength.label "Longitud máxima:"> +<!ENTITY TextLength.accesskey "L"> +<!ENTITY AccessKey.label "Tecla de acceso:"> +<!ENTITY AccessKey.accesskey "T"> +<!ENTITY Accept.label "Aceptar tipos:"> +<!ENTITY Accept.accesskey "A"> + +<!ENTITY ImageProperties.label "Propiedades de imagen..."> +<!ENTITY ImageProperties.accesskey "e"> diff --git a/l10n-es-AR/editor/ui/chrome/dialogs/EditorInsertChars.dtd b/l10n-es-AR/editor/ui/chrome/dialogs/EditorInsertChars.dtd new file mode 100644 index 0000000000..18df4ba7ee --- /dev/null +++ b/l10n-es-AR/editor/ui/chrome/dialogs/EditorInsertChars.dtd @@ -0,0 +1,19 @@ +<!-- 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/. --> + + +<!-- Window title --> +<!ENTITY windowTitle.label "Insertar caracter"> +<!ENTITY category.label "Categoría"> +<!ENTITY letter.label "Letra:"> +<!ENTITY letter.accessKey "L"> +<!ENTITY character.label "Caracter:"> +<!ENTITY character.accessKey "C"> +<!ENTITY accentUpper.label "Mayúsculas acentuadas"> +<!ENTITY accentLower.label "Minúsculas acentuadas"> +<!ENTITY otherUpper.label "Otras mayúsculas"> +<!ENTITY otherLower.label "Otras minúsculas"> +<!ENTITY commonSymbols.label "Símbolos comunes"> +<!ENTITY insertButton.label "Insertar"> +<!ENTITY closeButton.label "Cerrar"> diff --git a/l10n-es-AR/editor/ui/chrome/dialogs/EditorInsertMath.dtd b/l10n-es-AR/editor/ui/chrome/dialogs/EditorInsertMath.dtd new file mode 100644 index 0000000000..320826e5ba --- /dev/null +++ b/l10n-es-AR/editor/ui/chrome/dialogs/EditorInsertMath.dtd @@ -0,0 +1,21 @@ +<!-- 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/. --> + +<!-- Window title --> +<!ENTITY windowTitle.label "Insertar matemática"> + +<!ENTITY sourceEditField.label "Ingrese código fuente LaTeX:"> + +<!ENTITY options.label "Opciones"> +<!ENTITY optionInline.label "Inline mode"> +<!ENTITY optionInline.accesskey "N"> +<!ENTITY optionDisplay.label "Display mode"> +<!ENTITY optionDisplay.accesskey "D"> +<!ENTITY optionLTR.label "Dirección izquierda a derecha"> +<!ENTITY optionLTR.accesskey "z"> +<!ENTITY optionRTL.label "Dirección derecha a izquierda"> +<!ENTITY optionRTL.accesskey "r"> + +<!ENTITY insertButton.label "Insertar"> +<!ENTITY insertButton.accesskey "I"> diff --git a/l10n-es-AR/editor/ui/chrome/dialogs/EditorInsertSource.dtd b/l10n-es-AR/editor/ui/chrome/dialogs/EditorInsertSource.dtd new file mode 100644 index 0000000000..7b9cc58a7f --- /dev/null +++ b/l10n-es-AR/editor/ui/chrome/dialogs/EditorInsertSource.dtd @@ -0,0 +1,15 @@ +<!-- 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/. --> + +<!-- Window title --> +<!ENTITY windowTitle.label "Insertar HTML"> +<!ENTITY sourceEditField.label "Introduzca etiquetas HTML y texto:"> +<!ENTITY example.label "Ejemplo:"> +<!-- LOCALIZATION NOTE (exampleOpenTag.label): DONT_TRANSLATE: they are text for HTML tagnames: "<i>" and "</i>" --> +<!ENTITY exampleOpenTag.label "<i>"> +<!-- LOCALIZATION NOTE (exampleCloseTag.label): DONT_TRANSLATE: they are text for HTML tagnames: "<i>" and "</i>" --> +<!ENTITY exampleCloseTag.label "</i>"> +<!ENTITY exampleText.label "¡Hola, mundo!"> +<!ENTITY insertButton.label "Insertar"> +<!ENTITY insertButton.accesskey "I"> diff --git a/l10n-es-AR/editor/ui/chrome/dialogs/EditorInsertTOC.dtd b/l10n-es-AR/editor/ui/chrome/dialogs/EditorInsertTOC.dtd new file mode 100644 index 0000000000..0453dc8752 --- /dev/null +++ b/l10n-es-AR/editor/ui/chrome/dialogs/EditorInsertTOC.dtd @@ -0,0 +1,16 @@ +<!-- 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 Window.title "Tabla de contenidos"> +<!ENTITY buildToc.label "Construir tabla de contenidos de:"> +<!ENTITY tag.label "Etiqueta:"> +<!ENTITY class.label "Clase:"> +<!ENTITY header1.label "Nivel 1"> +<!ENTITY header2.label "Nivel 2"> +<!ENTITY header3.label "Nivel 3"> +<!ENTITY header4.label "Nivel 4"> +<!ENTITY header5.label "Nivel 5"> +<!ENTITY header6.label "Nivel 6"> +<!ENTITY makeReadOnly.label "Hacer de sólo lectura la tabla de contenidos"> +<!ENTITY orderedList.label "Numerar todas las entradas en la tabla de contenidos"> diff --git a/l10n-es-AR/editor/ui/chrome/dialogs/EditorInsertTable.dtd b/l10n-es-AR/editor/ui/chrome/dialogs/EditorInsertTable.dtd new file mode 100644 index 0000000000..89e4a62e96 --- /dev/null +++ b/l10n-es-AR/editor/ui/chrome/dialogs/EditorInsertTable.dtd @@ -0,0 +1,17 @@ +<!-- 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/. --> + +<!-- Window title --> +<!ENTITY windowTitle.label "Insertar tabla"> +<!ENTITY size.label "Tamaño"> +<!ENTITY numRowsEditField.label "Filas:"> +<!ENTITY numRowsEditField.accessKey "F"> +<!ENTITY numColumnsEditField.label "Columnas:"> +<!ENTITY numColumnsEditField.accessKey "C"> +<!ENTITY widthEditField.label "Anchura:"> +<!ENTITY widthEditField.accessKey "A"> +<!ENTITY borderEditField.label "Borde:"> +<!ENTITY borderEditField.accessKey "B"> +<!ENTITY borderEditField.tooltip "Teclea un número para el borde de la tabla o bien cero (0) para omitir el borde"> +<!ENTITY pixels.label "píxeles"> diff --git a/l10n-es-AR/editor/ui/chrome/dialogs/EditorLabelProperties.dtd b/l10n-es-AR/editor/ui/chrome/dialogs/EditorLabelProperties.dtd new file mode 100644 index 0000000000..e2e1598d83 --- /dev/null +++ b/l10n-es-AR/editor/ui/chrome/dialogs/EditorLabelProperties.dtd @@ -0,0 +1,18 @@ +<!-- 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 etiqueta"> + +<!ENTITY Settings.label "Configuración"> +<!ENTITY Settings.accesskey "C"> + +<!ENTITY EditLabelText.label "Editar texto:"> +<!ENTITY EditLabelText.accesskey "t"> +<!ENTITY LabelFor.label "Para control:"> +<!ENTITY LabelFor.accesskey "P"> +<!ENTITY AccessKey.label "Tecla de acceso:"> +<!ENTITY AccessKey.accesskey "a"> + +<!ENTITY RemoveLabel.label "Eliminar etiqueta"> +<!ENTITY RemoveLabel.accesskey "r"> diff --git a/l10n-es-AR/editor/ui/chrome/dialogs/EditorLinkProperties.dtd b/l10n-es-AR/editor/ui/chrome/dialogs/EditorLinkProperties.dtd new file mode 100644 index 0000000000..7d990a5fb5 --- /dev/null +++ b/l10n-es-AR/editor/ui/chrome/dialogs/EditorLinkProperties.dtd @@ -0,0 +1,6 @@ +<!-- 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 enlace"> +<!ENTITY LinkURLBox.label "Ubicación del enlace"> diff --git a/l10n-es-AR/editor/ui/chrome/dialogs/EditorListProperties.dtd b/l10n-es-AR/editor/ui/chrome/dialogs/EditorListProperties.dtd new file mode 100644 index 0000000000..171cd6ea66 --- /dev/null +++ b/l10n-es-AR/editor/ui/chrome/dialogs/EditorListProperties.dtd @@ -0,0 +1,20 @@ +<!-- 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/. --> + + +<!-- Window title --> +<!ENTITY windowTitle.label "Propiedades de la lista"> + +<!ENTITY ListType.label "Tipo de lista"> +<!ENTITY bulletStyle.label "Estilo de viñeta:"> +<!ENTITY startingNumber.label "Empezar en:"> +<!ENTITY startingNumber.accessKey "E"> +<!ENTITY none.value "Ninguno"> +<!ENTITY bulletList.value "Lista (no numerada) de viñetas:"> +<!ENTITY numberList.value "Lista numerada"> +<!ENTITY definitionList.value "Lista de definiciones"> +<!ENTITY changeEntireListRadio.label "Cambiar la lista entera"> +<!ENTITY changeEntireListRadio.accessKey "C"> +<!ENTITY changeSelectedRadio.label "Cambiar sólo los elementos seleccionados"> +<!ENTITY changeSelectedRadio.accessKey "I"> diff --git a/l10n-es-AR/editor/ui/chrome/dialogs/EditorPageProperties.dtd b/l10n-es-AR/editor/ui/chrome/dialogs/EditorPageProperties.dtd new file mode 100644 index 0000000000..ac7816a619 --- /dev/null +++ b/l10n-es-AR/editor/ui/chrome/dialogs/EditorPageProperties.dtd @@ -0,0 +1,17 @@ +<!-- 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/. --> + +<!-- Window title --> +<!ENTITY windowTitle.label "Propiedades de página"> +<!ENTITY location.label "Dirección:"> +<!ENTITY lastModified.label "Última modificación:"> +<!ENTITY titleInput.label "Título:"> +<!ENTITY titleInput.accessKey "T"> +<!ENTITY authorInput.label "Autor:"> +<!ENTITY authorInput.accessKey "A"> +<!ENTITY descriptionInput.label "Descripción:"> +<!ENTITY descriptionInput.accessKey "D"> +<!ENTITY locationNewPage.label "[Página nueva, aún no guardada]"> +<!ENTITY EditHEADSource1.label "Usuarios avanzados:"> +<!ENTITY EditHEADSource2.label "Para editar el contenido de la región <head>, use "Fuente HTML" en el menú Ver la barra de Modo de Edición."> diff --git a/l10n-es-AR/editor/ui/chrome/dialogs/EditorPersonalDictionary.dtd b/l10n-es-AR/editor/ui/chrome/dialogs/EditorPersonalDictionary.dtd new file mode 100644 index 0000000000..53b3f810a7 --- /dev/null +++ b/l10n-es-AR/editor/ui/chrome/dialogs/EditorPersonalDictionary.dtd @@ -0,0 +1,20 @@ +<!-- 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/. --> + +<!-- Window title --> +<!ENTITY windowTitle.label "Diccionario personal"> + +<!ENTITY wordEditField.label "Nueva palabra:"> +<!ENTITY wordEditField.accessKey "N"> +<!ENTITY AddButton.label "Añadir"> +<!ENTITY AddButton.accessKey "A"> +<!ENTITY DictionaryList.label "Palabras en el diccionario:"> +<!ENTITY DictionaryList.accessKey "d"> +<!ENTITY ReplaceButton.label "Reemplazar"> +<!ENTITY ReplaceButton.accessKey "R"> +<!ENTITY RemoveButton.label "Eliminar"> +<!ENTITY RemoveButton.accessKey "e"> + +<!ENTITY CloseButton.label "Cerrar"> +<!ENTITY CloseButton.accessKey "C"> diff --git a/l10n-es-AR/editor/ui/chrome/dialogs/EditorPublish.dtd b/l10n-es-AR/editor/ui/chrome/dialogs/EditorPublish.dtd new file mode 100644 index 0000000000..ab5b21159c --- /dev/null +++ b/l10n-es-AR/editor/ui/chrome/dialogs/EditorPublish.dtd @@ -0,0 +1,65 @@ +<!-- 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/. --> + +<!-- Window title --> +<!ENTITY windowTitle.label "Publicar página"> +<!ENTITY windowTitleSettings.label "Opciones de publicación"> +<!ENTITY publishTab.label "Publicar"> +<!ENTITY settingsTab.label "Opciones"> +<!ENTITY publishButton.label "Publicar"> + +<!-- Publish Tab Panel --> +<!ENTITY siteList.label "Nombre del sitio:"> +<!ENTITY siteList.accesskey "e"> +<!ENTITY siteList.tooltip "Seleccione el sitio que quiere publicar"> +<!ENTITY newSiteButton.label "Nuevo sitio"> +<!ENTITY newSiteButton.accesskey "N"> +<!ENTITY docDirList.label "Subdirectorio del sitio para esta página:"> +<!ENTITY docDirList.accesskey "S"> +<!ENTITY docDirList.tooltip "Seleccione o ingrese el nombre del subdirectorio remoto para esta página"> +<!ENTITY publishImgCheckbox.label "Incluír imágenes y otros archivos"> +<!ENTITY publishImgCheckbox.accesskey "o"> +<!ENTITY publishImgCheckbox.tooltip "Publicar imágenes y otros archivos referenciados por esta página"> +<!ENTITY sameLocationRadio.label "Usar la misma ubicación que la página"> +<!ENTITY sameLocationRadio.accesskey "U"> +<!ENTITY sameLocationRadio.tooltip "Publicar archivos a la misma ubicación que la página"> +<!ENTITY useSubdirRadio.label "Usar el subdirectorio de este sitio:"> +<!ENTITY useSubdirRadio.accesskey "d"> +<!ENTITY useSubdirRadio.tooltip "Publicar archivos al subdirectorio remoto seleccionado"> +<!ENTITY otherDirList.tooltip "Seleccionar o ingresar el nombre del subdirectorio remoto donde se publicarán los archivos"> +<!ENTITY pageTitle.label "Título de la página:"> +<!ENTITY pageTitle.accesskey "T"> +<!ENTITY pageTitle.tooltip "Ingrese un título para identificar la página en la ventana y en los marcadores"> +<!ENTITY pageTitleExample.label "ej.: "Mi página web""> +<!ENTITY filename.label "Nombre:"> +<!ENTITY filename.accesskey "N"> +<!ENTITY filename.tooltip "Ingrese un nombre para este archivo, incluyendo '.html' para una página web"> +<!ENTITY filenameExample.label "ej.: "mipagina.html""> +<!ENTITY setDefaultButton.label "Establecer como predeterminado"> +<!ENTITY setDefaultButton.accesskey "D"> +<!ENTITY removeButton.label "Eliminar sitio"> +<!ENTITY removeButton.accesskey "R"> + +<!-- Settings Tab Panel --> +<!ENTITY publishSites.label "Publicar sitios"> +<!ENTITY serverInfo.label "Información de servidor"> +<!ENTITY loginInfo.label "Información de ingreso"> +<!ENTITY siteName.label "Nombre del sitio:"> +<!ENTITY siteName.accesskey "e"> +<!ENTITY siteName.tooltip "Un nombre que identifica este sitio (ej.: 'MiSitio')"> +<!ENTITY siteUrl.label "Dirección de publicación (ej.: 'ftp://ftp.miproveedor.com/miusuario'):"> +<!ENTITY siteUrl.accesskey "a"> +<!ENTITY siteUrl.tooltip "Las direcciones FTP:// o HTTP:// provistas por su proveedor de Internet o servicio de web hosting"> +<!ENTITY browseUrl.label "Dirección HTTP de su página (ej.: 'http://www.miproveedor.com/miusuario'):"> +<!ENTITY browseUrl.accesskey "T"> +<!ENTITY browseUrl.tooltip "La dirección HTTP:// de su directorio de inicio (no incluya nombre de archivo)"> +<!ENTITY username.label "Usuario:"> +<!ENTITY username.accesskey "U"> +<!ENTITY username.tooltip "El nombre de usuario con el que ingresa a su proveedor para el servicio de hosting"> +<!ENTITY password.label "Contraseña:"> +<!ENTITY password.accesskey "C"> +<!ENTITY password.tooltip "La contrseña asociada con su nombre de usuario"> +<!ENTITY savePassword.label "Guardar contraseña"> +<!ENTITY savePassword.accesskey "S"> +<!ENTITY savePassword.tooltip "Seleccione para guardar su contraseña de forma segura usando el administrador de contraseñas"> diff --git a/l10n-es-AR/editor/ui/chrome/dialogs/EditorPublishProgress.dtd b/l10n-es-AR/editor/ui/chrome/dialogs/EditorPublishProgress.dtd new file mode 100644 index 0000000000..32929f065e --- /dev/null +++ b/l10n-es-AR/editor/ui/chrome/dialogs/EditorPublishProgress.dtd @@ -0,0 +1,16 @@ +<!-- 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/. --> + +<!-- Window title --> +<!ENTITY siteUrl.label "URL del sitio:"> +<!ENTITY docSubdir.label "Subdirectorio de página:"> +<!ENTITY otherSubdir.label "Subdirectorio de imagen:"> + +<!ENTITY status.label "Publicando…"> +<!ENTITY fileList.label "Estado de publicación"> +<!ENTITY succeeded.label "Éxito"> +<!ENTITY failed.label "Falla"> + +<!ENTITY keepOpen "Mantener esta ventana abierta después de completar la publicación."> +<!ENTITY closeButton.label "Cerrar"> diff --git a/l10n-es-AR/editor/ui/chrome/dialogs/EditorReplace.dtd b/l10n-es-AR/editor/ui/chrome/dialogs/EditorReplace.dtd new file mode 100644 index 0000000000..1f512952cc --- /dev/null +++ b/l10n-es-AR/editor/ui/chrome/dialogs/EditorReplace.dtd @@ -0,0 +1,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/. --> + +<!-- extracted from EdReplace.xul --> + +<!ENTITY replaceDialog.title "Buscar y reemplazar"> +<!ENTITY findField.label "Encontrar texto:"> +<!ENTITY findField.accesskey "n"> +<!ENTITY replaceField.label "Reemplazar con:"> +<!ENTITY replaceField.accesskey "e"> +<!ENTITY caseSensitiveCheckbox.label "Coincidencia de mayúsculas/minúsculas"> +<!ENTITY caseSensitiveCheckbox.accesskey "C"> +<!ENTITY wrapCheckbox.label "Buscar en todo el documento"> +<!ENTITY wrapCheckbox.accesskey "u"> +<!ENTITY backwardsCheckbox.label "Buscar hacia atrás"> +<!ENTITY backwardsCheckbox.accesskey "B"> +<!ENTITY findNextButton.label "Buscar siguiente"> +<!ENTITY findNextButton.accesskey "s"> +<!ENTITY replaceButton.label "Reemplazar"> +<!ENTITY replaceButton.accesskey "R"> +<!ENTITY replaceAndFindButton.label "Reemplazar y buscar"> +<!ENTITY replaceAndFindButton.accesskey "y"> +<!ENTITY replaceAllButton.label "Reemplazar todo"> +<!ENTITY replaceAllButton.accesskey "a"> +<!ENTITY closeButton.label "Cerrar"> +<!ENTITY closeButton.accesskey "C"> diff --git a/l10n-es-AR/editor/ui/chrome/dialogs/EditorSaveAsCharset.dtd b/l10n-es-AR/editor/ui/chrome/dialogs/EditorSaveAsCharset.dtd new file mode 100644 index 0000000000..9b43b992ac --- /dev/null +++ b/l10n-es-AR/editor/ui/chrome/dialogs/EditorSaveAsCharset.dtd @@ -0,0 +1,14 @@ +<!-- 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/. --> + +<!-- These strings are generic to all or most of the editor's dialogs. --> + +<!-- This button is for the progressive disclosure of additional editing functionality --> + +<!-- These strings are for use specifically in the editor's link dialog. --> +<!ENTITY windowTitle2.label "Guardar y cambiar codificación de texto"> +<!ENTITY documentTitleTitle.label "Título de página"> +<!ENTITY documentCharsetTitle2.label "Codificación de texto"> +<!ENTITY documentCharsetDesc2.label "Seleccione la codificación de texto en la que quiere guardar el documento:"> +<!ENTITY documentExportToText.label "Exportar a texto"> diff --git a/l10n-es-AR/editor/ui/chrome/dialogs/EditorSelectProperties.dtd b/l10n-es-AR/editor/ui/chrome/dialogs/EditorSelectProperties.dtd new file mode 100644 index 0000000000..e2eb20e698 --- /dev/null +++ b/l10n-es-AR/editor/ui/chrome/dialogs/EditorSelectProperties.dtd @@ -0,0 +1,48 @@ +<!-- 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 "Selection List Properties"> + +<!ENTITY Select.label "Selection List"> +<!ENTITY SelectName.label "List Name:"> +<!ENTITY SelectName.accesskey "N"> +<!ENTITY SelectSize.label "Height:"> +<!ENTITY SelectSize.accesskey "H"> +<!ENTITY SelectMultiple.label "Multiple Selection"> +<!ENTITY SelectMultiple.accesskey "M"> +<!ENTITY SelectDisabled.label "Disabled"> +<!ENTITY SelectDisabled.accesskey "D"> +<!ENTITY SelectTabIndex.label "Tab Index:"> +<!ENTITY SelectTabIndex.accesskey "I"> + +<!ENTITY OptGroup.label "Option Group"> +<!ENTITY OptGroupLabel.label "Label:"> +<!ENTITY OptGroupLabel.accesskey "L"> +<!ENTITY OptGroupDisabled.label "Disabled"> +<!ENTITY OptGroupDisabled.accesskey "D"> + +<!ENTITY Option.label "Option"> +<!ENTITY OptionText.label "Text:"> +<!ENTITY OptionText.accesskey "T"> +<!ENTITY OptionValue.label "Value:"> +<!ENTITY OptionValue.accesskey "V"> +<!ENTITY OptionSelected.label "Initially Selected"> +<!ENTITY OptionSelected.accesskey "S"> +<!ENTITY OptionDisabled.label "Disabled"> +<!ENTITY OptionDisabled.accesskey "D"> + +<!ENTITY TextHeader.label "Text"> +<!ENTITY ValueHeader.label "Value"> +<!ENTITY SelectedHeader.label "Selected"> + +<!ENTITY AddOption.label "Add Option"> +<!ENTITY AddOption.accesskey "O"> +<!ENTITY AddOptGroup.label "Add Group"> +<!ENTITY AddOptGroup.accesskey "G"> +<!ENTITY RemoveElement.label "Remove"> +<!ENTITY RemoveElement.accesskey "R"> +<!ENTITY MoveElementUp.label "Move Up"> +<!ENTITY MoveElementUp.accesskey "U"> +<!ENTITY MoveElementDown.label "Move Down"> +<!ENTITY MoveElementDown.accesskey "D"> diff --git a/l10n-es-AR/editor/ui/chrome/dialogs/EditorSnapToGrid.dtd b/l10n-es-AR/editor/ui/chrome/dialogs/EditorSnapToGrid.dtd new file mode 100644 index 0000000000..f1fd50f54c --- /dev/null +++ b/l10n-es-AR/editor/ui/chrome/dialogs/EditorSnapToGrid.dtd @@ -0,0 +1,15 @@ +<!-- 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/. --> + + +<!-- Window title --> +<!ENTITY windowTitle.label "Snap para la cuadrícula"> + +<!ENTITY enableSnapToGrid.label "habilitar Snap para la cuadrícula"> +<!ENTITY enableSnapToGrid.accessKey "e"> + +<!ENTITY sizeEditField.label "Size:"> +<!ENTITY sizeEditField.accessKey "S"> + +<!ENTITY pixelsLabel.value "pixels"> diff --git a/l10n-es-AR/editor/ui/chrome/dialogs/EditorSpellCheck.dtd b/l10n-es-AR/editor/ui/chrome/dialogs/EditorSpellCheck.dtd new file mode 100644 index 0000000000..435a7344d0 --- /dev/null +++ b/l10n-es-AR/editor/ui/chrome/dialogs/EditorSpellCheck.dtd @@ -0,0 +1,38 @@ +<!-- 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/. --> + +<!-- Window title --> +<!ENTITY windowTitle.label "Revisar ortografía"> + +<!ENTITY misspelledWord.label "Palabra mal escrita:"> +<!ENTITY wordEditField.label "Reemplazar con:"> +<!ENTITY wordEditField.accessKey "z"> +<!ENTITY checkwordButton.label "Revisar palabra"> +<!ENTITY checkwordButton.accessKey "s"> +<!ENTITY suggestions.label "Sugerencias:"> +<!ENTITY suggestions.accessKey "u"> +<!ENTITY ignoreButton.label "Ignorar"> +<!ENTITY ignoreButton.accessKey "I"> +<!ENTITY ignoreAllButton.label "Ignorar todo"> +<!ENTITY ignoreAllButton.accessKey "n"> +<!ENTITY replaceButton.label "Reemplazar"> +<!ENTITY replaceButton.accessKey "R"> +<!ENTITY replaceAllButton.label "Reemplazar todo"> +<!ENTITY replaceAllButton.accessKey "A"> +<!ENTITY stopButton.label "Detener"> +<!ENTITY stopButton.accessKey "t"> +<!ENTITY userDictionary.label "Diccionario personal:"> +<!ENTITY moreDictionaries.label "Descargar más"> +<!ENTITY addToUserDictionaryButton.label "Añadir palabra"> +<!ENTITY addToUserDictionaryButton.accessKey "d"> +<!ENTITY editUserDictionaryButton.label "Editar..."> +<!ENTITY editUserDictionaryButton.accessKey "E"> +<!ENTITY recheckButton2.label "Volver a revisar texto"> +<!ENTITY recheckButton2.accessKey "T"> +<!ENTITY closeButton.label "Cerrar"> +<!ENTITY closeButton.accessKey "C"> +<!ENTITY sendButton.label "Enviar"> +<!ENTITY sendButton.accessKey "v"> +<!ENTITY languagePopup.label "Idioma:"> +<!ENTITY languagePopup.accessKey "m"> 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"> diff --git a/l10n-es-AR/editor/ui/chrome/dialogs/EditorTextAreaProperties.dtd b/l10n-es-AR/editor/ui/chrome/dialogs/EditorTextAreaProperties.dtd new file mode 100644 index 0000000000..8bd936ae00 --- /dev/null +++ b/l10n-es-AR/editor/ui/chrome/dialogs/EditorTextAreaProperties.dtd @@ -0,0 +1,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 de área de texto"> + +<!ENTITY Settings.label "Configuración"> + +<!ENTITY TextAreaName.label "Nombre de campo:"> +<!ENTITY TextAreaName.accessKey "N"> +<!ENTITY TextAreaRows.label "Filas:"> +<!ENTITY TextAreaRows.accessKey "R"> +<!ENTITY TextAreaCols.label "Columnas:"> +<!ENTITY TextAreaCols.accessKey "C"> +<!ENTITY TextAreaReadOnly.label "Sólo lectura"> +<!ENTITY TextAreaReadOnly.accessKey "O"> +<!ENTITY TextAreaDisabled.label "Deshabilitada"> +<!ENTITY TextAreaDisabled.accessKey "D"> +<!ENTITY TextAreaTabIndex.label "Tab Index:"> +<!ENTITY TextAreaTabIndex.accessKey "I"> +<!ENTITY TextAreaAccessKey.label "Tecla de acceso:"> +<!ENTITY TextAreaAccessKey.accessKey "K"> +<!ENTITY InitialText.label "Texto inicial:"> +<!ENTITY InitialText.accessKey "T"> + +<!ENTITY TextAreaWrap.label "Wrap Mode:"> +<!ENTITY TextAreaWrap.accessKey "W"> +<!ENTITY WrapDefault.value "Predeterminado"> +<!ENTITY WrapOff.value "Desactivado"> +<!ENTITY WrapHard.value "Duro"> +<!ENTITY WrapSoft.value "Blando"> +<!ENTITY WrapPhysical.value "Físico"> +<!ENTITY WrapVirtual.value "Virtual"> |