blob: 21d66b690eec4173a5a47924976636e90662c99c (
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 "Proprietà campo di testo">
<!ENTITY Settings.label "Impostazioni">
<!ENTITY TextAreaName.label "Nome campo:">
<!ENTITY TextAreaName.accessKey "N">
<!ENTITY TextAreaRows.label "Righe:">
<!ENTITY TextAreaRows.accessKey "R">
<!ENTITY TextAreaCols.label "Colonne:">
<!ENTITY TextAreaCols.accessKey "C">
<!ENTITY TextAreaReadOnly.label "Sola lettura">
<!ENTITY TextAreaReadOnly.accessKey "S">
<!ENTITY TextAreaDisabled.label "Disattivato">
<!ENTITY TextAreaDisabled.accessKey "D">
<!ENTITY TextAreaTabIndex.label "Indice tabulazione:">
<!ENTITY TextAreaTabIndex.accessKey "I">
<!ENTITY TextAreaAccessKey.label "Scorciatoia tastiera:">
<!ENTITY TextAreaAccessKey.accessKey "o">
<!ENTITY InitialText.label "Testo iniziale:">
<!ENTITY InitialText.accessKey "T">
<!ENTITY TextAreaWrap.label "A capo:">
<!ENTITY TextAreaWrap.accessKey "A">
<!ENTITY WrapDefault.value "Predefinito">
<!ENTITY WrapOff.value "Disattivato">
<!ENTITY WrapHard.value "Alla larghezza">
<!ENTITY WrapSoft.value "Tra le parole">
<!ENTITY WrapPhysical.value "Fisico">
<!ENTITY WrapVirtual.value "Virtuale">
|