diff options
Diffstat (limited to 'l10n-it/suite/chrome/editor/dialogs/EditorSelectProperties.dtd')
-rw-r--r-- | l10n-it/suite/chrome/editor/dialogs/EditorSelectProperties.dtd | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/l10n-it/suite/chrome/editor/dialogs/EditorSelectProperties.dtd b/l10n-it/suite/chrome/editor/dialogs/EditorSelectProperties.dtd new file mode 100644 index 0000000000..727678af24 --- /dev/null +++ b/l10n-it/suite/chrome/editor/dialogs/EditorSelectProperties.dtd @@ -0,0 +1,48 @@ +<!-- 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à lista di selezione"> + +<!ENTITY Select.label "Lista di selezione"> +<!ENTITY SelectName.label "Nome lista:"> +<!ENTITY SelectName.accesskey "N"> +<!ENTITY SelectSize.label "Altezza:"> +<!ENTITY SelectSize.accesskey "z"> +<!ENTITY SelectMultiple.label "Selezione multipla"> +<!ENTITY SelectMultiple.accesskey "m"> +<!ENTITY SelectDisabled.label "Disattivato"> +<!ENTITY SelectDisabled.accesskey "D"> +<!ENTITY SelectTabIndex.label "Indice tabulazione:"> +<!ENTITY SelectTabIndex.accesskey "I"> + +<!ENTITY OptGroup.label "Gruppo opzioni"> +<!ENTITY OptGroupLabel.label "Etichetta:"> +<!ENTITY OptGroupLabel.accesskey "t"> +<!ENTITY OptGroupDisabled.label "Disattivato"> +<!ENTITY OptGroupDisabled.accesskey "D"> + +<!ENTITY Option.label "Opzione"> +<!ENTITY OptionText.label "Testo:"> +<!ENTITY OptionText.accesskey "T"> +<!ENTITY OptionValue.label "Valore:"> +<!ENTITY OptionValue.accesskey "o"> +<!ENTITY OptionSelected.label "Selezionato"> +<!ENTITY OptionSelected.accesskey "S"> +<!ENTITY OptionDisabled.label "Disattivato"> +<!ENTITY OptionDisabled.accesskey "D"> + +<!ENTITY TextHeader.label "Testo"> +<!ENTITY ValueHeader.label "Valore"> +<!ENTITY SelectedHeader.label "Selezionato"> + +<!ENTITY AddOption.label "Aggiungi opzione"> +<!ENTITY AddOption.accesskey "A"> +<!ENTITY AddOptGroup.label "Aggiungi gruppo"> +<!ENTITY AddOptGroup.accesskey "u"> +<!ENTITY RemoveElement.label "Elimina"> +<!ENTITY RemoveElement.accesskey "E"> +<!ENTITY MoveElementUp.label "Muovi su"> +<!ENTITY MoveElementUp.accesskey "s"> +<!ENTITY MoveElementDown.label "Muovi giù"> +<!ENTITY MoveElementDown.accesskey "g"> |