blob: 0a081099afd5011e94a3e2b49fb8493ff59f30f9 (
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
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 "Propriedades da tabela">
<!ENTITY applyButton.label "Aplicar">
<!ENTITY applyButton.accesskey "A">
<!ENTITY closeButton.label "Fechar">
<!ENTITY tableTab.label "Tabela">
<!ENTITY cellTab.label "Células">
<!ENTITY tableRows.label "Linhas:">
<!ENTITY tableRows.accessKey "L">
<!ENTITY tableColumns.label "Colunas:">
<!ENTITY tableColumns.accessKey "C">
<!ENTITY tableHeight.label "Altura:">
<!ENTITY tableHeight.accessKey "r">
<!ENTITY tableWidth.label "Largura:">
<!ENTITY tableWidth.accessKey "u">
<!ENTITY tableBorderSpacing.label "Bordas e espaçamento">
<!ENTITY tableBorderWidth.label "Borda:">
<!ENTITY tableBorderWidth.accessKey "b">
<!ENTITY tableSpacing.label "Espaçamento:">
<!ENTITY tableSpacing.accessKey "s">
<!ENTITY tablePadding.label "Preenchimento:">
<!ENTITY tablePadding.accessKey "d">
<!ENTITY tablePxBetwCells.label "pixels entre as células">
<!ENTITY tablePxBetwBrdrCellContent.label "pixels entre a borda da célula e o conteúdo">
<!ENTITY tableAlignment.label "Alinhamento da tabela:">
<!ENTITY tableAlignment.accessKey "h">
<!ENTITY tableCaption.label "Legenda:">
<!ENTITY tableCaption.accessKey "n">
<!ENTITY tableCaptionAbove.label "Acima da tabela">
<!ENTITY tableCaptionBelow.label "Abaixo da tabela">
<!ENTITY tableCaptionLeft.label "À esquerda da tabela">
<!ENTITY tableCaptionRight.label "À direita da tabela">
<!ENTITY tableCaptionNone.label "Nenhuma">
<!ENTITY tableInheritColor.label "(Mostrar a cor da página)">
<!ENTITY cellSelection.label "Seleção">
<!ENTITY cellSelectCell.label "Célula">
<!ENTITY cellSelectRow.label "Linha">
<!ENTITY cellSelectColumn.label "Coluna">
<!ENTITY cellSelectNext.label "Próxima">
<!ENTITY cellSelectNext.accessKey "P">
<!ENTITY cellSelectPrevious.label "Anterior">
<!ENTITY cellSelectPrevious.accessKey "t">
<!ENTITY applyBeforeChange.label "As alterações atuais serão aplicadas antes de mudar a seleção.">
<!ENTITY cellContentAlignment.label "Alinhamento do conteúdo">
<!ENTITY cellHorizontal.label "Horizontal:">
<!ENTITY cellHorizontal.accessKey "z">
<!ENTITY cellVertical.label "Vertical:">
<!ENTITY cellVertical.accessKey "V">
<!ENTITY cellStyle.label "Estilo da célula:">
<!ENTITY cellStyle.accessKey "c">
<!ENTITY cellNormal.label "Normal">
<!ENTITY cellHeader.label "Cabeçalho">
<!ENTITY cellTextWrap.label "Contornar texto:">
<!ENTITY cellTextWrap.accessKey "Q">
<!ENTITY cellWrap.label "Contornar">
<!ENTITY cellNoWrap.label "Não contornar">
<!ENTITY cellAlignTop.label "Topo">
<!ENTITY cellAlignMiddle.label "Meio">
<!ENTITY cellAlignBottom.label "Rodapé">
<!ENTITY cellAlignJustify.label "Justificado">
<!ENTITY cellInheritColor.label "(Mostrar a cor da tabela)">
<!ENTITY cellUseCheckboxHelp.label "Use as caixas de seleção para determinar quais propriedades são aplicadas a todas as células selecionadas">
<!-- Used in both Table and Cell panels -->
<!ENTITY size.label "Tamanho">
<!ENTITY pixels.label "pixels">
<!ENTITY backgroundColor.label "Cor de fundo:">
<!ENTITY backgroundColor.accessKey "u">
<!ENTITY AlignLeft.label "Esquerda">
<!ENTITY AlignCenter.label "Centralizado">
<!ENTITY AlignRight.label "Direita">
|