diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
commit | 2aa4a82499d4becd2284cdb482213d541b8804dd (patch) | |
tree | b80bf8bf13c3766139fbacc530efd0dd9d54394c /l10n-it/editor/ui/chrome/dialogs/EditorSelectProperties.dtd | |
parent | Initial commit. (diff) | |
download | firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.tar.xz firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.zip |
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-it/editor/ui/chrome/dialogs/EditorSelectProperties.dtd')
-rw-r--r-- | l10n-it/editor/ui/chrome/dialogs/EditorSelectProperties.dtd | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/l10n-it/editor/ui/chrome/dialogs/EditorSelectProperties.dtd b/l10n-it/editor/ui/chrome/dialogs/EditorSelectProperties.dtd new file mode 100644 index 0000000000..0a3b497997 --- /dev/null +++ b/l10n-it/editor/ui/chrome/dialogs/EditorSelectProperties.dtd @@ -0,0 +1,43 @@ +<!-- 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"> |