diff options
Diffstat (limited to 'l10n-it/suite/chrome/editor/dialogs/EditorInsertTable.dtd')
-rw-r--r-- | l10n-it/suite/chrome/editor/dialogs/EditorInsertTable.dtd | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/l10n-it/suite/chrome/editor/dialogs/EditorInsertTable.dtd b/l10n-it/suite/chrome/editor/dialogs/EditorInsertTable.dtd new file mode 100644 index 0000000000..7b5764544d --- /dev/null +++ b/l10n-it/suite/chrome/editor/dialogs/EditorInsertTable.dtd @@ -0,0 +1,17 @@ +<!-- 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 windowTitle.label "Inserimento tabella"> + +<!ENTITY size.label "Dimensioni"> +<!ENTITY numRowsEditField.label "Numero di righe:"> +<!ENTITY numRowsEditField.accessKey "N"> +<!ENTITY numColumnsEditField.label "Numero di colonne:"> +<!ENTITY numColumnsEditField.accessKey "c"> +<!ENTITY widthEditField.label "Larghezza tabella:"> +<!ENTITY widthEditField.accessKey "L"> +<!ENTITY borderEditField.label "Bordo:"> +<!ENTITY borderEditField.accessKey "B"> +<!ENTITY borderEditField.tooltip "Inserisci lo spessore del bordo della tabella, o zero (0) per eliminare il bordo"> +<!ENTITY pixels.label "pixel"> |