summaryrefslogtreecommitdiffstats
path: root/thunderbird-l10n/ca/localization/ca/devtools/shared
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:32:43 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:32:43 +0000
commit6bf0a5cb5034a7e684dcc3500e841785237ce2dd (patch)
treea68f146d7fa01f0134297619fbe7e33db084e0aa /thunderbird-l10n/ca/localization/ca/devtools/shared
parentInitial commit. (diff)
downloadthunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.tar.xz
thunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.zip
Adding upstream version 1:115.7.0.upstream/1%115.7.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'thunderbird-l10n/ca/localization/ca/devtools/shared')
-rw-r--r--thunderbird-l10n/ca/localization/ca/devtools/shared/debugger-paused-reasons.ftl24
-rw-r--r--thunderbird-l10n/ca/localization/ca/devtools/shared/highlighters.ftl16
-rw-r--r--thunderbird-l10n/ca/localization/ca/devtools/shared/webconsole-commands.ftl3
3 files changed, 43 insertions, 0 deletions
diff --git a/thunderbird-l10n/ca/localization/ca/devtools/shared/debugger-paused-reasons.ftl b/thunderbird-l10n/ca/localization/ca/devtools/shared/debugger-paused-reasons.ftl
new file mode 100644
index 0000000000..f75e856759
--- /dev/null
+++ b/thunderbird-l10n/ca/localization/ca/devtools/shared/debugger-paused-reasons.ftl
@@ -0,0 +1,24 @@
+# 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/.
+
+
+### These strings are used inside the Debugger which is available from the Web
+### Developer sub-menu -> 'Debugger', as well as in the "Paused Debugger
+### Overlay" that is displayed in the content page when it pauses.
+
+
+### 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.
+
+# The text that is displayed to describe an added node which triggers a subtree
+# modification
+whypaused-mutation-breakpoint-added = S'ha afegit:
+
+# The text that is displayed to describe a removed node which triggers a subtree
+# modification
+whypaused-mutation-breakpoint-removed = S'ha eliminat:
+
diff --git a/thunderbird-l10n/ca/localization/ca/devtools/shared/highlighters.ftl b/thunderbird-l10n/ca/localization/ca/devtools/shared/highlighters.ftl
new file mode 100644
index 0000000000..249aef6c8e
--- /dev/null
+++ b/thunderbird-l10n/ca/localization/ca/devtools/shared/highlighters.ftl
@@ -0,0 +1,16 @@
+# 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/.
+
+
+### This file contains strings used in highlighters.
+### Highlighters are visualizations that DevTools draws on top of content to aid
+### in understanding content sizing, etc.
+
+# The row and column position of a grid cell shown in the grid cell infobar when hovering
+# over the CSS grid outline.
+# Variables
+# $row (integer) - The row index
+# $column (integer) - The column index
+grid-row-column-positions = Fila { $row } / columna { $column }
+
diff --git a/thunderbird-l10n/ca/localization/ca/devtools/shared/webconsole-commands.ftl b/thunderbird-l10n/ca/localization/ca/devtools/shared/webconsole-commands.ftl
new file mode 100644
index 0000000000..6fbe8159b2
--- /dev/null
+++ b/thunderbird-l10n/ca/localization/ca/devtools/shared/webconsole-commands.ftl
@@ -0,0 +1,3 @@
+# 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/.