screenshot.properties (7372B)
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 # LOCALIZATION NOTE These strings are used inside the Web Console commands 6 # which can be executed in the Developer Tools, available in the 7 # Browser Tools sub-menu -> 'Web Developer Tools' 8 # 9 # The correct localization of this file might be to keep it in 10 # English, or another language commonly spoken among web developers. 11 # You want to make that choice consistent across the developer tools. 12 # A good criteria is the language in which you'd find the best 13 # documentation on web development on the web. 14 15 # LOCALIZATION NOTE (screenshotDesc) A very short description of the 16 # 'screenshot' command. Displayed when the --help flag is passed to 17 # the screenshot command. 18 screenshotDesc=Save an image of the page 19 20 # LOCALIZATION NOTE (screenshotFilenameDesc) A very short string to describe 21 # the 'filename' parameter to the 'screenshot' command. Displayed when the 22 # --help flag is passed to the screenshot command. 23 screenshotFilenameDesc=Destination filename 24 25 # LOCALIZATION NOTE (screenshotFilenameManual) A fuller description of the 26 # 'filename' parameter to the 'screenshot' command. 27 screenshotFilenameManual=The name of the file (should have a ‘.png’ extension) to which we write the screenshot. 28 29 # LOCALIZATION NOTE (screenshotClipboardDesc) A very short string to describe 30 # the 'clipboard' parameter to the 'screenshot' command. Displayed when the 31 # --help flag is passed to the screenshot command. 32 screenshotClipboardDesc=Copy screenshot to clipboard? (true/false) 33 34 # LOCALIZATION NOTE (screenshotClipboardManual) A fuller description of the 35 # 'clipboard' parameter to the 'screenshot' command. Displayed when the 36 # --help flag is passed to the screenshot command. 37 screenshotClipboardManual=True if you want to copy the screenshot instead of saving it to a file. 38 39 # LOCALIZATION NOTE (screenshotGroupOptions) A label for the optional options of 40 # the screenshot command. Displayed when the --help flag is passed to the 41 # screenshot command. 42 screenshotGroupOptions=Options 43 44 # LOCALIZATION NOTE (screenshotDelayDesc) A very short string to describe 45 # the 'delay' parameter to the 'screenshot' command. Displayed when the 46 # --help flag is passed to the screenshot command. 47 screenshotDelayDesc=Delay (seconds) 48 49 # LOCALIZATION NOTE (screenshotDelayManual) A fuller description of the 50 # 'delay' parameter to the 'screenshot' command. Displayed when the 51 # --help flag is passed to the screenshot command. 52 screenshotDelayManual=The time to wait (in seconds) before the screenshot is taken 53 54 # LOCALIZATION NOTE (screenshotDPRDesc) A very short string to describe 55 # the 'dpr' parameter to the 'screenshot' command. Displayed when the 56 # --help flag is passed to the `screenshot command. 57 screenshotDPRDesc=Device pixel ratio 58 59 # LOCALIZATION NOTE (screenshotDPRManual) A fuller description of the 60 # 'dpr' parameter to the 'screenshot' command. Displayed when the 61 # --help flag is passed to the `screenshot command. 62 screenshotDPRManual=The device pixel ratio to use when taking the screenshot 63 64 # LOCALIZATION NOTE (screenshotFullPageDesc) A very short string to describe 65 # the 'fullpage' parameter to the 'screenshot' command. Displayed when the 66 # --help flag is passed to the `screenshot command. 67 screenshotFullPageDesc=Entire webpage? (true/false) 68 69 # LOCALIZATION NOTE (screenshotFullPageManual) A fuller description of the 70 # 'fullpage' parameter to the 'screenshot' command. Displayed when the 71 # --help flag is passed to the `screenshot command. 72 screenshotFullPageManual=True if the screenshot should also include parts of the webpage which are outside the current scrolled bounds. 73 74 # LOCALIZATION NOTE (screenshotFileDesc) A very short string to describe 75 # the 'file' parameter to the 'screenshot' command. Displayed when the 76 # --help flag is passed to the `screenshot command. 77 screenshotFileDesc=Save to file? (true/false) 78 79 # LOCALIZATION NOTE (screenshotFileManual) A fuller description of the 80 # 'file' parameter to the 'screenshot' command. Displayed when the 81 # --help flag is passed to the `screenshot command. 82 screenshotFileManual=True if the screenshot should save the file even when other options are enabled (eg. clipboard). 83 84 # LOCALIZATION NOTE (screenshotGeneratedFilename) The auto generated filename 85 # when no file name is provided. The first argument (%1$S) is the date string 86 # in yyyy-mm-dd format and the second argument (%2$S) is the time string 87 # in HH.MM.SS format. Please don't add the extension here. 88 screenshotGeneratedFilename=Screen Shot %1$S at %2$S 89 90 # LOCALIZATION NOTE (screenshotErrorSavingToFile) Text displayed to user upon 91 # encountering error while saving the screenshot to the file specified. 92 # The argument (%1$S) is the filename. 93 screenshotErrorSavingToFile=Error saving to %1$S 94 95 # LOCALIZATION NOTE (screenshotSavedToFile) Text displayed to user when the 96 # screenshot is successfully saved to the file specified. 97 # The argument (%1$S) is the filename. 98 screenshotSavedToFile=Saved to %1$S 99 100 # LOCALIZATION NOTE (screenshotErrorCopying) Text displayed to user upon 101 # encountering error while copying the screenshot to clipboard. 102 screenshotErrorCopying=Error occurred while copying screenshot to clipboard. 103 104 # LOCALIZATION NOTE (screenshotCopied) Text displayed to user when the 105 # screenshot is successfully copied to the clipboard. 106 screenshotCopied=Screenshot copied to clipboard. 107 108 # LOCALIZATION NOTE (inspectNodeDesc) A very short string to describe the 109 # 'node' parameter to the 'inspect' command. Displayed when the 110 # --help flag is passed to the `screenshot command. 111 inspectNodeDesc=CSS selector 112 113 # LOCALIZATION NOTE (inspectNodeManual) A fuller description of the 'node' 114 # parameter to the 'inspect' command. Displayed when the --help flag is 115 # passed to the `screenshot command. 116 inspectNodeManual=A CSS selector for use with document.querySelector which identifies a single element 117 118 # LOCALIZATION NOTE (screenshotTruncationWarning) Text displayed to user when the image 119 # that would be created by the screenshot is too big and needs to be truncated to avoid 120 # errors. 121 # The first parameter is the width of the final image and the second parameter is the 122 # height of the image. 123 screenshotTruncationWarning=The image was cut off to %1$S×%2$S as the resulting image was too large 124 125 # LOCALIZATION NOTE (screenshotDPRDecreasedWarning2) Text displayed to user when 126 # taking the screenshot initially failed. When the Device Pixel Ratio is larger 127 # than 1.0 a second try immediately after displaying this message is attempted. 128 screenshotDPRDecreasedWarning=The device pixel ratio was reduced to 1 as the resulting image was too large 129 130 # LOCALIZATION NOTE (screenshotRenderingError) Text displayed to user upon 131 # encountering an error while rendering the screenshot. This most often happens when the 132 # resulting image is too large to be rendered. 133 screenshotRenderingError=Error creating the image. The resulting image was probably too large. 134 135 # LOCALIZATION NOTE (screenshotNoSelectorMatchWarning) Text displayed to user when the 136 # provided selector for the screenshot does not match any element on the page. 137 # The argument (%1$S) is selector. 138 screenshotNoSelectorMatchWarning=The ‘%S’ selector does not match any element on the page.