diff options
Diffstat (limited to 'l10n-pt-PT/editor/ui/chrome/dialogs/EditorInsertTable.dtd')
-rw-r--r-- | l10n-pt-PT/editor/ui/chrome/dialogs/EditorInsertTable.dtd | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/l10n-pt-PT/editor/ui/chrome/dialogs/EditorInsertTable.dtd b/l10n-pt-PT/editor/ui/chrome/dialogs/EditorInsertTable.dtd new file mode 100644 index 0000000000..642a2c4b48 --- /dev/null +++ b/l10n-pt-PT/editor/ui/chrome/dialogs/EditorInsertTable.dtd @@ -0,0 +1,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"> |