summaryrefslogtreecommitdiffstats
path: root/l10n-fi/suite/chrome/editor
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 14:29:10 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 14:29:10 +0000
commit2aa4a82499d4becd2284cdb482213d541b8804dd (patch)
treeb80bf8bf13c3766139fbacc530efd0dd9d54394c /l10n-fi/suite/chrome/editor
parentInitial commit. (diff)
downloadfirefox-upstream.tar.xz
firefox-upstream.zip
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--l10n-fi/suite/chrome/editor/dialogs/EdAdvancedEdit.dtd18
-rw-r--r--l10n-fi/suite/chrome/editor/dialogs/EdColorPicker.dtd25
-rw-r--r--l10n-fi/suite/chrome/editor/dialogs/EdConvertToTable.dtd15
-rw-r--r--l10n-fi/suite/chrome/editor/dialogs/EdDialogOverlay.dtd18
-rw-r--r--l10n-fi/suite/chrome/editor/dialogs/EdNamedAnchorProperties.dtd10
-rw-r--r--l10n-fi/suite/chrome/editor/dialogs/EditConflict.dtd10
-rw-r--r--l10n-fi/suite/chrome/editor/dialogs/EditorButtonProperties.dtd27
-rw-r--r--l10n-fi/suite/chrome/editor/dialogs/EditorColorProperties.dtd29
-rw-r--r--l10n-fi/suite/chrome/editor/dialogs/EditorFieldSetProperties.dtd20
-rw-r--r--l10n-fi/suite/chrome/editor/dialogs/EditorFormProperties.dtd21
-rw-r--r--l10n-fi/suite/chrome/editor/dialogs/EditorHLineProperties.dtd27
-rw-r--r--l10n-fi/suite/chrome/editor/dialogs/EditorImageProperties.dtd79
-rw-r--r--l10n-fi/suite/chrome/editor/dialogs/EditorInputProperties.dtd50
-rw-r--r--l10n-fi/suite/chrome/editor/dialogs/EditorInsertChars.dtd19
-rw-r--r--l10n-fi/suite/chrome/editor/dialogs/EditorInsertMath.dtd21
-rw-r--r--l10n-fi/suite/chrome/editor/dialogs/EditorInsertSource.dtd15
-rw-r--r--l10n-fi/suite/chrome/editor/dialogs/EditorInsertTOC.dtd16
-rw-r--r--l10n-fi/suite/chrome/editor/dialogs/EditorInsertTable.dtd18
-rw-r--r--l10n-fi/suite/chrome/editor/dialogs/EditorLabelProperties.dtd18
-rw-r--r--l10n-fi/suite/chrome/editor/dialogs/EditorLinkProperties.dtd6
-rw-r--r--l10n-fi/suite/chrome/editor/dialogs/EditorListProperties.dtd20
-rw-r--r--l10n-fi/suite/chrome/editor/dialogs/EditorPageProperties.dtd17
-rw-r--r--l10n-fi/suite/chrome/editor/dialogs/EditorPersonalDictionary.dtd20
-rw-r--r--l10n-fi/suite/chrome/editor/dialogs/EditorPublish.dtd68
-rw-r--r--l10n-fi/suite/chrome/editor/dialogs/EditorPublishProgress.dtd16
-rw-r--r--l10n-fi/suite/chrome/editor/dialogs/EditorReplace.dtd27
-rw-r--r--l10n-fi/suite/chrome/editor/dialogs/EditorSaveAsCharset.dtd17
-rw-r--r--l10n-fi/suite/chrome/editor/dialogs/EditorSelectProperties.dtd48
-rw-r--r--l10n-fi/suite/chrome/editor/dialogs/EditorSnapToGrid.dtd15
-rw-r--r--l10n-fi/suite/chrome/editor/dialogs/EditorSpellCheck.dtd38
-rw-r--r--l10n-fi/suite/chrome/editor/dialogs/EditorTableProperties.dtd76
-rw-r--r--l10n-fi/suite/chrome/editor/dialogs/EditorTextAreaProperties.dtd33
-rw-r--r--l10n-fi/suite/chrome/editor/editingOverlay.dtd50
-rw-r--r--l10n-fi/suite/chrome/editor/editor.dtd67
-rw-r--r--l10n-fi/suite/chrome/editor/editor.properties208
-rw-r--r--l10n-fi/suite/chrome/editor/editorOverlay.dtd368
-rw-r--r--l10n-fi/suite/chrome/editor/editorSmileyOverlay.dtd58
-rw-r--r--l10n-fi/suite/chrome/editor/prefs/editorPrefsOverlay.dtd13
-rw-r--r--l10n-fi/suite/chrome/editor/prefs/pref-composer.dtd29
-rw-r--r--l10n-fi/suite/chrome/editor/prefs/pref-editing.dtd32
40 files changed, 1682 insertions, 0 deletions
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 @@
+<!-- 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 "Lisäasetusten muokkaus">
+<!ENTITY AttName.label "Määre: ">
+<!ENTITY AttValue.label "Arvo: ">
+<!ENTITY PropertyName.label "Ominaisuus: ">
+<!ENTITY currentattributesfor.label "Nykyiset määreet kohteelle: ">
+<!ENTITY tree.attributeHeader.label "Määre">
+<!ENTITY tree.propertyHeader.label "Ominaisuus">
+<!ENTITY tree.valueHeader.label "Arvo">
+<!ENTITY tabHTML.label "HTML-määreet">
+<!ENTITY tabCSS.label "Sisätyyli">
+<!ENTITY tabJSE.label "JavaScript-tapahtumat">
+
+<!ENTITY editAttribute.label "Napsauta yläpuolella olevaa kohdetta muokataksesi sen arvoa">
+<!ENTITY removeAttribute.label "Poista">
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 @@
+<!-- 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 "Väri">
+<!ENTITY lastPickedColor.label "Viimeisin poimittu väri">
+<!ENTITY lastPickedColor.accessKey "V">
+<!ENTITY setColor1.label "Napsauta väriä tai">
+<!ENTITY setColor2.label "kirjoita HTML-värikoodi">
+<!ENTITY setColor2.accessKey "H">
+<!ENTITY chooseColor1.label "Valitse väri:">
+<!ENTITY chooseColor2.label "Syötä HTML-värikoodi">
+<!ENTITY chooseColor2.accessKey "H">
+<!ENTITY setColorExample.label "(esim.: &quot;#0000ff&quot; tai &quot;blue&quot;):">
+<!ENTITY default.label "Oletus">
+<!ENTITY default.accessKey "O">
+<!ENTITY palette.label "Paletti:">
+<!ENTITY standardPalette.label "Vakio">
+<!ENTITY webPalette.label "Kaikki web-värit">
+<!ENTITY background.label "Tausta kohteelle:">
+<!ENTITY background.accessKey "u">
+<!ENTITY table.label "Taulukko">
+<!ENTITY table.accessKey "T">
+<!ENTITY cell.label "Solut">
+<!ENTITY cell.accessKey "S">
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 @@
+<!-- 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/. -->
+
+
+<!-- Window title -->
+<!ENTITY windowTitle.label "Muunna taulukoksi">
+<!ENTITY instructions1.label "Composer luo uuden taulukon rivin jokaiselle valinnan kappaleelle.">
+<!ENTITY instructions2.label "Valitse merkki, joka erottaa valinnan sarakkeisiin:">
+<!ENTITY commaRadio.label "Pilkku">
+<!ENTITY spaceRadio.label "Tyhjä tila">
+<!ENTITY otherRadio.label "Muu merkki:">
+<!ENTITY deleteCharCheck.label "Poista erotinmerkki">
+<!ENTITY collapseSpaces.label "Jätä ylimääräiset välilyönnit huomioimatta">
+<!ENTITY collapseSpaces.tooltip "Muunna vierekkäiset välilyönnit yhdeksi erottimeksi">
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 @@
+<!-- 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 AdvancedEditButton.label "Laajennettu muokkaus…">
+<!ENTITY AdvancedEditButton.accessKey "L">
+<!ENTITY AdvancedEditButton.tooltip "Lisää tai muokkaa HTML:n määreitä, tyylin määreitä ja JavaScriptiä">
+<!ENTITY chooseFileButton.label "Valitse tiedosto...">
+<!ENTITY chooseFileButton.accessKey "V">
+<!ENTITY chooseFileLinkButton.label "Valitse tiedosto...">
+<!ENTITY chooseFileLinkButton.accessKey "a">
+<!ENTITY makeUrlRelative.label "URL on suhteessa sivun sijaintiin">
+<!ENTITY makeUrlRelative.accessKey "U">
+<!ENTITY makeUrlRelative.tooltip "Vaihda suhteellisen ja absoluuttisen URL:n välillä. Sinun täytyy ensin tallentaa sivu muuttaaksesi tämän.">
+
+<!-- Shared by Link and Image dialogs -->
+<!ENTITY LinkURLEditField2.label "Syötä kelvollinen verkkosivuston osoite, paikallinen tiedosto tai valitse kentän pikavalikosta nimetty ankkuri tai otsikko:">
+<!ENTITY LinkURLEditField2.accessKey "k">
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 @@
+<!-- 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 "Nimetyn ankkurin ominaisuudet">
+<!ENTITY anchorNameEditField.label "Ankkurin nimi:">
+<!ENTITY anchorNameEditField.accessKey "A">
+<!ENTITY nameInput.tooltip "Kirjoita yksilöllinen nimi tälle nimetylle ankkurille (kohde)">
+
+
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 @@
+<!-- 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/. -->
+
+<!-- Window title -->
+<!ENTITY windowTitle.label "Valitse muokkauksen muutokset">
+<!ENTITY conflictWarning.label "Jokin muu ohjelma on muokannut sivua, mutta Composerissa tehtyjä muutoksia ei ole tallennettu.">
+<!ENTITY conflictResolve.label "Valitse säilytettävä versio:">
+<!ENTITY keepCurrentPageButton.label "Säilytä nykyiset muutokset">
+<!ENTITY useOtherPageButton.label "Korvaa nykyinen sivu toisen ohjelman muutoksilla">
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 @@
+<!-- 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 "Painikkeen ominaisuudet">
+
+<!ENTITY Settings.label "Asetukset">
+
+<!ENTITY ButtonType.label "Tyyppi">
+<!ENTITY ButtonType.accesskey "T">
+<!ENTITY submit.value "Lähetä">
+<!ENTITY reset.value "Tyhjennä">
+<!ENTITY button.value "Painike">
+
+<!ENTITY ButtonName.label "Nimi:">
+<!ENTITY ButtonName.accesskey "N">
+<!ENTITY ButtonValue.label "Arvo:">
+<!ENTITY ButtonValue.accesskey "A">
+<!ENTITY tabIndex.label "Sarkainindeksi:">
+<!ENTITY tabIndex.accesskey "S">
+<!ENTITY ButtonDisabled.label "Poistettu käytöstä">
+<!ENTITY ButtonDisabled.accesskey "P">
+<!ENTITY AccessKey.label "Valintanäppäin:">
+<!ENTITY AccessKey.accesskey "V">
+
+<!ENTITY RemoveButton.label "Poista painike">
+<!ENTITY RemoveButton.accesskey "o">
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 @@
+<!-- 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/. -->
+
+<!-- Window title -->
+<!ENTITY windowTitle.label "Sivun värit ja tausta">
+<!ENTITY pageColors.label "Sivun värit">
+<!ENTITY defaultColorsRadio.label "Lukijan oletusvärit (Älä aseta värejä sivuille)">
+<!ENTITY defaultColorsRadio.accessKey "o">
+<!ENTITY defaultColorsRadio.tooltip "Käytä vain sivun tarkastelijan selaimen väriasetuksia">
+<!ENTITY customColorsRadio.label "Käytä järjestelmän värejä:">
+<!ENTITY customColorsRadio.accessKey "K">
+<!ENTITY customColorsRadio.tooltip "Nämä väriasetukset ohittavat lukijan selaimen asetukset">
+
+<!ENTITY normalText.label "Normaali teksti">
+<!ENTITY normalText.accessKey "N">
+<!ENTITY linkText.label "Linkin teksti">
+<!ENTITY linkText.accessKey "L">
+<!ENTITY activeLinkText.label "Aktiivisen linkin teksti">
+<!ENTITY activeLinkText.accessKey "A">
+<!ENTITY visitedLinkText.label "Avatun linkin teksti">
+<!ENTITY visitedLinkText.accessKey "u">
+<!ENTITY background.label "Tausta:">
+<!ENTITY background.accessKey "T">
+<!ENTITY colon.character ":">
+<!ENTITY backgroundImage.label "Taustakuva:">
+<!ENTITY backgroundImage.accessKey "s">
+<!ENTITY backgroundImage.tooltip "Käytä kuvaa verkkosivusi taustana">
+<!ENTITY backgroundImage.shortenedDataURI "Lyhennetty datan URI (kopioiminen sijoittaa täydellisen URIn leikepöydälle)">
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 @@
+<!-- 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 "Kenttäryhmän ominaisuudet">
+
+<!ENTITY Legend.label "selite">
+<!ENTITY Legend.accesskey "s">
+
+<!ENTITY EditLegendText.label "Muokkaa selitettä:">
+<!ENTITY EditLegendText.accesskey "M">
+<!ENTITY LegendAlign.label "Selitteen tasaus:">
+<!ENTITY LegendAlign.accesskey "n">
+<!ENTITY AlignDefault.label "Oletus">
+<!ENTITY AlignLeft.label "Vasemmalle">
+<!ENTITY AlignCenter.label "Keskitetty">
+<!ENTITY AlignRight.label "Oikealle">
+
+<!ENTITY RemoveFieldSet.label "Poista kenttäryhmä">
+<!ENTITY RemoveFieldSet.accesskey "k">
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 @@
+<!-- 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 "Lomakkeen ominaisuudet">
+
+<!ENTITY Settings.label "Asetukset">
+
+<!ENTITY FormName.label "Lomakkeen nimi:">
+<!ENTITY FormName.accesskey "n">
+<!ENTITY FormAction.label "Toiminnon URL:">
+<!ENTITY FormAction.accesskey "T">
+<!ENTITY FormMethod.label "Metodi:">
+<!ENTITY FormMethod.accesskey "M">
+<!ENTITY FormEncType.label "Koodaus:">
+<!ENTITY FormEncType.accesskey "K">
+<!ENTITY FormTarget.label "Kohdekehys:">
+<!ENTITY FormTarget.accesskey "d">
+
+<!ENTITY RemoveForm.label "Poista lomake">
+<!ENTITY RemoveForm.accesskey "s">
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 @@
+<!-- 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/. -->
+
+
+<!-- Window title -->
+<!ENTITY windowTitle.label "Vaakaviivan ominaisuudet">
+
+<!ENTITY dimensionsBox.label "Mitat">
+<!ENTITY heightEditField.label "Korkeus:">
+<!ENTITY heightEditField.accessKey "K">
+<!ENTITY widthEditField.label "Leveys:">
+<!ENTITY widthEditField.accessKey "e">
+<!ENTITY pixelsPopup.value "kuvapistettä">
+<!ENTITY alignmentBox.label "Tasaus">
+<!ENTITY leftRadio.label "Vasen">
+<!ENTITY leftRadio.accessKey "V">
+<!ENTITY centerRadio.label "Keskitetty">
+<!ENTITY centerRadio.accessKey "K">
+<!ENTITY rightRadio.label "Oikea">
+<!ENTITY rightRadio.accessKey "O">
+
+<!ENTITY threeDShading.label "3-D varjostus">
+<!ENTITY threeDShading.accessKey "D">
+<!ENTITY saveSettings.label "Käytä oletusarvona">
+<!ENTITY saveSettings.accessKey "O">
+<!ENTITY saveSettings.tooltip "Tallenna nämä asetukset käytettäväksi uusia vaakaviivoja lisättäessä.">
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 @@
+<!-- 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/. -->
+
+<!-- These strings are for use specifically in the editor's image and form image dialogs. -->
+
+<!-- Window title -->
+<!ENTITY windowTitle.label "Kuvan ominaisuudet">
+
+<!ENTITY pixelsPopup.value "kuvapistettä">
+
+<!-- These are in the Location tab panel -->
+<!ENTITY locationEditField.label "Kuvan sijainti:">
+<!ENTITY locationEditField.accessKey "K">
+<!ENTITY locationEditField.tooltip "Kirjoita kuvan tiedostonimi tai sijainti">
+<!ENTITY locationEditField.shortenedDataURI "Lyhennetty datan URI (kopioiminen sijoittaa täydellisen URIn leikepöydälle)">
+<!ENTITY title.label "Työkaluvihje:">
+<!ENTITY title.accessKey "T">
+<!ENTITY title.tooltip "HTML-määre ”title”, joka näkyy työkaluvihjeenä">
+<!ENTITY altText.label "Vaihtoehtoinen teksti:">
+<!ENTITY altText.accessKey "V">
+<!ENTITY altTextEditField.tooltip "Kirjoita kuvan tilalla näytettävä teksti">
+<!ENTITY noAltText.label "Älä käytä vaihtoehtoista tekstiä">
+<!ENTITY noAltText.accessKey "Ä">
+
+<!ENTITY previewBox.label "Kuvan esikatselu">
+
+<!-- These controls are in the Dimensions tab panel -->
+<!-- actualSize.label should be same as actualSizeRadio.label + ":" -->
+<!ENTITY actualSize.label "Todellinen koko:">
+<!ENTITY actualSizeRadio.label "Todellinen koko">
+<!ENTITY actualSizeRadio.accessKey "T">
+<!ENTITY actualSizeRadio.tooltip "Palaa kuvan todelliseen kokoon">
+<!ENTITY customSizeRadio.label "Mukautettu koko">
+<!ENTITY customSizeRadio.accessKey "M">
+<!ENTITY customSizeRadio.tooltip "Muuta kuvan kokoa näytöllä">
+<!ENTITY heightEditField.label "Korkeus:">
+<!ENTITY heightEditField.accessKey "K">
+<!ENTITY widthEditField.label "Leveys:">
+<!ENTITY widthEditField.accessKey "e">
+<!ENTITY constrainCheckbox.label "Säilytä muoto">
+<!ENTITY constrainCheckbox.accessKey "S">
+<!ENTITY constrainCheckbox.tooltip "Säilytä kuvan suhteet ennallaan">
+
+<!-- These controls are in the Image Map box of the expanded area -->
+<!ENTITY imagemapBox.label "Kuvan kartta">
+<!ENTITY removeImageMapButton.label "Poista">
+<!ENTITY removeImageMapButton.accessKey "P">
+
+<!-- These are the options for image alignment -->
+<!ENTITY alignment.label "Linjaa teksti kuvaan">
+<!ENTITY bottomPopup.value "Pohjalle">
+<!ENTITY topPopup.value "Ylös">
+<!ENTITY centerPopup.value "Keskelle">
+<!ENTITY wrapRightPopup.value "Rivitä oikealle">
+<!ENTITY wrapLeftPopup.value "Rivitä vasemmalle">
+
+<!-- These controls are in the Spacing Box -->
+<!ENTITY spacingBox.label "Vapaa tila">
+<!ENTITY leftRightEditField.label "Vasemmalla ja oikealla:">
+<!ENTITY leftRightEditField.accessKey "V">
+<!ENTITY topBottomEditField.label "Ylhäällä ja alhaalla:">
+<!ENTITY topBottomEditField.accessKey "Y">
+<!ENTITY borderEditField.label "Jatkuva reunaviiva:">
+<!ENTITY borderEditField.accessKey "n">
+
+<!-- These controls are in the Link Box -->
+<!ENTITY showImageLinkBorder.label "Näytä linkkikuvan ympärillä reunus">
+<!ENTITY showImageLinkBorder.accessKey "N">
+<!ENTITY LinkAdvancedEditButton.label "Linkin lisäasetukset…">
+<!ENTITY LinkAdvancedEditButton.accessKey "a">
+<!ENTITY LinkAdvancedEditButton.tooltip "Lisää tai muokkaa HTML-attribuutteja, tyyliattribuutteja ja JavaScript-komentosarjoja">
+
+<!-- These tabs are currently used in the image input dialog -->
+<!ENTITY imageInputTab.label "Lomake">
+<!ENTITY imageLocationTab.label "Sijainti">
+<!ENTITY imageDimensionsTab.label "Mitat">
+<!ENTITY imageAppearanceTab.label "Ulkoasu">
+<!ENTITY imageLinkTab.label "Linkki">
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 @@
+<!-- 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 "Lomakkeen kentän ominaisuudet">
+<!ENTITY windowTitleImage.label "Lomakkeen kuvan ominaisuudet">
+
+<!ENTITY InputType.label "Kentän tyyppi">
+<!ENTITY InputType.accesskey "t">
+<!ENTITY text.value "Teksti">
+<!ENTITY password.value "Salasana">
+<!ENTITY checkbox.value "Valintaruutu">
+<!ENTITY radio.value "Valintanappi">
+<!ENTITY submit.value "Lähetyspainike">
+<!ENTITY reset.value "Tyhjennyspainike">
+<!ENTITY file.value "Tiedosto">
+<!ENTITY hidden.value "Piilotettu">
+<!ENTITY image.value "Kuva">
+<!ENTITY button.value "Painike">
+
+<!ENTITY InputSettings.label "Kentän asetukset">
+<!ENTITY InputName.label "Kentän nimi:">
+<!ENTITY InputName.accesskey "n">
+<!ENTITY GroupName.label "Ryhmän nimi:">
+<!ENTITY GroupName.accesskey "n">
+<!ENTITY InputValue.label "Kentän arvo:">
+<!ENTITY InputValue.accesskey "a">
+<!ENTITY InitialValue.label "Alkuarvo:">
+<!ENTITY InitialValue.accesskey "a">
+<!ENTITY InputChecked.label "Aluksi valittuna">
+<!ENTITY InputChecked.accesskey "A">
+<!ENTITY InputSelected.label "Aluksi valittuna">
+<!ENTITY InputSelected.accesskey "v">
+<!ENTITY InputReadOnly.label "Vain luku">
+<!ENTITY InputReadOnly.accesskey "u">
+<!ENTITY InputDisabled.label "Pois käytöstä">
+<!ENTITY InputDisabled.accesskey "s">
+<!ENTITY tabIndex.label "Sarkainindeksi:">
+<!ENTITY tabIndex.accesskey "i">
+<!ENTITY TextSize.label "Kentän koko:">
+<!ENTITY TextSize.accesskey "K">
+<!ENTITY TextLength.label "Maksimipituus:">
+<!ENTITY TextLength.accesskey "M">
+<!ENTITY AccessKey.label "Valintanäppäin:">
+<!ENTITY AccessKey.accesskey "p">
+<!ENTITY Accept.label "Hyväksy tyypit:">
+<!ENTITY Accept.accesskey "H">
+
+<!ENTITY ImageProperties.label "Kuvan ominaisuudet…">
+<!ENTITY ImageProperties.accesskey "d">
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 @@
+<!-- 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/. -->
+
+
+<!-- Window title -->
+<!ENTITY windowTitle.label "Lisää merkki">
+<!ENTITY category.label "Luokka">
+<!ENTITY letter.label "Kirjain:">
+<!ENTITY letter.accessKey "K">
+<!ENTITY character.label "Merkki:">
+<!ENTITY character.accessKey "M">
+<!ENTITY accentUpper.label "Aksentti, iso kirjain">
+<!ENTITY accentLower.label "Aksentti, pieni kirjain">
+<!ENTITY otherUpper.label "Muu merkki, iso kirjain">
+<!ENTITY otherLower.label "Muu merkki, pieni kirjain">
+<!ENTITY commonSymbols.label "Yleiset symbolit">
+<!ENTITY insertButton.label "Lisää">
+<!ENTITY closeButton.label "Sulje">
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 @@
+<!-- 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/. -->
+
+<!-- Window title -->
+<!ENTITY windowTitle.label "Syötä matematiikkaa">
+
+<!ENTITY sourceEditField.label "Kirjoita LaTeX-lähdekoodia:">
+
+<!ENTITY options.label "Asetukset">
+<!ENTITY optionInline.label "Tekstin seassa">
+<!ENTITY optionInline.accesskey "T">
+<!ENTITY optionDisplay.label "Erikseen näytettynä">
+<!ENTITY optionDisplay.accesskey "E">
+<!ENTITY optionLTR.label "Suunta vasemmalta oikealle">
+<!ENTITY optionLTR.accesskey "v">
+<!ENTITY optionRTL.label "Suunta oikealta vasemmalle">
+<!ENTITY optionRTL.accesskey "o">
+
+<!ENTITY insertButton.label "Syötä">
+<!ENTITY insertButton.accesskey "S">
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 @@
+<!-- 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/. -->
+
+<!-- Window title -->
+<!ENTITY windowTitle.label "Lisää HTML -koodia">
+<!ENTITY sourceEditField.label "Kirjoita HTML-tunnukset ja teksti:">
+<!ENTITY example.label "Esimerkki: ">
+<!-- LOCALIZATION NOTE (exampleOpenTag.label): DONT_TRANSLATE: they are text for HTML tagnames: "<i>" and "</i>" -->
+<!ENTITY exampleOpenTag.label "&lt;i&gt;">
+<!-- LOCALIZATION NOTE (exampleCloseTag.label): DONT_TRANSLATE: they are text for HTML tagnames: "<i>" and "</i>" -->
+<!ENTITY exampleCloseTag.label "&lt;/i&gt;">
+<!ENTITY exampleText.label "Moi kaikki!">
+<!ENTITY insertButton.label "Lisää">
+<!ENTITY insertButton.accesskey "L">
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 @@
+<!-- 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 Window.title "Sisällysluettelo">
+<!ENTITY buildToc.label "Koosta sisällysluettelo kohteista:">
+<!ENTITY tag.label "HTML-tunnus:">
+<!ENTITY class.label "Luokka:">
+<!ENTITY header1.label "Taso 1">
+<!ENTITY header2.label "Taso 2">
+<!ENTITY header3.label "Taso 3">
+<!ENTITY header4.label "Taso 4">
+<!ENTITY header5.label "Taso 5">
+<!ENTITY header6.label "Taso 6">
+<!ENTITY makeReadOnly.label "Anna sisällysluettelolle vain lukuoikeudet">
+<!ENTITY orderedList.label "Numeroi sisällysluettelon kaikki kohdat">
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 @@
+<!-- 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/. -->
+
+<!-- Window title -->
+<!ENTITY windowTitle.label "Lisää taulukko">
+
+<!ENTITY size.label "Koko">
+<!ENTITY numRowsEditField.label "Rivejä:">
+<!ENTITY numRowsEditField.accessKey "R">
+<!ENTITY numColumnsEditField.label "Sarakkeita:">
+<!ENTITY numColumnsEditField.accessKey "S">
+<!ENTITY widthEditField.label "Leveys:">
+<!ENTITY widthEditField.accessKey "L">
+<!ENTITY borderEditField.label "Reunus:">
+<!ENTITY borderEditField.accessKey "e">
+<!ENTITY borderEditField.tooltip "Anna luku reunuksen koolle tai 0, jos et halua reunusta.">
+<!ENTITY pixels.label "kuvapistettä">
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 @@
+<!-- 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 "Tunnuksen ominaisuudet">
+
+<!ENTITY Settings.label "Asetukset">
+<!ENTITY Settings.accesskey "A">
+
+<!ENTITY EditLabelText.label "Muokkaa tekstiä:">
+<!ENTITY EditLabelText.accesskey "M">
+<!ENTITY LabelFor.label "Seuraavalle kontrollille:">
+<!ENTITY LabelFor.accesskey "k">
+<!ENTITY AccessKey.label "Valintanäppäin:">
+<!ENTITY AccessKey.accesskey "V">
+
+<!ENTITY RemoveLabel.label "Poista tunniste">
+<!ENTITY RemoveLabel.accesskey "o">
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 @@
+<!-- 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 "Linkin ominaisuudet">
+<!ENTITY LinkURLBox.label "Linkin sijainti">
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 @@
+<!-- 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/. -->
+
+
+<!-- Window title -->
+<!ENTITY windowTitle.label "Listan ominaisuudet">
+
+<!ENTITY ListType.label "Listan tyyppi">
+<!ENTITY bulletStyle.label "Numeroimaton tyyli:">
+<!ENTITY startingNumber.label "Aloita kohdasta:">
+<!ENTITY startingNumber.accessKey "A">
+<!ENTITY none.value "Ei mitään">
+<!ENTITY bulletList.value "Numeroimaton lista">
+<!ENTITY numberList.value "Numeroitu lista">
+<!ENTITY definitionList.value "Määritelmälista">
+<!ENTITY changeEntireListRadio.label "Vaihda koko lista">
+<!ENTITY changeEntireListRadio.accessKey "V">
+<!ENTITY changeSelectedRadio.label "Vaihda vain valitut kohdat">
+<!ENTITY changeSelectedRadio.accessKey "a">
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 @@
+<!-- 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/. -->
+
+<!-- Window title -->
+<!ENTITY windowTitle.label "Sivun ominaisuudet">
+<!ENTITY location.label "Sijainti:">
+<!ENTITY lastModified.label "Viimeksi muokattu:">
+<!ENTITY titleInput.label "Otsikko:">
+<!ENTITY titleInput.accessKey "O">
+<!ENTITY authorInput.label "Tekijä:">
+<!ENTITY authorInput.accessKey "T">
+<!ENTITY descriptionInput.label "Kuvaus:">
+<!ENTITY descriptionInput.accessKey "K">
+<!ENTITY locationNewPage.label "[Uusi sivu, ei vielä tallennettu]">
+<!ENTITY EditHEADSource1.label "Kokeneet käyttäjät:">
+<!ENTITY EditHEADSource2.label "Jos haluat muokata &lt;head&gt;-lohkoa, valitse HTML-koodi Näytä-valikosta tai Muokkaustila-työkalupalkista.">
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 @@
+<!-- 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/. -->
+
+<!-- Window title -->
+<!ENTITY windowTitle.label "Käyttäjäkohtainen sanakirja">
+
+<!ENTITY wordEditField.label "Uusi sana:">
+<!ENTITY wordEditField.accessKey "U">
+<!ENTITY AddButton.label "Lisää">
+<!ENTITY AddButton.accessKey "L">
+<!ENTITY DictionaryList.label "Sanoja sanastossa:">
+<!ENTITY DictionaryList.accessKey "s">
+<!ENTITY ReplaceButton.label "Korvaa">
+<!ENTITY ReplaceButton.accessKey "K">
+<!ENTITY RemoveButton.label "Poista">
+<!ENTITY RemoveButton.accessKey "P">
+
+<!ENTITY CloseButton.label "Sulje">
+<!ENTITY CloseButton.accessKey "S">
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 @@
+<!-- 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/. -->
+
+
+<!-- Window title -->
+<!ENTITY windowTitle.label "Julkaise sivu">
+<!ENTITY windowTitleSettings.label "Julkaisuasetukset">
+
+<!ENTITY publishTab.label "Julkaise">
+<!ENTITY settingsTab.label "Asetukset">
+
+<!ENTITY publishButton.label "Julkaise">
+
+<!-- Publish Tab Panel -->
+<!ENTITY siteList.label "Sivuston nimi:">
+<!ENTITY siteList.accesskey "S">
+<!ENTITY siteList.tooltip "Valitse nimi sivustolle, jonka haluat julkaista">
+<!ENTITY newSiteButton.label "Uusi sivusto">
+<!ENTITY newSiteButton.accesskey "s">
+<!ENTITY docDirList.label "Tämän sivun alihakemisto sivustossa:">
+<!ENTITY docDirList.accesskey "a">
+<!ENTITY docDirList.tooltip "Valitse tai kirjoita alihakemisto etäpalvelimella">
+<!ENTITY publishImgCheckbox.label "Sisällytä kuvat ja muut tiedostot">
+<!ENTITY publishImgCheckbox.accesskey "S">
+<!ENTITY publishImgCheckbox.tooltip "Julkaise kuvat ja muut tiedostot, joihin tällä sivulla viitataan">
+<!ENTITY sameLocationRadio.label "Käytä samaa sijaintia kuin sivun sijainti">
+<!ENTITY sameLocationRadio.accesskey "K">
+<!ENTITY sameLocationRadio.tooltip "Julkaise tiedostot samassa sijainnissa kuin sivu">
+<!ENTITY useSubdirRadio.label "Käytä tätä sivuston alihakemistoa:">
+<!ENTITY useSubdirRadio.accesskey "t">
+<!ENTITY useSubdirRadio.tooltip "Julkaise tiedostot valittuun alihakemistoon palvelimella">
+<!ENTITY otherDirList.tooltip "Valitse tai kirjoita alihakemisto, johon tiedostot julkaistaan">
+<!ENTITY pageTitle.label "Sivun otsikko:">
+<!ENTITY pageTitle.accesskey "S">
+<!ENTITY pageTitle.tooltip "Kirjoita otsikko, joka näkyy mm. selainikkunan otsikkorivillä ja kirjanmerkeissä">
+<!ENTITY pageTitleExample.label "esim.: &quot;Oma kotisivuni&quot;">
+<!ENTITY filename.label "Tiedostonimi:">
+<!ENTITY filename.accesskey "T">
+<!ENTITY filename.tooltip "Kirjoita tälle tiedostolle nimi, ja lisää verkkosivuihin ppte &quot;.html&quot;">
+<!ENTITY filenameExample.label "esim.: &quot;sivuni.html&quot;">
+<!ENTITY setDefaultButton.label "Aseta oletukseksi">
+<!ENTITY setDefaultButton.accesskey "o">
+<!ENTITY removeButton.label "Poista sivusto">
+<!ENTITY removeButton.accesskey "P">
+
+<!-- Settings Tab Panel -->
+<!ENTITY publishSites.label "Julkaisusivustot">
+<!ENTITY serverInfo.label "Sivuston tiedot">
+<!ENTITY loginInfo.label "Kirjautumistiedot">
+<!ENTITY siteName.label "Sivuston nimi:">
+<!ENTITY siteName.accesskey "v">
+<!ENTITY siteName.tooltip "Tämän julkaisusivuston yksilöllinen lempinimi (esim. &quot;OmaSivusto&quot;)">
+<!ENTITY siteUrl.label "Julkaisuosoite (esim.: &quot;ftp://ftp.palveluntarjoaja.com/käyttäjätunnus&quot;):">
+<!ENTITY siteUrl.accesskey "J">
+<!ENTITY siteUrl.tooltip "FTP:// tai HTTP:// -osoite, jonka palveluntarjoajasi on antanut">
+<!ENTITY browseUrl.label "WWW-sivustosi HTTP-osoite (esim.: &quot;http://www.palveluntarjoaja.com/käyttäjätunnus&quot;):">
+<!ENTITY browseUrl.accesskey "W">
+<!ENTITY browseUrl.tooltip "Kotihakemistosi HTTP://-osoite (älä laita tiedoston nimeä)">
+<!ENTITY username.label "Käyttäjätunnus:">
+<!ENTITY username.accesskey "K">
+<!ENTITY username.tooltip "Käyttäjätunnus, jolla kirjaudut (esim. palveluntarjoajasi) sivustopalveluun">
+<!ENTITY password.label "Salasana:">
+<!ENTITY password.accesskey "S">
+<!ENTITY password.tooltip "Käyttäjätunnuksesi salasana">
+<!ENTITY savePassword.label "Tallenna salasana">
+<!ENTITY savePassword.accesskey "T">
+<!ENTITY savePassword.tooltip "Jos haluat tallentaa salasanasi turvallisesti salasanojen hallintaan, valitse">
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 @@
+<!-- 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/. -->
+
+<!-- Window title -->
+<!ENTITY siteUrl.label "Sivuston URL:">
+<!ENTITY docSubdir.label "Sivun alihakemisto:">
+<!ENTITY otherSubdir.label "Kuvien alihakemisto:">
+
+<!ENTITY status.label "Julkaistaan…">
+<!ENTITY fileList.label "Julkaisun tila">
+<!ENTITY succeeded.label "Onnistui">
+<!ENTITY failed.label "Epäonnistui">
+
+<!ENTITY keepOpen "Pidä tämä ikkuna auki myös, kun julkaiseminen on suoritettu.">
+<!ENTITY closeButton.label "Sulje">
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 @@
+<!-- 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/. -->
+
+<!-- extracted from EdReplace.xul -->
+
+<!ENTITY replaceDialog.title "Etsi ja korvaa">
+<!ENTITY findField.label "Etsi:">
+<!ENTITY findField.accesskey "E">
+<!ENTITY replaceField.label "Korvaava teksti:">
+<!ENTITY replaceField.accesskey "K">
+<!ENTITY caseSensitiveCheckbox.label "Huomioi kirjainkoko">
+<!ENTITY caseSensitiveCheckbox.accesskey "H">
+<!ENTITY wrapCheckbox.label "Kierrä lopusta alkuun">
+<!ENTITY wrapCheckbox.accesskey "e">
+<!ENTITY backwardsCheckbox.label "Etsi taaksepäin">
+<!ENTITY backwardsCheckbox.accesskey "t">
+<!ENTITY findNextButton.label "Etsi seuraava">
+<!ENTITY findNextButton.accesskey "s">
+<!ENTITY replaceButton.label "Korvaa">
+<!ENTITY replaceButton.accesskey "K">
+<!ENTITY replaceAndFindButton.label "Korvaa ja etsi">
+<!ENTITY replaceAndFindButton.accesskey "o">
+<!ENTITY replaceAllButton.label "Korvaa kaikki">
+<!ENTITY replaceAllButton.accesskey "r">
+<!ENTITY closeButton.label "Sulje">
+<!ENTITY closeButton.accesskey "S">
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 @@
+<!-- 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/. -->
+
+<!-- These strings are generic to all or most of the editor's dialogs. -->
+
+<!-- This button is for the progressive disclosure of additional editing functionality -->
+
+<!-- These strings are for use specifically in the editor's link dialog. -->
+<!ENTITY windowTitle2.label "Tallenna ja muuta merkistökoodausta">
+<!ENTITY documentTitleTitle.label "Sivun otsikko">
+<!ENTITY documentCharsetTitle2.label "Merkistökoodaus">
+<!ENTITY documentCharsetDesc2.label "Valitse merkistökoodaus, jota käytetään dokumenttia tallennettaessa:">
+<!ENTITY documentExportToText.label "Vie tekstitiedostoon">
+
+
+
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 @@
+<!-- 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 "Pudotusvalikon ominaisuudet">
+
+<!ENTITY Select.label "Pudotusvalikko">
+<!ENTITY SelectName.label "Luettelon nimi:">
+<!ENTITY SelectName.accesskey "n">
+<!ENTITY SelectSize.label "Korkeus:">
+<!ENTITY SelectSize.accesskey "e">
+<!ENTITY SelectMultiple.label "Useita valintoja">
+<!ENTITY SelectMultiple.accesskey "U">
+<!ENTITY SelectDisabled.label "Poista käytöstä">
+<!ENTITY SelectDisabled.accesskey "t">
+<!ENTITY SelectTabIndex.label "Sarkainindeksi:">
+<!ENTITY SelectTabIndex.accesskey "d">
+
+<!ENTITY OptGroup.label "Valintaryhmä">
+<!ENTITY OptGroupLabel.label "Nimiö:">
+<!ENTITY OptGroupLabel.accesskey "N">
+<!ENTITY OptGroupDisabled.label "Poista käytöstä">
+<!ENTITY OptGroupDisabled.accesskey "k">
+
+<!ENTITY Option.label "Valinta">
+<!ENTITY OptionText.label "Teksti:">
+<!ENTITY OptionText.accesskey "T">
+<!ENTITY OptionValue.label "Arvo:">
+<!ENTITY OptionValue.accesskey "A">
+<!ENTITY OptionSelected.label "Aluksi valittuna">
+<!ENTITY OptionSelected.accesskey "u">
+<!ENTITY OptionDisabled.label "Poista käytöstä">
+<!ENTITY OptionDisabled.accesskey "k">
+
+<!ENTITY TextHeader.label "Teksti">
+<!ENTITY ValueHeader.label "Arvo">
+<!ENTITY SelectedHeader.label "Valittu">
+
+<!ENTITY AddOption.label "Lisää valinta">
+<!ENTITY AddOption.accesskey "v">
+<!ENTITY AddOptGroup.label "Lisää ryhmä">
+<!ENTITY AddOptGroup.accesskey "r">
+<!ENTITY RemoveElement.label "Poista">
+<!ENTITY RemoveElement.accesskey "o">
+<!ENTITY MoveElementUp.label "Siirrä ylöspäin">
+<!ENTITY MoveElementUp.accesskey "y">
+<!ENTITY MoveElementDown.label "Siirrä alaspäin">
+<!ENTITY MoveElementDown.accesskey "S">
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 @@
+<!-- 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/. -->
+
+
+<!-- Window title -->
+<!ENTITY windowTitle.label "Kohdista ruudukkoon">
+
+<!ENTITY enableSnapToGrid.label "Käytä ruudukkoa kohdistusapuna elementtejä aseteltaessa">
+<!ENTITY enableSnapToGrid.accessKey "a">
+
+<!ENTITY sizeEditField.label "Koko:">
+<!ENTITY sizeEditField.accessKey "K">
+
+<!ENTITY pixelsLabel.value "kuvapistettä">
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 @@
+<!-- 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/. -->
+
+<!-- Window title -->
+<!ENTITY windowTitle.label "Oikolue">
+
+<!ENTITY misspelledWord.label "Väärin kirjoitettu sana:">
+<!ENTITY wordEditField.label "Korvaa sanalla:">
+<!ENTITY wordEditField.accessKey "K">
+<!ENTITY checkwordButton.label "Tarkista sana">
+<!ENTITY checkwordButton.accessKey "a">
+<!ENTITY suggestions.label "Ehdotukset:">
+<!ENTITY suggestions.accessKey "E">
+<!ENTITY ignoreButton.label "Ohita">
+<!ENTITY ignoreButton.accessKey "O">
+<!ENTITY ignoreAllButton.label "Ohita kaikki">
+<!ENTITY ignoreAllButton.accessKey "h">
+<!ENTITY replaceButton.label "Korvaa">
+<!ENTITY replaceButton.accessKey "o">
+<!ENTITY replaceAllButton.label "Korvaa kaikki">
+<!ENTITY replaceAllButton.accessKey "r">
+<!ENTITY stopButton.label "Pysäytä">
+<!ENTITY stopButton.accessKey "y">
+<!ENTITY userDictionary.label "Käyttäjän sanasto:">
+<!ENTITY moreDictionaries.label "Hae sanastoja…">
+<!ENTITY addToUserDictionaryButton.label "Lisää sana">
+<!ENTITY addToUserDictionaryButton.accessKey "L">
+<!ENTITY editUserDictionaryButton.label "Muokkaa…">
+<!ENTITY editUserDictionaryButton.accessKey "M">
+<!ENTITY recheckButton2.label "Tarkista teksti uudelleen">
+<!ENTITY recheckButton2.accessKey "T">
+<!ENTITY closeButton.label "Sulje">
+<!ENTITY closeButton.accessKey "S">
+<!ENTITY sendButton.label "Lähetä">
+<!ENTITY sendButton.accessKey "ä">
+<!ENTITY languagePopup.label "Kieli:">
+<!ENTITY languagePopup.accessKey "K">
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 @@
+<!-- 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 tableWindow.title "Taulukon ominaisuudet">
+<!ENTITY applyButton.label "Käytä">
+<!ENTITY applyButton.accesskey "K">
+<!ENTITY closeButton.label "Sulje">
+<!ENTITY tableTab.label "Taulukko">
+<!ENTITY cellTab.label "Solut">
+<!ENTITY tableRows.label "Rivit:">
+<!ENTITY tableRows.accessKey "R">
+<!ENTITY tableColumns.label "Sarakkeet:">
+<!ENTITY tableColumns.accessKey "S">
+<!ENTITY tableHeight.label "Korkeus:">
+<!ENTITY tableHeight.accessKey "o">
+<!ENTITY tableWidth.label "Leveys:">
+<!ENTITY tableWidth.accessKey "e">
+<!ENTITY tableBorderSpacing.label "Reunukset ja välit">
+<!ENTITY tableBorderWidth.label "Reunus:">
+<!ENTITY tableBorderWidth.accessKey "u">
+<!ENTITY tableSpacing.label "Väli:">
+<!ENTITY tableSpacing.accessKey "l">
+<!ENTITY tablePadding.label "Täyte:">
+<!ENTITY tablePadding.accessKey "T">
+<!ENTITY tablePxBetwCells.label "pikseliä solujen välissä">
+<!ENTITY tablePxBetwBrdrCellContent.label "pikseliä solujen reunuksen ja sisällön välissä">
+<!ENTITY tableAlignment.label "Taulukon tasaus:">
+<!ENTITY tableAlignment.accessKey "n">
+<!ENTITY tableCaption.label "Selite:">
+<!ENTITY tableCaption.accessKey "e">
+<!ENTITY tableCaptionAbove.label "Taulukon yläpuolella">
+<!ENTITY tableCaptionBelow.label "Taulukon alapuolella">
+<!ENTITY tableCaptionLeft.label "Taulukon vasemmalla puolella">
+<!ENTITY tableCaptionRight.label "Taulukon oikealla puolella">
+<!ENTITY tableCaptionNone.label "Ei mitään">
+<!ENTITY tableInheritColor.label "(Anna sivun värin näkyä läpi)">
+
+<!ENTITY cellSelection.label "Valinta">
+<!ENTITY cellSelectCell.label "Solu">
+<!ENTITY cellSelectRow.label "Rivi">
+<!ENTITY cellSelectColumn.label "Sarake">
+<!ENTITY cellSelectNext.label "Seuraava">
+<!ENTITY cellSelectNext.accessKey "S">
+<!ENTITY cellSelectPrevious.label "Edellinen">
+<!ENTITY cellSelectPrevious.accessKey "E">
+<!ENTITY applyBeforeChange.label "Tehdyt muutokset toteutetaan ennen kuin valintaa muutetaan.">
+<!-- LOCALIZATION NOTE Next 2 form 1 sentence (we don't want to use HTML tag to wrap) -->
+<!ENTITY cellContentAlignment.label "Sisällön tasaus">
+<!ENTITY cellHorizontal.label "Vaaka:">
+<!ENTITY cellHorizontal.accessKey "V">
+<!ENTITY cellVertical.label "Pysty:">
+<!ENTITY cellVertical.accessKey "P">
+<!ENTITY cellStyle.label "Solun tyyli:">
+<!ENTITY cellStyle.accessKey "o">
+<!ENTITY cellNormal.label "Normaali">
+<!ENTITY cellHeader.label "Otsikko">
+<!ENTITY cellTextWrap.label "Tekstin rivitys:">
+<!ENTITY cellTextWrap.accessKey "r">
+<!ENTITY cellWrap.label "Rivitä">
+<!ENTITY cellNoWrap.label "Älä rivitä">
+<!ENTITY cellAlignTop.label "Ylä">
+<!ENTITY cellAlignMiddle.label "Keski">
+<!ENTITY cellAlignBottom.label "Ala">
+<!ENTITY cellAlignJustify.label "Tasan">
+<!ENTITY cellInheritColor.label "(Anna taulukon värin näkyä läpi)">
+<!ENTITY cellUseCheckboxHelp.label "Käytä valintaruutuja osoittamaan, mitkä ominaisuudet koskevat valittua solua">
+
+<!-- Used in both Table and Cell panels -->
+<!ENTITY size.label "Koko">
+<!ENTITY pixels.label "kuvapistettä">
+<!ENTITY backgroundColor.label "Taustaväri:">
+<!ENTITY backgroundColor.accessKey "i">
+<!ENTITY AlignLeft.label "Vasen">
+<!ENTITY AlignCenter.label "Keskitetty">
+<!ENTITY AlignRight.label "Oikea">
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 @@
+<!-- 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 "Tekstikentän ominaisuudet">
+
+<!ENTITY Settings.label "Asetukset">
+
+<!ENTITY TextAreaName.label "Kentän nimi:">
+<!ENTITY TextAreaName.accessKey "K">
+<!ENTITY TextAreaRows.label "Rivejä:">
+<!ENTITY TextAreaRows.accessKey "R">
+<!ENTITY TextAreaCols.label "Sarakkeita:">
+<!ENTITY TextAreaCols.accessKey "S">
+<!ENTITY TextAreaReadOnly.label "Vain luku">
+<!ENTITY TextAreaReadOnly.accessKey "V">
+<!ENTITY TextAreaDisabled.label "Poista käytöstä">
+<!ENTITY TextAreaDisabled.accessKey "P">
+<!ENTITY TextAreaTabIndex.label "Sarkainindeksi:">
+<!ENTITY TextAreaTabIndex.accessKey "a">
+<!ENTITY TextAreaAccessKey.label "Valintanäppäin:">
+<!ENTITY TextAreaAccessKey.accessKey "n">
+<!ENTITY InitialText.label "Teksti aluksi:">
+<!ENTITY InitialText.accessKey "a">
+
+<!ENTITY TextAreaWrap.label "Rivitystila:">
+<!ENTITY TextAreaWrap.accessKey "y">
+<!ENTITY WrapDefault.value "Oletus">
+<!ENTITY WrapOff.value "Pois päältä">
+<!ENTITY WrapHard.value "Kova">
+<!ENTITY WrapSoft.value "Pehmeä">
+<!ENTITY WrapPhysical.value "Fyysinen">
+<!ENTITY WrapVirtual.value "Virtuaalinen">
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 @@
+<!-- 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/. -->
+
+<!-- File menu items -->
+<!ENTITY openFileCmd.label "Avaa tiedosto…">
+<!ENTITY openFileCmd.accesskey "A">
+<!ENTITY openFileCmd.key "O">
+<!ENTITY openRemoteCmd.label "Avaa verkko-osoite…">
+<!ENTITY openRemoteCmd.accesskey "v">
+<!ENTITY openRemoteCmd.key "L">
+<!ENTITY fileRecentMenu.label "Viimeisimmät sivut">
+<!ENTITY fileRecentMenu.accesskey "m">
+<!ENTITY saveCmd.label "Tallenna">
+<!ENTITY saveCmd.accesskey "T">
+<!ENTITY saveAsCmd.label "Tallenna nimellä…">
+<!ENTITY saveAsCmd.accesskey "a">
+<!ENTITY saveAsChangeEncodingCmd2.label "Tallenna ja muuta merkistökoodausta">
+<!ENTITY saveAsChangeEncodingCmd2.accesskey "e">
+<!ENTITY publishCmd.label "Julkaise">
+<!ENTITY publishCmd.accesskey "J">
+<!ENTITY publishCmd.key "S">
+<!ENTITY publishAsCmd.label "Julkaise nimellä…">
+<!ENTITY publishAsCmd.accesskey "u">
+<!ENTITY fileRevert.label "Palauta alkutila">
+<!ENTITY fileRevert.accesskey "P">
+
+<!-- Edit menu items -->
+<!ENTITY publishSettings.label "Sivun julkaisun asetukset…">
+<!ENTITY publishSettings.accesskey "j">
+
+<!-- Insert menu items -->
+<!ENTITY insertFormMenu.label "Lomake">
+<!ENTITY insertFormMenu.accesskey "L">
+<!ENTITY insertInputTagCmd.label "Lomakekenttä…">
+<!ENTITY insertInputTagCmd.accesskey "e">
+<!ENTITY insertInputImageCmd.label "Lomakekuva…">
+<!ENTITY insertInputImageCmd.accesskey "k">
+<!ENTITY insertTextAreaCmd.label "Tekstikenttä…">
+<!ENTITY insertTextAreaCmd.accesskey "T">
+
+<!-- Toolbar buttons/items -->
+<!ENTITY newToolbarCmd.label "Uusi">
+<!ENTITY newToolbarCmd.tooltip "Luo uusi Composer-sivu">
+<!ENTITY openToolbarCmd.label "Avaa">
+<!ENTITY openToolbarCmd.tooltip "Avaa paikallinen tiedosto">
+<!ENTITY saveToolbarCmd.tooltip "Tallenna tiedosto paikalliselle levylle">
+<!ENTITY publishToolbarCmd.tooltip "Siirrä tiedosto palvelimelle">
+<!ENTITY printToolbarCmd.label "Tulosta">
+<!ENTITY printToolbarCmd.tooltip "Tulosta tämä sivu">
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 @@
+<!-- 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/. -->
+
+<!-- Window title -->
+<!-- LOCALIZATION NOTE (editorWindow.titlemodifier): DONT_TRANSLATE -->
+<!ENTITY editorWindow.titlemodifier "Composer">
+<!ENTITY editorWindow.titlemodifiermenuseparator " - ">
+
+<!-- Menu items: the . means that the menu item isn't implemented yet -->
+
+<!-- Toolbar-only items -->
+<!ENTITY compositionToolbar.tooltip "Muokkauspalkki">
+<!ENTITY previewToolbarCmd.label "Selaa">
+<!ENTITY previewToolbarCmd.tooltip "Lataa tämä sivu selaimessa">
+
+<!-- File menu items -->
+<!ENTITY exportToTextCmd.label "Vie tekstiksi…">
+<!ENTITY exportToTextCmd.accesskey "V">
+<!ENTITY previewCmd.label "Selaa sivua">
+<!ENTITY previewCmd.accesskey "S">
+<!ENTITY sendPageCmd.label "Lähetä sivu…">
+<!ENTITY sendPageCmd.accesskey "L">
+
+<!-- View menu items -->
+<!ENTITY compositionToolbarCmd.label "Muokkauspalkki">
+<!ENTITY compositionToolbarCmd.accesskey "M">
+<!ENTITY formattingToolbarCmd.label "Muotoilu">
+<!ENTITY formattingToolbarCmd.accesskey "o">
+<!ENTITY editmodeToolbarCmd.label "Muokkaustila">
+<!ENTITY editmodeToolbarCmd.accesskey "u">
+
+<!-- Format menu items -->
+<!ENTITY formatMenu.label "Muotoilu">
+<!ENTITY formatMenu.accesskey "u">
+<!ENTITY grid.label "Sijoitusruudukko">
+<!ENTITY grid.accesskey "r">
+<!ENTITY pageProperties.label "Sivun otsikko ja ominaisuudet…">
+<!ENTITY pageProperties.accesskey "m">
+
+<!-- Tools menu items -->
+<!ENTITY validateCmd.label "Tarkasta HTML">
+<!ENTITY validateCmd.accesskey "T">
+
+<!-- Display Mode toolbar and View menu items -->
+<!ENTITY NormalModeTab.label "Normaali">
+<!ENTITY NormalMode.label "Normaali muokkaustila">
+<!ENTITY NormalMode.accesskey "N">
+<!ENTITY NormalMode.tooltip "Näytä taulukkojen kehykset sekä nimetyt ankkurit">
+<!ENTITY AllTagsModeTab.label "HTML-tunnukset">
+<!ENTITY AllTagsMode.label "HTML-tunnukset">
+<!ENTITY AllTagsMode.accesskey "u">
+<!ENTITY AllTagsMode.tooltip "Näytä kuvake jokaisen HTML-tunnuksen kohdalla">
+<!-- LOCALIZATION NOTE: (HTMLSourceModeTab.dir, HTMLSourceModeTab.label)
+ Do NOT translate text for 'HTMLSourceModeTab.dir', use latin "ltr" if
+ you want the <html> image to left of the 'HTMLSourceModeTab.label' text,
+ or use latin "rtl" if you want this image to the right of text. You do
+ not need to include HTML in the label 'HTMLSourceModeTab.label' -->
+<!ENTITY HTMLSourceModeTab.dir "ltr">
+<!ENTITY HTMLSourceModeTab.label "Lähdekoodi">
+<!ENTITY HTMLSourceMode.label "HTML-lähdekoodi">
+<!ENTITY HTMLSourceMode.accesskey "ä">
+<!ENTITY HTMLSourceMode.tooltip "Muokkaa HTML-lähdekoodia">
+<!ENTITY PreviewModeTab.label "Esikatselu">
+<!ENTITY PreviewMode.label "Esikatselu">
+<!ENTITY PreviewMode.accesskey "E">
+<!ENTITY PreviewMode.tooltip "Näytä sivu sellaisena kuin se näkyy mm. selaimessa">
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 (<br>)
+# 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 <iframe>-tunnus.
+CantEditMimeTypeMsg=Tämän tyyppistä sivua ei voi muokata.
+CantEditDocumentMsg=Tätä sivua ei voi muokata tuntemattomasta syystä.
+BeforeClosing=ennen sulkemista
+BeforePreview=ennen tarkastelua selaimessa
+BeforeValidate=ennen dokumentin hyväksyttämistä
+# LOCALIZATION NOTE (SaveFilePrompt, PublishPrompt): Don't translate %title% and %reason% (this is the reason for asking user to close, such as "before closing")
+SaveFilePrompt=Tallennetaanko muutokset sivuun "%title%" %reason%?
+PublishPrompt=Tallennetaanko muutokset sivuun "%title%" %reason%?
+SaveFileFailed=Tiedoston tallennus epäonnistui!
+
+# Publishing error strings:
+# LOCALIZATION NOTE Don't translate %dir% or %file% in the Publishing error strings:
+FileNotFound=Tiedostoa %file% ei löytynyt.
+SubdirDoesNotExist=Tällä sivustolla ei ole alikansiota "%dir%" tai tiedostonimi "%file%" on jo jonkin toisen alikansion käytössä.
+FilenameIsSubdir=Tiedoston nimi "%file%" on jo jonkin toisen alihakemiston käytössä.
+ServerNotAvailable=Palvelin ei ole käytettävissä. Tarkista yhteytesi ja yritä myöhemmin uudelleen.
+Offline=Olet yhteydettömässä tilassa. Siirry yhteystilaan napsauttamalla ikkunan oikeassa alanurkassa olevaa kuvaketta.
+DiskFull=Levytila ei riitä tiedoston "%file%" tallentamiseen.
+NameTooLong=Tiedoston nimi tai alihakemiston nimi on liian pitkä.
+AccessDenied=Sinulla ei ole lupaa julkaista tähän osoitteeseen.
+UnknownPublishError=Tapahtui tuntematon julkaisuvirhe.
+PublishFailed=Julkaiseminen epäonnistui.
+PublishCompleted=Julkaiseminen valmis.
+AllFilesPublished=Kaikki tiedostot julkaistu
+# LOCALIZATION NOTE Don't translate %x% or %total%
+FailedFileMsg=%x% / %total% tiedoston julkaisu epäonnistui.
+# End-Publishing error strings
+Prompt=Kysy
+# LOCALIZATION NOTE (PromptFTPUsernamePassword): Don't translate %host%
+PromptFTPUsernamePassword=Kirjoita käyttäjätunnus ja salasana FTP-palvelimelle kohteessa %host%
+RevertCaption=Palauta viimeiseksi tallennettuun
+Revert=Palauta
+SendPageReason=ennen sivun lähettämistä
+Send=Lähetä
+## LOCALIZATION NOTE (PublishProgressCaption, PublishToSite, AbandonChanges): Don't translate %title%
+PublishProgressCaption=Julkaistaan: %title%
+PublishToSite=Julkaistaan sivustolle: %title%
+AbandonChanges=Hylätäänkö sivuun %title% tehdyt tallentamattomat muutokset ja ladataanko sivu uudelleen?
+DocumentTitle=Sivun otsikko
+NeedDocTitle=Kirjoita otsikko nykyiselle sivulle.
+DocTitleHelp=Tämä näkyy sivun nimenä ikkunan otsikkorivillä ja kirjanmerkeissä.
+CancelPublishTitle=Keskeytetäänkö julkaiseminen?
+## LOCALIZATION NOTE: "Continue" in this sentence must match the text for
+## the CancelPublishContinue key below
+CancelPublishMessage=Jos keskeytät julkaisemisen, tiedostosi saattavat siirtyä virheellisesti. Haluatko jatkaa vai keskeyttää?
+CancelPublishContinue=Jatka
+MissingImageError=Valitse kuva, joka on tyypiltään gif, jpg, tai png.
+EmptyHREFError=Valitse sijainti, johon uusi linkki luodaan.
+LinkText=Linkkiteksti
+LinkImage=Linkkikuva
+MixedSelection=[Sekavalinta]
+Mixed=(sekalainen)
+# LOCALIZATION NOTE (NotInstalled): %S is the name of the font
+NotInstalled=%S (ei asennettu)
+EnterLinkText=Kirjoita linkin kohdalla näytettävä teksti:
+EnterLinkTextAccessKey=t
+EmptyLinkTextError=Kirjoita jokin teksti tälle linkille.
+EditTextWarning=Tämä korvaa nykyisen sisällön.
+#LOCALIZATION NOTE (ValidateNumber):Don't translate: %n% %min% %max%
+ValidateRangeMsg=Kirjoitettu numero (%n%) on sallitun alueen ulkopuolella.
+ValidateNumberMsg=Kirjoita numero väliltä %min% - %max%.
+MissingAnchorNameError=Kirjoita nimi tälle ankkurille.
+#LOCALIZATION NOTE (DuplicateAnchorNameError): Don't translate %name%
+DuplicateAnchorNameError="%name%" on jo olemassa tällä sivulla. Kirjoita toinen nimi.
+BulletStyle=Luettelomerkki
+SolidCircle=Täytetty ympyrä
+OpenCircle=Tyhjä ympyrä
+SolidSquare=Täytetty neliö
+NumberStyle=Numerointi
+Automatic=Automaattinen
+Style_1=1, 2, 3…
+Style_I=I, II, III…
+Style_i=i, ii, iii…
+Style_A=A, B, C…
+Style_a=a, b, c…
+Pixels=kuvapistettä
+Percent=prosenttia
+PercentOfCell=% solusta
+PercentOfWindow=% ikkunasta
+PercentOfTable=% taulukosta
+#LOCALIZATION NOTE (untitledTitle): %S is the window #. No plural handling needed.
+untitledTitle=nimetön-%S
+untitledDefaultFilename=nimetön
+ShowToolbar=Näytä työkalurivi
+HideToolbar=Piilota työkalurivi
+ImapError=Kuvaa ei voitu ladata
+ImapCheck=\nValitse uusi osoite (URL) ja yritä uudelleen.
+SaveToUseRelativeUrl=Suhteellisia osoitteita (URL) voi käyttää vain tallennetuilla sivuilla
+NoNamedAnchorsOrHeadings=(Ei nimettyjä ankkureita tai otsikoita tällä sivulla)
+TextColor=Tekstin väri
+HighlightColor=Korostusväri
+PageColor=Sivun taustaväri
+BlockColor=Lohkon taustaväri
+TableColor=Taulukon taustaväri
+CellColor=Solun taustaväri
+TableOrCellColor=Taulukon tai solun väri
+LinkColor=Linkkitekstin väri
+ActiveLinkColor=Aktiivisen linkin väri
+VisitedLinkColor=Avatun linkin väri
+NoColorError=Napsauta väriä tai kirjoita kelvollinen HTML-värikoodi
+Table=Taulukko
+TableCell=Taulukon solu
+NestedTable=Sisäkkäinen taulu
+HLine=Vaakaviiva
+Link=Linkki
+Image=Kuva
+ImageAndLink=Kuva ja linkki
+NamedAnchor=Nimetty ankkuri
+List=Luettelo
+ListItem=Luettelon kohta
+Form=Lomake
+InputTag=Lomakekenttä
+InputImage=Lomakekuva
+TextArea=Tekstikenttä
+Select=Pudotusvalikko
+Button=Painike
+Label=Tunnus
+FieldSet=Kenttäryhmä
+Tag=Tunnus
+MissingSiteNameError=Kirjoita tämän julkaisusivuston nimi.
+MissingPublishUrlError=Kirjoita tämän sivun julkaisuosoite.
+MissingPublishFilename=Kirjoita tiedostonimi nykyiselle sivulle.
+#LOCALIZATION NOTE (DuplicateSiteNameError): Don't translate %name%
+DuplicateSiteNameError="%name%" on jo olemassa. Kirjoita sivustolle toinen nimi.
+AdvancedProperties=Lisäominaisuudet…
+AdvancedEditForCellMsg=Laajennettu muokkaus ei ole käytettävissä, kun useita soluja on valittuna
+# LOCALIZATION NOTE (ObjectProperties):Don't translate "%obj%" it will be replaced with one of above object nouns
+ObjectProperties=%obj%:n ominaisuudet…
+# LOCALIZATION NOTE This character must be in the above string and not confict with other accesskeys in Format menu
+ObjectPropertiesAccessKey=d
+# LOCALIZATION NOTE (JoinSelectedCells): This variable should contain the "tablejoincells.accesskey"
+# letter as defined in editorOverlay.dtd
+JoinSelectedCells=Liitä valitut solut
+# LOCALIZATION NOTE (JoinCellToRight): This variable should contain the "tablejoincells.accesskey"
+# letter as defined in editorOverlay.dtd
+JoinCellToRight=Liitä soluun oikealla
+JoinCellAccesskey=t
+# LOCALIZATION NOTE (TableSelectKey): DONT_TRANSLATE
+TableSelectKey=Ctrl+
+# LOCALIZATION NOTE (XulKeyMac): DONT_TRANSLATE
+XulKeyMac=Cmd+
+# LOCALIZATION NOTE (Del): DONT_TRANSLATE
+Del=Del
+Delete=Poista
+DeleteCells=Poista soluja
+DeleteTableTitle=Poista rivejä tai sarakkeita
+DeleteTableMsg=Rivien tai sarakkeitten määrän vähentäminen poistaa taulukon soluja ja niiden sisällön. Tehdäänkö näin?
+Clear=Tyhjennä
+#Mouse actions
+Click=Napsauta
+Drag=Vedä
+Unknown=Tuntematon
+#
+# LOCALIZATION NOTE "RemoveTextStylesAccesskey" is used for both
+# menu items: "RemoveTextStyles" and "StopTextStyles"
+RemoveTextStylesAccesskey=t
+RemoveTextStyles=Poista kaikki tekstityylit
+StopTextStyles=Keskeytä tekstityyli
+#
+# LOCALIZATION NOTE "RemoveLinksAccesskey" is used for both
+# menu items: "RemoveLinks" and "StopLinks"
+RemoveLinksAccesskey=L
+RemoveLinks=Poista linkit
+StopLinks=Katkaise linkki
+#
+NoFormAction=On suositeltavaa, että lisäät toiminnon tälle lomakkeelle. Itselähettyvät lomakkeet ovat edistynyt tekniikka, joka ei välttämättä toimi johdonmukaisesti kaikissa selaimissa.
+NoAltText=Jos kuva on olennainen dokumentin sisällölle, sinun pitää lisätä vaihtoehtoinen teksti, joka näkyy tekstiselaimissa ja muissa selaimissa kuvan latautuessa tai kun kuvien lataaminen on poistettu käytöstä.
+#
+Malformed=Lähdekoodia ei voitu muuntaa takaisin dokumentiksi, koska koodi ei ole virheetöntä XHTML:ää.
+NoLinksToCheck=Ei ole elementtejä, joissa olisi tarkistettavia linkkejä
diff --git a/l10n-fi/suite/chrome/editor/editorOverlay.dtd b/l10n-fi/suite/chrome/editor/editorOverlay.dtd
new file mode 100644
index 0000000000..702b154cd6
--- /dev/null
+++ b/l10n-fi/suite/chrome/editor/editorOverlay.dtd
@@ -0,0 +1,368 @@
+<!-- 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/. -->
+
+<!-- Attn: Localization - some of the menus in this dialog directly affect mail also. -->
+
+<!-- File menu items -->
+<!ENTITY saveCmd.key "S">
+
+<!-- Edit menu items -->
+<!ENTITY pasteNoFormatting.label "Liitä ilman muotoilua">
+<!ENTITY pasteNoFormatting.accesskey "m">
+<!ENTITY pasteNoFormatting.key "V">
+<!ENTITY pasteAsQuotationCmd.label "Liitä lainauksena">
+<!ENTITY pasteAsQuotationCmd.accesskey "n">
+<!ENTITY pasteAsQuotationCmd.key "o">
+<!ENTITY editRewrapCmd.label "Rivitä uudelleen">
+<!ENTITY editRewrapCmd.key "R">
+<!ENTITY editRewrapCmd.accesskey "R">
+<!ENTITY findBarCmd.label "Etsi…">
+<!ENTITY findReplaceCmd.label "Etsi ja korvaa…">
+<!ENTITY enableInlineSpellChecker.label "Oikolue kirjoitettaessa">
+<!ENTITY enableInlineSpellChecker.accesskey "k">
+<!ENTITY checkSpellingCmd2.label "Oikolue">
+<!ENTITY checkSpellingCmd2.accesskey "O">
+<!ENTITY checkSpellingCmd2.key "p">
+
+<!-- Insert menu items -->
+<!ENTITY insertMenu.label "Lisää">
+<!ENTITY insertMenu.accesskey "L">
+<!ENTITY insertLinkCmd2.label "Lähetä linkki…">
+<!ENTITY insertLinkCmd2.accesskey "L">
+<!ENTITY insertLinkCmd2.key "k">
+<!ENTITY insertAnchorCmd.label "Nimetty ankkuri…">
+<!ENTITY insertAnchorCmd.accesskey "N">
+<!ENTITY insertImageCmd.label "Kuva…">
+<!ENTITY insertImageCmd.accesskey "K">
+<!ENTITY insertHLineCmd.label "Vaakaviiva">
+<!ENTITY insertHLineCmd.accesskey "V">
+<!ENTITY insertTableCmd.label "Taulukko…">
+<!ENTITY insertTableCmd.accesskey "T">
+<!ENTITY insertHTMLCmd.label "HTML…">
+<!ENTITY insertHTMLCmd.accesskey "H">
+<!ENTITY insertMathCmd.label "Matematiikkaa…">
+<!ENTITY insertMathCmd.accesskey "a">
+<!ENTITY insertCharsCmd.label "Merkit ja symbolit…">
+<!ENTITY insertCharsCmd.accesskey "M">
+<!ENTITY insertBreakAllCmd.label "Rivinvaihto kuvien jälkeen">
+<!ENTITY insertBreakAllCmd.accesskey "R">
+
+<!-- Used just in context popup. -->
+<!ENTITY createLinkCmd.label "Luo linkki…">
+<!ENTITY createLinkCmd.accesskey "n">
+<!ENTITY editLinkCmd.label "Muokkaa linkkiä uudessa Composer-ikkunassa">
+<!ENTITY editLinkCmd.accesskey "u">
+
+<!-- Font Face SubMenu -->
+<!ENTITY FontFaceSelect.title "Kirjasinlaji">
+<!ENTITY FontFaceSelect.tooltip "Valitse kirjasinlaji">
+<!ENTITY fontfaceMenu.label "Kirjasinlaji">
+<!ENTITY fontfaceMenu.accesskey "K">
+<!ENTITY fontVarWidth.label "Suhteellinen">
+<!ENTITY fontVarWidth.accesskey "S">
+<!ENTITY fontFixedWidth.label "Tasavälinen">
+<!ENTITY fontFixedWidth.accesskey "T">
+<!ENTITY fontFixedWidth.key "T">
+<!ENTITY fontHelvetica.label "Helvetica, Arial">
+<!ENTITY fontHelvetica.accesskey "H">
+<!ENTITY fontTimes.label "Times">
+<!ENTITY fontTimes.accesskey "T">
+<!ENTITY fontCourier.label "Courier">
+<!ENTITY fontCourier.accesskey "C">
+
+<!-- Font Size SubMenu -->
+<!ENTITY FontSizeSelect.title "Kirjasinkoko">
+<!ENTITY FontSizeSelect.tooltip "Valitse kirjasinten koko">
+<!ENTITY decreaseFontSize.label "Pienempi">
+<!ENTITY decreaseFontSize.accesskey "P">
+<!ENTITY decrementFontSize.key "-">
+<!ENTITY decrementFontSize.key2 "_"> <!-- < is above this key on many keyboards -->
+<!ENTITY increaseFontSize.label "Suurempi">
+<!ENTITY increaseFontSize.accesskey "S">
+<!ENTITY incrementFontSize.key "+">
+<!ENTITY incrementFontSize.key2 "?"> <!-- > is above this key on many keyboards -->
+
+<!ENTITY fontSizeMenu.label "Koko">
+<!ENTITY fontSizeMenu.accesskey "o">
+<!ENTITY size-tinyCmd.label "Pienin">
+<!ENTITY size-tinyCmd.accesskey "P">
+<!ENTITY size-smallCmd.label "Pieni">
+<!ENTITY size-smallCmd.accesskey "n">
+<!ENTITY size-mediumCmd.label "Keskikokoinen">
+<!ENTITY size-mediumCmd.accesskey "K">
+<!ENTITY size-largeCmd.label "Suuri">
+<!ENTITY size-largeCmd.accesskey "u">
+<!ENTITY size-extraLargeCmd.label "Suurempi">
+<!ENTITY size-extraLargeCmd.accesskey "u">
+<!ENTITY size-hugeCmd.label "Suurin">
+<!ENTITY size-hugeCmd.accesskey "r">
+
+<!-- Font Style SubMenu -->
+<!ENTITY fontStyleMenu.label "Tekstin tyyli">
+<!ENTITY fontStyleMenu.accesskey "T">
+<!ENTITY styleBoldCmd.label "Lihavoitu">
+<!ENTITY styleBoldCmd.accesskey "L">
+<!ENTITY styleBoldCmd.key "B">
+<!ENTITY styleItalicCmd.label "Kursivoitu">
+<!ENTITY styleItalicCmd.accesskey "K">
+<!ENTITY styleItalicCmd.key "I">
+<!ENTITY styleUnderlineCmd.label "Alleviivattu">
+<!ENTITY styleUnderlineCmd.accesskey "A">
+<!ENTITY styleUnderlineCmd.key "U">
+<!ENTITY styleStrikeThruCmd.label "Yliviivattu">
+<!ENTITY styleStrikeThruCmd.accesskey "Y">
+<!ENTITY styleSuperscriptCmd.label "Yläindeksi">
+<!ENTITY styleSuperscriptCmd.accesskey "ä">
+<!ENTITY styleSubscriptCmd.label "Alaindeksi">
+<!ENTITY styleSubscriptCmd.accesskey "a">
+<!ENTITY styleNonbreakingCmd.label "Katkeamaton">
+<!ENTITY styleNonbreakingCmd.accesskey "t">
+<!ENTITY styleEm.label "Korostus">
+<!ENTITY styleEm.accesskey "r">
+<!ENTITY styleStrong.label "Vahvempi korostus">
+<!ENTITY styleStrong.accesskey "V">
+<!ENTITY styleCite.label "Sitaatti">
+<!ENTITY styleCite.accesskey "S">
+<!ENTITY styleAbbr.label "Lyhenne">
+<!ENTITY styleAbbr.accesskey "h">
+<!ENTITY styleAcronym.label "Lyhennesana">
+<!ENTITY styleAcronym.accesskey "y">
+<!ENTITY styleCode.label "Koodi">
+<!ENTITY styleCode.accesskey "d">
+<!ENTITY styleSamp.label "Esimerkkiteksti">
+<!ENTITY styleSamp.accesskey "E">
+<!ENTITY styleVar.label "Muuttuja">
+<!ENTITY styleVar.accesskey "M">
+
+<!ENTITY formatFontColor.label "Tekstin väri…">
+<!ENTITY formatFontColor.accesskey "e">
+<!ENTITY tableOrCellColor.label "Taulukon tai solun taustaväri…">
+<!ENTITY tableOrCellColor.accesskey "T">
+
+<!ENTITY formatRemoveStyles.key "Y">
+<!ENTITY formatRemoveLinks.key "K">
+<!ENTITY formatRemoveNamedAnchors.label "Poista nimetyt ankkurit">
+<!ENTITY formatRemoveNamedAnchors.accesskey "P">
+<!ENTITY formatRemoveNamedAnchors2.key "A">
+
+<!ENTITY paragraphMenu.label "Kappale">
+<!ENTITY paragraphMenu.accesskey "a">
+<!ENTITY paragraphParagraphCmd.label "Kappale">
+<!ENTITY paragraphParagraphCmd.accesskey "K">
+<!ENTITY heading1Cmd.label "Otsikko 1">
+<!ENTITY heading1Cmd.accesskey "1">
+<!ENTITY heading2Cmd.label "Otsikko 2">
+<!ENTITY heading2Cmd.accesskey "2">
+<!ENTITY heading3Cmd.label "Otsikko 3">
+<!ENTITY heading3Cmd.accesskey "3">
+<!ENTITY heading4Cmd.label "Otsikko 4">
+<!ENTITY heading4Cmd.accesskey "4">
+<!ENTITY heading5Cmd.label "Otsikko 5">
+<!ENTITY heading5Cmd.accesskey "5">
+<!ENTITY heading6Cmd.label "Otsikko 6">
+<!ENTITY heading6Cmd.accesskey "6">
+<!ENTITY paragraphAddressCmd.label "Osoite">
+<!ENTITY paragraphAddressCmd.accesskey "O">
+<!ENTITY paragraphPreformatCmd.label "Esimuotoiltu">
+<!ENTITY paragraphPreformatCmd.accesskey "E">
+
+<!-- List menu items -->
+<!ENTITY formatlistMenu.label "Luettelo">
+<!ENTITY formatlistMenu.accesskey "L">
+<!ENTITY noneCmd.label "Ei mitään">
+<!ENTITY noneCmd.accesskey "E">
+<!ENTITY listBulletCmd.label "Numeroimaton">
+<!ENTITY listBulletCmd.accesskey "N">
+<!ENTITY listNumberedCmd.label "Numeroitu">
+<!ENTITY listNumberedCmd.accesskey "u">
+<!ENTITY listTermCmd.label "Termi">
+<!ENTITY listTermCmd.accesskey "T">
+<!ENTITY listDefinitionCmd.label "Määritelmä">
+<!ENTITY listDefinitionCmd.accesskey "M">
+<!ENTITY listPropsCmd.label "Luettelon ominaisuudet…">
+<!ENTITY listPropsCmd.accesskey "L">
+
+<!ENTITY ParagraphSelect.title "Kappale">
+<!ENTITY ParagraphSelect.tooltip "Valitse kappaleen muotoilu">
+<!-- Shared in Paragraph, and Toolbar menulist -->
+<!ENTITY bodyTextCmd.label "Leipäteksti">
+<!ENTITY bodyTextCmd.accesskey "L">
+<!-- isn't used in menu now, but may be added in future -->
+<!ENTITY advancedPropertiesCmd.label "Lisäasetukset">
+<!ENTITY advancedPropertiesCmd.accesskey "s">
+
+<!-- Align menu items -->
+<!ENTITY alignMenu.label "Tasaus">
+<!ENTITY alignMenu.accesskey "u">
+<!ENTITY alignLeft.label "Vasen">
+<!ENTITY alignLeft.accesskey "V">
+<!ENTITY alignLeft.tooltip "Tasaa vasemmalle">
+<!ENTITY alignCenter.label "Keskitetty">
+<!ENTITY alignCenter.accesskey "K">
+<!ENTITY alignCenter.tooltip "Tasaa keskelle">
+<!ENTITY alignRight.label "Oikea">
+<!ENTITY alignRight.accesskey "O">
+<!ENTITY alignRight.tooltip "Tasaa oikealle">
+<!ENTITY alignJustify.label "Tasaleveys">
+<!ENTITY alignJustify.accesskey "T">
+<!ENTITY alignJustify.tooltip "Tasaa vakioleveyteen">
+
+<!-- Layer toolbar items -->
+<!ENTITY absolutePosition.label "Asemointi">
+<!ENTITY layer.tooltip "Taso">
+<!ENTITY decreaseZIndex.label "Vie taakse">
+<!ENTITY layerSendToBack.tooltip "Siirrä taaimmaiseksi">
+<!ENTITY increaseZIndex.label "Tuo eteen">
+<!ENTITY layerBringToFront.tooltip "Nosta päällimmäiseksi">
+
+<!ENTITY increaseIndent.label "Lisää sisennystä">
+<!ENTITY increaseIndent.accesskey "e">
+<!ENTITY increaseIndent.key "=">
+<!ENTITY decreaseIndent.label "Vähennä sisennystä">
+<!ENTITY decreaseIndent.accesskey "h">
+<!ENTITY decreaseIndent.key "-">
+
+<!ENTITY colorsAndBackground.label "Sivun värit ja tausta…">
+<!ENTITY colorsAndBackground.accesskey "S">
+
+<!-- Table Menu -->
+<!ENTITY tableMenu.label "Taulukko">
+<!ENTITY tableMenu.accesskey "k">
+
+<!-- Select Submenu -->
+<!ENTITY tableSelectMenu.label "Valitse">
+<!ENTITY tableSelectMenu.accesskey "V">
+
+<!ENTITY tableSelectMenu2.label "Valitse taulukko">
+<!ENTITY tableSelectMenu2.accesskey "V">
+<!ENTITY tableInsertMenu2.label "Lisää taulukko">
+<!ENTITY tableInsertMenu2.accesskey "L">
+<!ENTITY tableDeleteMenu2.label "Poista taulukko">
+<!ENTITY tableDeleteMenu2.accesskey "P">
+
+<!-- Insert SubMenu -->
+<!ENTITY tableInsertMenu.label "Lisää">
+<!ENTITY tableInsertMenu.accesskey "L">
+<!ENTITY tableTable.label "Taulukko">
+<!ENTITY tableTable.accesskey "T">
+<!ENTITY tableRow.label "Rivi">
+<!ENTITY tableRows.label "Rivejä">
+<!ENTITY tableRow.accesskey "R">
+<!ENTITY tableRowAbove.label "Rivi yläpuolelle">
+<!ENTITY tableRowAbove.accesskey "R">
+<!ENTITY tableRowBelow.label "Rivi alapuolelle">
+<!ENTITY tableRowBelow.accesskey "v">
+<!ENTITY tableColumn.label "Sarake">
+<!ENTITY tableColumns.label "Sarakkeita">
+<!ENTITY tableColumn.accesskey "S">
+<!ENTITY tableColumnBefore.label "Sarake ennen">
+<!ENTITY tableColumnBefore.accesskey "S">
+<!ENTITY tableColumnAfter.label "Sarake jälkeen">
+<!ENTITY tableColumnAfter.accesskey "a">
+<!ENTITY tableCell.label "Solu">
+<!ENTITY tableCells.label "Soluja">
+<!ENTITY tableCell.accesskey "o">
+<!ENTITY tableCellContents.label "Solun sisältö">
+<!ENTITY tableCellContents.accesskey "n">
+<!ENTITY tableAllCells.label "Kaikki solut">
+<!ENTITY tableAllCells.accesskey "K">
+<!ENTITY tableCellBefore.label "Solu ennen">
+<!ENTITY tableCellBefore.accesskey "S">
+<!ENTITY tableCellAfter.label "Solu jälkeen">
+<!ENTITY tableCellAfter.accesskey "u">
+<!-- Delete SubMenu -->
+<!ENTITY tableDeleteMenu.label "Poista">
+<!ENTITY tableDeleteMenu.accesskey "o">
+
+<!-- text for "Join Cells" is in editor.properties
+ ("JoinSelectedCells" and "JoinCellToRight")
+ the access key must exist in both of those strings
+ But value must be set here for accesskey to draw properly
+-->
+<!ENTITY tableJoinCells.label "t">
+<!ENTITY tableJoinCells.accesskey "t">
+<!ENTITY tableSplitCell.label "Jaa solu">
+<!ENTITY tableSplitCell.accesskey "J">
+<!ENTITY convertToTable.label "Luo taulukko valinnasta">
+<!ENTITY convertToTable.accesskey "u">
+<!ENTITY tableProperties.label "Taulukon ominaisuudet…">
+<!ENTITY tableProperties.accesskey "T">
+
+<!-- Toolbar-only items -->
+<!ENTITY menuBar.tooltip "Valikkopalkki">
+<!ENTITY formatToolbar.tooltip "Muotoilupalkki">
+<!ENTITY cutToolbarCmd.tooltip "Leikkaa">
+<!ENTITY copyToolbarCmd.tooltip "Kopioi">
+<!ENTITY pasteToolbarCmd.tooltip "Liitä">
+<!ENTITY findToolbarCmd.label "Etsi">
+<!ENTITY findToolbarCmd.tooltip "Etsi teksti sivulta">
+<!ENTITY spellToolbarCmd.label "Oikolue">
+<!ENTITY spellToolbarCmd.tooltip "Oikolue valinta tai koko sivu">
+<!ENTITY imageToolbarCmd.label "Kuva">
+<!ENTITY imageToolbarCmd.tooltip "Lisää uusi kuva tai muokkaa valitun kuvan ominaisuuksia">
+<!ENTITY hruleToolbarCmd.label "Vaakaviiva">
+<!ENTITY hruleToolbarCmd.tooltip "Lisää vaakaviiva tai muokkaa valitun viivan ominaisuuksia">
+<!ENTITY tableToolbarCmd.label "Taulukko">
+<!ENTITY tableToolbarCmd.tooltip "Lisää uusi taulukko tai muokkaa valitun taulukon ominaisuuksia">
+<!ENTITY linkToolbarCmd.label "Linkki">
+<!ENTITY linkToolbarCmd.tooltip "Lisää uusi linkki tai muokkaa valitun linkin ominaisuuksia">
+<!ENTITY anchorToolbarCmd.label "Ankkuri">
+<!ENTITY anchorToolbarCmd.tooltip "Lisää uusi ankkuri tai muokkaa valitun ankkurin ominaisuuksia">
+<!ENTITY colorButtons.title "Värit">
+<!ENTITY TextColorButton.tooltip "Valitse tekstin väri">
+<!ENTITY BackgroundColorButton.tooltip "Valitse taustaväri">
+<!ENTITY HighlightColorButton.label "Korostuskynä">
+<!ENTITY HighlightColorButton.tooltip "Valitse tekstin korostusväri">
+
+<!-- Editor toolbar -->
+<!ENTITY absoluteFontSize.label "Kirjasinkoko">
+<!ENTITY absoluteFontSizeToolbarCmd.tooltip "Muuta kirjasinkokoa">
+<!ENTITY smaller.label "Pienempi">
+<!ENTITY decreaseFontSizeToolbarCmd.tooltip "Pienempi kirjasinkoko">
+<!ENTITY larger.label "Suurempi">
+<!ENTITY increaseFontSizeToolbarCmd.tooltip "Suurempi kirjasinkoko">
+<!ENTITY bold.label "Lihavoitu">
+<!ENTITY boldToolbarCmd.tooltip "Lihavoi">
+<!ENTITY italic.label "Kursivoitu">
+<!ENTITY italicToolbarCmd.tooltip "Kursivoi">
+<!ENTITY underline.label "Alleviivattu">
+<!ENTITY underlineToolbarCmd.tooltip "Alleviivaa">
+<!ENTITY bullets.label "Luettelomerkit">
+<!ENTITY bulletListToolbarCmd.tooltip "Lisää tai poista numeroimaton lista">
+<!ENTITY numbers.label "Numerointi">
+<!ENTITY numberListToolbarCmd.tooltip "Lisää tai poista numeroitu lista">
+<!ENTITY outdent.label "Vähennä sisennystä">
+<!ENTITY outdentToolbarCmd.tooltip "Vähennä sisennystä (siirrä vasemmalle)">
+<!ENTITY indent.label "Lisää sisennystä">
+<!ENTITY indentToolbarCmd.tooltip "Lisää sisennystä (siirrä oikealle)">
+<!ENTITY AlignPopupButton.label "Tasaus">
+<!ENTITY AlignPopupButton.tooltip "Valitse tekstin tasaus">
+<!ENTITY InsertPopupButton.label "Lisää">
+<!ENTITY InsertPopupButton.tooltip "Lisää linkki, ankkuri, kuva, vaakaviiva tai taulukko">
+<!ENTITY alignLeftButton.label "Tasaa vasemmalle">
+<!ENTITY alignLeftButton.tooltip "Tasaa teksti vasemman marginaalin mukaan">
+<!ENTITY alignCenterButton.label "Tasaa keskelle">
+<!ENTITY alignCenterButton.tooltip "Tasaa teksti keskelle">
+<!ENTITY alignRightButton.label "Tasaa oikealle">
+<!ENTITY alignRightButton.tooltip "Tasaa teksti oikean marginaalin mukaan">
+<!ENTITY alignJustifyButton.label "Tasaa vakioleveyteen">
+<!ENTITY alignJustifyButton.tooltip "Tasaa teksti vasemman ja oikean marginaalin mukaan">
+
+<!-- Structure Toolbar Context Menu items -->
+<!ENTITY structSelect.label "Valitse">
+<!ENTITY structSelect.accesskey "V">
+<!ENTITY structRemoveTag.label "Poista tunnus">
+<!ENTITY structRemoveTag.accesskey "P">
+<!ENTITY structChangeTag.label "Muuta tunnusta">
+<!ENTITY structChangeTag.accesskey "M">
+
+<!-- TOC manipulation -->
+<!ENTITY insertTOC.label "Lisää">
+<!ENTITY insertTOC.accesskey "L">
+<!ENTITY updateTOC.label "Päivitä">
+<!ENTITY updateTOC.accesskey "ä">
+<!ENTITY removeTOC.label "Poista">
+<!ENTITY removeTOC.accesskey "o">
+<!ENTITY tocMenu.label "Sisällysluettelo…">
+<!ENTITY tocMenu.accesskey "S">
diff --git a/l10n-fi/suite/chrome/editor/editorSmileyOverlay.dtd b/l10n-fi/suite/chrome/editor/editorSmileyOverlay.dtd
new file mode 100644
index 0000000000..356eb36486
--- /dev/null
+++ b/l10n-fi/suite/chrome/editor/editorSmileyOverlay.dtd
@@ -0,0 +1,58 @@
+<!-- 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/. -->
+
+<!-- Smiley Menu items -->
+<!ENTITY insertSmiley.label "Hymiö">
+<!ENTITY insertSmiley.accesskey "H">
+
+<!ENTITY smiley1Cmd.label "Hymy">
+<!ENTITY smiley1Cmd.accesskey "H">
+<!ENTITY smiley1Cmd.tooltip "Lisää hymyilevä hymiö">
+<!ENTITY smiley2Cmd.label "Suru">
+<!ENTITY smiley2Cmd.accesskey "S">
+<!ENTITY smiley2Cmd.tooltip "Lisää vakava hymiö">
+<!ENTITY smiley3Cmd.label "Silmänisku">
+<!ENTITY smiley3Cmd.accesskey "m">
+<!ENTITY smiley3Cmd.tooltip "Lisää silmänisku hymiö">
+<!ENTITY smiley4Cmd.label "Kieli ulkona">
+<!ENTITY smiley4Cmd.accesskey "K">
+<!ENTITY smiley4Cmd.tooltip "Lisää kieli poskessa -hymiö">
+<!ENTITY smiley5Cmd.label "Naurava">
+<!ENTITY smiley5Cmd.accesskey "N">
+<!ENTITY smiley5Cmd.tooltip "Lisää naurava hymiö">
+<!ENTITY smiley6Cmd.label "Nolo">
+<!ENTITY smiley6Cmd.accesskey "l">
+<!ENTITY smiley6Cmd.tooltip "Lisää nolostunut hymiö">
+<!ENTITY smiley7Cmd.label "Epävarma">
+<!ENTITY smiley7Cmd.accesskey "a">
+<!ENTITY smiley7Cmd.tooltip "Lisää epävarma hymiö">
+<!ENTITY smiley8Cmd.label "Yllätys">
+<!ENTITY smiley8Cmd.accesskey "Y">
+<!ENTITY smiley8Cmd.tooltip "Lisää yllättynyt hymiö">
+<!ENTITY smiley9Cmd.label "Suukko">
+<!ENTITY smiley9Cmd.accesskey "u">
+<!ENTITY smiley9Cmd.tooltip "Lisää pusu-hymiö">
+<!ENTITY smiley10Cmd.label "Huuto">
+<!ENTITY smiley10Cmd.accesskey "t">
+<!ENTITY smiley10Cmd.tooltip "Lisää huutava hymiö">
+<!ENTITY smiley11Cmd.label "Hieno">
+<!ENTITY smiley11Cmd.accesskey "e">
+<!ENTITY smiley11Cmd.tooltip "Lisää viileä hymiö">
+<!ENTITY smiley12Cmd.label "Rahat-suuhun">
+<!ENTITY smiley12Cmd.accesskey "r">
+<!ENTITY smiley12Cmd.tooltip "Lisää rahat suussa -hymiö">
+<!ENTITY smiley13Cmd.label "Jalka-suussa">
+<!ENTITY smiley13Cmd.accesskey "J">
+<!ENTITY smiley13Cmd.tooltip "Lisää jalat suussa -hymiö">
+<!ENTITY smiley14Cmd.label "Viaton">
+<!ENTITY smiley14Cmd.accesskey "o">
+<!ENTITY smiley14Cmd.tooltip "Lisää viaton hymiö">
+<!ENTITY smiley15Cmd.label "Itku">
+<!ENTITY smiley15Cmd.accesskey "I">
+<!ENTITY smiley15Cmd.tooltip "Lisää itkevä hymiö">
+<!ENTITY smiley16Cmd.label "Vaikenee">
+<!ENTITY smiley16Cmd.accesskey "V">
+<!ENTITY smiley16Cmd.tooltip "Lisää sinetöidyt huulet -hymiö">
+<!ENTITY SmileButton.label "Lisää hymiö">
+<!ENTITY SmileButton.tooltip "Lisää hymiö">
diff --git a/l10n-fi/suite/chrome/editor/prefs/editorPrefsOverlay.dtd b/l10n-fi/suite/chrome/editor/prefs/editorPrefsOverlay.dtd
new file mode 100644
index 0000000000..89eaf810d2
--- /dev/null
+++ b/l10n-fi/suite/chrome/editor/prefs/editorPrefsOverlay.dtd
@@ -0,0 +1,13 @@
+<!-- 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 (editorCheck.label): DONT_TRANSLATE -->
+<!ENTITY editorCheck.label "Composer">
+<!ENTITY editorCheck.accesskey "c">
+
+<!ENTITY compose.label "Composer">
+<!ENTITY editing.label "Uuden sivun asetukset">
+<!ENTITY toolbars.label "Työkalupalkit">
+<!ENTITY publish.label "Julkaisu">
diff --git a/l10n-fi/suite/chrome/editor/prefs/pref-composer.dtd b/l10n-fi/suite/chrome/editor/prefs/pref-composer.dtd
new file mode 100644
index 0000000000..07248a7a8b
--- /dev/null
+++ b/l10n-fi/suite/chrome/editor/prefs/pref-composer.dtd
@@ -0,0 +1,29 @@
+<!-- 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/. -->
+
+<!-- extracted from content/pref-composer.xul -->
+
+<!--LOCALIZATION NOTE : FILE 'Composer' prefs dialog. Similar to Communcator 4.x Document Properties/Colors and Background -->
+
+<!--LOCALIZATION NOTE (pref.composer.title): DONT_TRANSLATE -->
+<!ENTITY pref.composer.title "Composer">
+<!ENTITY recentFiles.title "Viimeisimmät sivut -valikko">
+<!ENTITY documentsInMenu.label "Suurin valikossa näytettävien sivujen määrä:">
+<!ENTITY documentsInMenu.accesskey "S">
+<!ENTITY savingFiles.title "Kun tallennan tai julkaisen sivun">
+<!ENTITY preserveExisting.label "Säilytä lähteen muotoilu">
+<!ENTITY preserveExisting.accesskey "S">
+<!ENTITY preserveExisting.tooltip "Säilytä rivinvaihdot ja sivun muotoilu">
+<!ENTITY saveAssociatedFiles.label "Tallenna myös sivuun liittyvät kuvat ja muut tiedostot sivua tallennettaessa">
+<!ENTITY saveAssociatedFiles.accesskey "T">
+<!ENTITY showPublishDialog.label "Näytä julkaisuikkuna aina sivuja julkaistaessa">
+<!ENTITY showPublishDialog.accesskey "N">
+<!ENTITY composerEditing.label "Muokkaus">
+<!ENTITY maintainStructure.label "Säilytä taulukon muotoilu lisättäessä tai poistettaessa soluja">
+<!ENTITY maintainStructure.tooltip "Säilyttää taulukon suorakulmaisen muodon lisäämällä automaattisesti soluja kun soluja lisätään tai poistetaan">
+<!ENTITY maintainStructure.accesskey "t">
+<!ENTITY useCSS.label "Käytä CSS-tyylejä HTML-elementtien ja -attribuuttien sijaan">
+<!ENTITY useCSS.accesskey "C">
+<!ENTITY crInPCreatesNewP.label "Rivinvaihto kirjoitettaessa kappaletta aloittaa aina uuden kappaleen">
+<!ENTITY crInPCreatesNewP.accesskey "U">
diff --git a/l10n-fi/suite/chrome/editor/prefs/pref-editing.dtd b/l10n-fi/suite/chrome/editor/prefs/pref-editing.dtd
new file mode 100644
index 0000000000..b53bf2db6f
--- /dev/null
+++ b/l10n-fi/suite/chrome/editor/prefs/pref-editing.dtd
@@ -0,0 +1,32 @@
+<!-- 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 pref.editing.title "Uuden sivun asetukset">
+
+<!ENTITY authorName.label "Tekijä:">
+<!ENTITY authorName.accesskey "T">
+<!ENTITY pageColorHeader "Sivun oletusulkoasu">
+
+<!ENTITY defaultColors.label "Selaimen oletusvärit (älä aseta värejä sivulla)">
+<!ENTITY defaultColors.accesskey "o">
+<!ENTITY customColors.label "Käytä omia värejä:">
+<!ENTITY customColors.accesskey "K">
+
+<!ENTITY normalText.label "Normaali teksti">
+<!ENTITY normalText.accesskey "N">
+<!ENTITY linkText.label "Linkkiteksti">
+<!ENTITY linkText.accesskey "L">
+<!ENTITY activeLinkText.label "Aktiivisen linkin teksti">
+<!ENTITY activeLinkText.accesskey "A">
+<!ENTITY visitedLinkText.label "Avatun linkin teksti">
+<!ENTITY visitedLinkText.accesskey "v">
+<!ENTITY background.label "Tausta:">
+<!ENTITY background.accesskey "u">
+<!ENTITY colon.character ":">
+
+<!ENTITY backgroundImage.label "Taustakuva:">
+<!ENTITY backgroundImage.accesskey "T">
+<!ENTITY chooseFile.label "Valitse tiedosto…">
+<!ENTITY chooseFile.accesskey "V">
+