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