diff options
Diffstat (limited to 'toolkit/locales/en-US/chrome/global/printdialog.dtd')
-rw-r--r-- | toolkit/locales/en-US/chrome/global/printdialog.dtd | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/toolkit/locales/en-US/chrome/global/printdialog.dtd b/toolkit/locales/en-US/chrome/global/printdialog.dtd new file mode 100644 index 000000000..847999795 --- /dev/null +++ b/toolkit/locales/en-US/chrome/global/printdialog.dtd @@ -0,0 +1,44 @@ +<!-- 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 printdialog.xul --> + +<!ENTITY printButton.label "Print"> + +<!ENTITY printDialog.title "Print"> + +<!ENTITY fpDialog.title "Save File"> + +<!ENTITY fileCheck.label "Print to File"> +<!ENTITY fileCheck.accesskey "F"> +<!ENTITY propertiesButton.label "Properties…"> +<!ENTITY propertiesButton.accesskey "o"> +<!ENTITY descText.label "Printer Description:"> +<!ENTITY printer.label "Printer"> +<!ENTITY printerInput.label "Printer Name:"> +<!ENTITY printerInput.accesskey "N"> + +<!ENTITY printrangeGroup.label "Print Range"> +<!ENTITY allpagesRadio.label "All Pages"> +<!ENTITY allpagesRadio.accesskey "A"> +<!ENTITY rangeRadio.label "Pages"> +<!ENTITY rangeRadio.accesskey "P"> +<!ENTITY frompageInput.label "from"> +<!ENTITY frompageInput.accesskey "r"> +<!ENTITY topageInput.label "to"> +<!ENTITY topageInput.accesskey "t"> +<!ENTITY selectionRadio.label "Selection"> +<!ENTITY selectionRadio.accesskey "S"> + +<!ENTITY copies.label "Copies"> +<!ENTITY numCopies.label "Number of copies:"> +<!ENTITY numCopies.accesskey "c"> + +<!ENTITY printframeGroup.label "Print Frames"> +<!ENTITY aslaidoutRadio.label "As laid out on the screen"> +<!ENTITY aslaidoutRadio.accesskey "u"> +<!ENTITY selectedframeRadio.label "The selected frame"> +<!ENTITY selectedframeRadio.accesskey "m"> +<!ENTITY eachframesepRadio.label "Each frame separately"> +<!ENTITY eachframesepRadio.accesskey "E"> |