diff options
Diffstat (limited to 'l10n-et/mail/chrome/messenger/viewSource.dtd')
-rw-r--r-- | l10n-et/mail/chrome/messenger/viewSource.dtd | 89 |
1 files changed, 89 insertions, 0 deletions
diff --git a/l10n-et/mail/chrome/messenger/viewSource.dtd b/l10n-et/mail/chrome/messenger/viewSource.dtd new file mode 100644 index 0000000000..f679bbda6c --- /dev/null +++ b/l10n-et/mail/chrome/messenger/viewSource.dtd @@ -0,0 +1,89 @@ +<!-- 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ähtekood: "> + +<!ENTITY fileMenu.label "Fail"> +<!ENTITY fileMenu.accesskey "F"> +<!ENTITY savePageCmd.label "Salvesta kui…"> +<!ENTITY savePageCmd.accesskey "S"> +<!ENTITY savePageCmd.commandkey "S"> +<!ENTITY pageSetupCmd.label "Lehekülje sätted…"> +<!ENTITY pageSetupCmd.accesskey "L"> +<!ENTITY printPreviewCmd.label "Lehekülje eelvaade"> +<!ENTITY printPreviewCmd.accesskey "e"> +<!ENTITY printCmd.label "Prindi…"> +<!ENTITY printCmd.accesskey "P"> +<!ENTITY printCmd.commandkey "P"> +<!ENTITY closeCmd.label "Sulge"> +<!ENTITY closeCmd.accesskey "u"> +<!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 "Mine reale…"> +<!ENTITY goToLineCmd.accesskey "M"> +<!ENTITY goToLineCmd.commandkey "l"> + +<!ENTITY viewMenu.label "Vaade"> +<!ENTITY viewMenu.accesskey "V"> +<!ENTITY reloadCmd.label "Laadi uuesti"> +<!ENTITY reloadCmd.accesskey "L"> +<!ENTITY reloadCmd.commandkey "r"> +<!ENTITY menu_wrapLongLines.title "Pikad read murtakse"> +<!ENTITY menu_wrapLongLines.accesskey "k"> +<!ENTITY menu_highlightSyntax.label "Süntaks tuuakse esile"> +<!ENTITY menu_highlightSyntax.accesskey "ü"> +<!ENTITY menu_textSize.label "Teksti suurus"> +<!ENTITY menu_textSize.accesskey "u"> +<!ENTITY menu_textEnlarge.label "Suurenda"> +<!ENTITY menu_textEnlarge.accesskey "S"> +<!ENTITY menu_textReduce.label "Vähenda"> +<!ENTITY menu_textReduce.accesskey "V"> +<!ENTITY menu_textReset.label "Tavaline"> +<!ENTITY menu_textReset.accesskey "T"> + +<!ENTITY findOnCmd.label "Otsi sellelt lehelt…"> +<!ENTITY findOnCmd.accesskey "O"> +<!ENTITY findOnCmd.commandkey "f"> +<!ENTITY findAgainCmd.label "Otsi uuesti"> +<!ENTITY findAgainCmd.accesskey "t"> +<!ENTITY findAgainCmd.commandkey "g"> +<!ENTITY findAgainCmd.commandkey2 "VK_F3"> +<!ENTITY findSelectionCmd.commandkey "e"> + +<!ENTITY backCmd.label "Tagasi"> +<!ENTITY backCmd.accesskey "T"> +<!ENTITY forwardCmd.label "Edasi"> +<!ENTITY forwardCmd.accesskey "E"> +<!ENTITY goBackCmd.commandKey "["> +<!ENTITY goForwardCmd.commandKey "]"> + +<!ENTITY copyLinkCmd.label "Kopeeri lingi aadress"> +<!ENTITY copyLinkCmd.accesskey "o"> +<!ENTITY copyEmailCmd.label "Kopeeri e-posti aadress"> +<!ENTITY copyEmailCmd.accesskey "e"> + |