diff options
Diffstat (limited to 'l10n-fi/mail/chrome/messenger/viewSource.dtd')
-rw-r--r-- | l10n-fi/mail/chrome/messenger/viewSource.dtd | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/l10n-fi/mail/chrome/messenger/viewSource.dtd b/l10n-fi/mail/chrome/messenger/viewSource.dtd new file mode 100644 index 0000000000..aea4a99c00 --- /dev/null +++ b/l10n-fi/mail/chrome/messenger/viewSource.dtd @@ -0,0 +1,90 @@ +<!-- 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/viewSource.xul --> + +<!-- extracted from content/viewSource.xhtml --> + +<!-- LOCALIZATION NOTE (mainWindow.title) : DONT_TRANSLATE --> +<!ENTITY mainWindow.title "&brandFullName;"> +<!-- LOCALIZATION NOTE (mainWindow.titlemodifier) : DONT_TRANSLATE --> +<!ENTITY mainWindow.titlemodifier "&brandFullName;"> +<!-- LOCALIZATION NOTE (mainWindow.titlemodifierseparator) : DONT_TRANSLATE --> +<!ENTITY mainWindow.titlemodifierseparator " - "> +<!ENTITY mainWindow.preface "Lähdekoodi sivulle: "> + +<!ENTITY editMenu.label "Muokkaa"> +<!ENTITY editMenu.accesskey "M"> +<!ENTITY fileMenu.label "Tiedosto"> +<!ENTITY fileMenu.accesskey "T"> +<!ENTITY savePageCmd.label "Tallenna sivu nimellä…"> +<!ENTITY savePageCmd.accesskey "S"> +<!ENTITY savePageCmd.commandkey "S"> +<!ENTITY pageSetupCmd.label "Sivun asetukset…"> +<!ENTITY pageSetupCmd.accesskey "e"> +<!ENTITY printPreviewCmd.label "Tulostuksen esikatselu"> +<!ENTITY printPreviewCmd.accesskey "k"> +<!ENTITY printCmd.label "Tulosta…"> +<!ENTITY printCmd.accesskey "o"> +<!ENTITY printCmd.commandkey "P"> +<!ENTITY closeCmd.label "Sulje"> +<!ENTITY closeCmd.accesskey "S"> +<!ENTITY closeCmd.commandkey "W"> + +<!-- LOCALIZATION NOTE : +textEnlarge.commandkey3, textReduce.commandkey2 and +textReset.commandkey2 are alternative acceleration keys for zoom. +If shift key is needed with your locale popular keyboard for them, +you can use these alternative items. Otherwise, their values should be empty. --> + +<!ENTITY textEnlarge.commandkey "+"> +<!ENTITY textEnlarge.commandkey2 "="> +<!ENTITY textEnlarge.commandkey3 ""> +<!ENTITY textReduce.commandkey "-"> +<!ENTITY textReduce.commandkey2 ""> +<!ENTITY textReset.commandkey "0"> +<!ENTITY textReset.commandkey2 ""> + +<!ENTITY goToLineCmd.label "Siirry riville…"> +<!ENTITY goToLineCmd.accesskey "r"> +<!ENTITY goToLineCmd.commandkey "L"> + +<!ENTITY viewMenu.label "Näytä"> +<!ENTITY viewMenu.accesskey "N"> +<!ENTITY reloadCmd.label "Lataa uudelleen"> +<!ENTITY reloadCmd.accesskey "L"> +<!ENTITY reloadCmd.commandkey "U"> +<!ENTITY menu_wrapLongLines.title "Rivitä pitkät rivit"> +<!ENTITY menu_wrapLongLines.accesskey "R"> +<!ENTITY menu_highlightSyntax.label "Syntaksin korostus"> +<!ENTITY menu_highlightSyntax.accesskey "k"> +<!ENTITY menu_textSize.label "Tekstin koko"> +<!ENTITY menu_textSize.accesskey "e"> +<!ENTITY menu_textEnlarge.label "Suurenna"> +<!ENTITY menu_textEnlarge.accesskey "S"> +<!ENTITY menu_textReduce.label "Pienennä"> +<!ENTITY menu_textReduce.accesskey "P"> +<!ENTITY menu_textReset.label "Normaali"> +<!ENTITY menu_textReset.accesskey "N"> + +<!ENTITY findOnCmd.label "Etsi tältä sivulta…"> +<!ENTITY findOnCmd.accesskey "t"> +<!ENTITY findOnCmd.commandkey "E"> +<!ENTITY findAgainCmd.label "Etsi seuraava"> +<!ENTITY findAgainCmd.accesskey "u"> +<!ENTITY findAgainCmd.commandkey "G"> +<!ENTITY findAgainCmd.commandkey2 "VK_F3"> +<!ENTITY findSelectionCmd.commandkey "e"> + +<!ENTITY backCmd.label "Takaisin"> +<!ENTITY backCmd.accesskey "T"> +<!ENTITY forwardCmd.label "Eteenpäin"> +<!ENTITY forwardCmd.accesskey "E"> +<!ENTITY goBackCmd.commandKey "4"> +<!ENTITY goForwardCmd.commandKey "6"> + +<!ENTITY copyLinkCmd.label "Kopioi linkin sijainti"> +<!ENTITY copyLinkCmd.accesskey "l"> +<!ENTITY copyEmailCmd.label "Kopioi sähköpostiosoite"> +<!ENTITY copyEmailCmd.accesskey "s"> |