diff options
Diffstat (limited to 'l10n-pt-PT/suite/chrome/editor/dialogs/EditorInputProperties.dtd')
-rw-r--r-- | l10n-pt-PT/suite/chrome/editor/dialogs/EditorInputProperties.dtd | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/l10n-pt-PT/suite/chrome/editor/dialogs/EditorInputProperties.dtd b/l10n-pt-PT/suite/chrome/editor/dialogs/EditorInputProperties.dtd new file mode 100644 index 0000000000..fcdc71c513 --- /dev/null +++ b/l10n-pt-PT/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 de formulário"> + +<!ENTITY InputType.label "Tipo de campo"> +<!ENTITY InputType.accesskey "T"> +<!ENTITY text.value "Texto"> +<!ENTITY password.value "Palavra-passe"> +<!ENTITY checkbox.value "Caixa de verificação"> +<!ENTITY radio.value "Caixa de seleção"> +<!ENTITY submit.value "Botão de envio"> +<!ENTITY reset.value "Botão de reposição"> +<!ENTITY file.value "Ficheiro"> +<!ENTITY hidden.value "Oculto"> +<!ENTITY image.value "Imagem"> +<!ENTITY button.value "Botão"> + +<!ENTITY InputSettings.label "Definições de 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 verificado"> +<!ENTITY InputChecked.accesskey "e"> +<!ENTITY InputSelected.label "Inicialmente selecionado"> +<!ENTITY InputSelected.accesskey "s"> +<!ENTITY InputReadOnly.label "Apenas de leitura"> +<!ENTITY InputReadOnly.accesskey "l"> +<!ENTITY InputDisabled.label "Desativado"> +<!ENTITY InputDisabled.accesskey "D"> +<!ENTITY tabIndex.label "Índice do separador:"> +<!ENTITY tabIndex.accesskey "i"> +<!ENTITY TextSize.label "Tamanho do campo:"> +<!ENTITY TextSize.accesskey "c"> +<!ENTITY TextLength.label "Comprimento máximo:"> +<!ENTITY TextLength.accesskey "m"> +<!ENTITY AccessKey.label "Tecla de acesso:"> +<!ENTITY AccessKey.accesskey "e"> +<!ENTITY Accept.label "Tipos aceites:"> +<!ENTITY Accept.accesskey "a"> + +<!ENTITY ImageProperties.label "Propriedades da imagem…"> +<!ENTITY ImageProperties.accesskey "e"> |