diff options
Diffstat (limited to 'l10n-gl/mail/chrome/messenger/messengercompose/editorOverlay.dtd')
-rw-r--r-- | l10n-gl/mail/chrome/messenger/messengercompose/editorOverlay.dtd | 304 |
1 files changed, 304 insertions, 0 deletions
diff --git a/l10n-gl/mail/chrome/messenger/messengercompose/editorOverlay.dtd b/l10n-gl/mail/chrome/messenger/messengercompose/editorOverlay.dtd new file mode 100644 index 0000000000..c6024801a5 --- /dev/null +++ b/l10n-gl/mail/chrome/messenger/messengercompose/editorOverlay.dtd @@ -0,0 +1,304 @@ +<!-- 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/. --> + +<!-- Attn: Localization - some of the menus in this dialog directly affect mail also. --> + +<!-- Edit menu items --> +<!ENTITY pasteNoFormatting.label "Pegar sen formato"> +<!ENTITY pasteNoFormatting.accesskey "n"> +<!ENTITY pasteNoFormatting.key "V"> +<!ENTITY pasteAsQuotationCmd.label "Pegar como cita"> +<!ENTITY pasteAsQuotationCmd.accesskey "r"> + +<!-- Insert menu items --> +<!ENTITY insertMenu.label "Inserir"> +<!ENTITY insertMenu.accesskey "I"> +<!ENTITY insertLinkCmd2.label "Ligazón…"> +<!ENTITY insertLinkCmd2.accesskey "L"> +<!ENTITY insertLinkCmd2.key "K"> +<!ENTITY insertAnchorCmd.label "Áncora con nome…"> +<!ENTITY insertAnchorCmd.accesskey "a"> +<!ENTITY insertImageCmd.label "Imaxe…"> +<!ENTITY insertImageCmd.accesskey "I"> +<!ENTITY insertHLineCmd.label "Liña horizontal"> +<!ENTITY insertHLineCmd.accesskey "r"> +<!ENTITY insertTableCmd.label "Táboa…"> +<!ENTITY insertTableCmd.accesskey "T"> +<!ENTITY insertHTMLCmd.label "HTML…"> +<!ENTITY insertHTMLCmd.accesskey "H"> +<!ENTITY insertMathCmd.label "Expresión matemática…"> +<!ENTITY insertMathCmd.accesskey "m"> +<!ENTITY insertCharsCmd.label "Caracteres e símbolos…"> +<!ENTITY insertCharsCmd.accesskey "C"> +<!ENTITY insertBreakAllCmd.label "Quebrar imaxes"> +<!ENTITY insertBreakAllCmd.accesskey "r"> + +<!-- Used just in context popup. --> +<!ENTITY createLinkCmd.label "Crear ligazón…"> +<!ENTITY createLinkCmd.accesskey "z"> +<!ENTITY editLinkCmd.label "Modificar a ligazón nun nova xanela de redacción"> +<!ENTITY editLinkCmd.accesskey "i"> + +<!-- Font Face SubMenu --> +<!ENTITY FontFaceSelect.tooltip "Escoller un tipo de letra"> +<!ENTITY fontfaceMenu.label "Tipo de letra"> +<!ENTITY fontfaceMenu.accesskey "T"> +<!ENTITY fontVarWidth.label "Largura variábel"> +<!ENTITY fontVarWidth.accesskey "v"> +<!ENTITY fontFixedWidth.label "Largura fixa"> +<!ENTITY fontFixedWidth.accesskey "x"> +<!ENTITY fontFixedWidth.key "T"> +<!ENTITY fontHelvetica.label "Helvetica, Arial"> +<!ENTITY fontHelvetica.accesskey "l"> +<!ENTITY fontTimes.label "Times"> +<!ENTITY fontTimes.accesskey "T"> +<!ENTITY fontCourier.label "Courier"> +<!ENTITY fontCourier.accesskey "C"> + +<!-- Font Size SubMenu --> +<!ENTITY FontSizeSelect.tooltip "Escoller un tamaño de tipo de letra"> +<!ENTITY decreaseFontSize.label "Menor"> +<!ENTITY decreaseFontSize.accesskey "r"> +<!ENTITY decrementFontSize.key "<"> +<!ENTITY decrementFontSize.key2 ","> <!-- < is above this key on many keyboards --> +<!ENTITY increaseFontSize.label "Maior"> +<!ENTITY increaseFontSize.accesskey "i"> +<!ENTITY incrementFontSize.key ">"> +<!ENTITY incrementFontSize.key2 "."> <!-- > is above this key on many keyboards --> + +<!ENTITY fontSizeMenu.label "Tamaño"> +<!ENTITY fontSizeMenu.accesskey "m"> +<!ENTITY size-tinyCmd.label "Moi pequena"> +<!ENTITY size-tinyCmd.accesskey "q"> +<!ENTITY size-smallCmd.label "Pequena"> +<!ENTITY size-smallCmd.accesskey "a"> +<!ENTITY size-mediumCmd.label "Media"> +<!ENTITY size-mediumCmd.accesskey "d"> +<!ENTITY size-largeCmd.label "Grande"> +<!ENTITY size-largeCmd.accesskey "r"> +<!ENTITY size-extraLargeCmd.label "Moi grande"> +<!ENTITY size-extraLargeCmd.accesskey "g"> +<!ENTITY size-hugeCmd.label "Enorme"> +<!ENTITY size-hugeCmd.accesskey "m"> + +<!-- Font Style SubMenu --> +<!ENTITY fontStyleMenu.label "Estilo de texto"> +<!ENTITY fontStyleMenu.accesskey "E"> +<!ENTITY styleBoldCmd.label "Negra"> +<!ENTITY styleBoldCmd.accesskey "N"> +<!ENTITY styleBoldCmd.key "b"> +<!ENTITY styleItalicCmd.label "Cursiva"> +<!ENTITY styleItalicCmd.accesskey "C"> +<!ENTITY styleItalicCmd.key "i"> +<!ENTITY styleUnderlineCmd.label "Subliñado"> +<!ENTITY styleUnderlineCmd.accesskey "S"> +<!ENTITY styleUnderlineCmd.key "u"> +<!ENTITY styleStrikeThruCmd.label "Riscado"> +<!ENTITY styleStrikeThruCmd.accesskey "R"> +<!ENTITY styleSuperscriptCmd.label "Superíndice"> +<!ENTITY styleSuperscriptCmd.accesskey "u"> +<!ENTITY styleSubscriptCmd.label "Subíndice"> +<!ENTITY styleSubscriptCmd.accesskey "b"> +<!ENTITY styleNonbreakingCmd.label "Sen separación"> +<!ENTITY styleNonbreakingCmd.accesskey "e"> +<!ENTITY styleEm.label "Énfase"> +<!ENTITY styleEm.accesskey "n"> +<!ENTITY styleStrong.label "Énfase forte"> +<!ENTITY styleStrong.accesskey "f"> +<!ENTITY styleCite.label "Cita"> +<!ENTITY styleCite.accesskey "C"> +<!ENTITY styleAbbr.label "Abreviación"> +<!ENTITY styleAbbr.accesskey "A"> +<!ENTITY styleAcronym.label "Acrónimo"> +<!ENTITY styleAcronym.accesskey "r"> +<!ENTITY styleCode.label "Código"> +<!ENTITY styleCode.accesskey "d"> +<!ENTITY styleSamp.label "Resultado de exemplo"> +<!ENTITY styleSamp.accesskey "s"> +<!ENTITY styleVar.label "Variábel"> +<!ENTITY styleVar.accesskey "V"> + +<!ENTITY formatFontColor.label "Cor do texto…"> +<!ENTITY formatFontColor.accesskey "C"> +<!ENTITY tableOrCellColor.label "Cor do fondo da cela ou da táboa…"> +<!ENTITY tableOrCellColor.accesskey "f"> + +<!ENTITY formatRemoveStyles.key "y"> +<!ENTITY formatRemoveLinks.key "k"> +<!ENTITY formatRemoveNamedAnchors.label "Retirar áncoras con nome"> +<!ENTITY formatRemoveNamedAnchors.accesskey "R"> +<!ENTITY formatRemoveNamedAnchors2.key "R"> + +<!ENTITY paragraphMenu.label "Parágrafo"> +<!ENTITY paragraphMenu.accesskey "P"> +<!ENTITY paragraphParagraphCmd.label "Parágrafo"> +<!ENTITY paragraphParagraphCmd.accesskey "P"> +<!ENTITY heading1Cmd.label "Título 1"> +<!ENTITY heading1Cmd.accesskey "1"> +<!ENTITY heading2Cmd.label "Título 2"> +<!ENTITY heading2Cmd.accesskey "2"> +<!ENTITY heading3Cmd.label "Título 3"> +<!ENTITY heading3Cmd.accesskey "3"> +<!ENTITY heading4Cmd.label "Título 4"> +<!ENTITY heading4Cmd.accesskey "4"> +<!ENTITY heading5Cmd.label "Título 5"> +<!ENTITY heading5Cmd.accesskey "5"> +<!ENTITY heading6Cmd.label "Título 6"> +<!ENTITY heading6Cmd.accesskey "6"> +<!ENTITY paragraphAddressCmd.label "Enderezo"> +<!ENTITY paragraphAddressCmd.accesskey "E"> +<!ENTITY paragraphPreformatCmd.label "Preformatar"> +<!ENTITY paragraphPreformatCmd.accesskey "P"> + +<!-- List menu items --> +<!ENTITY formatlistMenu.label "Lista"> +<!ENTITY formatlistMenu.accesskey "L"> +<!ENTITY noneCmd.label "Ningunha"> +<!ENTITY noneCmd.accesskey "N"> +<!ENTITY listBulletCmd.label "Con viñetas"> +<!ENTITY listBulletCmd.accesskey "v"> +<!ENTITY listNumberedCmd.label "Numerada"> +<!ENTITY listNumberedCmd.accesskey "u"> +<!ENTITY listTermCmd.label "Termo"> +<!ENTITY listTermCmd.accesskey "T"> +<!ENTITY listDefinitionCmd.label "Definición"> +<!ENTITY listDefinitionCmd.accesskey "D"> +<!ENTITY listPropsCmd.label "Propiedades da lista…"> +<!ENTITY listPropsCmd.accesskey "P"> + +<!ENTITY ParagraphSelect.tooltip "Escoller un formato de parágrafo"> +<!-- Shared in Paragraph, and Toolbar menulist --> +<!ENTITY bodyTextCmd.label "Corpo do texto"> +<!ENTITY bodyTextCmd.accesskey "C"> + +<!-- Align menu items --> +<!ENTITY alignMenu.label "Aliñar"> +<!ENTITY alignMenu.accesskey "A"> +<!ENTITY alignLeft.label "Esquerda"> +<!ENTITY alignLeft.accesskey "E"> +<!ENTITY alignLeft.tooltip "Aliñar á esquerda"> +<!ENTITY alignCenter.label "Centrar"> +<!ENTITY alignCenter.accesskey "C"> +<!ENTITY alignCenter.tooltip "Aliñar ao centro"> +<!ENTITY alignRight.label "Dereita"> +<!ENTITY alignRight.accesskey "D"> +<!ENTITY alignRight.tooltip "Aliñar á dereita"> +<!ENTITY alignJustify.label "Xustificar"> +<!ENTITY alignJustify.accesskey "X"> +<!ENTITY alignJustify.tooltip "Aliñar xustificado"> + +<!ENTITY increaseIndent.label "Aumentar sangrado"> +<!ENTITY increaseIndent.accesskey "A"> +<!ENTITY increaseIndent.key "="> +<!ENTITY decreaseIndent.label "Diminuír sangrado"> +<!ENTITY decreaseIndent.accesskey "D"> +<!ENTITY decreaseIndent.key "["> + +<!ENTITY colorsAndBackground.label "Fondo e cores da páxina…"> +<!ENTITY colorsAndBackground.accesskey "F"> + +<!-- Table Menu --> +<!ENTITY tableMenu.label "Táboa"> +<!ENTITY tableMenu.accesskey "T"> + +<!-- Select Submenu --> +<!ENTITY tableSelectMenu.label "Seleccionar"> +<!ENTITY tableSelectMenu.accesskey "S"> + +<!ENTITY tableSelectMenu2.label "Selección da táboa"> +<!ENTITY tableSelectMenu2.accesskey "S"> +<!ENTITY tableInsertMenu2.label "Inserción da táboa"> +<!ENTITY tableInsertMenu2.accesskey "I"> +<!ENTITY tableDeleteMenu2.label "Eliminación da táboa"> +<!ENTITY tableDeleteMenu2.accesskey "E"> + +<!-- Insert SubMenu --> +<!ENTITY tableInsertMenu.label "Inserir"> +<!ENTITY tableInsertMenu.accesskey "I"> +<!ENTITY tableTable.label "Táboa"> +<!ENTITY tableTable.accesskey "T"> +<!ENTITY tableRow.label "Fila"> +<!ENTITY tableRows.label "Filas"> +<!ENTITY tableRow.accesskey "F"> +<!ENTITY tableRowAbove.label "Fila enriba"> +<!ENTITY tableRowAbove.accesskey "r"> +<!ENTITY tableRowBelow.label "Fila debaixo"> +<!ENTITY tableRowBelow.accesskey "b"> +<!ENTITY tableColumn.label "Columna"> +<!ENTITY tableColumns.label "Columnas"> +<!ENTITY tableColumn.accesskey "C"> +<!ENTITY tableColumnBefore.label "Columna antes"> +<!ENTITY tableColumnBefore.accesskey "o"> +<!ENTITY tableColumnAfter.label "Columna despois"> +<!ENTITY tableColumnAfter.accesskey "d"> +<!ENTITY tableCell.label "Cela"> +<!ENTITY tableCells.label "Celas"> +<!ENTITY tableCell.accesskey "C"> +<!ENTITY tableCellContents.label "Contidos da cela"> +<!ENTITY tableCellContents.accesskey "t"> +<!ENTITY tableAllCells.label "Todas as celas"> +<!ENTITY tableAllCells.accesskey "d"> +<!ENTITY tableCellBefore.label "Cela antes"> +<!ENTITY tableCellBefore.accesskey "a"> +<!ENTITY tableCellAfter.label "Cela despois"> +<!ENTITY tableCellAfter.accesskey "d"> +<!-- Delete SubMenu --> +<!ENTITY tableDeleteMenu.label "Eliminar"> +<!ENTITY tableDeleteMenu.accesskey "l"> + +<!-- text for "Join Cells" is in editor.properties + ("JoinSelectedCells" and "JoinCellToRight") + the access key must exist in both of those strings + But value must be set here for accesskey to draw properly +--> +<!ENTITY tableJoinCells.label "s"> +<!ENTITY tableJoinCells.accesskey "s"> +<!ENTITY tableSplitCell.label "Dividir cela"> +<!ENTITY tableSplitCell.accesskey "D"> +<!ENTITY convertToTable.label "Crear táboa a partir da selección"> +<!ENTITY convertToTable.accesskey "C"> +<!ENTITY tableProperties.label "Propiedades da táboa…"> +<!ENTITY tableProperties.accesskey "P"> + +<!-- Toolbar-only items --> +<!ENTITY imageToolbarCmd.label "Imaxe"> +<!ENTITY imageToolbarCmd.tooltip "Inserir imaxe ou editar as propiedades das imaxes seleccionadas"> +<!ENTITY hruleToolbarCmd.label "Liña h."> +<!ENTITY hruleToolbarCmd.tooltip "Inserir liña horizontal ou editar propiedades das liñas seleccionadas"> +<!ENTITY tableToolbarCmd.label "Táboa"> +<!ENTITY tableToolbarCmd.tooltip "Inserir táboa ou editar as propiedades das táboas seleccionadas"> +<!ENTITY linkToolbarCmd.label "Ligazón"> +<!ENTITY linkToolbarCmd.tooltip "Inserir ligazón ou editar as propiedades das ligazóns seleccionadas"> +<!ENTITY anchorToolbarCmd.label "Áncora"> +<!ENTITY anchorToolbarCmd.tooltip "Inserir áncora con nome ou editar as propiedades das áncoras seleccionadas"> +<!ENTITY TextColorButton.tooltip "Escoller cor do texto"> +<!ENTITY BackgroundColorButton.tooltip "Escoller cor de fondo"> + +<!-- Editor toolbar --> +<!ENTITY absoluteFontSizeToolbarCmd.tooltip "Estabelece o tamaño do tipo de letra"> +<!ENTITY decreaseFontSizeToolbarCmd.tooltip "Tamaño menor do tipo de letra"> +<!ENTITY increaseFontSizeToolbarCmd.tooltip "Tamaño maior do tipo de letra"> +<!ENTITY boldToolbarCmd.tooltip "Negra"> +<!ENTITY italicToolbarCmd.tooltip "Cursiva"> +<!ENTITY underlineToolbarCmd.tooltip "Subliñado"> +<!ENTITY bulletListToolbarCmd.tooltip "Aplicar ou retirar a lista con viñetas"> +<!ENTITY numberListToolbarCmd.tooltip "Aplicar ou retirar a lista numerada"> +<!ENTITY outdentToolbarCmd.tooltip "Anular sangrado do texto (mover cara á esquerda)"> +<!ENTITY indentToolbarCmd.tooltip "Aplicar sangrado ao texto (mover cara á dereita)"> +<!ENTITY AlignPopupButton.tooltip "Escoller aliñamento de texto"> +<!ENTITY InsertPopupButton.tooltip "Inserir unha ligazón, áncora, imaxe, liña horizontal ou táboa"> +<!ENTITY alignLeftButton.tooltip "Aliñar texto pola marxe esquerda"> +<!ENTITY alignCenterButton.tooltip "Centrar texto"> +<!ENTITY alignRightButton.tooltip "Aliñar texto pola marxe dereita"> +<!ENTITY alignJustifyButton.tooltip "Aliñar texto polas marxes dereita e esquerda"> + +<!-- TOC manipulation --> +<!ENTITY insertTOC.label "Inserir"> +<!ENTITY insertTOC.accesskey "I"> +<!ENTITY updateTOC.label "Actualizar"> +<!ENTITY updateTOC.accesskey "A"> +<!ENTITY removeTOC.label "Retirar"> +<!ENTITY removeTOC.accesskey "r"> +<!ENTITY tocMenu.label "Táboa de contidos…"> +<!ENTITY tocMenu.accesskey "b"> |