michael@0: # This Source Code Form is subject to the terms of the Mozilla Public michael@0: # License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: # file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: michael@0: # Page number formatting michael@0: ## @page_number The current page number michael@0: #LOCALIZATION NOTE (pageofpages): Do not translate %ld in the following line. michael@0: # Place the word %ld where the page number and number of pages should be michael@0: # The first %ld will receive the the page number michael@0: pagenumber=%1$d michael@0: michael@0: # Page number formatting michael@0: ## @page_number The current page number michael@0: ## @page_total The total number of pages michael@0: #LOCALIZATION NOTE (pageofpages): Do not translate %ld in the following line. michael@0: # Place the word %ld where the page number and number of pages should be michael@0: # The first %ld will receive the the page number michael@0: # the second %ld will receive the total number of pages michael@0: pageofpages=%1$d of %2$d michael@0: michael@0: noprinter=No printers available. michael@0: PrintToFile=Print To File michael@0: noPrintFilename.title=Filename is missing michael@0: noPrintFilename.alert=You have selected "Print To File", and the filename is empty! michael@0: fileConfirm.exists=%S already exists.\nDo you want to replace it? michael@0: print_error_dialog_title=Printer Error michael@0: printpreview_error_dialog_title=Print Preview Error michael@0: michael@0: # Printing error messages. michael@0: #LOCALIZATION NOTE: Some of these messages come in pairs, one michael@0: # for printing and one for print previewing. You can remove that michael@0: # distinction in your language by removing the entity with the _PP michael@0: # suffix; then the entity without a suffix will be used for both. michael@0: # You can also add that distinction to any of the messages that don't michael@0: # already have it by adding a new entity with a _PP suffix. michael@0: # michael@0: # For instance, if you delete PERR_GFX_PRINTER_DOC_IS_BUSY_PP, then michael@0: # the PERR_GFX_PRINTER_DOC_IS_BUSY message will be used for that error michael@0: # condition when print previewing as well as when printing. If you michael@0: # add PERR_FAILURE_PP, then PERR_FAILURE will only be used when michael@0: # printing, and PERR_FAILURE_PP will be used under the same conditions michael@0: # when print previewing. michael@0: # michael@0: PERR_FAILURE=An error occurred while printing. michael@0: michael@0: PERR_ABORT=The print job was aborted, or canceled. michael@0: PERR_NOT_AVAILABLE=Some printing functionality is not currently available. michael@0: PERR_NOT_IMPLEMENTED=Some printing functionality is not implemented yet. michael@0: PERR_OUT_OF_MEMORY=There is not enough free memory to print. michael@0: PERR_UNEXPECTED=There was an unexpected problem while printing. michael@0: michael@0: PERR_GFX_PRINTER_NO_PRINTER_AVAILABLE=No printers available. michael@0: PERR_GFX_PRINTER_NO_PRINTER_AVAILABLE_PP=No printers available, cannot show print preview. michael@0: PERR_GFX_PRINTER_NAME_NOT_FOUND=The selected printer could not be found. michael@0: PERR_GFX_PRINTER_COULD_NOT_OPEN_FILE=Failed to open output file for print to file. michael@0: PERR_GFX_PRINTER_STARTDOC=Printing failed while starting the print job. michael@0: PERR_GFX_PRINTER_ENDDOC=Printing failed while completing the print job. michael@0: PERR_GFX_PRINTER_STARTPAGE=Printing failed while starting a new page. michael@0: PERR_GFX_PRINTER_DOC_IS_BUSY=Cannot print this document yet, it is still being loaded. michael@0: PERR_GFX_PRINTER_DOC_IS_BUSY_PP=Cannot print-preview this document yet, it is still being loaded.