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

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     1 # This Source Code Form is subject to the terms of the Mozilla Public
     2 # License, v. 2.0. If a copy of the MPL was not distributed with this
     3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
     5 # Page number formatting
     6 ## @page_number The current page number
     7 #LOCALIZATION NOTE (pageofpages): Do not translate %ld in the following line.
     8 # Place the word %ld where the page number and number of pages should be
     9 # The first %ld will receive the the page number
    10 pagenumber=%1$d
    12 # Page number formatting
    13 ## @page_number The current page number
    14 ## @page_total The total number of pages
    15 #LOCALIZATION NOTE (pageofpages): Do not translate %ld in the following line.
    16 # Place the word %ld where the page number and number of pages should be
    17 # The first %ld will receive the the page number
    18 # the second %ld will receive the total number of pages
    19 pageofpages=%1$d of %2$d
    21 noprinter=No printers available.
    22 PrintToFile=Print To File
    23 noPrintFilename.title=Filename is missing
    24 noPrintFilename.alert=You have selected "Print To File", and the filename is empty!
    25 fileConfirm.exists=%S already exists.\nDo you want to replace it?
    26 print_error_dialog_title=Printer Error
    27 printpreview_error_dialog_title=Print Preview Error
    29 # Printing error messages.
    30 #LOCALIZATION NOTE: Some of these messages come in pairs, one
    31 # for printing and one for print previewing.  You can remove that
    32 # distinction in your language by removing the entity with the _PP
    33 # suffix; then the entity without a suffix will be used for both.
    34 # You can also add that distinction to any of the messages that don't
    35 # already have it by adding a new entity with a _PP suffix.
    36 #
    37 # For instance, if you delete PERR_GFX_PRINTER_DOC_IS_BUSY_PP, then
    38 # the PERR_GFX_PRINTER_DOC_IS_BUSY message will be used for that error
    39 # condition when print previewing as well as when printing.  If you
    40 # add PERR_FAILURE_PP, then PERR_FAILURE will only be used when
    41 # printing, and PERR_FAILURE_PP will be used under the same conditions
    42 # when print previewing.
    43 #
    44 PERR_FAILURE=An error occurred while printing.
    46 PERR_ABORT=The print job was aborted, or canceled.
    47 PERR_NOT_AVAILABLE=Some printing functionality is not currently available.
    48 PERR_NOT_IMPLEMENTED=Some printing functionality is not implemented yet.
    49 PERR_OUT_OF_MEMORY=There is not enough free memory to print.
    50 PERR_UNEXPECTED=There was an unexpected problem while printing.
    52 PERR_GFX_PRINTER_NO_PRINTER_AVAILABLE=No printers available.
    53 PERR_GFX_PRINTER_NO_PRINTER_AVAILABLE_PP=No printers available, cannot show print preview.
    54 PERR_GFX_PRINTER_NAME_NOT_FOUND=The selected printer could not be found.
    55 PERR_GFX_PRINTER_COULD_NOT_OPEN_FILE=Failed to open output file for print to file.
    56 PERR_GFX_PRINTER_STARTDOC=Printing failed while starting the print job.
    57 PERR_GFX_PRINTER_ENDDOC=Printing failed while completing the print job.
    58 PERR_GFX_PRINTER_STARTPAGE=Printing failed while starting a new page.
    59 PERR_GFX_PRINTER_DOC_IS_BUSY=Cannot print this document yet, it is still being loaded.
    60 PERR_GFX_PRINTER_DOC_IS_BUSY_PP=Cannot print-preview this document yet, it is still being loaded.

mercurial