dom/locales/en-US/chrome/layout/printing.properties

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dom/locales/en-US/chrome/layout/printing.properties	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,60 @@
     1.4 +# This Source Code Form is subject to the terms of the Mozilla Public
     1.5 +# License, v. 2.0. If a copy of the MPL was not distributed with this
     1.6 +# file, You can obtain one at http://mozilla.org/MPL/2.0/.
     1.7 +
     1.8 +# Page number formatting
     1.9 +## @page_number The current page number
    1.10 +#LOCALIZATION NOTE (pageofpages): Do not translate %ld in the following line.
    1.11 +# Place the word %ld where the page number and number of pages should be
    1.12 +# The first %ld will receive the the page number
    1.13 +pagenumber=%1$d
    1.14 +
    1.15 +# Page number formatting
    1.16 +## @page_number The current page number
    1.17 +## @page_total The total number of pages
    1.18 +#LOCALIZATION NOTE (pageofpages): Do not translate %ld in the following line.
    1.19 +# Place the word %ld where the page number and number of pages should be
    1.20 +# The first %ld will receive the the page number
    1.21 +# the second %ld will receive the total number of pages
    1.22 +pageofpages=%1$d of %2$d
    1.23 +
    1.24 +noprinter=No printers available.
    1.25 +PrintToFile=Print To File
    1.26 +noPrintFilename.title=Filename is missing
    1.27 +noPrintFilename.alert=You have selected "Print To File", and the filename is empty!
    1.28 +fileConfirm.exists=%S already exists.\nDo you want to replace it?
    1.29 +print_error_dialog_title=Printer Error
    1.30 +printpreview_error_dialog_title=Print Preview Error
    1.31 +
    1.32 +# Printing error messages.
    1.33 +#LOCALIZATION NOTE: Some of these messages come in pairs, one
    1.34 +# for printing and one for print previewing.  You can remove that
    1.35 +# distinction in your language by removing the entity with the _PP
    1.36 +# suffix; then the entity without a suffix will be used for both.
    1.37 +# You can also add that distinction to any of the messages that don't
    1.38 +# already have it by adding a new entity with a _PP suffix.
    1.39 +#
    1.40 +# For instance, if you delete PERR_GFX_PRINTER_DOC_IS_BUSY_PP, then
    1.41 +# the PERR_GFX_PRINTER_DOC_IS_BUSY message will be used for that error
    1.42 +# condition when print previewing as well as when printing.  If you
    1.43 +# add PERR_FAILURE_PP, then PERR_FAILURE will only be used when
    1.44 +# printing, and PERR_FAILURE_PP will be used under the same conditions
    1.45 +# when print previewing.
    1.46 +#
    1.47 +PERR_FAILURE=An error occurred while printing.
    1.48 +
    1.49 +PERR_ABORT=The print job was aborted, or canceled.
    1.50 +PERR_NOT_AVAILABLE=Some printing functionality is not currently available.
    1.51 +PERR_NOT_IMPLEMENTED=Some printing functionality is not implemented yet.
    1.52 +PERR_OUT_OF_MEMORY=There is not enough free memory to print.
    1.53 +PERR_UNEXPECTED=There was an unexpected problem while printing.
    1.54 +
    1.55 +PERR_GFX_PRINTER_NO_PRINTER_AVAILABLE=No printers available.
    1.56 +PERR_GFX_PRINTER_NO_PRINTER_AVAILABLE_PP=No printers available, cannot show print preview.
    1.57 +PERR_GFX_PRINTER_NAME_NOT_FOUND=The selected printer could not be found.
    1.58 +PERR_GFX_PRINTER_COULD_NOT_OPEN_FILE=Failed to open output file for print to file.
    1.59 +PERR_GFX_PRINTER_STARTDOC=Printing failed while starting the print job.
    1.60 +PERR_GFX_PRINTER_ENDDOC=Printing failed while completing the print job.
    1.61 +PERR_GFX_PRINTER_STARTPAGE=Printing failed while starting a new page.
    1.62 +PERR_GFX_PRINTER_DOC_IS_BUSY=Cannot print this document yet, it is still being loaded.
    1.63 +PERR_GFX_PRINTER_DOC_IS_BUSY_PP=Cannot print-preview this document yet, it is still being loaded.

mercurial