diff options
Diffstat (limited to 'l10n-it/suite/chrome/editor/dialogs/EditorTextAreaProperties.dtd')
-rw-r--r-- | l10n-it/suite/chrome/editor/dialogs/EditorTextAreaProperties.dtd | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/l10n-it/suite/chrome/editor/dialogs/EditorTextAreaProperties.dtd b/l10n-it/suite/chrome/editor/dialogs/EditorTextAreaProperties.dtd new file mode 100644 index 0000000000..27eb34e716 --- /dev/null +++ b/l10n-it/suite/chrome/editor/dialogs/EditorTextAreaProperties.dtd @@ -0,0 +1,30 @@ +<!-- 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"> |