From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- l10n-is/devtools/client/shared.properties | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 l10n-is/devtools/client/shared.properties (limited to 'l10n-is/devtools/client/shared.properties') diff --git a/l10n-is/devtools/client/shared.properties b/l10n-is/devtools/client/shared.properties new file mode 100644 index 0000000000..d61c3e7db0 --- /dev/null +++ b/l10n-is/devtools/client/shared.properties @@ -0,0 +1,26 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# 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 (dimensions): This is used to display the dimensions +# of a node or image, like 100×200. +dimensions=%S\u00D7%S + +# LOCALIZATION NOTE (boxModelSize.accessibleLabel): This is used to read the +# dimensions of a node by a screen reader. This helps communicate +# the visual information in a more explicit form. Example: +# Size: Width 100, height 200. +boxModelSize.accessibleLabel=Stærð: Breidd %1$S, hæð %2$S + +# LOCALIZATION NOTE (boxModelInfo.accessibleLabel): This is used to read the +# dimensions and position of a node by a screen reader. This helps communicate +# the visual information in a more explicit form. Example: +# Dimensions: Width 100, height 200, position static. +boxModelInfo.accessibleLabel=Mál: Breidd %1$S, hæð %2$S, staðsetning %3$S + +# LOCALIZATION NOTE (boxModelEditable.accessibleLabel): The string spoken by +# screen readers for each button in the box model view that opens that property +# for editing. %1$S is the property displayed in the tooltip when hovering. +# %2$S is the value that is visually displayed. +# Example: margin-left: 0. + -- cgit v1.2.3