blob: 782a9604320ab2e1d5cb68d96f5144ea8ce799ba (
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 "Inserer tabella">
<!ENTITY size.label "Dimension">
<!ENTITY numRowsEditField.label "Rigas:">
<!ENTITY numRowsEditField.accessKey "R">
<!ENTITY numColumnsEditField.label "Columnas:">
<!ENTITY numColumnsEditField.accessKey "C">
<!ENTITY widthEditField.label "Largor:">
<!ENTITY widthEditField.accessKey "L">
<!ENTITY borderEditField.label "Bordo:">
<!ENTITY borderEditField.accessKey "B">
<!ENTITY borderEditField.tooltip "Scribe un numero pro le bordo del tabella, o zero (0) pro nulle bordo">
<!ENTITY pixels.label "pixels">
|