diff options
Diffstat (limited to 'toolkit/locales/en-US/chrome/global/printProgress.dtd')
-rw-r--r-- | toolkit/locales/en-US/chrome/global/printProgress.dtd | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/toolkit/locales/en-US/chrome/global/printProgress.dtd b/toolkit/locales/en-US/chrome/global/printProgress.dtd new file mode 100644 index 000000000..30bfe0292 --- /dev/null +++ b/toolkit/locales/en-US/chrome/global/printProgress.dtd @@ -0,0 +1,21 @@ +<!-- 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/. --> + +<!--LOCALIZATION NOTE printProgress.dtd Main UI for Print Progress Dialog --> +<!ENTITY printWindow.title "Printing"> +<!ENTITY title "Title:"> +<!ENTITY progress "Progress:"> +<!ENTITY preparing "Preparing…"> +<!ENTITY printComplete "Printing is Completed."> + +<!ENTITY dialogCancel.label "Cancel"> +<!ENTITY dialogClose.label "Close"> + +<!-- LOCALIZATION NOTE (percentPrint): + + This string is used to format the text to the right of the progress + meter. + + #1 will be replaced by the percentage of the file that has been saved --> +<!ENTITY percentPrint "#1%"> |