printing.properties (2856B)
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/. 4 5 # Page number formatting 6 ## @page_number The current page number 7 #LOCALIZATION NOTE (pagenumber): 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 11 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 20 21 PrintToFile=Print To File 22 print_error_dialog_title=Printer Error 23 printpreview_error_dialog_title=Print Preview Error 24 25 # Printing error messages. 26 #LOCALIZATION NOTE: Some of these messages come in pairs, one 27 # for printing and one for print previewing. You can remove that 28 # distinction in your language by removing the entity with the _PP 29 # suffix; then the entity without a suffix will be used for both. 30 # You can also add that distinction to any of the messages that don't 31 # already have it by adding a new entity with a _PP suffix. 32 # 33 # For instance, if you delete PERR_GFX_PRINTER_DOC_IS_BUSY_PP, then 34 # the PERR_GFX_PRINTER_DOC_IS_BUSY message will be used for that error 35 # condition when print previewing as well as when printing. If you 36 # add PERR_FAILURE_PP, then PERR_FAILURE will only be used when 37 # printing, and PERR_FAILURE_PP will be used under the same conditions 38 # when print previewing. 39 # 40 PERR_FAILURE=An error occurred while printing. 41 42 PERR_ABORT=The print job was aborted, or canceled. 43 PERR_NOT_AVAILABLE=Some printing functionality is not currently available. 44 PERR_NOT_IMPLEMENTED=Some printing functionality is not implemented yet. 45 PERR_OUT_OF_MEMORY=There is not enough free memory to print. 46 PERR_UNEXPECTED=There was an unexpected problem while printing. 47 48 PERR_GFX_PRINTER_NO_PRINTER_AVAILABLE=No printers available. 49 PERR_GFX_PRINTER_NO_PRINTER_AVAILABLE_PP=No printers available, cannot show print preview. 50 PERR_GFX_PRINTER_NAME_NOT_FOUND=The selected printer could not be found. 51 PERR_GFX_PRINTER_COULD_NOT_OPEN_FILE=Failed to open output file for print to file. 52 PERR_GFX_PRINTER_STARTDOC=Printing failed while starting the print job. 53 PERR_GFX_PRINTER_ENDDOC=Printing failed while completing the print job. 54 PERR_GFX_PRINTER_STARTPAGE=Printing failed while starting a new page. 55 PERR_GFX_PRINTER_DOC_IS_BUSY=Cannot print this document yet, it is still being loaded. 56 PERR_GFX_PRINTER_DOC_IS_BUSY_PP=Cannot print-preview this document yet, it is still being loaded.