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