summaryrefslogtreecommitdiffstats
path: root/l10n-pt-PT/suite/chrome/editor/dialogs/EditorTextAreaProperties.dtd
blob: dc0e332d031c96bbc049918a032abd5d52ebbfc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!-- 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 da área de texto">

<!ENTITY Settings.label "Definições">

<!ENTITY TextAreaName.label "Nome do campo:">
<!ENTITY TextAreaName.accessKey "N">
<!ENTITY TextAreaRows.label "Linhas:">
<!ENTITY TextAreaRows.accessKey "L">
<!ENTITY TextAreaCols.label "Colunas:">
<!ENTITY TextAreaCols.accessKey "C">
<!ENTITY TextAreaReadOnly.label "Apenas leitura">
<!ENTITY TextAreaReadOnly.accessKey "A">
<!ENTITY TextAreaDisabled.label "Desativado">
<!ENTITY TextAreaDisabled.accessKey "v">
<!ENTITY TextAreaTabIndex.label "Índice de tabulação:">
<!ENTITY TextAreaTabIndex.accessKey "i">
<!ENTITY TextAreaAccessKey.label "Tecla de acesso:">
<!ENTITY TextAreaAccessKey.accessKey "e">
<!ENTITY InitialText.label "Texto inicial:">
<!ENTITY InitialText.accessKey "T">

<!ENTITY TextAreaWrap.label "Modo de encapsulamento:">
<!ENTITY TextAreaWrap.accessKey "p">
<!ENTITY WrapDefault.value "Pré-definido">
<!ENTITY WrapOff.value "Desligado">
<!ENTITY WrapHard.value "Intensa">
<!ENTITY WrapSoft.value "Ligeira">
<!ENTITY WrapPhysical.value "Físico">
<!ENTITY WrapVirtual.value "Virtual">