From 43a97878ce14b72f0981164f87f2e35e14151312 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:22:09 +0200 Subject: Adding upstream version 110.0.1. Signed-off-by: Daniel Baumann --- .../suite/chrome/editor/dialogs/EdAdvancedEdit.dtd | 18 + .../suite/chrome/editor/dialogs/EdColorPicker.dtd | 22 ++ .../chrome/editor/dialogs/EdConvertToTable.dtd | 14 + .../chrome/editor/dialogs/EdDialogOverlay.dtd | 17 + .../editor/dialogs/EdNamedAnchorProperties.dtd | 8 + .../suite/chrome/editor/dialogs/EditConflict.dtd | 9 + .../editor/dialogs/EditorButtonProperties.dtd | 27 ++ .../editor/dialogs/EditorColorProperties.dtd | 28 ++ .../editor/dialogs/EditorFieldSetProperties.dtd | 20 ++ .../chrome/editor/dialogs/EditorFormProperties.dtd | 21 ++ .../editor/dialogs/EditorHLineProperties.dtd | 26 ++ .../editor/dialogs/EditorImageProperties.dtd | 79 +++++ .../editor/dialogs/EditorInputProperties.dtd | 50 +++ .../chrome/editor/dialogs/EditorInsertChars.dtd | 18 + .../chrome/editor/dialogs/EditorInsertMath.dtd | 20 ++ .../chrome/editor/dialogs/EditorInsertSource.dtd | 12 + .../chrome/editor/dialogs/EditorInsertTOC.dtd | 16 + .../chrome/editor/dialogs/EditorInsertTable.dtd | 17 + .../editor/dialogs/EditorLabelProperties.dtd | 18 + .../chrome/editor/dialogs/EditorLinkProperties.dtd | 6 + .../chrome/editor/dialogs/EditorListProperties.dtd | 19 ++ .../chrome/editor/dialogs/EditorPageProperties.dtd | 16 + .../editor/dialogs/EditorPersonalDictionary.dtd | 19 ++ .../suite/chrome/editor/dialogs/EditorPublish.dtd | 62 ++++ .../editor/dialogs/EditorPublishProgress.dtd | 15 + .../suite/chrome/editor/dialogs/EditorReplace.dtd | 29 ++ .../chrome/editor/dialogs/EditorSaveAsCharset.dtd | 13 + .../editor/dialogs/EditorSelectProperties.dtd | 48 +++ .../chrome/editor/dialogs/EditorSnapToGrid.dtd | 14 + .../chrome/editor/dialogs/EditorSpellCheck.dtd | 37 +++ .../editor/dialogs/EditorTableProperties.dtd | 74 +++++ .../editor/dialogs/EditorTextAreaProperties.dtd | 33 ++ l10n-it/suite/chrome/editor/editingOverlay.dtd | 62 ++++ l10n-it/suite/chrome/editor/editor.dtd | 56 ++++ l10n-it/suite/chrome/editor/editor.properties | 208 ++++++++++++ l10n-it/suite/chrome/editor/editorOverlay.dtd | 368 +++++++++++++++++++++ .../suite/chrome/editor/editorSmileyOverlay.dtd | 58 ++++ .../chrome/editor/prefs/editorPrefsOverlay.dtd | 11 + .../suite/chrome/editor/prefs/pref-composer.dtd | 28 ++ l10n-it/suite/chrome/editor/prefs/pref-editing.dtd | 31 ++ 40 files changed, 1647 insertions(+) create mode 100644 l10n-it/suite/chrome/editor/dialogs/EdAdvancedEdit.dtd create mode 100644 l10n-it/suite/chrome/editor/dialogs/EdColorPicker.dtd create mode 100644 l10n-it/suite/chrome/editor/dialogs/EdConvertToTable.dtd create mode 100644 l10n-it/suite/chrome/editor/dialogs/EdDialogOverlay.dtd create mode 100644 l10n-it/suite/chrome/editor/dialogs/EdNamedAnchorProperties.dtd create mode 100644 l10n-it/suite/chrome/editor/dialogs/EditConflict.dtd create mode 100644 l10n-it/suite/chrome/editor/dialogs/EditorButtonProperties.dtd create mode 100644 l10n-it/suite/chrome/editor/dialogs/EditorColorProperties.dtd create mode 100644 l10n-it/suite/chrome/editor/dialogs/EditorFieldSetProperties.dtd create mode 100644 l10n-it/suite/chrome/editor/dialogs/EditorFormProperties.dtd create mode 100644 l10n-it/suite/chrome/editor/dialogs/EditorHLineProperties.dtd create mode 100644 l10n-it/suite/chrome/editor/dialogs/EditorImageProperties.dtd create mode 100644 l10n-it/suite/chrome/editor/dialogs/EditorInputProperties.dtd create mode 100644 l10n-it/suite/chrome/editor/dialogs/EditorInsertChars.dtd create mode 100644 l10n-it/suite/chrome/editor/dialogs/EditorInsertMath.dtd create mode 100644 l10n-it/suite/chrome/editor/dialogs/EditorInsertSource.dtd create mode 100644 l10n-it/suite/chrome/editor/dialogs/EditorInsertTOC.dtd create mode 100644 l10n-it/suite/chrome/editor/dialogs/EditorInsertTable.dtd create mode 100644 l10n-it/suite/chrome/editor/dialogs/EditorLabelProperties.dtd create mode 100644 l10n-it/suite/chrome/editor/dialogs/EditorLinkProperties.dtd create mode 100644 l10n-it/suite/chrome/editor/dialogs/EditorListProperties.dtd create mode 100644 l10n-it/suite/chrome/editor/dialogs/EditorPageProperties.dtd create mode 100644 l10n-it/suite/chrome/editor/dialogs/EditorPersonalDictionary.dtd create mode 100644 l10n-it/suite/chrome/editor/dialogs/EditorPublish.dtd create mode 100644 l10n-it/suite/chrome/editor/dialogs/EditorPublishProgress.dtd create mode 100644 l10n-it/suite/chrome/editor/dialogs/EditorReplace.dtd create mode 100644 l10n-it/suite/chrome/editor/dialogs/EditorSaveAsCharset.dtd create mode 100644 l10n-it/suite/chrome/editor/dialogs/EditorSelectProperties.dtd create mode 100644 l10n-it/suite/chrome/editor/dialogs/EditorSnapToGrid.dtd create mode 100644 l10n-it/suite/chrome/editor/dialogs/EditorSpellCheck.dtd create mode 100644 l10n-it/suite/chrome/editor/dialogs/EditorTableProperties.dtd create mode 100644 l10n-it/suite/chrome/editor/dialogs/EditorTextAreaProperties.dtd create mode 100644 l10n-it/suite/chrome/editor/editingOverlay.dtd create mode 100644 l10n-it/suite/chrome/editor/editor.dtd create mode 100644 l10n-it/suite/chrome/editor/editor.properties create mode 100644 l10n-it/suite/chrome/editor/editorOverlay.dtd create mode 100644 l10n-it/suite/chrome/editor/editorSmileyOverlay.dtd create mode 100644 l10n-it/suite/chrome/editor/prefs/editorPrefsOverlay.dtd create mode 100644 l10n-it/suite/chrome/editor/prefs/pref-composer.dtd create mode 100644 l10n-it/suite/chrome/editor/prefs/pref-editing.dtd (limited to 'l10n-it/suite/chrome/editor') diff --git a/l10n-it/suite/chrome/editor/dialogs/EdAdvancedEdit.dtd b/l10n-it/suite/chrome/editor/dialogs/EdAdvancedEdit.dtd new file mode 100644 index 0000000000..d79633d88d --- /dev/null +++ b/l10n-it/suite/chrome/editor/dialogs/EdAdvancedEdit.dtd @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + diff --git a/l10n-it/suite/chrome/editor/dialogs/EdColorPicker.dtd b/l10n-it/suite/chrome/editor/dialogs/EdColorPicker.dtd new file mode 100644 index 0000000000..cc443603fc --- /dev/null +++ b/l10n-it/suite/chrome/editor/dialogs/EdColorPicker.dtd @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/l10n-it/suite/chrome/editor/dialogs/EdConvertToTable.dtd b/l10n-it/suite/chrome/editor/dialogs/EdConvertToTable.dtd new file mode 100644 index 0000000000..3959ba312d --- /dev/null +++ b/l10n-it/suite/chrome/editor/dialogs/EdConvertToTable.dtd @@ -0,0 +1,14 @@ + + + + + + + + + + + + diff --git a/l10n-it/suite/chrome/editor/dialogs/EdDialogOverlay.dtd b/l10n-it/suite/chrome/editor/dialogs/EdDialogOverlay.dtd new file mode 100644 index 0000000000..49a8747266 --- /dev/null +++ b/l10n-it/suite/chrome/editor/dialogs/EdDialogOverlay.dtd @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + diff --git a/l10n-it/suite/chrome/editor/dialogs/EdNamedAnchorProperties.dtd b/l10n-it/suite/chrome/editor/dialogs/EdNamedAnchorProperties.dtd new file mode 100644 index 0000000000..4cf83345ec --- /dev/null +++ b/l10n-it/suite/chrome/editor/dialogs/EdNamedAnchorProperties.dtd @@ -0,0 +1,8 @@ + + + + + + diff --git a/l10n-it/suite/chrome/editor/dialogs/EditConflict.dtd b/l10n-it/suite/chrome/editor/dialogs/EditConflict.dtd new file mode 100644 index 0000000000..c2fbdfcb93 --- /dev/null +++ b/l10n-it/suite/chrome/editor/dialogs/EditConflict.dtd @@ -0,0 +1,9 @@ + + + + + + + diff --git a/l10n-it/suite/chrome/editor/dialogs/EditorButtonProperties.dtd b/l10n-it/suite/chrome/editor/dialogs/EditorButtonProperties.dtd new file mode 100644 index 0000000000..c7501e29d2 --- /dev/null +++ b/l10n-it/suite/chrome/editor/dialogs/EditorButtonProperties.dtd @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/l10n-it/suite/chrome/editor/dialogs/EditorColorProperties.dtd b/l10n-it/suite/chrome/editor/dialogs/EditorColorProperties.dtd new file mode 100644 index 0000000000..61e5e2e74f --- /dev/null +++ b/l10n-it/suite/chrome/editor/dialogs/EditorColorProperties.dtd @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/l10n-it/suite/chrome/editor/dialogs/EditorFieldSetProperties.dtd b/l10n-it/suite/chrome/editor/dialogs/EditorFieldSetProperties.dtd new file mode 100644 index 0000000000..ba17b24282 --- /dev/null +++ b/l10n-it/suite/chrome/editor/dialogs/EditorFieldSetProperties.dtd @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + diff --git a/l10n-it/suite/chrome/editor/dialogs/EditorFormProperties.dtd b/l10n-it/suite/chrome/editor/dialogs/EditorFormProperties.dtd new file mode 100644 index 0000000000..1200ac602a --- /dev/null +++ b/l10n-it/suite/chrome/editor/dialogs/EditorFormProperties.dtd @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + diff --git a/l10n-it/suite/chrome/editor/dialogs/EditorHLineProperties.dtd b/l10n-it/suite/chrome/editor/dialogs/EditorHLineProperties.dtd new file mode 100644 index 0000000000..ac20b2743c --- /dev/null +++ b/l10n-it/suite/chrome/editor/dialogs/EditorHLineProperties.dtd @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/l10n-it/suite/chrome/editor/dialogs/EditorImageProperties.dtd b/l10n-it/suite/chrome/editor/dialogs/EditorImageProperties.dtd new file mode 100644 index 0000000000..7c2cf38fb5 --- /dev/null +++ b/l10n-it/suite/chrome/editor/dialogs/EditorImageProperties.dtd @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/l10n-it/suite/chrome/editor/dialogs/EditorInputProperties.dtd b/l10n-it/suite/chrome/editor/dialogs/EditorInputProperties.dtd new file mode 100644 index 0000000000..8470a28d67 --- /dev/null +++ b/l10n-it/suite/chrome/editor/dialogs/EditorInputProperties.dtd @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/l10n-it/suite/chrome/editor/dialogs/EditorInsertChars.dtd b/l10n-it/suite/chrome/editor/dialogs/EditorInsertChars.dtd new file mode 100644 index 0000000000..16fb2d9156 --- /dev/null +++ b/l10n-it/suite/chrome/editor/dialogs/EditorInsertChars.dtd @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + diff --git a/l10n-it/suite/chrome/editor/dialogs/EditorInsertMath.dtd b/l10n-it/suite/chrome/editor/dialogs/EditorInsertMath.dtd new file mode 100644 index 0000000000..beba049065 --- /dev/null +++ b/l10n-it/suite/chrome/editor/dialogs/EditorInsertMath.dtd @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + diff --git a/l10n-it/suite/chrome/editor/dialogs/EditorInsertSource.dtd b/l10n-it/suite/chrome/editor/dialogs/EditorInsertSource.dtd new file mode 100644 index 0000000000..e96f8b7ea0 --- /dev/null +++ b/l10n-it/suite/chrome/editor/dialogs/EditorInsertSource.dtd @@ -0,0 +1,12 @@ + + + + + + + + + + diff --git a/l10n-it/suite/chrome/editor/dialogs/EditorInsertTOC.dtd b/l10n-it/suite/chrome/editor/dialogs/EditorInsertTOC.dtd new file mode 100644 index 0000000000..48539c4f02 --- /dev/null +++ b/l10n-it/suite/chrome/editor/dialogs/EditorInsertTOC.dtd @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + diff --git a/l10n-it/suite/chrome/editor/dialogs/EditorInsertTable.dtd b/l10n-it/suite/chrome/editor/dialogs/EditorInsertTable.dtd new file mode 100644 index 0000000000..7b5764544d --- /dev/null +++ b/l10n-it/suite/chrome/editor/dialogs/EditorInsertTable.dtd @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + diff --git a/l10n-it/suite/chrome/editor/dialogs/EditorLabelProperties.dtd b/l10n-it/suite/chrome/editor/dialogs/EditorLabelProperties.dtd new file mode 100644 index 0000000000..daeb40913e --- /dev/null +++ b/l10n-it/suite/chrome/editor/dialogs/EditorLabelProperties.dtd @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + diff --git a/l10n-it/suite/chrome/editor/dialogs/EditorLinkProperties.dtd b/l10n-it/suite/chrome/editor/dialogs/EditorLinkProperties.dtd new file mode 100644 index 0000000000..8bbb33ac61 --- /dev/null +++ b/l10n-it/suite/chrome/editor/dialogs/EditorLinkProperties.dtd @@ -0,0 +1,6 @@ + + + + diff --git a/l10n-it/suite/chrome/editor/dialogs/EditorListProperties.dtd b/l10n-it/suite/chrome/editor/dialogs/EditorListProperties.dtd new file mode 100644 index 0000000000..ccec965601 --- /dev/null +++ b/l10n-it/suite/chrome/editor/dialogs/EditorListProperties.dtd @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + diff --git a/l10n-it/suite/chrome/editor/dialogs/EditorPageProperties.dtd b/l10n-it/suite/chrome/editor/dialogs/EditorPageProperties.dtd new file mode 100644 index 0000000000..a0759781b0 --- /dev/null +++ b/l10n-it/suite/chrome/editor/dialogs/EditorPageProperties.dtd @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + diff --git a/l10n-it/suite/chrome/editor/dialogs/EditorPersonalDictionary.dtd b/l10n-it/suite/chrome/editor/dialogs/EditorPersonalDictionary.dtd new file mode 100644 index 0000000000..4c02f2ef91 --- /dev/null +++ b/l10n-it/suite/chrome/editor/dialogs/EditorPersonalDictionary.dtd @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + diff --git a/l10n-it/suite/chrome/editor/dialogs/EditorPublish.dtd b/l10n-it/suite/chrome/editor/dialogs/EditorPublish.dtd new file mode 100644 index 0000000000..ba91fb1d07 --- /dev/null +++ b/l10n-it/suite/chrome/editor/dialogs/EditorPublish.dtd @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/l10n-it/suite/chrome/editor/dialogs/EditorPublishProgress.dtd b/l10n-it/suite/chrome/editor/dialogs/EditorPublishProgress.dtd new file mode 100644 index 0000000000..f03fa36012 --- /dev/null +++ b/l10n-it/suite/chrome/editor/dialogs/EditorPublishProgress.dtd @@ -0,0 +1,15 @@ + + + + + + + + + + + + + diff --git a/l10n-it/suite/chrome/editor/dialogs/EditorReplace.dtd b/l10n-it/suite/chrome/editor/dialogs/EditorReplace.dtd new file mode 100644 index 0000000000..5e523f3c74 --- /dev/null +++ b/l10n-it/suite/chrome/editor/dialogs/EditorReplace.dtd @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/l10n-it/suite/chrome/editor/dialogs/EditorSaveAsCharset.dtd b/l10n-it/suite/chrome/editor/dialogs/EditorSaveAsCharset.dtd new file mode 100644 index 0000000000..7192a88943 --- /dev/null +++ b/l10n-it/suite/chrome/editor/dialogs/EditorSaveAsCharset.dtd @@ -0,0 +1,13 @@ + + + + + + + + + + + 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 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/l10n-it/suite/chrome/editor/dialogs/EditorSnapToGrid.dtd b/l10n-it/suite/chrome/editor/dialogs/EditorSnapToGrid.dtd new file mode 100644 index 0000000000..06ea5d6761 --- /dev/null +++ b/l10n-it/suite/chrome/editor/dialogs/EditorSnapToGrid.dtd @@ -0,0 +1,14 @@ + + + + + + + + + + + + diff --git a/l10n-it/suite/chrome/editor/dialogs/EditorSpellCheck.dtd b/l10n-it/suite/chrome/editor/dialogs/EditorSpellCheck.dtd new file mode 100644 index 0000000000..91bd7d0a46 --- /dev/null +++ b/l10n-it/suite/chrome/editor/dialogs/EditorSpellCheck.dtd @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/l10n-it/suite/chrome/editor/dialogs/EditorTableProperties.dtd b/l10n-it/suite/chrome/editor/dialogs/EditorTableProperties.dtd new file mode 100644 index 0000000000..a22b65a855 --- /dev/null +++ b/l10n-it/suite/chrome/editor/dialogs/EditorTableProperties.dtd @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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..21d66b690e --- /dev/null +++ b/l10n-it/suite/chrome/editor/dialogs/EditorTextAreaProperties.dtd @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/l10n-it/suite/chrome/editor/editingOverlay.dtd b/l10n-it/suite/chrome/editor/editingOverlay.dtd new file mode 100644 index 0000000000..353b7bfd84 --- /dev/null +++ b/l10n-it/suite/chrome/editor/editingOverlay.dtd @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/l10n-it/suite/chrome/editor/editor.dtd b/l10n-it/suite/chrome/editor/editor.dtd new file mode 100644 index 0000000000..5d1eb333c1 --- /dev/null +++ b/l10n-it/suite/chrome/editor/editor.dtd @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/l10n-it/suite/chrome/editor/editor.properties b/l10n-it/suite/chrome/editor/editor.properties new file mode 100644 index 0000000000..7663d5562d --- /dev/null +++ b/l10n-it/suite/chrome/editor/editor.properties @@ -0,0 +1,208 @@ +# 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/. + +# LOCALIZATION NOTE FILE: embedded "\n" represent HTML breaks (
) +# Don't translate embedded "\n". +# Don't translate strings like this: %variable% +# as they will be replaced using JavaScript +# +No=No +Save=Salva +More=Più +Less=Meno +MoreProperties=Altre proprietà +FewerProperties=Meno proprietà +PropertiesAccessKey=P +None=Nessuno +none=nessuno +OpenHTMLFile=Apri file HTML +OpenTextFile=Apri file di testo +SelectImageFile=Selezione immagine +SaveDocument=Salvataggio documento +SaveDocumentAs=Salva documento con nome +SaveTextAs=Salva testo come +EditMode=Modalità composizione +Preview=Anteprima +Publish=Pubblica +PublishPage=Pubblicazione pagina +DontPublish=Non pubblicare +SavePassword=Utilizza Gestione password per salvare questa password +CorrectSpelling=(sintassi corretta) +NoSuggestedWords=(nessun suggerimento) +NoMisspelledWord=Non è stato trovato alcun errore. +CheckSpellingDone=Controllo ortografico completato. +CheckSpelling=Controllo ortografico +InputError=Errore +Alert=Avviso +CantEditFramesetMsg=Non è possibile modificare frameset HTML o pagine con frame interni. Per i frameset, provare a modificare ogni frame separatamente. Per le pagine con iframe, salvare una copia della pagina ed eliminare il tag