From fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:14:29 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- l10n-lv/devtools/shared/screenshot.properties | 28 +++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) (limited to 'l10n-lv/devtools/shared') diff --git a/l10n-lv/devtools/shared/screenshot.properties b/l10n-lv/devtools/shared/screenshot.properties index 47995dcbe7..c6a99cea22 100644 --- a/l10n-lv/devtools/shared/screenshot.properties +++ b/l10n-lv/devtools/shared/screenshot.properties @@ -2,16 +2,6 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -# LOCALIZATION NOTE These strings are used inside Web Console commands. -# The Web Console command line is available from the Web Developer sub-menu -# -> 'Web Console'. -# -# The correct localization of this file might be to keep it in -# English, or another language commonly spoken among web developers. -# You want to make that choice consistent across the developer tools. -# A good criteria is the language in which you'd find the best -# documentation on web development on the web. - # LOCALIZATION NOTE These strings are used inside the Web Console commands # which can be executed in the Developer Tools, available in the # Browser Tools sub-menu -> 'Web Developer Tools' @@ -125,3 +115,21 @@ inspectNodeDesc=CSS selektors # passed to the `screenshot command. inspectNodeManual=Dokumentā izmantojamais CSS selektors document.querySelector kas identificē vienu elementu +# LOCALIZATION NOTE (screenshotTruncationWarning) Text displayed to user when the image +# that would be created by the screenshot is too big and needs to be truncated to avoid +# errors. +# The first parameter is the width of the final image and the second parameter is the +# height of the image. + +# LOCALIZATION NOTE (screenshotDPRDecreasedWarning2) Text displayed to user when +# taking the screenshot initially failed. When the Device Pixel Ratio is larger +# than 1.0 a second try immediately after displaying this message is attempted. + +# LOCALIZATION NOTE (screenshotRenderingError) Text displayed to user upon +# encountering an error while rendering the screenshot. This most often happens when the +# resulting image is too large to be rendered. + +# LOCALIZATION NOTE (screenshotNoSelectorMatchWarning) Text displayed to user when the +# provided selector for the screenshot does not match any element on the page. +# The argument (%1$S) is selector. +screenshotNoSelectorMatchWarning=Selektors ‘%S’ neatbilst nevienam lapas elementam. -- cgit v1.2.3