diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /toolkit/locales/en-US/chrome/global/viewSource.dtd | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip |
Add m-esr52 at 52.6.0
Diffstat (limited to 'toolkit/locales/en-US/chrome/global/viewSource.dtd')
-rw-r--r-- | toolkit/locales/en-US/chrome/global/viewSource.dtd | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/toolkit/locales/en-US/chrome/global/viewSource.dtd b/toolkit/locales/en-US/chrome/global/viewSource.dtd new file mode 100644 index 000000000..1a294b877 --- /dev/null +++ b/toolkit/locales/en-US/chrome/global/viewSource.dtd @@ -0,0 +1,86 @@ +<!-- 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 --> + +<!-- 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 "Source of: "> + +<!ENTITY fileMenu.label "File"> +<!ENTITY fileMenu.accesskey "F"> +<!ENTITY savePageCmd.label "Save Page As…"> +<!ENTITY savePageCmd.accesskey "A"> +<!ENTITY savePageCmd.commandkey "S"> +<!ENTITY pageSetupCmd.label "Page Setup…"> +<!ENTITY pageSetupCmd.accesskey "u"> +<!ENTITY printPreviewCmd.label "Print Preview"> +<!ENTITY printPreviewCmd.accesskey "v"> +<!ENTITY printCmd.label "Print…"> +<!ENTITY printCmd.accesskey "P"> +<!ENTITY printCmd.commandkey "P"> +<!ENTITY closeCmd.label "Close"> +<!ENTITY closeCmd.accesskey "C"> +<!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 "Go to Line…"> +<!ENTITY goToLineCmd.accesskey "G"> +<!ENTITY goToLineCmd.commandkey "l"> + +<!ENTITY viewMenu.label "View"> +<!ENTITY viewMenu.accesskey "V"> +<!ENTITY reloadCmd.label "Reload"> +<!ENTITY reloadCmd.accesskey "R"> +<!ENTITY reloadCmd.commandkey "r"> +<!ENTITY menu_wrapLongLines.title "Wrap Long Lines"> +<!ENTITY menu_wrapLongLines.accesskey "W"> +<!ENTITY menu_highlightSyntax.label "Syntax Highlighting"> +<!ENTITY menu_highlightSyntax.accesskey "H"> +<!ENTITY menu_textSize.label "Text Size"> +<!ENTITY menu_textSize.accesskey "Z"> +<!ENTITY menu_textEnlarge.label "Increase"> +<!ENTITY menu_textEnlarge.accesskey "I"> +<!ENTITY menu_textReduce.label "Decrease"> +<!ENTITY menu_textReduce.accesskey "D"> +<!ENTITY menu_textReset.label "Normal"> +<!ENTITY menu_textReset.accesskey "N"> + +<!ENTITY findOnCmd.label "Find in This Page…"> +<!ENTITY findOnCmd.accesskey "F"> +<!ENTITY findOnCmd.commandkey "f"> +<!ENTITY findAgainCmd.label "Find Again"> +<!ENTITY findAgainCmd.accesskey "g"> +<!ENTITY findAgainCmd.commandkey "g"> +<!ENTITY findAgainCmd.commandkey2 "VK_F3"> +<!ENTITY findSelectionCmd.commandkey "e"> + +<!ENTITY backCmd.label "Back"> +<!ENTITY backCmd.accesskey "B"> +<!ENTITY forwardCmd.label "Forward"> +<!ENTITY forwardCmd.accesskey "F"> +<!ENTITY goBackCmd.commandKey "["> +<!ENTITY goForwardCmd.commandKey "]"> + +<!ENTITY copyLinkCmd.label "Copy Link Location"> +<!ENTITY copyLinkCmd.accesskey "L"> +<!ENTITY copyEmailCmd.label "Copy Email Address"> +<!ENTITY copyEmailCmd.accesskey "E"> |