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/printPageSetup.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/printPageSetup.dtd')
-rw-r--r-- | toolkit/locales/en-US/chrome/global/printPageSetup.dtd | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/toolkit/locales/en-US/chrome/global/printPageSetup.dtd b/toolkit/locales/en-US/chrome/global/printPageSetup.dtd new file mode 100644 index 000000000..601d9a602 --- /dev/null +++ b/toolkit/locales/en-US/chrome/global/printPageSetup.dtd @@ -0,0 +1,66 @@ +<!-- 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 printjoboptions.xul --> + +<!ENTITY printSetup.title "Page Setup"> + +<!ENTITY basic.tab "Format & Options"> + +<!ENTITY formatGroup.label "Format"> + +<!ENTITY orientation.label "Orientation:"> +<!ENTITY portrait.label "Portrait"> +<!ENTITY portrait.accesskey "P"> +<!ENTITY landscape.label "Landscape"> +<!ENTITY landscape.accesskey "L"> + +<!ENTITY scale.label "Scale:"> +<!ENTITY scale.accesskey "S"> +<!ENTITY scalePercent "%"> + +<!ENTITY shrinkToFit.label "Shrink to fit Page Width"> +<!ENTITY shrinkToFit.accesskey "W"> + +<!ENTITY optionsGroup.label "Options"> + +<!ENTITY printBG.label "Print Background (colors & images)"> +<!ENTITY printBG.accesskey "B"> + +<!ENTITY advanced.tab "Margins & Header/Footer"> + +<!ENTITY marginGroup.label "Margins (#1)"> +<!ENTITY marginUnits.inches "inches"> +<!ENTITY marginUnits.metric "millimeters"> +<!ENTITY marginTop.label "Top:"> +<!ENTITY marginTop.accesskey "T"> +<!ENTITY marginBottom.label "Bottom:"> +<!ENTITY marginBottom.accesskey "B"> +<!ENTITY marginLeft.label "Left:"> +<!ENTITY marginLeft.accesskey "L"> +<!ENTITY marginRight.label "Right:"> +<!ENTITY marginRight.accesskey "R"> + +<!ENTITY headerFooter.label "Headers & Footers"> + +<!ENTITY hfLeft.label "Left:"> +<!ENTITY hfCenter.label "Center:"> +<!ENTITY hfRight.label "Right:"> +<!ENTITY headerLeft.tip "Left header"> +<!ENTITY headerCenter.tip "Center header"> +<!ENTITY headerRight.tip "Right header"> +<!ENTITY footerLeft.tip "Left footer"> +<!ENTITY footerCenter.tip "Center footer"> +<!ENTITY footerRight.tip "Right footer"> + +<!ENTITY hfTitle "Title"> +<!ENTITY hfURL "URL"> +<!ENTITY hfDateAndTime "Date/Time"> +<!ENTITY hfPage "Page #"> +<!ENTITY hfPageAndTotal "Page # of #"> +<!ENTITY hfBlank "--blank--"> +<!ENTITY hfCustom "Custom…"> + +<!ENTITY customPrompt.title "Custom…"> +<!ENTITY customPrompt.prompt "Enter your custom header/footer text"> |