blob: ca1976fd5cbd2abecbd9de9dee838284d0885646 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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/. -->
<!-- Window title -->
<!ENTITY windowTitle.label "Inserir tabela">
<!ENTITY size.label "Tamanho">
<!ENTITY numRowsEditField.label "Linhas:">
<!ENTITY numRowsEditField.accessKey "L">
<!ENTITY numColumnsEditField.label "Colunas:">
<!ENTITY numColumnsEditField.accessKey "C">
<!ENTITY widthEditField.label "Largura:">
<!ENTITY widthEditField.accessKey "a">
<!ENTITY borderEditField.label "Borda:">
<!ENTITY borderEditField.accessKey "B">
<!ENTITY borderEditField.tooltip "Digite um número para a borda da tabela ou digite zero (0) para nenhuma borda">
<!ENTITY pixels.label "pixels">
|