diff options
Diffstat (limited to 'l10n-pt-BR/suite/chrome/editor/dialogs/EditorInputProperties.dtd')
-rw-r--r-- | l10n-pt-BR/suite/chrome/editor/dialogs/EditorInputProperties.dtd | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/l10n-pt-BR/suite/chrome/editor/dialogs/EditorInputProperties.dtd b/l10n-pt-BR/suite/chrome/editor/dialogs/EditorInputProperties.dtd new file mode 100644 index 0000000000..c0e6398f8a --- /dev/null +++ b/l10n-pt-BR/suite/chrome/editor/dialogs/EditorInputProperties.dtd @@ -0,0 +1,50 @@ +<!-- 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 "Propriedades do campo de formulário"> +<!ENTITY windowTitleImage.label "Propriedades da imagem do formulário"> + +<!ENTITY InputType.label "Tipo do campo"> +<!ENTITY InputType.accesskey "T"> +<!ENTITY text.value "Texto"> +<!ENTITY password.value "Senha"> +<!ENTITY checkbox.value "Caixa de verificação"> +<!ENTITY radio.value "Botão de opção"> +<!ENTITY submit.value "Botão para submeter"> +<!ENTITY reset.value "Botão para redefinir"> +<!ENTITY file.value "Arquivo"> +<!ENTITY hidden.value "Oculto"> +<!ENTITY image.value "Imagem"> +<!ENTITY button.value "Botão"> + +<!ENTITY InputSettings.label "Configurações do campo"> +<!ENTITY InputName.label "Nome do campo:"> +<!ENTITY InputName.accesskey "N"> +<!ENTITY GroupName.label "Nome do grupo:"> +<!ENTITY GroupName.accesskey "N"> +<!ENTITY InputValue.label "Valor do campo:"> +<!ENTITY InputValue.accesskey "V"> +<!ENTITY InitialValue.label "Valor inicial:"> +<!ENTITY InitialValue.accesskey "V"> +<!ENTITY InputChecked.label "Inicialmente marcado"> +<!ENTITY InputChecked.accesskey "I"> +<!ENTITY InputSelected.label "Inicialmente selecionado"> +<!ENTITY InputSelected.accesskey "I"> +<!ENTITY InputReadOnly.label "Somente leitura"> +<!ENTITY InputReadOnly.accesskey "S"> +<!ENTITY InputDisabled.label "Desativado"> +<!ENTITY InputDisabled.accesskey "D"> +<!ENTITY tabIndex.label "Índice da aba:"> +<!ENTITY tabIndex.accesskey "P"> +<!ENTITY TextSize.label "Tamanho do campo:"> +<!ENTITY TextSize.accesskey "m"> +<!ENTITY TextLength.label "Largura máxima:"> +<!ENTITY TextLength.accesskey "C"> +<!ENTITY AccessKey.label "Tecla de acesso:"> +<!ENTITY AccessKey.accesskey "e"> +<!ENTITY Accept.label "Tipos aceitos:"> +<!ENTITY Accept.accesskey "a"> + +<!ENTITY ImageProperties.label "Propriedades da imagem…"> +<!ENTITY ImageProperties.accesskey "r"> |