From 2aa4a82499d4becd2284cdb482213d541b8804dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 16:29:10 +0200 Subject: Adding upstream version 86.0.1. Signed-off-by: Daniel Baumann --- .../suite/chrome/editor/dialogs/EdAdvancedEdit.dtd | 18 + .../suite/chrome/editor/dialogs/EdColorPicker.dtd | 25 ++ .../chrome/editor/dialogs/EdConvertToTable.dtd | 15 + .../chrome/editor/dialogs/EdDialogOverlay.dtd | 18 + .../editor/dialogs/EdNamedAnchorProperties.dtd | 10 + .../suite/chrome/editor/dialogs/EditConflict.dtd | 10 + .../editor/dialogs/EditorButtonProperties.dtd | 27 ++ .../editor/dialogs/EditorColorProperties.dtd | 29 ++ .../editor/dialogs/EditorFieldSetProperties.dtd | 20 ++ .../chrome/editor/dialogs/EditorFormProperties.dtd | 21 ++ .../editor/dialogs/EditorHLineProperties.dtd | 27 ++ .../editor/dialogs/EditorImageProperties.dtd | 79 +++++ .../editor/dialogs/EditorInputProperties.dtd | 50 +++ .../chrome/editor/dialogs/EditorInsertChars.dtd | 19 ++ .../chrome/editor/dialogs/EditorInsertMath.dtd | 21 ++ .../chrome/editor/dialogs/EditorInsertSource.dtd | 15 + .../chrome/editor/dialogs/EditorInsertTOC.dtd | 16 + .../chrome/editor/dialogs/EditorInsertTable.dtd | 18 + .../editor/dialogs/EditorLabelProperties.dtd | 18 + .../chrome/editor/dialogs/EditorLinkProperties.dtd | 6 + .../chrome/editor/dialogs/EditorListProperties.dtd | 20 ++ .../chrome/editor/dialogs/EditorPageProperties.dtd | 17 + .../editor/dialogs/EditorPersonalDictionary.dtd | 20 ++ .../suite/chrome/editor/dialogs/EditorPublish.dtd | 68 ++++ .../editor/dialogs/EditorPublishProgress.dtd | 16 + .../suite/chrome/editor/dialogs/EditorReplace.dtd | 27 ++ .../chrome/editor/dialogs/EditorSaveAsCharset.dtd | 17 + .../editor/dialogs/EditorSelectProperties.dtd | 48 +++ .../chrome/editor/dialogs/EditorSnapToGrid.dtd | 15 + .../chrome/editor/dialogs/EditorSpellCheck.dtd | 38 +++ .../editor/dialogs/EditorTableProperties.dtd | 76 +++++ .../editor/dialogs/EditorTextAreaProperties.dtd | 33 ++ l10n-fi/suite/chrome/editor/editingOverlay.dtd | 50 +++ l10n-fi/suite/chrome/editor/editor.dtd | 67 ++++ l10n-fi/suite/chrome/editor/editor.properties | 208 ++++++++++++ l10n-fi/suite/chrome/editor/editorOverlay.dtd | 368 +++++++++++++++++++++ .../suite/chrome/editor/editorSmileyOverlay.dtd | 58 ++++ .../chrome/editor/prefs/editorPrefsOverlay.dtd | 13 + .../suite/chrome/editor/prefs/pref-composer.dtd | 29 ++ l10n-fi/suite/chrome/editor/prefs/pref-editing.dtd | 32 ++ 40 files changed, 1682 insertions(+) create mode 100644 l10n-fi/suite/chrome/editor/dialogs/EdAdvancedEdit.dtd create mode 100644 l10n-fi/suite/chrome/editor/dialogs/EdColorPicker.dtd create mode 100644 l10n-fi/suite/chrome/editor/dialogs/EdConvertToTable.dtd create mode 100644 l10n-fi/suite/chrome/editor/dialogs/EdDialogOverlay.dtd create mode 100644 l10n-fi/suite/chrome/editor/dialogs/EdNamedAnchorProperties.dtd create mode 100644 l10n-fi/suite/chrome/editor/dialogs/EditConflict.dtd create mode 100644 l10n-fi/suite/chrome/editor/dialogs/EditorButtonProperties.dtd create mode 100644 l10n-fi/suite/chrome/editor/dialogs/EditorColorProperties.dtd create mode 100644 l10n-fi/suite/chrome/editor/dialogs/EditorFieldSetProperties.dtd create mode 100644 l10n-fi/suite/chrome/editor/dialogs/EditorFormProperties.dtd create mode 100644 l10n-fi/suite/chrome/editor/dialogs/EditorHLineProperties.dtd create mode 100644 l10n-fi/suite/chrome/editor/dialogs/EditorImageProperties.dtd create mode 100644 l10n-fi/suite/chrome/editor/dialogs/EditorInputProperties.dtd create mode 100644 l10n-fi/suite/chrome/editor/dialogs/EditorInsertChars.dtd create mode 100644 l10n-fi/suite/chrome/editor/dialogs/EditorInsertMath.dtd create mode 100644 l10n-fi/suite/chrome/editor/dialogs/EditorInsertSource.dtd create mode 100644 l10n-fi/suite/chrome/editor/dialogs/EditorInsertTOC.dtd create mode 100644 l10n-fi/suite/chrome/editor/dialogs/EditorInsertTable.dtd create mode 100644 l10n-fi/suite/chrome/editor/dialogs/EditorLabelProperties.dtd create mode 100644 l10n-fi/suite/chrome/editor/dialogs/EditorLinkProperties.dtd create mode 100644 l10n-fi/suite/chrome/editor/dialogs/EditorListProperties.dtd create mode 100644 l10n-fi/suite/chrome/editor/dialogs/EditorPageProperties.dtd create mode 100644 l10n-fi/suite/chrome/editor/dialogs/EditorPersonalDictionary.dtd create mode 100644 l10n-fi/suite/chrome/editor/dialogs/EditorPublish.dtd create mode 100644 l10n-fi/suite/chrome/editor/dialogs/EditorPublishProgress.dtd create mode 100644 l10n-fi/suite/chrome/editor/dialogs/EditorReplace.dtd create mode 100644 l10n-fi/suite/chrome/editor/dialogs/EditorSaveAsCharset.dtd create mode 100644 l10n-fi/suite/chrome/editor/dialogs/EditorSelectProperties.dtd create mode 100644 l10n-fi/suite/chrome/editor/dialogs/EditorSnapToGrid.dtd create mode 100644 l10n-fi/suite/chrome/editor/dialogs/EditorSpellCheck.dtd create mode 100644 l10n-fi/suite/chrome/editor/dialogs/EditorTableProperties.dtd create mode 100644 l10n-fi/suite/chrome/editor/dialogs/EditorTextAreaProperties.dtd create mode 100644 l10n-fi/suite/chrome/editor/editingOverlay.dtd create mode 100644 l10n-fi/suite/chrome/editor/editor.dtd create mode 100644 l10n-fi/suite/chrome/editor/editor.properties create mode 100644 l10n-fi/suite/chrome/editor/editorOverlay.dtd create mode 100644 l10n-fi/suite/chrome/editor/editorSmileyOverlay.dtd create mode 100644 l10n-fi/suite/chrome/editor/prefs/editorPrefsOverlay.dtd create mode 100644 l10n-fi/suite/chrome/editor/prefs/pref-composer.dtd create mode 100644 l10n-fi/suite/chrome/editor/prefs/pref-editing.dtd (limited to 'l10n-fi/suite/chrome/editor') diff --git a/l10n-fi/suite/chrome/editor/dialogs/EdAdvancedEdit.dtd b/l10n-fi/suite/chrome/editor/dialogs/EdAdvancedEdit.dtd new file mode 100644 index 0000000000..a73007d20c --- /dev/null +++ b/l10n-fi/suite/chrome/editor/dialogs/EdAdvancedEdit.dtd @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + diff --git a/l10n-fi/suite/chrome/editor/dialogs/EdColorPicker.dtd b/l10n-fi/suite/chrome/editor/dialogs/EdColorPicker.dtd new file mode 100644 index 0000000000..ca1e4bffaf --- /dev/null +++ b/l10n-fi/suite/chrome/editor/dialogs/EdColorPicker.dtd @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/l10n-fi/suite/chrome/editor/dialogs/EdConvertToTable.dtd b/l10n-fi/suite/chrome/editor/dialogs/EdConvertToTable.dtd new file mode 100644 index 0000000000..78cdfb74e1 --- /dev/null +++ b/l10n-fi/suite/chrome/editor/dialogs/EdConvertToTable.dtd @@ -0,0 +1,15 @@ + + + + + + + + + + + + + diff --git a/l10n-fi/suite/chrome/editor/dialogs/EdDialogOverlay.dtd b/l10n-fi/suite/chrome/editor/dialogs/EdDialogOverlay.dtd new file mode 100644 index 0000000000..ee8d4bccb7 --- /dev/null +++ b/l10n-fi/suite/chrome/editor/dialogs/EdDialogOverlay.dtd @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + diff --git a/l10n-fi/suite/chrome/editor/dialogs/EdNamedAnchorProperties.dtd b/l10n-fi/suite/chrome/editor/dialogs/EdNamedAnchorProperties.dtd new file mode 100644 index 0000000000..4508d2db13 --- /dev/null +++ b/l10n-fi/suite/chrome/editor/dialogs/EdNamedAnchorProperties.dtd @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/l10n-fi/suite/chrome/editor/dialogs/EditConflict.dtd b/l10n-fi/suite/chrome/editor/dialogs/EditConflict.dtd new file mode 100644 index 0000000000..2a7907ba1d --- /dev/null +++ b/l10n-fi/suite/chrome/editor/dialogs/EditConflict.dtd @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/l10n-fi/suite/chrome/editor/dialogs/EditorButtonProperties.dtd b/l10n-fi/suite/chrome/editor/dialogs/EditorButtonProperties.dtd new file mode 100644 index 0000000000..e918acc08d --- /dev/null +++ b/l10n-fi/suite/chrome/editor/dialogs/EditorButtonProperties.dtd @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/l10n-fi/suite/chrome/editor/dialogs/EditorColorProperties.dtd b/l10n-fi/suite/chrome/editor/dialogs/EditorColorProperties.dtd new file mode 100644 index 0000000000..08624099a7 --- /dev/null +++ b/l10n-fi/suite/chrome/editor/dialogs/EditorColorProperties.dtd @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/l10n-fi/suite/chrome/editor/dialogs/EditorFieldSetProperties.dtd b/l10n-fi/suite/chrome/editor/dialogs/EditorFieldSetProperties.dtd new file mode 100644 index 0000000000..b12507a55d --- /dev/null +++ b/l10n-fi/suite/chrome/editor/dialogs/EditorFieldSetProperties.dtd @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + diff --git a/l10n-fi/suite/chrome/editor/dialogs/EditorFormProperties.dtd b/l10n-fi/suite/chrome/editor/dialogs/EditorFormProperties.dtd new file mode 100644 index 0000000000..c4ff276c69 --- /dev/null +++ b/l10n-fi/suite/chrome/editor/dialogs/EditorFormProperties.dtd @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + diff --git a/l10n-fi/suite/chrome/editor/dialogs/EditorHLineProperties.dtd b/l10n-fi/suite/chrome/editor/dialogs/EditorHLineProperties.dtd new file mode 100644 index 0000000000..4597b7a164 --- /dev/null +++ b/l10n-fi/suite/chrome/editor/dialogs/EditorHLineProperties.dtd @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/l10n-fi/suite/chrome/editor/dialogs/EditorImageProperties.dtd b/l10n-fi/suite/chrome/editor/dialogs/EditorImageProperties.dtd new file mode 100644 index 0000000000..10530fe101 --- /dev/null +++ b/l10n-fi/suite/chrome/editor/dialogs/EditorImageProperties.dtd @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/l10n-fi/suite/chrome/editor/dialogs/EditorInputProperties.dtd b/l10n-fi/suite/chrome/editor/dialogs/EditorInputProperties.dtd new file mode 100644 index 0000000000..5740789567 --- /dev/null +++ b/l10n-fi/suite/chrome/editor/dialogs/EditorInputProperties.dtd @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/l10n-fi/suite/chrome/editor/dialogs/EditorInsertChars.dtd b/l10n-fi/suite/chrome/editor/dialogs/EditorInsertChars.dtd new file mode 100644 index 0000000000..edd6638d03 --- /dev/null +++ b/l10n-fi/suite/chrome/editor/dialogs/EditorInsertChars.dtd @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + diff --git a/l10n-fi/suite/chrome/editor/dialogs/EditorInsertMath.dtd b/l10n-fi/suite/chrome/editor/dialogs/EditorInsertMath.dtd new file mode 100644 index 0000000000..e6e9e8e1c7 --- /dev/null +++ b/l10n-fi/suite/chrome/editor/dialogs/EditorInsertMath.dtd @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + diff --git a/l10n-fi/suite/chrome/editor/dialogs/EditorInsertSource.dtd b/l10n-fi/suite/chrome/editor/dialogs/EditorInsertSource.dtd new file mode 100644 index 0000000000..1c2a4e80ff --- /dev/null +++ b/l10n-fi/suite/chrome/editor/dialogs/EditorInsertSource.dtd @@ -0,0 +1,15 @@ + + + + + + + + + + + + + diff --git a/l10n-fi/suite/chrome/editor/dialogs/EditorInsertTOC.dtd b/l10n-fi/suite/chrome/editor/dialogs/EditorInsertTOC.dtd new file mode 100644 index 0000000000..c4466180e3 --- /dev/null +++ b/l10n-fi/suite/chrome/editor/dialogs/EditorInsertTOC.dtd @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + diff --git a/l10n-fi/suite/chrome/editor/dialogs/EditorInsertTable.dtd b/l10n-fi/suite/chrome/editor/dialogs/EditorInsertTable.dtd new file mode 100644 index 0000000000..1d22947450 --- /dev/null +++ b/l10n-fi/suite/chrome/editor/dialogs/EditorInsertTable.dtd @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + diff --git a/l10n-fi/suite/chrome/editor/dialogs/EditorLabelProperties.dtd b/l10n-fi/suite/chrome/editor/dialogs/EditorLabelProperties.dtd new file mode 100644 index 0000000000..81b0b13b57 --- /dev/null +++ b/l10n-fi/suite/chrome/editor/dialogs/EditorLabelProperties.dtd @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + diff --git a/l10n-fi/suite/chrome/editor/dialogs/EditorLinkProperties.dtd b/l10n-fi/suite/chrome/editor/dialogs/EditorLinkProperties.dtd new file mode 100644 index 0000000000..6528d4190b --- /dev/null +++ b/l10n-fi/suite/chrome/editor/dialogs/EditorLinkProperties.dtd @@ -0,0 +1,6 @@ + + + + diff --git a/l10n-fi/suite/chrome/editor/dialogs/EditorListProperties.dtd b/l10n-fi/suite/chrome/editor/dialogs/EditorListProperties.dtd new file mode 100644 index 0000000000..0c9bd34d43 --- /dev/null +++ b/l10n-fi/suite/chrome/editor/dialogs/EditorListProperties.dtd @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + diff --git a/l10n-fi/suite/chrome/editor/dialogs/EditorPageProperties.dtd b/l10n-fi/suite/chrome/editor/dialogs/EditorPageProperties.dtd new file mode 100644 index 0000000000..d8b5c73f6d --- /dev/null +++ b/l10n-fi/suite/chrome/editor/dialogs/EditorPageProperties.dtd @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + diff --git a/l10n-fi/suite/chrome/editor/dialogs/EditorPersonalDictionary.dtd b/l10n-fi/suite/chrome/editor/dialogs/EditorPersonalDictionary.dtd new file mode 100644 index 0000000000..1949899b58 --- /dev/null +++ b/l10n-fi/suite/chrome/editor/dialogs/EditorPersonalDictionary.dtd @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + diff --git a/l10n-fi/suite/chrome/editor/dialogs/EditorPublish.dtd b/l10n-fi/suite/chrome/editor/dialogs/EditorPublish.dtd new file mode 100644 index 0000000000..83cb548f36 --- /dev/null +++ b/l10n-fi/suite/chrome/editor/dialogs/EditorPublish.dtd @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/l10n-fi/suite/chrome/editor/dialogs/EditorPublishProgress.dtd b/l10n-fi/suite/chrome/editor/dialogs/EditorPublishProgress.dtd new file mode 100644 index 0000000000..7366d2b927 --- /dev/null +++ b/l10n-fi/suite/chrome/editor/dialogs/EditorPublishProgress.dtd @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + diff --git a/l10n-fi/suite/chrome/editor/dialogs/EditorReplace.dtd b/l10n-fi/suite/chrome/editor/dialogs/EditorReplace.dtd new file mode 100644 index 0000000000..bfea4c73c5 --- /dev/null +++ b/l10n-fi/suite/chrome/editor/dialogs/EditorReplace.dtd @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/l10n-fi/suite/chrome/editor/dialogs/EditorSaveAsCharset.dtd b/l10n-fi/suite/chrome/editor/dialogs/EditorSaveAsCharset.dtd new file mode 100644 index 0000000000..20a7244151 --- /dev/null +++ b/l10n-fi/suite/chrome/editor/dialogs/EditorSaveAsCharset.dtd @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + diff --git a/l10n-fi/suite/chrome/editor/dialogs/EditorSelectProperties.dtd b/l10n-fi/suite/chrome/editor/dialogs/EditorSelectProperties.dtd new file mode 100644 index 0000000000..543a63d7db --- /dev/null +++ b/l10n-fi/suite/chrome/editor/dialogs/EditorSelectProperties.dtd @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/l10n-fi/suite/chrome/editor/dialogs/EditorSnapToGrid.dtd b/l10n-fi/suite/chrome/editor/dialogs/EditorSnapToGrid.dtd new file mode 100644 index 0000000000..1edb0988c5 --- /dev/null +++ b/l10n-fi/suite/chrome/editor/dialogs/EditorSnapToGrid.dtd @@ -0,0 +1,15 @@ + + + + + + + + + + + + + diff --git a/l10n-fi/suite/chrome/editor/dialogs/EditorSpellCheck.dtd b/l10n-fi/suite/chrome/editor/dialogs/EditorSpellCheck.dtd new file mode 100644 index 0000000000..5020115692 --- /dev/null +++ b/l10n-fi/suite/chrome/editor/dialogs/EditorSpellCheck.dtd @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/l10n-fi/suite/chrome/editor/dialogs/EditorTableProperties.dtd b/l10n-fi/suite/chrome/editor/dialogs/EditorTableProperties.dtd new file mode 100644 index 0000000000..66f07edafc --- /dev/null +++ b/l10n-fi/suite/chrome/editor/dialogs/EditorTableProperties.dtd @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/l10n-fi/suite/chrome/editor/dialogs/EditorTextAreaProperties.dtd b/l10n-fi/suite/chrome/editor/dialogs/EditorTextAreaProperties.dtd new file mode 100644 index 0000000000..26662b63d6 --- /dev/null +++ b/l10n-fi/suite/chrome/editor/dialogs/EditorTextAreaProperties.dtd @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/l10n-fi/suite/chrome/editor/editingOverlay.dtd b/l10n-fi/suite/chrome/editor/editingOverlay.dtd new file mode 100644 index 0000000000..96789ffd4f --- /dev/null +++ b/l10n-fi/suite/chrome/editor/editingOverlay.dtd @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/l10n-fi/suite/chrome/editor/editor.dtd b/l10n-fi/suite/chrome/editor/editor.dtd new file mode 100644 index 0000000000..cc878f477e --- /dev/null +++ b/l10n-fi/suite/chrome/editor/editor.dtd @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/l10n-fi/suite/chrome/editor/editor.properties b/l10n-fi/suite/chrome/editor/editor.properties new file mode 100644 index 0000000000..a8f71da1ee --- /dev/null +++ b/l10n-fi/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=Ei +Save=Tallenna +More=Enemmän +Less=Vähemmän +MoreProperties=Enemmän ominaisuuksia +FewerProperties=Vähemmän ominaisuuksia +PropertiesAccessKey=O +None=Ei mitään +none=ei mitään +OpenHTMLFile=Avaa HTML-tiedosto +OpenTextFile=Avaa tekstitiedosto +SelectImageFile=Valitse kuvatiedosto +SaveDocument=Tallenna sivu +SaveDocumentAs=Tallenna sivu nimellä +SaveTextAs=Tallenna teksti nimellä +EditMode=Muokkaustila +Preview=Esikatselu +Publish=Julkaise +PublishPage=Julkaise sivu +DontPublish=Älä julkaise +SavePassword=Tallenna salasana Salasanojen hallintaan +CorrectSpelling=(oikea kirjoitusasu) +NoSuggestedWords=(ei ehdotettuja sanoja) +NoMisspelledWord=Ei väärin kirjoitettuja sanoja +CheckSpellingDone=Oikoluku valmis. +CheckSpelling=Oikolue +InputError=Virhe +Alert=Huomio +CantEditFramesetMsg=Composer ei voi muokata HTML-kehysjoukkoa tai sivuja, joissa on upotettuja kehyksiä. Jos sivulla on kehysjoukko, yritä muokata jokaista kehystä erikseen. Jos sivulla on upotettuja kehyksiä, tallenna kopio sivusta ja poista