blob: 642a2c4b486e81868588e10a4d191e8d01eb827f (
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 "h">
<!ENTITY numColumnsEditField.label "Colunas:">
<!ENTITY numColumnsEditField.accessKey "C">
<!ENTITY widthEditField.label "Largura:">
<!ENTITY widthEditField.accessKey "L">
<!ENTITY borderEditField.label "Contorno:">
<!ENTITY borderEditField.accessKey "C">
<!ENTITY borderEditField.tooltip "Escreva um número para o contorno da tabela ou zero (0) para nenhum contorno">
<!ENTITY pixels.label "pixeis">
|